aboutsummaryrefslogtreecommitdiff
path: root/src/api
Commit message (Expand)AuthorAgeFilesLines
* Fix ESLint rules once and for allPitu2020-12-2412-49/+49
* Merge pull request #228 from Zephyrrus/begone_trailing_commasKana2020-12-2443-308/+1086
|\
| * bug: Thumbs are stored as webp and not as png anymoreZephyrrus2020-12-241-1/+1
| * chore: remove trailing commasZephyrrus2020-12-2449-143/+140
| * chore: update lock filesZephyrrus2020-12-242-14/+5
| * feat: allow administrators to create custom links for albumsZephyrrus2020-10-021-5/+22
| * feat: add experimental query to sql generator for searchingZephyrrus2020-07-232-10/+248
| * feat: add experimental search parserZephyrrus2020-07-221-0/+25
| * fix: return the edited/changed/delete entity from APIZephyrrus2020-07-205-13/+17
| * feat: add tag deletion from imagesZephyrrus2020-07-201-0/+38
| * fix: join tags by the proper keyZephyrrus2020-07-201-1/+1
| * fix: don't crash the server if a route fails to loadZephyrrus2020-07-201-3/+7
| * feat: add single tag adding to fileZephyrrus2020-07-202-11/+55
| * Merge branch 'dev' into dev-zephyZephyrrus2020-07-195-2/+85
| |\
| * | feat: Start working on a new album/tags/image info modalZephyrrus2020-07-192-1/+47
| * | fix: stop leaking user passwords to admins AGAINZephyrrus2020-07-102-2/+5
| * | 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
| * | 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
| * | feat: backend paginationZephyrrus2020-06-292-5/+19
* | | 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