Advanced Search
Search Results
262 total results found
v1.0.2
Bug fixes
v1.0.1
Bug fixes
v1.0.0.beta
1.Bug fixes 2.Added admin functions
v1.0.0.pre2
Restructured code
v1.0.0.pre1
Basic templatization
Custom Discord Application
In this article, we will guide you through creating a custom Discord application and linking it with Drivers Hub, rather than using the application and bot we provided by default. [NOTE] The guide might be difficult if you have little knowledge on Discord Deve...
v1.13.2
1.Added 400 response when required form data is not provided 2.Added "real deletion" for announcement and event instead of changing the id to negative numbers 3.Improved API Documentation
The Team
Project Team We make decisions and plan for the future of this project. Making it better all the time! Lead Developer - CharlesWithC Hey! I'm Charles, creator of this project. All the code of core program is written by me alone. You may be surprised at my...
The Project
This is an advanced Drivers Hub solution for Euro Truck Simulator 2 / American Truck Simulator VTCs. All Drivers Hubs are dedicated and isolated, as we are not a centralized VTC Hub service like Trucksbook. This project was started by CharlesWithC in May 2022,...
v1.14.1
1.Improved config validation on PATCH /config 2.Removed automatic reload on PATCH /config 3.Added Temporary Identity Proof (/auth/tip)
v1.14.2
Added steam login
v1.14.3
Improved role & config update validator to prevent admin users removing their own admin permission
v1.5.1
1.Fixed the bug that event details are not loading 2.Updated endpoint paths / methods to catch up with API v1.13.1 3.Removed "Steam / TruckersMP Not Bound" notification 4.Add support to custom application types 5.Improved code base
v1.14.4
1.Fixed isdivision (boolean) response being stringified to "True" / "False" 2.Added Unknown Error response to GET /auth/discord/callback to prevent Internal Server Error 3.Added name parameter to GET /user/list request for querying username 4.Added User ID to ...
v1.5.2
1.Fixed LoadCache() is not called which made entire website not loading 2.Fixed User Profile does not load 3.Fixed no notification pops up on update application status 4.Fixed application type showing [object] 5.Fixed event attendee being undefined 6.Added mar...
v1.5.3
Templatized all tables
v1.14.5
1.Removed 'vtc' element 2.Added points field to GET /event response 3.Added config.discord_bot_dm (boolean) to enable / disable bot DM 4.Config format update a) Item name changes Old Name New Name vtc_abbr abbr vtc_name name vtc_logo_link logo_url ...
v1.15.1
Added Multiple Factor Authentication i) New endpoints: PUT, POST, DELETE /auth/mfa ii) Endpoint to check if user has MFA enabled: GET /user iii) Endpoints that support MFA if enabled: POST /auth/password, GET /auth/discord/callback, GET /auth/steam/callback, D...
v1.5.4
1.Fixed staff controls not showing up 2.Fixed staff positions not showing up 3.Fixed event details not showing up 4.Fixed event attendee cannot add new attendee
v1.15.2
1.Fixed POST /reload 500 error when MFA is not enabled 2.Changed tip form field to token for POST /auth/mfa