aboutsummaryrefslogtreecommitdiff
path: root/src/api
Commit message (Collapse)AuthorAgeFilesLines
...
* This commit adds a bunch of features for admins:Pitu2019-10-137-22/+141
| | | | | | | * 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-1213-58/+37
|
* feature: prevent duplicated filesPitu2019-10-121-47/+87
| | | | | | - If the user uploads a file that already exists under their account, it will return the previous url - If an anonymous user uploads a file and already exists previously from another anon, return that url - Files are unique per account since they can be deleted, anonymous files can't
* feature: save uploaded files to album if specifiedPitu2019-10-121-7/+21
|
* chore: Upgrade buefy to newest versionPitu2019-10-122-2/+1
|
* chore: remove exif strip support.Pitu2019-10-123-24/+0
| | | | After some thought, modifying uploaded files is not something I want to support.
* chore: upload fixesPitu2019-10-124-6/+68
|
* feature: uploader with chunks supportPitu2019-10-013-0/+175
|
* chore: Remove unnecesary stuffPitu2019-10-012-2/+1
|
* Fix deletion of albums and linksPitu2019-09-303-12/+31
|
* feature: tags logicPitu2019-09-303-1/+55
|
* feature: album linksPitu2019-09-302-3/+7
|
* Fix database value conversionPitu2019-04-241-1/+2
|
* Fix when response is not an objectPitu2019-04-241-5/+3
|
* Standarize database calls to support sqlite as well as mysql/postgresPitu2019-04-241-2/+33
|
* Check if accept header is passedPitu2019-04-161-1/+1
|
* Ditched sqlite. Use postgres or mysql/mariadbPitu2019-04-051-5/+2
|
* Fix conflictsPitu2019-03-293-6/+1
|\
| * API key WIPPitu2019-03-196-17/+22
| |
* | WIP apiKey validationPitu2019-03-291-0/+14
| |
* | FixPitu2019-03-291-1/+1
| |
* | Removed apikey from user object and added route for requesting a new onePitu2019-03-293-10/+17
|/
* dunno what's wrong here yetPitu2019-03-141-0/+7
|
* TagsPitu2019-03-144-0/+123
|
* Small fixesPitu2019-03-144-4/+4
|
* Add uuid packagePitu2019-03-141-4/+28
|
* What are strings evenPitu2019-03-121-6/+5
|
* Wonder if password generation is failing because of long passwordsPitu2019-03-121-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
|
* Add TODOPitu2019-03-121-0/+2
|
* Possible fix for files not being purgedPitu2019-03-121-4/+4
|
* Add uuidsPitu2019-03-121-0/+4
|
* stuffPitu2019-03-122-6/+14
|
* Prevent snowflakes from demoting/disabling themselvesPitu2019-03-124-1/+5
|
* Error consistencyPitu2019-03-124-7/+3
|
* TypoPitu2019-03-121-1/+1
|
* WIPPitu2019-03-082-2/+37
|
* wipPitu2019-03-021-1/+1
|
* Various password fixesPitu2019-03-021-0/+6
|
* Removed google analyticsPitu2019-03-021-1/+1
|
* Be able to add a file to multiple albumsPitu2019-03-025-5/+69
|
* Enviroment variables parsing fixPitu2019-03-026-18/+18
|
* Update uploadPOST.jsKana2019-03-011-0/+1
|
* Update uploadPOST.jsKana2019-03-011-7/+1
|
* todoPitu2019-03-011-1/+8
|
* changesPitu2019-02-281-0/+5
|
* Purge user's filesPitu2019-02-282-0/+42
|
* Some stuffPitu2019-02-284-40/+48
|
* Change password and api keysPitu2019-02-284-23/+88
|