29 Commits

Author SHA1 Message Date
de7a8ce4c1
Created the PATCH /guild/:guildId route 2023-11-12 12:08:29 +01:00
c88519bd52
Updated the guildValidation.ts 2023-11-12 12:07:47 +01:00
c9bda3ab32
Created the user.ts routes 2023-11-12 12:03:37 +01:00
d7eb0caa1e
Created the guildValidation.ts 2023-11-12 12:03:20 +01:00
90f93a6a20
Created the channels.ts routes 2023-11-11 19:23:12 +01:00
82eb156712
Updated the guilds.ts route 2023-11-11 19:21:14 +01:00
3d4dcdd7c8
Created the channelValidation.ts 2023-11-11 18:56:08 +01:00
276ea0f971
Updated the required rank of the guilds.ts route 2023-11-09 07:57:07 +01:00
4782bff829
Updated the guilds.ts route 2023-11-09 06:36:57 +01:00
1370260180
Added the refresh date to the session.ts route 2023-11-08 12:43:14 +01:00
c6102bcf69
Created the guilds.ts routes 2023-11-08 12:42:38 +01:00
d6476abc92
Migrated the session.ts route 2023-11-07 09:16:52 +01:00
5ec0ee0bfb
Migrated the media.ts route 2023-11-07 09:16:48 +01:00
774fed90b8
Migrated the links.ts route 2023-11-07 09:16:42 +01:00
51e7b2562d
Migrated the authenticate.ts middleware 2023-11-07 09:16:33 +01:00
e414db9caa
Fixed a bug in the media route 2022-09-09 16:00:01 +02:00
4afba19ee9
Created the DELETE /media/:id route to delete a file from the bucket & database 2022-09-09 15:59:13 +02:00
fee00cc143
Created the GET /media/:id route to get a media object 2022-09-09 15:51:06 +02:00
4d084c3e23
Created the POST /media/upload route to upload media 2022-09-09 15:43:40 +02:00
a5498d3409
Migrated to the new link controller & updated the permissions of the routes 2022-09-09 15:14:25 +02:00
e7b44746e8
Added GET /links/ to the links.ts router 2022-09-09 01:39:31 +02:00
e20bf72703
Added GET /link/:code to the links.ts router 2022-09-09 01:30:17 +02:00
43e2f9553f
Added DELETE /link/:code to the links.ts router 2022-09-09 01:26:29 +02:00
c7a88c133b
Created the links.ts router & created a route to insert a new link 2022-09-09 01:10:44 +02:00
a4e8b0b839
Created authenticate.ts#hasRank 2022-09-09 01:07:34 +02:00
558e84ff7f
Created the validation object for the link shortener 2022-09-09 01:07:09 +02:00
bc5c62a8b9
Created the /session route 2022-09-08 23:55:15 +02:00
227ae68555
Created the authentication middleware 2022-09-08 22:29:38 +02:00
49bce43abe
Created the error.ts middleware 2022-09-06 21:40:17 +02:00