130 Commits

Author SHA1 Message Date
d494512249 Integrated redis into the discord.ts controller 2023-11-15 06:57:17 +01:00
acb3f2402c Integrated redis into the app.js 2023-11-15 06:57:04 +01:00
7550998c3c Added the redis dependency to the package.json 2023-11-15 06:56:49 +01:00
9ddcfe13ed Migrated the controllers 2023-11-13 12:28:25 +01:00
1f8f90ffb0 Migrated the session.ts routes 2023-11-13 12:28:19 +01:00
2f03ee334b Migrated all models to string ids 2023-11-13 12:28:07 +01:00
5e4c7e0168 Updated the channelValidation.ts 2023-11-12 18:28:23 +01:00
0bba59383b Updated the channel.ts routes 2023-11-12 18:28:16 +01:00
84494849f8 Updated the Guild.ts model 2023-11-12 18:19:50 +01:00
a7e0f00e75 Updated the guild.ts controller 2023-11-12 18:19:42 +01:00
f69d9c2814 Added the GET /guilds/:guildId route 2023-11-12 18:19:35 +01:00
580f407d20 Integrated the achievements.ts route into the api.ts 2023-11-12 16:18:31 +01:00
8eabeeacd4 Created the achievements.ts route 2023-11-12 16:18:19 +01:00
8ef5e66bd4 Created the Achievement.ts model 2023-11-12 16:18:09 +01:00
5851d74798 Created the Achievement.ts controller 2023-11-12 16:17:58 +01:00
b6d96121c0 Integrated the /user routes into the api.ts 2023-11-12 12:08:42 +01:00
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