Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid error when file has no torrent file | Chocobozzz | 2021-05-25 | 1 | -0/+4 |
| | |||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 1 | -1/+2 |
| | |||||
* | Async torrent creation | Chocobozzz | 2021-02-25 | 1 | -0/+8 |
| | |||||
* | Cleanup | Chocobozzz | 2021-02-18 | 1 | -2/+2 |
| | |||||
* | Don't guess remote tracker URL | Chocobozzz | 2021-02-18 | 1 | -7/+2 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 1 | -31/+150 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | Fix stat file size with HLS | Chocobozzz | 2020-11-10 | 1 | -5/+28 |
| | |||||
* | Don't add live videos in redundancy | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Regenerate miniature on live save | Chocobozzz | 2020-11-09 | 1 | -0/+4 |
| | |||||
* | Add live notification tests | Chocobozzz | 2020-11-09 | 1 | -0/+4 |
| | |||||
* | Add check constraints live tests | Chocobozzz | 2020-11-09 | 1 | -0/+8 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -2/+2 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | Video file metadata PR cleanup | Chocobozzz | 2020-03-10 | 1 | -40/+39 |
| | |||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 1 | -10/+86 |
| | | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata | ||||
* | Add infohash cache | Chocobozzz | 2020-01-03 | 1 | -1/+8 |
| | |||||
* | Use a migration script to generate HLS torrent files | Chocobozzz | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -6/+81 |
| | | | | In favour of HLS | ||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -1/+1 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -1/+2 |
| | |||||
* | Add audio support in upload | Chocobozzz | 2019-05-16 | 1 | -0/+5 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -15/+12 |
| | |||||
* | Update P2P media loader peer version | Chocobozzz | 2019-04-08 | 1 | -0/+24 |
| | |||||
* | findById -> findByPk | Chocobozzz | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -3/+3 |
| | |||||
* | Add totalLocalVideoFilesSize in stats | Chocobozzz | 2019-01-15 | 1 | -0/+20 |
| | |||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 1 | -2/+0 |
| | |||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -1/+3 |
| | |||||
* | Delete correctly redundancy files | Chocobozzz | 2018-10-03 | 1 | -0/+13 |
| | |||||
* | Fix video files duplicated when fps is null | Chocobozzz | 2018-09-26 | 1 | -2/+2 |
| | | | | Null values are not considered equal in a UNIQUE index | ||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 1 | -0/+6 |
| | |||||
* | Basic video redundancy implementation | Chocobozzz | 2018-09-13 | 1 | -1/+24 |
| | |||||
* | Filter tracker based on infohash | Chocobozzz | 2018-08-14 | 1 | -0/+15 |
| | |||||
* | Optimize SQL queries | Chocobozzz | 2018-07-24 | 1 | -0/+4 |
| | |||||
* | Handle higher FPS for high resolution (test) | Chocobozzz | 2018-06-29 | 1 | -2/+13 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -67/+42 |
| | |||||
* | Misc cleanup | Chocobozzz | 2017-11-27 | 1 | -12/+4 |
| | |||||
* | Modify video file size to bigint | Chocobozzz | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 1 | -0/+89 |
Will be used for user video quotas and multiple video resolutions |