Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add REPL in server/tools/repl.ts (#1248) | BRAINS YUM | 2018-10-14 | 1 | -0/+79 |
| | |||||
* | rename News category into News & Politics (#1261) | Adnane Belmadiaf | 2018-10-14 | 3 | -3/+3 |
| | |||||
* | add parseBytes utility function and tests (#1239) | BRAINS YUM | 2018-10-13 | 4 | -3/+100 |
| | | | | | | | | | | * add parseBytes utility function and tests make it parse TB MB fix parseBytes; * 1024 test bytes too, and make parseByte to parse quotas add test in travis.sh in misc * fix parseBytes and test to pass linting | ||||
* | Merge branch 'release/v1.0.0' into develop | Chocobozzz | 2018-10-11 | 4 | -10/+25 |
|\ | |||||
| * | Add more headers to broadcast/unicast | Chocobozzz | 2018-10-10 | 4 | -10/+25 |
| | | |||||
* | | Add ability to list all local videos | Chocobozzz | 2018-10-10 | 13 | -52/+356 |
| | | | | | | | | Including private/unlisted for moderators/admins | ||||
* | | Add ability to search on followers/following | Chocobozzz | 2018-10-10 | 4 | -40/+112 |
| | | |||||
* | | Add explicit error message that changing video ownership only works with ↵ | Lucas Declercq | 2018-10-10 | 1 | -9/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | local accounts (#1214) * Add explicit error message that changing video ownership only works with local accounts * Remove superfluous logger * Remove unneeded end() to error responses * Add a message on client side to prevent transfering ownership to a remote account | ||||
* | | fix automatic bitrate adjustment | Rigel Kent | 2018-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | The regression was introduced in edb4ffc7e0b13659d7c73b120f2c87b27e4c26a1 and forced a fixed bitrate per resolution | ||||
* | | Try to cache video_high_bitrate_1080p in travis | Chocobozzz | 2018-10-08 | 2 | -39/+44 |
| | | |||||
* | | Change a little bit optimize-old-videos logic | Chocobozzz | 2018-10-08 | 2 | -9/+15 |
| | | |||||
* | | Set bitrate limits for transcoding (fixes #638) (#1135) | Felix Ableitner | 2018-10-08 | 7 | -17/+108 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set bitrate limits for transcoding (fixes #638) * added optimization script and test, changed stuff * fix test, improve docs * re-add optimize-old-videos script * added documentation * Don't optimize videos without valid UUID, or redundancy videos * move getUUIDFromFilename * fix tests? * update torrent and file size, some more fixes/improvements * use higher bitrate for high fps video, adjust bitrates * add test video * don't throw error if resolution is undefined * generate test fixture on the fly * use random noise video for bitrate test, add promise * shorten test video to avoid timeout * use existing function to optimize video * various fixes * increase test timeout * limit test fixture size, add link * test fixes * add await * more test fixes, add -b:v parameter * replace ffmpeg wiki link * fix ffmpeg params * fix unit test * add test fixture to .gitgnore * add video transcoding fps model * add missing file | ||||
* | | Add users search filter | Chocobozzz | 2018-10-08 | 4 | -5/+59 |
| | | |||||
* | | Merge branch 'release/v1.0.0' into develop | Chocobozzz | 2018-10-08 | 1 | -0/+6 |
|\| | |||||
| * | Avoid old issue regarding duplicated hosts in db | Chocobozzz | 2018-10-08 | 1 | -0/+6 |
| | | |||||
| * | Fix avatar update | Chocobozzz | 2018-10-08 | 2 | -2/+6 |
| | | |||||
* | | Fix avatar update | Chocobozzz | 2018-10-08 | 2 | -2/+6 |
| | | |||||
* | | Add user moderation in the account page | Chocobozzz | 2018-10-05 | 4 | -3/+9 |
| | | |||||
* | | Add user history and resume videos | Chocobozzz | 2018-10-05 | 29 | -111/+546 |
|/ | |||||
* | Don't block when removing redundancy files | Chocobozzz | 2018-10-03 | 1 | -2/+6 |
| | |||||
* | Delete correctly redundancy files | Chocobozzz | 2018-10-03 | 4 | -8/+44 |
| | |||||
* | Check video exists before extending its expiration | Chocobozzz | 2018-10-03 | 1 | -18/+32 |
| | |||||
* | Fix config endpoint | Chocobozzz | 2018-10-03 | 5 | -15/+29 |
| | |||||
* | Upsert cache file on create activity | Chocobozzz | 2018-10-02 | 3 | -11/+15 |
| | |||||
* | Try to fix travis redundancy tests | Chocobozzz | 2018-10-02 | 1 | -3/+10 |
| | |||||
* | Correctly forward comment deletion | Chocobozzz | 2018-10-02 | 1 | -2/+2 |
| | |||||
* | Try to improve redundancy tests | Chocobozzz | 2018-10-02 | 4 | -10/+37 |
| | |||||
* | Fix get version | Chocobozzz | 2018-10-02 | 1 | -2/+2 |
| | |||||
* | Check the comment is defined when validating body | Chocobozzz | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Don't build redundancy urls with "-1" as fps | Chocobozzz | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Add tests regarding well known/static text endpoints | Chocobozzz | 2018-10-01 | 1 | -0/+99 |
| | |||||
* | Fix redundancy with specific videos | Chocobozzz | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Fix video fps validator | Chocobozzz | 2018-10-01 | 2 | -4/+4 |
| | |||||
* | Fix refreshing external video attributes | Chocobozzz | 2018-10-01 | 2 | -12/+13 |
| | |||||
* | Check video channel name is unique on our instance | Chocobozzz | 2018-10-01 | 6 | -5/+23 |
| | |||||
* | Decrease log file max size | Chocobozzz | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Fix dnt route | Chocobozzz | 2018-10-01 | 2 | -3/+3 |
| | |||||
* | show last commit hash alongside server version in footer | Rigel Kent | 2018-10-01 | 3 | -11/+20 |
| | |||||
* | Define channelId property beforehand | Andrew Morgan | 2018-10-01 | 1 | -5/+2 |
| | |||||
* | Allow specification of Channel ID in peertube-upload.js | Andrew Morgan | 2018-10-01 | 1 | -1/+6 |
| | |||||
* | Add timeout on youtube dl to cleaup files | Chocobozzz | 2018-10-01 | 5 | -17/+30 |
| | |||||
* | Delete each file on failed import | Chocobozzz | 2018-10-01 | 1 | -15/+19 |
| | |||||
* | Correctly delete files on failed import | Chocobozzz | 2018-10-01 | 1 | -2/+2 |
| | |||||
* | Ensure video existence before duplicating it | Chocobozzz | 2018-10-01 | 2 | -7/+28 |
| | |||||
* | Fix redundancy with videos already duplicated with another instance | Chocobozzz | 2018-10-01 | 3 | -3/+6 |
| | |||||
* | Increase timeout on upload endpoint | Chocobozzz | 2018-10-01 | 1 | -0/+7 |
| | |||||
* | Improve prune script | Chocobozzz | 2018-09-28 | 1 | -0/+32 |
| | |||||
* | Enable more angular options | Chocobozzz | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | Fix video description when importing by url | Chocobozzz | 2018-09-28 | 2 | -4/+4 |
| | |||||
* | Remove duplicated videos on unfollow/delete redundancy | Chocobozzz | 2018-09-28 | 5 | -16/+114 |
| |