aboutsummaryrefslogtreecommitdiff
path: root/src/api/structures/Server.js
Commit message (Collapse)AuthorAgeFilesLines
* chore: chibisafe -> HostessFuwn2022-01-151-1/+1
|
* chore: hardcode api locationPitu2021-06-201-2/+2
|
* feat: prevent running without a domainPitu2021-06-181-0/+5
|
* chore: remove console.logPitu2021-06-171-2/+0
|
* chore: update process.env usagePitu2021-06-151-6/+13
|
* feat: enable ssr and serve it with the apiPitu2021-01-201-18/+7
|
* fix: don't generate a stat every second on minute 0 of every hourZephyrrus2021-01-081-1/+1
|
* chore: Move statistics related functions to it's own fileZephyrrus2021-01-071-0/+13
| | | | | | fix: Extract database constructor to a separate file to ensure we only create one knex instance/db feat: Add cron for saving the stats to the database every hour feat: Get cached stats from database (if a stat is not found in the db, generate it)
* feature: new chunk and write strategyPitu2021-01-071-1/+1
|
* RebrandPitu2020-12-251-1/+1
|
* Chore: prevent server from starting if .env config missingPitu2020-12-251-2/+8
|
* Fix: thumbnail creationPitu2020-12-251-0/+1
|
* Feat: add rotating logs when running in production envPitu2020-12-251-0/+10
|
* CleanupPitu2020-12-251-23/+0
|
* Fix ESLint rules once and for allPitu2020-12-241-6/+6
|
* chore: remove trailing commasZephyrrus2020-12-241-3/+3
|
* 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