aboutsummaryrefslogtreecommitdiff
path: root/src/api/utils/Util.js
Commit message (Expand)AuthorAgeFilesLines
* chore: remove unused methodsPitu2021-01-071-74/+0
* feature: new chunk and write strategyPitu2021-01-071-2/+95
* 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
* chore: remove trailing commasZephyrrus2020-12-241-10/+8
* 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-081-2/+2
* | fix: errors in Util caused by separating into different classes improperlyZephyrrus2020-07-081-10/+14
* | feat: experimental videos in gridZephyrrus2020-07-041-1/+2
* | feat: add experimental meaningful preview extraction from videosZephyrrus2020-07-021-13/+8
* | feat: externalize thumb generation function for easier testingZephyrrus2020-07-021-67/+51
* | 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
* UtilsPitu2018-09-161-0/+181