| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: update process.env usage | Pitu | 2021-06-15 | 1 | -5/+6 |
| | | |||||
| * | fix: remove log | Pitu | 2020-12-25 | 1 | -2/+1 |
| | | |||||
| * | Fix: thumbnail creation | Pitu | 2020-12-25 | 1 | -1/+1 |
| | | |||||
| * | Fix: use webp for thumbnails | Pitu | 2020-12-25 | 1 | -5/+5 |
| | | |||||
| * | Cleanup | Pitu | 2020-12-25 | 1 | -3/+0 |
| | | |||||
| * | Fix ESLint rules once and for all | Pitu | 2020-12-24 | 1 | -2/+2 |
| | | |||||
| * | bug: Thumbs are stored as webp and not as png anymore | Zephyrrus | 2020-12-24 | 1 | -1/+1 |
| | | |||||
| * | chore: remove trailing commas | Zephyrrus | 2020-12-24 | 1 | -4/+4 |
| | | |||||
| * | chore: update lock files | Zephyrrus | 2020-12-24 | 1 | -2/+2 |
| | | |||||
| * | chore: linter the entire project using the new rules | Zephyrrus | 2020-07-08 | 1 | -4/+10 |
| | | |||||
| * | fix: errors in Util caused by separating into different classes improperly | Zephyrrus | 2020-07-08 | 1 | -16/+25 |
| | | |||||
| * | feat: experimental videos in grid | Zephyrrus | 2020-07-04 | 1 | -1/+7 |
| | | |||||
| * | feat: refactor preview to support random fragment extraction | Zephyrrus | 2020-07-02 | 1 | -1/+1 |
| | | |||||
| * | feat: experimental video preview generator in webm form | Zephyrrus | 2020-07-02 | 1 | -5/+6 |
| | | |||||
| * | feat: add experimental meaningful preview extraction from videos | Zephyrrus | 2020-07-02 | 1 | -16/+42 |
| | | | | | 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 | 1 | -0/+60 |