Commit Graph

52 Commits

Author SHA1 Message Date
cc83c78fc8 Updated the license.ts 2023-09-10 13:39:18 +02:00
12dbec32cb Migrated the info.ts route to the PROJECT_VERSION env variable 2023-09-09 13:39:45 +02:00
ae1ba7c10d Integrated the license & validation routes into the index.ts 2023-08-03 23:44:37 +02:00
d936a65c28 Created the validate.ts routes 2023-08-03 23:41:26 +02:00
eac716ce45 Created the license.ts routes 2023-08-03 23:41:16 +02:00
77b1eb77d5 Updated the project.ts validation 2023-08-03 23:41:03 +02:00
275540f755 Created the license.ts validation 2023-08-03 23:40:17 +02:00
d722f6ee9a Integrated the meta.ts routes into the index.ts 2023-08-03 12:18:22 +02:00
c67968d9ff Created the meta.ts routes 2023-08-03 12:18:11 +02:00
3b91c8cb40 Created the meta.ts validation 2023-08-03 12:18:01 +02:00
b5df319ed2 Fixed lint in permission.ts 2023-08-02 19:34:19 +02:00
bfa04ed8b8 Integrated the permission.ts routes into the index.ts 2023-08-02 19:32:46 +02:00
26c104a6cb Created the permission.ts routes 2023-08-02 19:32:28 +02:00
209b9bb2fd Created the permission.ts validation 2023-08-02 19:32:02 +02:00
e8d7e8dbbf Updated the group.ts validation 2023-08-02 19:31:56 +02:00
8f0c6fb30f Implemented the group.ts routes into the v1 index.ts 2023-08-02 17:19:18 +02:00
0bc987943f Created the group.ts routes 2023-08-02 17:19:04 +02:00
4d94a020ff Created the group.ts validation 2023-08-02 17:14:36 +02:00
7c7abd7c21 Updated the project.ts route 2023-07-31 20:04:48 +02:00
506c0d56b5 Updated the info.ts route 2023-07-31 16:30:10 +02:00
91386a158d Added the /user/me route to show information about the logged in user 2023-07-31 16:30:10 +02:00
2552ca3119 Added the /info route into the v1 router 2023-07-31 16:30:10 +02:00
77603e56f8 Created the info.ts route 2023-07-31 16:30:10 +02:00
416c6b335e Optimized the routes index.ts 2023-07-31 16:30:09 +02:00
ecfbc346f6 Removed unused imports from the routes index.ts 2023-06-18 15:00:58 +02:00
bb0a7aad64 Fixed a bug in the routes index.ts 2023-06-18 15:00:06 +02:00
93505bba2a Integrated the member.ts router into the index.ts 2023-01-22 19:54:14 +01:00
465ac9c643 Created the member.ts router 2023-01-22 19:53:59 +01:00
b478218cf5 Created the member.ts validation 2023-01-22 19:52:53 +01:00
a45b419e9c Fixed a bug in the key.ts validation 2023-01-22 18:14:49 +01:00
d0060fe20c Implemented the key.ts router into the index.ts 2023-01-22 18:04:38 +01:00
d53a9ed23f Created the key.ts router 2023-01-22 18:04:27 +01:00
e75a2cc38c Created the key.ts validation 2023-01-22 18:04:12 +01:00
d668b26b51 Created the GET /projects/list & GET /projects/:id route 2023-01-22 15:15:25 +01:00
c80e7707ed Created the POST /project/:id/regenerate route 2023-01-22 02:32:31 +01:00
d3b5ed8b3b Created the PATCH /project/:id route 2023-01-22 02:20:17 +01:00
fd907dad2a Created the patchProjectValidation in the project.ts validation 2023-01-22 02:19:59 +01:00
bd5ffa9f46 Integrated the project router into the index.ts 2023-01-22 01:08:49 +01:00
599f8ec73a Created the project.ts router 2023-01-22 01:08:37 +01:00
72cd42dc09 Created the project.ts validation 2023-01-22 01:04:42 +01:00
30e02b9dd6 Created the "verify" route in the auth.ts 2023-01-21 14:02:20 +01:00
ddeb5a5c7f Created the verificationValidation in the auth.ts validation 2023-01-21 14:01:28 +01:00
655798b474 Implemented all totp endpoints in the account.ts router 2023-01-21 13:29:37 +01:00
9db62938b4 Created the totpSetup validation in the account.ts validation 2023-01-21 13:29:37 +01:00
c3426e0fe7 Updated the file alias in the account.ts router 2023-01-15 20:31:45 +01:00
f86683f34c Commented out the verify route in the auth.ts router 2023-01-15 19:44:58 +01:00
db8fec5849 Integrated both routes into the v1 index.ts 2023-01-15 19:44:31 +01:00
ed21efd438 Created the auth.ts routes 2023-01-15 19:43:04 +01:00
a083935704 Created the account.ts routes 2023-01-15 19:41:52 +01:00
4bf0576032 Created the auth validation 2023-01-15 19:40:49 +01:00