Commit Graph

33 Commits

Author SHA1 Message Date
2fd89a8dbb Created the validation utility 2022-06-26 17:14:11 +02:00
971ebce889 Created the media server template 2022-06-26 17:13:33 +02:00
a7432302b6 Created the websocket server (socket) 2022-06-26 17:13:02 +02:00
110ba1b138 Created the server authentication action 2022-06-26 17:12:26 +02:00
9ba9fd3920 Created the download server 2022-06-26 17:11:29 +02:00
39a9f0c209 Created the backend server (api) 2022-06-26 17:10:59 +02:00
cca37704b1 Created the /release route 2022-06-26 17:10:40 +02:00
2a6960428e Created the /addon route 2022-06-26 17:10:32 +02:00
36a9dc3408 Created the /server route 2022-06-26 17:10:17 +02:00
126861cdaf Created the /session route 2022-06-26 17:10:04 +02:00
324dcc55fb Created the /user route 2022-06-26 17:09:48 +02:00
7f62edcd20 Created the authentication middleware 2022-06-26 17:09:25 +02:00
81267b1cc3 Created the error middleware 2022-06-26 17:07:52 +02:00
9f069f6ea1 Created the "bought item" controller 2022-06-26 17:06:34 +02:00
26537cd6c5 Created the link controller 2022-06-26 17:06:17 +02:00
c3e9d2a1f7 Created the addon controller 2022-06-26 17:06:04 +02:00
3ef0595d79 Created the release controller 2022-06-26 17:05:50 +02:00
7e8c02aac6 Created the session controller 2022-06-26 17:05:41 +02:00
d9aa27ae3b Created the user controller 2022-06-26 17:05:27 +02:00
3c39da83e3 Created the "bought items" model / schema 2022-06-26 17:04:49 +02:00
cdb3beef9b Created the link model / schema 2022-06-26 17:04:37 +02:00
04cd867eb1 Created the token (session, apikey) model / schema 2022-06-26 17:04:24 +02:00
5f5247c88c Created the user model / schema 2022-06-26 17:03:55 +02:00
76a5944bac Created the release model / schema 2022-06-26 17:03:47 +02:00
3dcdbc2027 Created the media model / schema 2022-06-26 17:03:37 +02:00
84fb61d9bd Created the addon model / schema 2022-06-26 17:03:24 +02:00
98d337efc0 Created the package-lock.json 2022-06-26 17:02:43 +02:00
ea89af3224 Added all necessary dependencies & created the start & dev script 2022-06-26 17:02:26 +02:00
d4baa39c82 Created the app.js 2022-06-14 01:09:06 +02:00
6807200917 Created the package.json 2022-06-14 01:07:45 +02:00
5fa8970bed Created the LICENSE file 2022-06-14 01:05:02 +02:00
f7cb4ebd6d Added the .idea folder to the .gitignore 2022-06-14 00:43:10 +02:00
afe97d2af2 Initial commit 2022-06-12 20:53:29 +02:00