aboutsummaryrefslogtreecommitdiff
path: root/src/api
Commit message (Expand)AuthorAgeFilesLines
* chore: chibisafe -> HostessFuwn2022-01-155-6/+6
* Allow API Access to some endpoints (#304)Jason2021-11-034-4/+4
* fix: update upload directoriesKana2021-09-021-3/+3
* Update db locationKana2021-09-021-2/+2
* fix: wrong case on env variablePitu2021-08-221-1/+1
* fix: anon upload and domain fix for album links (#292)Zephyrrus2021-08-222-4/+5
* fix: typoPitu2021-06-201-1/+1
* chore: remove leftoversPitu2021-06-201-1/+1
* fix: be able to delete tagsPitu2021-06-201-1/+1
* chore: hardcode api locationPitu2021-06-202-3/+3
* chore: add defaults for stats and other featuresPitu2021-06-201-1/+6
* fix: typosPitu2021-06-201-21/+7
* fix: return all used valuesPitu2021-06-201-1/+5
* fix: potentially fix the blocked extensions array splittingPitu2021-06-191-1/+1
* fix: migrationsZephyrrus2021-06-181-2/+2
* test: seeding during migrationPitu2021-06-181-0/+15
* fix: seedingPitu2021-06-181-2/+2
* feat: prevent running without a domainPitu2021-06-181-0/+5
* feat: add domain to setup processPitu2021-06-181-0/+1
* feat: save correct db infoPitu2021-06-172-2/+18
* chore: remove console.logPitu2021-06-171-2/+0
* feat: show validation errors from joi on the frontendZephyrrus2021-06-173-9/+26
* feat: show setting values on the settings page and implement sending to backe...Zephyrrus2021-06-171-0/+20
* feat: fetch all settings if adminPitu2021-06-171-0/+17
* feat: fetch settings from apiPitu2021-06-171-3/+4
* chore: update db migration, seed and docker envPitu2021-06-152-29/+22
* chore: update process.env usagePitu2021-06-1510-62/+62
* chore: get host from req instead of configPitu2021-06-0812-32/+24
* wipPitu2021-06-071-0/+1
* feat: implement initial values and saving to db logicPitu2021-03-255-3/+90
* chore: move database migration scriptPitu2021-03-251-7/+2
* wipPitu2021-03-232-4/+34
* Merge branch 'feature/database_based_settings' of https://github.com/Zephyrru...Pitu2021-03-232-0/+214
|\
| * feat: add sections to settings object metaZephyrrus2021-01-111-2/+73
| * feat: add dynamic settings page rendering based on the Joi objectZephyrrus2021-01-102-12/+29
| * feat: create settings schema (used for rendering and validating)Zephyrrus2021-01-091-0/+126
* | fix: disabled users on migrationPitu2021-02-211-1/+1
* | chore: switch to asyncData where neededPitu2021-01-201-1/+1
* | feat: enable ssr and serve it with the apiPitu2021-01-201-18/+7
* | feat: add pagination to public album linksPitu2021-01-201-4/+22
* | feat: add pagination to user files in admin viewPitu2021-01-201-2/+20
|/
* Merge pull request #251 from Zephyrrus/fix/paginate_searchKana2021-01-092-3/+9
|\
| * fix: pagination not working when searchingZephyrrus2021-01-082-3/+9
* | feat: use LIKE on queries for case sensitivity issuesPitu2021-01-091-4/+4
|/
* chore: remove query from API responsePitu2021-01-091-3/+3
* fix: prevent db from committing suicidePitu2021-01-081-4/+0
* chore: be able to refresh stats on demandPitu2021-01-081-1/+18
* fix: pg driver doesn't return anything without .returning()Zephyrrus2021-01-083-2/+15
* fix: don't generate a stat every second on minute 0 of every hourZephyrrus2021-01-081-1/+1
* chore: refactor stats generator to use an enum for typesZephyrrus2021-01-073-17/+54