auto.bus_api/Server/Controllers
2023-05-10 11:55:55 +03:00
..
AddressController.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
AuthenticationController.cs feat: add authentication using Google OAuth token 2023-04-27 19:31:21 +03:00
CityController.cs feat: add policy based authorization where it was appropriate 2023-04-24 22:13:44 +03:00
CompanyController.cs feat: add policy based authorization where it was appropriate 2023-04-24 22:13:44 +03:00
CountryController.cs feat: add policy based authorization where it was appropriate 2023-04-24 22:13:44 +03:00
DriverController.cs nonatomic commit. check description for the list of changes 2023-05-02 14:57:46 +03:00
ReportController.cs feat: add "Popular routes" statistics 2022-12-09 11:54:14 +02:00
ReviewController.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
RouteAddressController.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
RouteController.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
StateController.cs feat: add policy based authorization where it was appropriate 2023-04-24 22:13:44 +03:00
StatisticsController.cs feat: add "Popular routes" statistics 2022-12-09 11:54:14 +02:00
TestingController.cs chore: add CRUD api endpoints for all remaining entities exept from AspNetUser 2022-11-13 13:36:07 +02:00
TicketController.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
TicketGroupController.cs feat: add "Popular routes" statistics 2022-12-09 11:54:14 +02:00
UserController.cs nonatomic commit. check description for the list of changes 2023-05-02 14:57:46 +03:00
VehicleController.cs refactor: optimize crud services 2022-11-30 16:38:30 +02:00
VehicleEnrollmentController.cs feat: add complex VehicleEnrollment addition and retrieval 2022-12-03 15:10:03 +02:00
VehicleEnrollmentSearchController.cs refactor: change route search to accept cityId instead of addressId 2023-05-10 11:55:55 +03:00