aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes/files
Commit message (Collapse)AuthorAgeFilesLines
* Allow API Access to some endpoints (#304)Jason2021-11-031-1/+1
|
* chore: get host from req instead of configPitu2021-06-082-2/+2
|
* feat: change mutation timestamp on every database mutationZephyrrus2021-01-075-5/+7
|
* Fix ESLint rules once and for allPitu2020-12-241-1/+1
|
* Merge pull request #228 from Zephyrrus/begone_trailing_commasKana2020-12-248-18/+166
|\ | | | | Merge own dev branch into main dev branch
| * chore: remove trailing commasZephyrrus2020-12-248-8/+8
| |
| * fix: return the edited/changed/delete entity from APIZephyrrus2020-07-202-4/+4
| |
| * 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
| | | | | | | | fix: fix the batch tag adding to properly await for a response, and use the proper column while adding the tags
| * feat: Start working on a new album/tags/image info modalZephyrrus2020-07-191-0/+46
| |
| * chore: linter the entire project using the new rulesZephyrrus2020-07-083-5/+6
| |
| * refactor: refactor grid to use vuex for every actionZephyrrus2020-07-082-2/+4
| |
| * feat: backend pagination for albumsZephyrrus2020-07-011-5/+8
| |
| * feat: backend paginationZephyrrus2020-06-291-4/+18
| | | | | | | | | | serverLoad++; userRamUsage--;
* | Enable deleting files with the API keyPitu2020-07-201-1/+1
|/
* chore: cleanup and todoPitu2020-05-113-315/+3
|
* Features:Pitu2020-05-102-21/+33
| | | | | * Serve files during development * Own endpoint for fetching the albums of a file
* This commit adds a bunch of features for admins:Pitu2019-10-131-0/+29
| | | | | | | * banning IP * see files from other users if you are admin * be able to see details of an uploaded file and it's user * improved display of thumbnails for non-image files
* refactor: removed useless code, cleaned up, fixed permissionsPitu2019-10-125-31/+24
|
* chore: Upgrade buefy to newest versionPitu2019-10-121-1/+0
|
* chore: remove exif strip support.Pitu2019-10-121-8/+0
| | | | After some thought, modifying uploaded files is not something I want to support.
* chore: upload fixesPitu2019-10-121-0/+1
|
* chore: Remove unnecesary stuffPitu2019-10-011-1/+1
|
* feature: tags logicPitu2019-09-302-0/+54
|
* Add TODOPitu2019-03-121-0/+2
|
* Be able to add a file to multiple albumsPitu2019-03-024-4/+68
|
* Enviroment variables parsing fixPitu2019-03-021-2/+2
|
* Update uploadPOST.jsKana2019-03-011-0/+1
|
* Update uploadPOST.jsKana2019-03-011-7/+1
|
* todoPitu2019-03-011-1/+8
|
* Not needed anymorePitu2019-02-261-5/+0
|
* add deleteUrl when uploading a filePitu2019-02-231-2/+2
|
* Better DB handling and stuffPitu2019-02-231-13/+31
|
* WIP deleteUrlKana2019-02-221-1/+3
|
* Switch config to .envPitu2019-02-193-52/+46
|
* CRLF to LFPitu2019-02-182-381/+0
|
* Switch to Nuxt.jsPitu2018-09-191-0/+380
|
* Stupid hash was working, the size changes for some reason when uploadingPitu2018-09-181-5/+1
|
* Commented all the codePitu2018-09-172-5/+16
|
* Switching to postgresql as the default had some implicationsPitu2018-09-161-1/+5
|
* Links are managed elsewhere, so there's no point in thisPitu2018-09-161-1/+3
|
* RoutesPitu2018-09-163-0/+333