aboutsummaryrefslogtreecommitdiff
path: root/src/api
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* 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 uploader/...Pitu2020-05-116-17/+21
* 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
* 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
* This commit adds a bunch of features for admins:Pitu2019-10-137-22/+141
* refactor: removed useless code, cleaned up, fixed permissionsPitu2019-10-1213-58/+37
* feature: prevent duplicated filesPitu2019-10-121-47/+87
* 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
* 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