aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes
Commit message (Expand)AuthorAgeFilesLines
* chore: switch to asyncData where neededPitu2021-01-201-1/+1
* feat: add pagination to public album linksPitu2021-01-201-4/+22
* feat: add pagination to user files in admin viewPitu2021-01-201-2/+20
* fix: pagination not working when searchingZephyrrus2021-01-082-3/+9
* chore: remove query from API responsePitu2021-01-091-3/+3
* chore: be able to refresh stats on demandPitu2021-01-081-1/+18
* fix: pg driver doesn't return anything without .returning()Zephyrrus2021-01-082-2/+9
* chore: refactor stats generator to use an enum for typesZephyrrus2021-01-071-5/+19
* Merge branch 'feature/stats-dashboard' into feature/system_status_pageZephyrrus2021-01-071-1/+2
|\
| * chore: update sharex snippet to use apiKey instead of jwtPitu2021-01-071-1/+2
* | feat: change mutation timestamp on every database mutationZephyrrus2021-01-0717-17/+26
* | fix: use PassThrough from FileType to get the real mimetype of a file while i...Zephyrrus2021-01-072-4/+4
* | chore: Move statistics related functions to it's own fileZephyrrus2021-01-071-190/+18
* | feat: Add experimental stats endpoint (no cache system yet)Zephyrrus2021-01-071-0/+208
* | feat: check for real mimetype using file-typeZephyrrus2021-01-071-17/+19
|/
* fix: normalize url and thumbnail responsePitu2021-01-071-2/+5
* fix: early return if duplicated filePitu2021-01-071-1/+3
* chore: cleanupPitu2021-01-071-1/+1
* feature: new chunk and write strategyPitu2021-01-072-212/+248
* feat: enable user creation from admin panelPitu2021-01-051-3/+7
* fix: nsfw album toggle doesn't propagate the changes properlyZephyrrus2020-12-271-1/+1
* feat: Add warning to nsfw albumsPitu2020-12-283-1/+35
* feat: Add hash checking for chunked uploadsPitu2020-12-272-12/+23
* Fixes chunked uploads not being saved to albums or thumbnailsPitu2020-12-272-66/+16
* chore: use instance name for album downloadPitu2020-12-271-2/+2
* RebrandPitu2020-12-253-4/+4
* Fix ESLint rules once and for allPitu2020-12-243-5/+5
* Merge pull request #228 from Zephyrrus/begone_trailing_commasKana2020-12-2431-130/+397
|\
| * chore: remove trailing commasZephyrrus2020-12-2439-59/+59
| * chore: update lock filesZephyrrus2020-12-241-12/+3
| * feat: allow administrators to create custom links for albumsZephyrrus2020-10-021-5/+22
| * feat: add experimental query to sql generator for searchingZephyrrus2020-07-231-10/+48
| * feat: add experimental search parserZephyrrus2020-07-221-0/+25
| * fix: return the edited/changed/delete entity from APIZephyrrus2020-07-204-8/+12
| * feat: add tag deletion from imagesZephyrrus2020-07-201-0/+38
| * fix: join tags by the proper keyZephyrrus2020-07-201-1/+1
| * feat: add single tag adding to fileZephyrrus2020-07-202-11/+55
| * Merge branch 'dev' into dev-zephyZephyrrus2020-07-192-0/+17
| |\
| * | feat: Start working on a new album/tags/image info modalZephyrrus2020-07-192-1/+47
| * | fix: stop leaking user passwords to admins AGAINZephyrrus2020-07-102-2/+5
| * | fix: stop leaking user's password and their apikey to adminsZephyrrus2020-07-091-1/+4
| * | chore: add unique integrity checks to the database for many-to-many tablesZephyrrus2020-07-081-8/+2
| * | chore: linter the entire project using the new rulesZephyrrus2020-07-0831-89/+86
| * | refactor: refactor grid to use vuex for every actionZephyrrus2020-07-082-2/+4
| * | refactor: change uploader component to use vuexZephyrrus2020-07-081-8/+7
| * | feat: try fixing THE SHITTY WATERFALLZephyrrus2020-07-072-1/+3
| * | feat: refactor single album page to use vuexZephyrrus2020-07-051-2/+2
| * | feat: refactor some of the queries to returned added/updated dataZephyrrus2020-07-045-36/+64
| * | feat: return APIKey when fetching userZephyrrus2020-07-021-1/+2
| * | feat: backend pagination for albumsZephyrrus2020-07-012-7/+28