Commit Graph

114 Commits

Author SHA1 Message Date
d9fd88ad23 Updated the MetaData.ts model 2023-08-03 12:16:38 +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
d3026f8e0e Created the permission.ts controller 2023-08-02 19:31:36 +02:00
69b5c129b7 Updated the License.ts model 2023-08-02 19:31:21 +02:00
f77ff6f03f Updated the MetaData.ts model 2023-08-02 19:29:17 +02:00
72014cadf6 Added encryption to the Permission.ts model 2023-08-02 19:17:17 +02:00
07723ec54f Added security checks in the group.ts controller 2023-08-02 19:15:02 +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
db3ef519ae Created the group.ts controller 2023-08-02 17:16:50 +02:00
4d94a020ff Created the group.ts validation 2023-08-02 17:14:36 +02:00
7d18e773f9 Encrypted the Group.ts model 2023-08-02 17:14:11 +02:00
efdd4ab336 Implemented document checks into the member.ts controller 2023-08-02 17:13:58 +02:00
fc96aaa251 Created the MetaData.ts model 2023-08-02 01:14:53 +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
5f6d41f4b7 Created the generateAvatarUrl method in the account.ts controller 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
afbdd16816 Moved the 404 route to the server.ts 2023-06-18 15:00:15 +02:00
bb0a7aad64 Fixed a bug in the routes index.ts 2023-06-18 15:00:06 +02:00
c1d6b736ef Updated the email.ts util 2023-06-18 14:59:32 +02:00
316ddabc22 Migrated the server.ts file 2023-04-06 18:11:31 +02:00
d66be23a7d Migrated auth, key, member & projects.delete -> deleteOne 2023-04-06 17:51:44 +02:00
524d4b690e Fixed lint error (again) 2023-01-22 20:44:41 +01:00
a2e45e7383 Fixed lint error 2023-01-22 20:42:26 +01:00
618c81cbe2 Updated projects.ts#checkProjectAccess 2023-01-22 20:40:13 +01:00
65fde10e97 Removed the role & accepted fields from encryption 2023-01-22 20:39:06 +01: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
cb2ebde014 Updated the Member.ts model 2023-01-22 19:51:45 +01:00
ec4a391cb0 Added the allowInvites account field 2023-01-22 19:51:20 +01:00
a176c484b9 Created the member.ts controller 2023-01-22 19:50:56 +01:00
c330d78fb3 Created account.ts#getSimpleAccountObjectById 2023-01-22 19:49:27 +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
1be7efea8a Created the key.ts controller 2023-01-22 18:04:00 +01:00
e8cf7f4be7 Created the AccessKey.ts model 2023-01-22 18:02:46 +01:00
bd6e5f4fd6 Added the ProjectPlan interface to the Project.ts 2023-01-22 18:02:13 +01:00
305c72814c Added the requiredPermission field to the projects.ts controller 2023-01-22 18:01:41 +01:00