Commit Graph

114 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
25a2b1281f Created the guild.ts controller 2023-11-12 12:02:23 +01:00
9cd9f23265 Added comments to discord.ts#canEditGuild 2023-11-11 19:32:40 +01:00
7bbe4803ec Integrated the channels routes in the api.ts 2023-11-11 19:25:02 +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
c62594a59b Created the channel.ts 2023-11-11 19:06:20 +01:00
174dcc9223 Updated the discord.ts controller 2023-11-11 19:05:11 +01:00
3d4dcdd7c8 Created the channelValidation.ts 2023-11-11 18:56:08 +01:00
848ee68462 Updated the Guild.ts model 2023-11-11 18:55:50 +01:00
933eec0f53 Updated the Channel.ts model 2023-11-11 18:55:44 +01:00
276ea0f971 Updated the required rank of the guilds.ts route 2023-11-09 07:57:07 +01:00
78ec0510b9 Created the Guild.ts model 2023-11-09 07:56:43 +01:00
8d7681ae97 Created the Channel.ts model 2023-11-09 07:56:34 +01:00
5be50f881b Removed created from the Token model 2023-11-09 07:55:47 +01:00
1b9d43b938 Removed created from the ShortenedLink model 2023-11-09 07:55:42 +01:00
ad6b25152f Removed created from the Media model 2023-11-09 07:55:36 +01:00
4782bff829 Updated the guilds.ts route 2023-11-09 06:36:57 +01:00
8128167347 Fixed a bug in the discord.ts controller 2023-11-09 06:36:11 +01:00
ebff0f3914 Removed the User.ts created field 2023-11-09 06:35:51 +01:00
cd1097b04c Integrated the guilds routes into the api.ts 2023-11-08 12:43:22 +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
d86a155772 Updated the discord.ts controller 2023-11-08 12:42:23 +01:00
c9f9b030a5 Added the refreshDate to the User.ts model 2023-11-08 12:40:05 +01:00
61d766e26b Migrated the app.ts 2023-11-07 09:18:03 +01:00
0482997ec1 Migrated the shortener.ts server 2023-11-07 09:17:53 +01:00
4a2155c88f Migrated the contentDelivery.ts server 2023-11-07 09:17:45 +01:00
8910583aa3 Migrated the User.ts model 2023-11-07 09:17:34 +01:00
8b4fc500a2 Migrated the Token.ts model 2023-11-07 09:17:31 +01:00
5b322bf580 Migrated the ShortenedLink.ts model 2023-11-07 09:17:25 +01:00
606df61f2c Migrated the Media.ts model 2023-11-07 09:17:20 +01:00
41ca7ec669 Migrated the media.ts controller 2023-11-07 09:17:11 +01:00
f270bd9b76 Migrated the links.ts controller 2023-11-07 09:17:04 +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
0d83a0f670 Added new values to the envCheck.ts 2023-11-07 09:16:14 +01:00
3224adf6c1 Updated the .env.example 2023-11-07 09:16:00 +01:00
5cb47f6cd9 Started migrating to mariadb in the package.json 2023-11-07 09:14:57 +01:00
e414db9caa Fixed a bug in the media route 2022-09-09 16:00:01 +02:00
99b6102847 Added deleteMedia to the media controller 2022-09-09 15:59:43 +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
edf7f6c25a Added the getMediaById method to the media controller 2022-09-09 15:51:19 +02:00
fee00cc143 Created the GET /media/:id route to get a media object 2022-09-09 15:51:06 +02:00
a0585b6a73 Integrated the /media route into the api server 2022-09-09 15:43:51 +02:00