aboutsummaryrefslogtreecommitdiff
path: root/src/api
Commit message (Collapse)AuthorAgeFilesLines
...
| * | feat: experimental videos in gridZephyrrus2020-07-042-2/+9
| | |
| * | chore: add nsfw flag to migrationZephyrrus2020-07-041-0/+2
| | |
| * | feat: refactor some of the queries to returned added/updated dataZephyrrus2020-07-045-36/+64
| | |
| * | feat: refactor preview to support random fragment extractionZephyrrus2020-07-023-4/+89
| | |
| * | feat: return APIKey when fetching userZephyrrus2020-07-022-13/+22
| | |
| * | feat: experimental video preview generator in webm formZephyrrus2020-07-022-5/+80
| | |
| * | feat: add experimental meaningful preview extraction from videosZephyrrus2020-07-023-29/+53
| | | | | | | | | | | | For now, it sitll requires gifski. It could be rewritten to use webp instead of gifs, because that is a lot faster, uses less space and we could use ffmpeg for it.
| * | feat: externalize thumb generation function for easier testingZephyrrus2020-07-023-120/+115
| | |
| * | feat: backend pagination for albumsZephyrrus2020-07-012-7/+28
| | |
| * | chore: add thumb generator for migrationZephyrrus2020-07-011-0/+62
| | |
| * | fix: remove .bmp from the imageExtensions because sharp doesn't support itZephyrrus2020-07-011-1/+1
| | | | | | | | | | | | Trying to generate a thumb would throw a not supported exception, which would crash newer node.js versions because the process (on older version, it would only throw a UnhandledPromiseRejectionWarning)
| * | 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
|