Commit Graph

31 Commits

Author SHA1 Message Date
39e366798f Added isEnabled to the Link validation 2022-12-28 19:23:58 +01:00
baaa3adb99 Added isEnabled to the Link model 2022-12-28 19:23:30 +01:00
dc7a095f73 Fixed a bug in the authentication middleware 2022-12-28 15:03:04 +01:00
199dbc017a Fixed the link route 2022-12-27 21:32:04 +01:00
e9207c2412 The mapLink function now returns the creator 2022-12-27 21:31:51 +01:00
06fd1e7cc3 Integrated the user route into the server index 2022-12-27 19:14:34 +01:00
eb5bb39740 Created the user route 2022-12-27 19:14:18 +01:00
e691cab43c Minified the module route 2022-12-27 19:11:34 +01:00
29993f83a7 Integrated the module route into the server index 2022-12-27 18:10:41 +01:00
7fd53b462b Created the module list route; 2022-12-27 18:10:23 +01:00
516e174157 Fixed a bug in the link controller 2022-12-27 17:58:24 +01:00
fe08c1ddf2 Fixed a bug in the Link model 2022-12-27 17:58:00 +01:00
10d7a44b4a Created the server index.js 2022-12-27 15:09:28 +01:00
8cd75643b2 Created the link route 2022-12-27 15:09:00 +01:00
caaa5e2d82 Created the authentication route 2022-12-27 15:08:39 +01:00
80e511a473 Created the info route 2022-12-27 15:08:24 +01:00
6930654e0c Created the link validation 2022-12-27 15:07:58 +01:00
e857edb697 Created the authentication validation 2022-12-27 15:07:08 +01:00
c6388cf942 Created the click action 2022-12-27 15:06:46 +01:00
fa7dd5a352 Created the authentication middleware 2022-12-27 15:06:13 +01:00
1839caba1b Created the link controller 2022-12-27 15:05:40 +01:00
ec3ca76677 Created the session controller 2022-12-27 15:05:22 +01:00
eee304dc97 Created the module controller 2022-12-27 15:05:11 +01:00
a6e6261b14 Created the token controller 2022-12-27 15:04:16 +01:00
04fd71b7b7 Created the user controller 2022-12-27 15:03:52 +01:00
c79936a8b3 Created the User model 2022-12-27 15:03:16 +01:00
9475328e2f Created the Link model 2022-12-27 15:02:13 +01:00
30edb74664 Created the Domain model 2022-12-27 15:01:59 +01:00
c137b8b129 Created the database configuration 2022-12-27 15:01:39 +01:00
2cd13675b8 Created the 404 template 2022-12-27 15:01:21 +01:00
95d8ea4ece Created the schema validation util 2022-12-27 15:01:06 +01:00