aboutsummaryrefslogtreecommitdiff
path: root/src/api/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | | | | | 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-022-67/+111
| |
* | 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-291-1/+1
|/ | | | | serverLoad++; userRamUsage--;
* Fix: consistent hash of uploadsPitu2020-05-091-1/+1
|
* chore: remove exif strip support.Pitu2019-10-121-15/+0
| | | | After some thought, modifying uploaded files is not something I want to support.
* 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-162-0/+218