aboutsummaryrefslogtreecommitdiff
path: root/src/api
Commit message (Collapse)AuthorAgeFilesLines
...
| * | feat: backend paginationZephyrrus2020-06-292-5/+19
| | | | | | | | | | | | | | | serverLoad++; userRamUsage--;
* | | Enable deleting files with the API keyPitu2020-07-201-1/+1
| |/ |/|
* | Update database migrationPitu2020-07-181-38/+45
| |
* | Re-process thumbnails on migrationPitu2020-07-181-0/+52
| |
* | Make thumbnails webp (bye bye safari)Pitu2020-07-181-5/+6
| |
* | Add endpoint with version of the APIPitu2020-07-181-0/+15
| |
* | Fix for realPitu2020-07-181-8/+7
| |
* | Fix deleting files without thumbPitu2020-07-181-2/+8
| |
* | Fix url retrieval of uploaded filePitu2020-07-181-0/+2
| |
* | Fix authorizationPitu2020-07-181-1/+1
| |
* | Fix authorizationPitu2020-07-181-3/+1
| |
* | fix authorizationPitu2020-07-181-1/+9
| |
* | Timeout, package and docs cleanupPitu2020-07-181-1/+2
|/
* Handle nuxt routes on page loadPitu2020-06-251-5/+22
|
* Optimize album viewPitu2020-06-251-22/+10
|
* CleanupPitu2020-06-252-4/+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 ↵Pitu2020-05-116-17/+21
| | | | uploader/sharex/3rd party
* chore: cleanup and todoPitu2020-05-116-288/+19
|
* fix: remove uuid from user registrationPitu2020-05-101-2/+0
|
* feat: Proper deleting of albumsPitu2020-05-101-3/+11
|
* Small fix for migration script, dont import deleted albumsPitu2020-05-101-1/+2
|
* Features:Pitu2020-05-103-22/+35
| | | | | * Serve files during development * Own endpoint for fetching the albums of a file
* Feature: Migration script from v3 to v4Pitu2020-05-101-0/+124
|
* Sort files by newestPitu2020-05-101-1/+3
|
* chore: forgot to remove this uuidPitu2020-05-101-2/+0
|
* chore: remove the use of uuidPitu2020-05-104-6/+4
|
* Fix: consistent hash of uploadsPitu2020-05-091-1/+1
|
* Feature:Pitu2020-05-091-3/+10
| | | | | | * Frontend is now served by the API process * Only 1 process spawns for lolisafe to work * Switched frontend from server-side render to static site, now saved in `/dist`
* 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
| |