53 Commits

Author SHA1 Message Date
2641d37f93
Changed addon to release in the Release model 2022-07-10 15:26:12 +02:00
3c69bbd1d4
Added a route to get the latest release & a release by version 2022-07-10 15:24:33 +02:00
66fa2b1bc8
Removed __v from the find release methods 2022-07-10 15:24:02 +02:00
c498d04db4
Fixed the link schema 2022-07-10 00:16:52 +02:00
2da6211502
Fixed the addon controller 2022-07-10 00:10:43 +02:00
9231117668
Fixed the addon name regex 2022-07-09 23:18:09 +02:00
f9cb2cbed1
Moved the route under the search route 2022-07-09 19:14:20 +02:00
841cab36da
Updated the user route 2022-07-09 18:30:44 +02:00
b1b6cea0c8
Added a method to get a user by id or name 2022-07-09 18:30:12 +02:00
20755e4063
Renamed 'user_id' to 'author' & added population to the search results 2022-07-09 17:38:38 +02:00
5dacd265b8
Created a route to get an addon by id 2022-07-09 17:37:14 +02:00
075f8764d7
Renamed the 'user_id' column into 'author' & added a ref to the 'users' schema 2022-07-09 17:35:38 +02:00
79d598002f
Created the dot env template 2022-06-26 17:19:00 +02:00
c2be9fc7f6
Fixed a typo 2022-06-26 17:18:00 +02:00
05aa7df7e2
Created the app.js 2022-06-26 17:15:25 +02:00
5474ce5766
Created the server validation 2022-06-26 17:14:43 +02:00
e299461c59
Created the release validation 2022-06-26 17:14:38 +02:00
f785f2c861
Created the session validation 2022-06-26 17:14:34 +02:00
b18529b508
Created the user validation 2022-06-26 17:14:30 +02:00
64460aa210
Created the addon validation 2022-06-26 17:14:24 +02:00
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