| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: experimental videos in grid | Zephyrrus | 2020-07-04 | 2 | -2/+9 |
| | | |||||
| * | feat: refactor preview to support random fragment extraction | Zephyrrus | 2020-07-02 | 3 | -4/+89 |
| | | |||||
| * | feat: experimental video preview generator in webm form | Zephyrrus | 2020-07-02 | 2 | -5/+80 |
| | | |||||
| * | feat: add experimental meaningful preview extraction from videos | Zephyrrus | 2020-07-02 | 2 | -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 testing | Zephyrrus | 2020-07-02 | 2 | -67/+111 |
| | | |||||
| * | fix: remove .bmp from the imageExtensions because sharp doesn't support it | Zephyrrus | 2020-07-01 | 1 | -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 pagination | Zephyrrus | 2020-06-29 | 1 | -1/+1 |
| | | | | | | serverLoad++; userRamUsage--; | ||||
| * | Fix: consistent hash of uploads | Pitu | 2020-05-09 | 1 | -1/+1 |
| | | |||||
| * | chore: remove exif strip support. | Pitu | 2019-10-12 | 1 | -15/+0 |
| | | | | | After some thought, modifying uploaded files is not something I want to support. | ||||
| * | chore: upload fixes | Pitu | 2019-10-12 | 1 | -0/+1 |
| | | |||||
| * | feature: uploader with chunks support | Pitu | 2019-10-01 | 1 | -0/+5 |
| | | |||||
| * | Add uuid package | Pitu | 2019-03-14 | 1 | -4/+28 |
| | | |||||
| * | Possible fix for files not being purged | Pitu | 2019-03-12 | 1 | -4/+4 |
| | | |||||
| * | Be able to add a file to multiple albums | Pitu | 2019-03-02 | 1 | -1/+1 |
| | | |||||
| * | Enviroment variables parsing fix | Pitu | 2019-03-02 | 1 | -2/+2 |
| | | |||||
| * | Purge user's files | Pitu | 2019-02-28 | 1 | -0/+16 |
| | | |||||
| * | Better DB handling and stuff | Pitu | 2019-02-23 | 1 | -1/+2 |
| | | |||||
| * | Update Util.js | Kana | 2019-02-22 | 1 | -2/+1 |
| | | |||||
| * | Add support for sqlite | Pitu | 2019-02-22 | 1 | -1/+2 |
| | | |||||
| * | derp | Pitu | 2019-02-21 | 1 | -1/+1 |
| | | |||||
| * | Switch config to .env | Pitu | 2019-02-19 | 1 | -28/+38 |
| | | |||||
| * | We can now download albums yayyyy | Pitu | 2018-09-18 | 1 | -0/+13 |
| | | |||||
| * | Delete thumbs when deleting a file | Pitu | 2018-09-18 | 1 | -0/+3 |
| | | |||||
| * | Public albums wooo! | Pitu | 2018-09-17 | 1 | -2/+2 |
| | | |||||
| * | Flawed logic on the async retry | Pitu | 2018-09-16 | 1 | -2/+6 |
| | | |||||
| * | Utils | Pitu | 2018-09-16 | 2 | -0/+218 |