aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes/service
Commit message (Collapse)AuthorAgeFilesLines
* fix: wrong case on env variablePitu2021-08-221-1/+1
|
* fix: anon upload and domain fix for album links (#292)Zephyrrus2021-08-221-1/+2
|
* fix: return all used valuesPitu2021-06-201-1/+5
|
* feat: save correct db infoPitu2021-06-171-1/+9
|
* feat: show validation errors from joi on the frontendZephyrrus2021-06-171-5/+22
|
* feat: show setting values on the settings page and implement sending to ↵Zephyrrus2021-06-171-0/+20
| | | | backend (no saving yet)
* feat: fetch all settings if adminPitu2021-06-171-0/+17
|
* feat: fetch settings from apiPitu2021-06-171-3/+4
|
* chore: update process.env usagePitu2021-06-151-9/+8
|
* chore: get host from req instead of configPitu2021-06-081-1/+0
|
* feat: add dynamic settings page rendering based on the Joi objectZephyrrus2021-01-101-0/+17
|
* fix: pagination not working when searchingZephyrrus2021-01-081-2/+2
| | | | fix: search not working on albums
* chore: be able to refresh stats on demandPitu2021-01-081-1/+18
|
* chore: refactor stats generator to use an enum for typesZephyrrus2021-01-071-5/+19
| | | | | | | | fix: saved data not being converted to JSON automatically when using SQLite (and possibly MSSQL) feat: display when a stat was generated in the section's header fix: not being able to click through the footer (sorry IE11 users, you still won't be able to click through it) fix: add is-mobile to columns so they don't stack on top of each other feat: add text next to the NSFW toggle and make it look like the elements around it (begone round iOS edges)
* feat: change mutation timestamp on every database mutationZephyrrus2021-01-071-0/+34
|
* chore: remove trailing commasZephyrrus2020-12-241-2/+2
|
* Merge branch 'dev' into dev-zephyZephyrrus2020-07-191-0/+15
|\
| * Add endpoint with version of the APIPitu2020-07-181-0/+15
| |
* | chore: linter the entire project using the new rulesZephyrrus2020-07-081-5/+5
|/
* chore: remove exif strip support.Pitu2019-10-121-1/+0
| | | | After some thought, modifying uploaded files is not something I want to support.
* Enviroment variables parsing fixPitu2019-03-021-9/+9
|
* Some stuffPitu2019-02-282-0/+42