Advanced Search
Search Results
262 total results found
v2.7.3
1-4. Internal code changes 5.Fixed 500 error on POST /member/bonus/claim when config.ranks[].daily_bonus = null -> It will now return 404 in such cases 6.Improved config validator to handle data of wrong types 7.Added ?sync_to_truckersmp to PATCH /user/profile...
v2.7.4
1.Fixed update member points audit log 2.Added detailed description to specific errors
v2.7.5
1-2. [Internal code changes] 3.Removed percentage from config.ranks[].daily_bonus.streak_type to prevent excessive bonus 4.Renamed config.ranks[].bonus to distance_bonus 5.Disabled TrackSim webhook signature validation when webhook secret is not configured 6.A...
v2.7.6
1.Improved discord embed handler -> Support any fields, so no update is needed to catch up with the changing discord -> Support more variables, including {avatar} and {staff_*} -> Support multiple embeds in one message 2.Improved application restrictions with ...
v2.7.7
Added user note (private / global) -> To remove the note, provide an empty string on note field when updating it
v2.7.8
1.Added handling of autoPark field on dlog export -> This should be a TrackSim issue 2.Added retries on arequests 3.Added ?voted_by, ?is_private to GET /events/list -> Also made ?attended_by and ?voted_by only usable by members 4.Added voted field to event obj...
v2.7.9
1.Renamed announcement_type to type 2.Renamed challenge_type to type 3.Removed ?after|before query from GET /challenges/list 4.Added ?start_after|before and ?end_after|before to GET /challenges/list 5.Removed ?roles query from GET /members/list 6.Added ?includ...
v2.7.10
1.[Internal code changes] 2.Fixed 500 error in challenge plugin when invalid job_requirements is provided 3.Added config.event_upcoming_forwarding for forwarding upcoming events 4.Added detailed reason of blocking dlog 5.Included basic user info in application...
v2.7.11
1.Removed secret data from GET /application/types 2.Removed config.application_types[].discord_role_id that only supports adding roles 3.Added config.application_types[].role_change to support addition/removal of multiple roles 4.5.[Internal code changes] 6.Up...
v2.7.12
1.Added customizable host, port, workers for banner generator 2.Improved banner generator to delete unused variables timely 3.Limited export function to export a maximum range of 90 days of data -> As a solution to prevent database outage -> Rate limit is redu...
v2.7.13
1.Added minimum_seconds_spent, maximum_seconds_spent, maximum_distance, minimum_detour_percentage, maximum_detour_percentage, minimum_adblue, maximum_adblue, minimum_fuel, market, game, truck_id, truck_plate_country_id, minimum_truck_wheel, maximum_truck_wheel...
v2.7.14
1.Blocked large logo and avatar (larger than 10MB or 3400x3400) 2.Added logo and avatar resizing before processing to prevent memory outage
v2.7.15
Enforced deepcopy for most large dicts to prevent constants being changed Renamed config.delivery_post_gifs to delivery_webhook_image_urls and added config-level url validation
v2.8.0
Removed company_driver.detached tracksim event listening Added "update discord email" when user reconnects discord account and email is not connected Added config.discord_guild_message_replace_rules for manipulating discord message content before sending Conf...
v2.8.1
Added POST /trucky/import/{jobid} to import jobs from Trucky Added user_joined_company Trucky webhook event listening Fixed the issue that empty email may lead to wrong ban check
v2.8.2
Fixed Trucky webhook handling issues Fixed update-connection failure when the provided connections are unchanged Fixed incorrect role_history data being returned Updated update-connection logic Non-member users with conflicting connections will no longer be ...
v2.8.3
Minor improvements on string table and apidoc.json Deduplicated roles and event attendees on update Prevented disabling password login when there is no other login method Fixed detailed statistics unable to continue automatically when a dlog is deleted Added...
v2.8.4
Fixed Trucky job format conversion issues Added ?bypass_tracker_check=true|false to /trucky/import Fixed error loading poll list Added voted=true|false to poll and poll.choices in /poll/lists and /poll/{pollid} Improved Discord profile handling: try global_...
v2.8.5
Added POST /status/database/restart to manually restart database pool There is no access control for this endpoint because access control will not work when database is down. Database must be unavailable when requesting database pool restart. Automatic resta...
v2.8.6
Fixed minor issue with dlog statistics Added global MFA requirement to POST /user/mfa/disable Added member role sync-to-discord feature Improved string table Improved config format