| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: chibisafe -> Hostess | Fuwn | 2022-01-15 | 1 | -1/+1 |
| | | |||||
| * | Allow API Access to some endpoints (#304) | Jason | 2021-11-03 | 4 | -4/+4 |
| | | |||||
| * | fix: wrong case on env variable | Pitu | 2021-08-22 | 1 | -1/+1 |
| | | |||||
| * | fix: anon upload and domain fix for album links (#292) | Zephyrrus | 2021-08-22 | 1 | -1/+2 |
| | | |||||
| * | fix: be able to delete tags | Pitu | 2021-06-20 | 1 | -1/+1 |
| | | |||||
| * | fix: return all used values | Pitu | 2021-06-20 | 1 | -1/+5 |
| | | |||||
| * | feat: save correct db info | Pitu | 2021-06-17 | 1 | -1/+9 |
| | | |||||
| * | feat: show validation errors from joi on the frontend | Zephyrrus | 2021-06-17 | 1 | -5/+22 |
| | | |||||
| * | feat: show setting values on the settings page and implement sending to ↵ | Zephyrrus | 2021-06-17 | 1 | -0/+20 |
| | | | | | backend (no saving yet) | ||||
| * | feat: fetch all settings if admin | Pitu | 2021-06-17 | 1 | -0/+17 |
| | | |||||
| * | feat: fetch settings from api | Pitu | 2021-06-17 | 1 | -3/+4 |
| | | |||||
| * | chore: update process.env usage | Pitu | 2021-06-15 | 5 | -19/+19 |
| | | |||||
| * | chore: get host from req instead of config | Pitu | 2021-06-08 | 11 | -21/+10 |
| | | |||||
| * | Merge branch 'feature/database_based_settings' of ↵ | Pitu | 2021-03-23 | 1 | -0/+17 |
| |\ | | | | | | | https://github.com/Zephyrrus/huskysafe into Zephyrrus-feature/database_based_settings | ||||
| | * | feat: add dynamic settings page rendering based on the Joi object | Zephyrrus | 2021-01-10 | 1 | -0/+17 |
| | | | |||||
| * | | chore: switch to asyncData where needed | Pitu | 2021-01-20 | 1 | -1/+1 |
| | | | |||||
| * | | feat: add pagination to public album links | Pitu | 2021-01-20 | 1 | -4/+22 |
| | | | |||||
| * | | feat: add pagination to user files in admin view | Pitu | 2021-01-20 | 1 | -2/+20 |
| |/ | |||||
| * | fix: pagination not working when searching | Zephyrrus | 2021-01-08 | 2 | -3/+9 |
| | | | | | fix: search not working on albums | ||||
| * | chore: remove query from API response | Pitu | 2021-01-09 | 1 | -3/+3 |
| | | |||||
| * | chore: be able to refresh stats on demand | Pitu | 2021-01-08 | 1 | -1/+18 |
| | | |||||
| * | fix: pg driver doesn't return anything without .returning() | Zephyrrus | 2021-01-08 | 2 | -2/+9 |
| | | | | | feat: disable .returning() is not supported warning message, it's useless. | ||||
| * | chore: refactor stats generator to use an enum for types | Zephyrrus | 2021-01-07 | 1 | -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) | ||||
| * | Merge branch 'feature/stats-dashboard' into feature/system_status_page | Zephyrrus | 2021-01-07 | 1 | -1/+2 |
| |\ | |||||
| | * | chore: update sharex snippet to use apiKey instead of jwt | Pitu | 2021-01-07 | 1 | -1/+2 |
| | | | |||||
| * | | feat: change mutation timestamp on every database mutation | Zephyrrus | 2021-01-07 | 17 | -17/+26 |
| | | | |||||
| * | | fix: use PassThrough from FileType to get the real mimetype of a file while ↵ | Zephyrrus | 2021-01-07 | 2 | -4/+4 |
| | | | | | | | | | it's being saved to the disk | ||||
| * | | chore: Move statistics related functions to it's own file | Zephyrrus | 2021-01-07 | 1 | -190/+18 |
| | | | | | | | | | | | | | 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) | ||||
| * | | feat: Add experimental stats endpoint (no cache system yet) | Zephyrrus | 2021-01-07 | 1 | -0/+208 |
| | | | |||||
| * | | feat: check for real mimetype using file-type | Zephyrrus | 2021-01-07 | 1 | -17/+19 |
| |/ | | | | For now, if file-type returns undefined, we take the value from the browser. In the future this should be removed to ensure people can't bypass the real mime checking using a special file that can't be recognized by file-type. | ||||
| * | fix: normalize url and thumbnail response | Pitu | 2021-01-07 | 1 | -2/+5 |
| | | |||||
| * | fix: early return if duplicated file | Pitu | 2021-01-07 | 1 | -1/+3 |
| | | |||||
| * | chore: cleanup | Pitu | 2021-01-07 | 1 | -1/+1 |
| | | |||||
| * | feature: new chunk and write strategy | Pitu | 2021-01-07 | 2 | -212/+248 |
| | | |||||
| * | feat: enable user creation from admin panel | Pitu | 2021-01-05 | 1 | -3/+7 |
| | | |||||
| * | fix: nsfw album toggle doesn't propagate the changes properly | Zephyrrus | 2020-12-27 | 1 | -1/+1 |
| | | | | | fix: add nsfw flag to the booleanFields in knex postProcessResponse | ||||
| * | feat: Add warning to nsfw albums | Pitu | 2020-12-28 | 3 | -1/+35 |
| | | |||||
| * | feat: Add hash checking for chunked uploads | Pitu | 2020-12-27 | 2 | -12/+23 |
| | | |||||
| * | Fixes chunked uploads not being saved to albums or thumbnails | Pitu | 2020-12-27 | 2 | -66/+16 |
| | | |||||
| * | chore: use instance name for album download | Pitu | 2020-12-27 | 1 | -2/+2 |
| | | |||||
| * | Rebrand | Pitu | 2020-12-25 | 3 | -4/+4 |
| | | |||||
| * | Fix ESLint rules once and for all | Pitu | 2020-12-24 | 3 | -5/+5 |
| | | |||||
| * | Merge pull request #228 from Zephyrrus/begone_trailing_commas | Kana | 2020-12-24 | 31 | -130/+397 |
| |\ | | | | | Merge own dev branch into main dev branch | ||||
| | * | chore: remove trailing commas | Zephyrrus | 2020-12-24 | 39 | -59/+59 |
| | | | |||||
| | * | chore: update lock files | Zephyrrus | 2020-12-24 | 1 | -12/+3 |
| | | | |||||
| | * | feat: allow administrators to create custom links for albums | Zephyrrus | 2020-10-02 | 1 | -5/+22 |
| | | | |||||
| | * | feat: add experimental query to sql generator for searching | Zephyrrus | 2020-07-23 | 1 | -10/+48 |
| | | | |||||
| | * | feat: add experimental search parser | Zephyrrus | 2020-07-22 | 1 | -0/+25 |
| | | | |||||
| | * | fix: return the edited/changed/delete entity from API | Zephyrrus | 2020-07-20 | 4 | -8/+12 |
| | | | |||||
| | * | feat: add tag deletion from images | Zephyrrus | 2020-07-20 | 1 | -0/+38 |
| | | | |||||