Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'release/4.1.0' into develop | Chocobozzz | 2022-03-08 | 1 | -0/+11 |
|\ | |||||
| * | Remove exif tags when processing images | Chocobozzz | 2022-03-07 | 1 | -0/+11 |
| | | |||||
* | | Fill width of local avatars | Chocobozzz | 2022-03-01 | 1 | -4/+18 |
| | | |||||
* | | Add basic video editor support | Chocobozzz | 2022-02-28 | 1 | -2/+26 |
|/ | |||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 1 | -1/+2 |
| | | | | Since it requires an external dependency | ||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -2/+1 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -2/+2 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html | ||||
* | Prefer cover instead of contain for images | Chocobozzz | 2021-11-16 | 1 | -3/+6 |
| | |||||
* | Fix thumbnails/previews for portrait videos | Chocobozzz | 2021-11-16 | 1 | -11/+32 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -3/+3 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -2/+2 |
| | |||||
* | Fix video upload with a capitalized ext | Chocobozzz | 2021-06-08 | 1 | -3/+4 |
| | |||||
* | Add size info in db for actor images | Chocobozzz | 2021-04-08 | 1 | -0/+6 |
| | |||||
* | Optimize remote image processing | Chocobozzz | 2021-02-16 | 1 | -7/+33 |
| | |||||
* | Add tests to gif resizer | Chocobozzz | 2020-11-25 | 1 | -14/+20 |
| | |||||
* | Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329) | Kimsible | 2020-11-25 | 1 | -1/+9 |
| | | | | | | | | | * Add avatar pixel size upload in tooltip * Add gif support for avatar * Add ffmpeg GIF process Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Add ability to save live replay | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Handle webp images from youtube-dl | Chocobozzz | 2020-07-10 | 1 | -5/+16 |
| | |||||
* | space optimizations for `node_modules` and client stats removal | Rigel Kent | 2020-06-10 | 1 | -5/+6 |
| | | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807 | ||||
* | Relax videos list thumbnail api join | Chocobozzz | 2019-04-24 | 1 | -5/+5 |
| | |||||
* | Create a dedicated table to track video thumbnails | Chocobozzz | 2019-04-24 | 1 | -2/+3 |
| | |||||
* | Fix thumbnail processing | Chocobozzz | 2018-12-04 | 1 | -8/+6 |
| | |||||
* | Optimize image resizing | Chocobozzz | 2018-11-19 | 1 | -2/+17 |
| | |||||
* | Correctly migrate to fs-extra | Chocobozzz | 2018-08-27 | 1 | -2/+2 |
| | |||||
* | Fix remote image fetching | Chocobozzz | 2018-02-15 | 1 | -1/+1 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 1 | -0/+21 |