aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes/files
Commit message (Collapse)AuthorAgeFilesLines
* 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