Commit Graph

  • 6bc8273c00
    add github action to mirror repository to Gitea main cuqmbr 2023-08-26 09:04:26 +0000
  • ea0681f78a refactor: add functionality to require confirmed Email and PhoneNumber to te able to authenticate cuqmbr 2023-06-04 17:38:55 +0300
  • 8b9c9ae324 refactor: tweak driver registration endpoint; remove driver update endpoint cuqmbr 2023-06-04 17:09:23 +0300
  • 287dccd440 feat: add account management functionality cuqmbr 2023-06-03 21:26:39 +0300
  • 5fecec2d3e fix: invalid arrival address details in TicketGroupDto; add isPurchased field cuqmbr 2023-05-25 11:49:37 +0300
  • 7cf3f34f28 refactor: change Route CRUD to perform only compound data manipulations cuqmbr 2023-05-24 20:48:27 +0300
  • 39fddff553 refactor: change VehicleEnrollment CRUD to perform only compound data manipulations cuqmbr 2023-05-24 16:53:31 +0300
  • 63cc9a9edc refactor: make TicketGroup the main controller for ticket data retrieval cuqmbr 2023-05-24 10:58:37 +0300
  • 55bef31a2e feat: add city search autocompletion and suggestion cuqmbr 2023-05-23 16:08:35 +0300
  • e9af067dfa feat: add imperative resource-based authorization cuqmbr 2023-05-22 10:46:35 +0300
  • 1575e56516 Added IsPurchased method to the TicketGroup class. KazanskiyMaks 2023-05-22 13:48:57 +0300
  • 261b928533 URL generation for ticket payment and processing of its response KazanskiyMaks 2023-05-22 13:23:41 +0300
  • d6eded539d Small fixes KazanskiyMaks 2023-05-17 18:25:47 +0300
  • bdb1378868 fix: move purchaseDateTime and isReturned fields from ticket to ticketGroup cuqmbr 2023-05-13 15:34:55 +0300
  • 474a25d522 refactor: change statistic methods in database model classes cuqmbr 2023-05-13 13:54:15 +0300
  • 8f104c786e feat: add statistics in json format cuqmbr 2023-05-10 23:16:53 +0300
  • 7742a8d62a refactor: change route search to accept cityId instead of addressId cuqmbr 2023-05-10 11:55:55 +0300
  • a75ea56f69 nonatomic commit. check description for the list of changes cuqmbr 2023-05-02 14:57:46 +0300
  • ceaba3eb2d feat: add authentication using Google OAuth token cuqmbr 2023-04-27 19:31:21 +0300
  • 59c3a9f704 feat: add email confirmation on registration cuqmbr 2023-04-26 20:25:36 +0300
  • dc829f03c8 refactor: change registration and authentication credentials cuqmbr 2023-04-26 13:28:38 +0300
  • 51f77aa290 fix: expand data fields returned in GET methods cuqmbr 2023-04-25 20:28:23 +0300
  • 711846f347 feat: add policy based authorization where it was appropriate cuqmbr 2023-04-24 18:30:14 +0300
  • 30629f9f71 Added LiqPay integration KazanskiyMaks 2023-04-14 19:11:25 +0300
  • 20def5de44 feat: add "Popular routes" statistics cuqmbr 2022-12-09 11:54:14 +0200
  • 168b1fdec3 feat: add complex VehicleEnrollment addition and retrieval cuqmbr 2022-12-03 15:10:03 +0200
  • 1ba0867390 refactor: optimize crud services cuqmbr 2022-11-30 16:38:30 +0200
  • 280d883213 feat: add complex route addition and retrieval cuqmbr 2022-11-30 11:06:57 +0200
  • a91af2f42a feat: add ticket pdf generation cuqmbr 2022-11-29 12:30:45 +0200
  • 1de4e24f22 feat: add "Popular stations" statistic cuqmbr 2022-11-27 16:08:33 +0200
  • 3d6ffa25ab feat: add "Popular companies" statistic cuqmbr 2022-11-24 10:57:05 +0200
  • 606bb93825 add "Engaged users" statistics cuqmbr 2022-11-23 19:45:15 +0200
  • 9b076610ca refactor: modify refresh token field names, add authorization & cookie deletion in revoke-session endpoint cuqmbr 2022-11-15 17:21:26 +0200
  • d3ed7abe89 refactor: change controllers' names, implemented inheritance in dtos cuqmbr 2022-11-13 16:10:09 +0200
  • 6f2fc702df chore: add CRUD api endpoints for all remaining entities exept from AspNetUser cuqmbr 2022-11-13 13:36:07 +0200
  • 5314b4bd53 fix: small fixes cuqmbr 2022-11-10 09:08:31 +0200
  • 49064c8f7d chore: add CRUD api endpoints for city & address data objects cuqmbr 2022-11-05 20:26:07 +0200
  • cafc82fe5b feat: add state management controller & service cuqmbr 2022-11-04 17:58:37 +0200
  • 0929200fdb refactor: move some fields in models, add review model cuqmbr 2022-11-03 20:36:24 +0200
  • 8bf18c948e feat: add data shaping to cuntries controller cuqmbr 2022-11-03 10:50:41 +0200
  • 4b5462e889 feat: add sorting to countries controller cuqmbr 2022-10-12 12:42:08 +0300
  • cf98f958ac feat: add filtering/searching to countries controller cuqmbr 2022-10-12 10:51:35 +0300
  • 1882715f4d refactor: replace PagedList class cuqmbr 2022-10-12 09:42:36 +0300
  • d9751da4f4 feat: add pagin to countries controller cuqmbr 2022-10-11 22:14:48 +0300
  • 95028ed18b feat: many thing cuqmbr 2022-10-10 20:34:09 +0300
  • bf3debb6e6 chore: pivot project to be a REST API cuqmbr 2022-09-14 11:09:49 +0300
  • 777c4b16b6 refactor(back): make code more declarative cuqmbr 2022-09-06 10:09:52 +0300
  • a486bdfc80 chore: restructure project's directory tree cuqmbr 2022-09-04 12:11:03 +0300
  • dc05ff589a feat: add api authentication refresh tokens cuqmbr 2022-09-02 20:57:12 +0300
  • 4170609af9 feat (backend): add authentication & authorization with JWT cuqmbr 2022-09-01 17:52:20 +0300
  • fb4114e293 chore: initial project structure setup cuqmbr 2022-08-31 11:05:56 +0300
  • 62fcf7a3f9 chore: initial commit cuqmbr 2022-08-31 10:48:51 +0300