Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add subscriptions endpoints to REST API | Chocobozzz | 2018-08-27 | 36 | -93/+1038 |
| | |||||
* | Split users controller | Chocobozzz | 2018-08-27 | 2 | -208/+231 |
| | |||||
* | Ensure youtubedl binary exists in ydl helper | Chocobozzz | 2018-08-16 | 3 | -35/+60 |
| | |||||
* | Add quota used in users list | Chocobozzz | 2018-08-14 | 2 | -4/+34 |
| | |||||
* | Don't set a bitrate on unknown audio input | Chocobozzz | 2018-08-14 | 2 | -16/+18 |
| | |||||
* | Cleanup utils helper | Chocobozzz | 2018-08-14 | 20 | -166/+173 |
| | |||||
* | Flat shared module directory | Chocobozzz | 2018-08-14 | 5 | -6/+5 |
| | |||||
* | Increase video import timeout | Chocobozzz | 2018-08-14 | 2 | -2/+1 |
| | |||||
* | Filter tracker based on infohash | Chocobozzz | 2018-08-14 | 4 | -1/+94 |
| | |||||
* | Add tests when getting a blacklisted video | Chocobozzz | 2018-08-14 | 2 | -11/+50 |
| | |||||
* | Improve blacklist management | Chocobozzz | 2018-08-14 | 6 | -23/+60 |
| | |||||
* | Add blacklist reason field | Chocobozzz | 2018-08-14 | 13 | -104/+452 |
| | |||||
* | Try to fix travis tests | Chocobozzz | 2018-08-10 | 3 | -24/+17 |
| | |||||
* | Add state and moderationComment for abuses on server side | Chocobozzz | 2018-08-10 | 15 | -64/+463 |
| | |||||
* | Add ability to ban/unban users | Chocobozzz | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 10 | -13/+109 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 12 | -21/+196 |
| | |||||
* | Add ability to delete our account | Chocobozzz | 2018-08-08 | 5 | -3/+65 |
| | |||||
* | Increase test timeout for imports | Chocobozzz | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Correct webtorrent download cleanup | Chocobozzz | 2018-08-08 | 2 | -3/+20 |
| | |||||
* | Add torrent tests | Chocobozzz | 2018-08-08 | 11 | -60/+145 |
| | |||||
* | Add check param tests regarding video imports | Chocobozzz | 2018-08-08 | 4 | -7/+102 |
| | |||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 13 | -104/+84 |
| | |||||
* | Import torrents with webtorrent | Chocobozzz | 2018-08-08 | 9 | -31/+116 |
| | |||||
* | Import magnets with webtorrent | Chocobozzz | 2018-08-08 | 11 | -79/+324 |
| | |||||
* | advertising PeerTube's rather simple DNT policy | Rigel Kent | 2018-08-08 | 4 | -1/+250 |
| | |||||
* | Merge branch 'release/beta-10' into develop | Chocobozzz | 2018-08-06 | 6 | -8/+47 |
|\ | |||||
| * | Fix caption upload on Mac OS | Chocobozzz | 2018-08-06 | 6 | -9/+48 |
| | | |||||
* | | Fix tests | Chocobozzz | 2018-08-06 | 1 | -0/+6 |
| | | |||||
* | | Fix fps federation | Chocobozzz | 2018-08-06 | 7 | -84/+98 |
| | | |||||
* | | Add tests regarding video import | Chocobozzz | 2018-08-06 | 10 | -72/+322 |
| | | |||||
* | | Add import http enabled configuration | Chocobozzz | 2018-08-06 | 13 | -7/+306 |
| | | |||||
* | | Add audit logs for video import | Chocobozzz | 2018-08-06 | 2 | -8/+17 |
| | | |||||
* | | Add job ttl | Chocobozzz | 2018-08-06 | 2 | -8/+15 |
| | | |||||
* | | Remove ability to delete video imports | Chocobozzz | 2018-08-06 | 5 | -58/+34 |
| | | | | | | | | Users should remove the linked video instead | ||||
* | | Correctly handle video import errors | Chocobozzz | 2018-08-06 | 3 | -4/+10 |
| | | |||||
* | | Add ability to list video imports | Chocobozzz | 2018-08-06 | 7 | -12/+116 |
| | | |||||
* | | Add ability to remove a video import | Chocobozzz | 2018-08-06 | 4 | -7/+42 |
| | | |||||
* | | Auto update youtube-dl | Chocobozzz | 2018-08-06 | 2 | -1/+74 |
| | | |||||
* | | Add ability to import video with youtube-dl | Chocobozzz | 2018-08-06 | 16 | -41/+672 |
| | | |||||
* | | adding tests for audio conversions | Rigel Kent | 2018-08-01 | 5 | -26/+124 |
| | | |||||
* | | ffmpeg auto thread | Jorropo | 2018-08-01 | 1 | -1/+3 |
| | | | | | | | | Set thread count to 0 and ffmpeg will chose automaticaly | ||||
* | | fixing tests to deal with new transcoding parameters | Rigel Kent | 2018-08-01 | 2 | -10/+9 |
| | | |||||
* | | Nice ffmpeg to 15 and 2 | Jorropo | 2018-08-01 | 2 | -3/+9 |
| | | | | | | | | | | | | Niceness 15 for video conversionNiceness 2 for image generation (niceness 2 doesn't make it slower, just don't block servers and other app) | ||||
* | | fixing audio getter when video has no audio | Rigel Kent | 2018-08-01 | 1 | -18/+29 |
| | | |||||
* | | Fixing #626 with ffmpeg's low default audio bitrate | Rigel Kent | 2018-08-01 | 4 | -16/+153 |
| | | |||||
* | | Add index on sharedInboxUrl | Chocobozzz | 2018-07-31 | 1 | -0/+3 |
| | | |||||
* | | Add audit logs in various modules | Aurélien Bertron | 2018-07-31 | 9 | -20/+249 |
| | | | | | | | | | | | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config | ||||
* | | Add audit logs module | Aurélien Bertron | 2018-07-31 | 2 | -1/+124 |
| | | |||||
* | | adding ORM pool configuration | Rigel Kent | 2018-07-31 | 3 | -2/+9 |
| | |