aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes
Commit message (Collapse)AuthorAgeFilesLines
* refactor: removed useless code, cleaned up, fixed permissionsPitu2019-10-1212-57/+36
|
* 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-121-1/+0
|
* chore: remove exif strip support.Pitu2019-10-122-9/+0
| | | | After some thought, modifying uploaded files is not something I want to support.
* chore: upload fixesPitu2019-10-123-6/+67
|
* feature: uploader with chunks supportPitu2019-10-012-0/+170
|
* chore: Remove unnecesary stuffPitu2019-10-011-1/+1
|
* Fix deletion of albums and linksPitu2019-09-303-12/+31
|
* feature: tags logicPitu2019-09-303-1/+55
|
* feature: album linksPitu2019-09-301-2/+6
|
* Fix conflictsPitu2019-03-291-3/+0
|\
| * API key WIPPitu2019-03-194-15/+21
| |
* | 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-143-0/+102
|
* Small fixesPitu2019-03-144-4/+4
|
* 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
|
* 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-024-4/+68
|
* Enviroment variables parsing fixPitu2019-03-024-13/+13
|
* 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-281-0/+26
|
* Some stuffPitu2019-02-284-40/+48
|
* Change password and api keysPitu2019-02-284-23/+88
|
* User managementPitu2019-02-264-5/+59
|
* Not needed anymorePitu2019-02-261-5/+0
|
* User promotion/demotionPitu2019-02-263-0/+77
|
* add deleteUrl when uploading a filePitu2019-02-231-2/+2
|
* Better DB handling and stuffPitu2019-02-233-15/+36
|
* WIP deleteUrlKana2019-02-221-1/+3
|
* LeftoversPitu2019-02-221-4/+2
|
* Switch config to .envPitu2019-02-1914-107/+61
|
* ChangesPitu2019-02-191-0/+22
|
* CRLF to LFPitu2019-02-182-381/+0
|
* Switch to Nuxt.jsPitu2018-09-191-0/+380
|
* Return less info to the user when verifyingPitu2018-09-181-1/+8
|
* Better error handling on invalid linksPitu2018-09-181-2/+2
|