aboutsummaryrefslogtreecommitdiff
path: root/src/api
Commit message (Collapse)AuthorAgeFilesLines
...
| * | fix: stop leaking user's password and their apikey to adminsZephyrrus2020-07-092-2/+7
| | |
| * | chore: add unique integrity checks to the database for many-to-many tablesZephyrrus2020-07-082-13/+17
| | |
| * | chore: linter the entire project using the new rulesZephyrrus2020-07-0841-144/+146
| | |
| * | refactor: refactor grid to use vuex for every actionZephyrrus2020-07-082-2/+4
| | |
| * | feat: add morgan for logging requests if env is not productionZephyrrus2020-07-082-19/+41
| | |
| * | refactor: change uploader component to use vuexZephyrrus2020-07-081-8/+7
| | |
| * | fix: errors in Util caused by separating into different classes improperlyZephyrrus2020-07-084-26/+45
| | |
| * | feat: try fixing THE SHITTY WATERFALLZephyrrus2020-07-072-1/+3
| | |
| * | feat: refactor single album page to use vuexZephyrrus2020-07-051-2/+2
| | |
| * | 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`