aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes/albums
Commit message (Expand)AuthorAgeFilesLines
* Allow API Access to some endpoints (#304)Jason2021-11-033-3/+3
* chore: update process.env usagePitu2021-06-151-4/+4
* chore: get host from req instead of configPitu2021-06-084-13/+3
* chore: switch to asyncData where neededPitu2021-01-201-1/+1
* feat: add pagination to public album linksPitu2021-01-201-4/+22
* fix: pg driver doesn't return anything without .returning()Zephyrrus2021-01-081-1/+5
* feat: change mutation timestamp on every database mutationZephyrrus2021-01-075-5/+8
* fix: nsfw album toggle doesn't propagate the changes properlyZephyrrus2020-12-271-1/+1
* feat: Add warning to nsfw albumsPitu2020-12-283-1/+35
* chore: use instance name for album downloadPitu2020-12-271-2/+2
* RebrandPitu2020-12-252-3/+3
* Fix ESLint rules once and for allPitu2020-12-241-2/+2
* chore: remove trailing commasZephyrrus2020-12-249-13/+13
* feat: allow administrators to create custom links for albumsZephyrrus2020-10-021-5/+22
* chore: linter the entire project using the new rulesZephyrrus2020-07-087-19/+14
* 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: backend pagination for albumsZephyrrus2020-07-011-2/+20
* Optimize album viewPitu2020-06-251-22/+10
* CleanupPitu2020-06-251-3/+0
* Update error messagePitu2020-06-251-1/+1
* Optimize the queries fetching albums/filesPitu2020-06-253-48/+37
* Feature: enable apiKey access to uploads and album fetching for the uploader/...Pitu2020-05-111-1/+1
* chore: cleanup and todoPitu2020-05-112-2/+1
* feat: Proper deleting of albumsPitu2020-05-101-3/+11
* refactor: removed useless code, cleaned up, fixed permissionsPitu2019-10-125-6/+7
* Fix deletion of albums and linksPitu2019-09-303-12/+31
* feature: album linksPitu2019-09-301-2/+6
* dunno what's wrong here yetPitu2019-03-141-0/+7
* Small fixesPitu2019-03-141-1/+1
* Clicking on album title takes you to the album nowPitu2019-03-121-0/+55
* Not tested, but should delete an albumPitu2019-03-121-1/+0
* stuffPitu2019-03-122-6/+14
* Error consistencyPitu2019-03-124-7/+3
* TypoPitu2019-03-121-1/+1
* WIPPitu2019-03-082-2/+37
* wipPitu2019-03-021-1/+1
* Removed google analyticsPitu2019-03-021-1/+1
* Enviroment variables parsing fixPitu2019-03-021-1/+1
* Better DB handling and stuffPitu2019-02-231-1/+2
* Switch config to .envPitu2019-02-197-25/+11
* Better error handling on invalid linksPitu2018-09-181-2/+2
* We can now download albums yayyyyPitu2018-09-182-1/+80
* Commented all the codePitu2018-09-175-29/+49
* Public albums wooo!Pitu2018-09-172-2/+12
* This route should handle more stuff, so it does nowPitu2018-09-171-7/+11
* Links can now be createdPitu2018-09-161-5/+5
* Links are managed elsewhere, so there's no point in thisPitu2018-09-161-2/+2