aboutsummaryrefslogtreecommitdiff
path: root/src/api/structures/Server.js
Commit message (Collapse)AuthorAgeFilesLines
* fix: don't crash the server if a route fails to loadZephyrrus2020-07-201-3/+7
|
* Merge branch 'dev' into dev-zephyZephyrrus2020-07-191-1/+2
|\
| * Timeout, package and docs cleanupPitu2020-07-181-1/+2
| |
* | chore: linter the entire project using the new rulesZephyrrus2020-07-081-0/+1
| |
* | feat: add morgan for logging requests if env is not productionZephyrrus2020-07-081-8/+32
|/
* Handle nuxt routes on page loadPitu2020-06-251-5/+22
|
* Features:Pitu2020-05-101-1/+2
| | | | | * Serve files during development * Own endpoint for fetching the albums of a file
* Feature:Pitu2020-05-091-3/+10
| | | | | | * Frontend is now served by the API process * Only 1 process spawns for lolisafe to work * Switched frontend from server-side render to static site, now saved in `/dist`
* feature: album linksPitu2019-09-301-1/+1
|
* Check if accept header is passedPitu2019-04-161-1/+1
|
* FixPitu2019-03-291-1/+1
|
* Enviroment variables parsing fixPitu2019-03-021-3/+3
|
* Database migration and seedingPitu2019-02-211-2/+0
|
* Switch config to .envPitu2019-02-191-25/+7
|
* ChangesPitu2019-02-191-1/+1
|
* We can now download albums yayyyyPitu2018-09-181-0/+4
|
* Base structuresPitu2018-09-161-0/+78