Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -59/+130 |
| | |||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 1 | -2/+12 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -0/+5 |
| | |||||
* | Optimize actor follow scores modifications | Chocobozzz | 2018-12-20 | 6 | -29/+44 |
| | |||||
* | Use move instead rename | Chocobozzz | 2018-12-11 | 1 | -2/+2 |
| | | | | To avoid EXDEV errors | ||||
* | Create redundancy endpoint | Chocobozzz | 2018-12-04 | 1 | -2/+2 |
| | |||||
* | Fix server redundancy tests | Chocobozzz | 2018-11-15 | 1 | -2/+3 |
| | |||||
* | Check video exists before extending its expiration | Chocobozzz | 2018-10-03 | 1 | -18/+32 |
| | |||||
* | Try to improve redundancy tests | Chocobozzz | 2018-10-02 | 1 | -0/+2 |
| | |||||
* | Fix redundancy with specific videos | Chocobozzz | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Add timeout on youtube dl to cleaup files | Chocobozzz | 2018-10-01 | 1 | -3/+2 |
| | |||||
* | Ensure video existence before duplicating it | Chocobozzz | 2018-10-01 | 1 | -4/+21 |
| | |||||
* | Fix redundancy with videos already duplicated with another instance | Chocobozzz | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Fix redundancy totalVideos stats | Chocobozzz | 2018-09-25 | 1 | -1/+0 |
| | |||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 1 | -27/+59 |
| | |||||
* | Remove unnecessary actor existance check | Chocobozzz | 2018-09-21 | 1 | -0/+2 |
| | | | | We already checked it in the signature checker | ||||
* | Limit associations fetch when loading token | Chocobozzz | 2018-09-20 | 1 | -7/+0 |
| | |||||
* | Move youtubeDL upgrader in helpers/ | Chocobozzz | 2018-09-19 | 1 | -56/+4 |
| | |||||
* | Add redundancy check interval in config | Chocobozzz | 2018-09-19 | 1 | -7/+11 |
| | |||||
* | Put config redundancy strategies in "strategies" subkey | Chocobozzz | 2018-09-19 | 1 | -4/+2 |
| | |||||
* | Speed up overviews route | Chocobozzz | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | Add recently added redundancy strategy | Chocobozzz | 2018-09-14 | 1 | -27/+17 |
| | |||||
* | Add trending videos strategy | Chocobozzz | 2018-09-14 | 1 | -0/+2 |
| | |||||
* | Basic video redundancy implementation | Chocobozzz | 2018-09-13 | 1 | -0/+161 |
| | |||||
* | Correctly migrate to fs-extra | Chocobozzz | 2018-08-27 | 1 | -3/+3 |
| | |||||
* | replace fs by fs-extra to prevent EMFILE error | Rigel Kent | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Ensure youtubedl binary exists in ydl helper | Chocobozzz | 2018-08-16 | 2 | -32/+41 |
| | |||||
* | Add ability to remove a video import | Chocobozzz | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | Auto update youtube-dl | Chocobozzz | 2018-08-06 | 1 | -0/+72 |
| | |||||
* | Fix publishedAt after a scheduled update | Chocobozzz | 2018-07-24 | 1 | -2/+3 |
| | |||||
* | Create webtorrent client on player load | Chocobozzz | 2018-06-18 | 1 | -2/+0 |
| | | | | | | So we don't run Angular change detection every 250ms on webtorrent import, when https://github.com/mafintosh/speedometer/pull/7 will be merged | ||||
* | Add ability to schedule video publication | Chocobozzz | 2018-06-15 | 1 | -1/+3 |
| | |||||
* | Add ability for uploaders to schedule video update | Chocobozzz | 2018-06-14 | 4 | -3/+73 |
| | |||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 1 | -1/+1 |
| | |||||
* | Don't fail on upload if we cannot generate thumbnail | Chocobozzz | 2018-02-27 | 2 | -2/+4 |
| | |||||
* | Add logs for scheduler | Chocobozzz | 2018-02-27 | 2 | -0/+5 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 1 | -0/+19 |
| | | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore. | ||||
* | Add scores to follows and remove bad ones | Chocobozzz | 2018-01-11 | 2 | -0/+40 |