aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* chore: chibisafe -> HostessFuwn2022-01-1535-106/+103
|
* 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: chunked upload postPitu2021-08-221-2/+2
|
* fix: anon upload and domain fix for album links (#292)Zephyrrus2021-08-223-4/+12
|
* fix: error message not being shownPitu2021-06-201-10/+8
|
* fix: typoPitu2021-06-201-1/+1
|
* chore: remove leftoversPitu2021-06-203-5/+7
|
* feat: show field notes if anyPitu2021-06-201-2/+12
|
* fix: be able to delete tagsPitu2021-06-202-3/+3
|
* chore: hardcode api locationPitu2021-06-202-3/+3
|
* chore: add defaults for stats and other featuresPitu2021-06-201-1/+6
|
* fix: typosPitu2021-06-202-22/+8
|
* 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
| | | | fix: order of parameters in the startup script
* 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-182-0/+7
|
* chore: change save msgPitu2021-06-171-1/+1
|
* feat: save correct db infoPitu2021-06-172-2/+18
|
* chore: prevent restarting for the time beingPitu2021-06-171-1/+1
|
* chore: remove console.logPitu2021-06-171-2/+0
|
* feat: show validation errors from joi on the frontendZephyrrus2021-06-177-26/+67
|
* feat: show setting values on the settings page and implement sending to ↵Zephyrrus2021-06-174-26/+64
| | | | backend (no saving yet)
* feat: fetch all settings if adminPitu2021-06-172-0/+27
|
* fix: upload sizePitu2021-06-171-1/+1
|
* feat: fetch settings from apiPitu2021-06-175-14/+35
|
* feat: make frontend use database settingsPitu2021-06-172-26/+9
|
* chore: update db migration, seed and docker envPitu2021-06-152-29/+22
|
* chore: update process.env usagePitu2021-06-1511-158/+76
|
* 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 ↵Pitu2021-03-235-107/+403
|\ | | | | | | https://github.com/Zephyrrus/huskysafe into Zephyrrus-feature/database_based_settings
| * fix: sections not renderingZephyrrus2021-01-113-11/+26
| |
| * feat: add sections to settings object metaZephyrrus2021-01-113-8/+98
| |
| * feat: add dynamic settings page rendering based on the Joi objectZephyrrus2021-01-105-124/+189
| |
| * feat: create settings schema (used for rendering and validating)Zephyrrus2021-01-091-0/+126
| |
* | fix: disabled users on migrationPitu2021-02-211-1/+1
| |
* | fix: default valuesPitu2021-02-211-3/+3
| |
* | chore: update logo to be square for embedsPitu2021-01-211-0/+0
| |
* | chore: update metadataPitu2021-01-212-1/+4
| |
* | fix: potentially fix meta embedsPitu2021-01-211-10/+12
| |
* | feat: prevent embeds being nsfwPitu2021-01-201-7/+9
| |