aboutsummaryrefslogtreecommitdiff
path: root/src/api/utils
Commit message (Expand)AuthorAgeFilesLines
* chore: remove unused methodsPitu2021-01-071-74/+0
* feature: new chunk and write strategyPitu2021-01-072-2/+186
* fix: try to remove thumbnail only if the file has onePitu2021-01-051-1/+1
* feat: Add hash checking for chunked uploadsPitu2020-12-271-0/+11
* Fixes chunked uploads not being saved to albums or thumbnailsPitu2020-12-271-0/+54
* Chore: Move database to a subfolder for docker purposesPitu2020-12-251-1/+1
* fix: remove logPitu2020-12-251-2/+1
* Fix: thumbnail creationPitu2020-12-251-1/+1
* Fix: use webp for thumbnailsPitu2020-12-251-5/+5
* CleanupPitu2020-12-252-3/+17
* Fix ESLint rules once and for allPitu2020-12-244-15/+15
* bug: Thumbs are stored as webp and not as png anymoreZephyrrus2020-12-241-1/+1
* chore: remove trailing commasZephyrrus2020-12-245-21/+19
* chore: update lock filesZephyrrus2020-12-241-2/+2
* feat: add experimental query to sql generator for searchingZephyrrus2020-07-231-0/+200
* fix: return the edited/changed/delete entity from APIZephyrrus2020-07-201-5/+5
* Merge branch 'dev' into dev-zephyZephyrrus2020-07-191-1/+7
|\
| * Make thumbnails webp (bye bye safari)Pitu2020-07-181-5/+6
| * Fix for realPitu2020-07-181-8/+7
| * Fix deleting files without thumbPitu2020-07-181-2/+8
| * Fix authorizationPitu2020-07-181-1/+1
| * Fix authorizationPitu2020-07-181-3/+1
| * fix authorizationPitu2020-07-181-1/+9
* | chore: linter the entire project using the new rulesZephyrrus2020-07-085-21/+23
* | fix: errors in Util caused by separating into different classes improperlyZephyrrus2020-07-083-26/+44
* | feat: experimental videos in gridZephyrrus2020-07-042-2/+9
* | feat: refactor preview to support random fragment extractionZephyrrus2020-07-023-4/+89
* | feat: experimental video preview generator in webm formZephyrrus2020-07-022-5/+80
* | feat: add experimental meaningful preview extraction from videosZephyrrus2020-07-022-29/+50
* | feat: externalize thumb generation function for easier testingZephyrrus2020-07-022-67/+111
* | fix: remove .bmp from the imageExtensions because sharp doesn't support itZephyrrus2020-07-011-1/+1
* | feat: backend paginationZephyrrus2020-06-291-1/+1
|/
* Fix: consistent hash of uploadsPitu2020-05-091-1/+1
* chore: remove exif strip support.Pitu2019-10-121-15/+0
* chore: upload fixesPitu2019-10-121-0/+1
* feature: uploader with chunks supportPitu2019-10-011-0/+5
* Add uuid packagePitu2019-03-141-4/+28
* Possible fix for files not being purgedPitu2019-03-121-4/+4
* Be able to add a file to multiple albumsPitu2019-03-021-1/+1
* Enviroment variables parsing fixPitu2019-03-021-2/+2
* Purge user's filesPitu2019-02-281-0/+16
* Better DB handling and stuffPitu2019-02-231-1/+2
* Update Util.jsKana2019-02-221-2/+1
* Add support for sqlitePitu2019-02-221-1/+2
* derpPitu2019-02-211-1/+1
* Switch config to .envPitu2019-02-191-28/+38
* We can now download albums yayyyyPitu2018-09-181-0/+13
* Delete thumbs when deleting a filePitu2018-09-181-0/+3
* Public albums wooo!Pitu2018-09-171-2/+2
* Flawed logic on the async retryPitu2018-09-161-2/+6