Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵ | buoyantair | 2018-11-18 | 4 | -2/+226 |
|\ | | | | | | | move-utils-to-shared | ||||
| * | Fix images size when downloading them | Chocobozzz | 2018-11-16 | 1 | -2/+3 |
| | | |||||
| * | Check follow constraints when getting a video | Chocobozzz | 2018-11-16 | 2 | -0/+216 |
| | | |||||
| * | Do not host remote AP objects | Chocobozzz | 2018-11-16 | 1 | -0/+5 |
| | | |||||
* | | Fix dependency errors between modules | buoyantair | 2018-11-16 | 5 | -7/+16 |
| | | |||||
* | | Merge from upstream | buoyantair | 2018-11-16 | 25 | -24/+1079 |
|\| | |||||
| * | Fix video channel videos url when scrolling | Chocobozzz | 2018-11-15 | 1 | -4/+4 |
| | | |||||
| * | Remove wrong redundancy test | Chocobozzz | 2018-11-15 | 2 | -499/+16 |
| | | |||||
| * | Fix server redundancy tests | Chocobozzz | 2018-11-15 | 1 | -9/+9 |
| | | |||||
| * | Add AP fetch tests | Chocobozzz | 2018-11-14 | 3 | -0/+96 |
| | | |||||
| * | Clean up peertube auth | Chocobozzz | 2018-11-14 | 1 | -0/+2 |
| | | |||||
| * | Check activities host | Chocobozzz | 2018-11-14 | 2 | -11/+11 |
| | | |||||
| * | Add compatibility with other Linked Signature algorithms | Chocobozzz | 2018-11-14 | 20 | -2/+925 |
| | | |||||
| * | add cli option to run without client | Rigel Kent | 2018-11-14 | 3 | -2/+39 |
| | | |||||
* | | Move utils to /shared | buoyantair | 2018-10-29 | 101 | -3091/+312 |
|/ | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | Feature/description support fields length 1000 (#1267) | BRAINS YUM | 2018-10-19 | 4 | -8/+8 |
| | | | | | | | | | | | | | | | | | | * fix migrations to not use config constant values as it can introduce bugs later when they change; (fixes #1259) remove constant fields imports from migrations * add migrations to update description and support fields to 1000 (fixes #1258) * fix client/server account and video_channel description/support fields to be max len 1000 (fixes #1258); fix test Should fail with a too long description; fix test Should fail with a long description; fix test Should fail with a long description; Remove USER.SUPPORT from constants since that field no longer exists; null not false, in migrations/0280-description-support.ts; video support field 1000, oops; * rename migration 0280-description-support.ts -> 0285-description-support.ts; update video support maxlength text | ||||
* | fix lint test | Rigel Kent | 2018-10-18 | 1 | -1/+0 |
| | |||||
* | Fix optimize old videos script | Chocobozzz | 2018-10-18 | 4 | -22/+155 |
| | |||||
* | Fix transcoding | Chocobozzz | 2018-10-18 | 2 | -8/+8 |
| | |||||
* | Move redundancy in its own travis container | Chocobozzz | 2018-10-16 | 5 | -1/+486 |
| | |||||
* | Fix redundancy test | Chocobozzz | 2018-10-16 | 1 | -12/+8 |
| | |||||
* | Add ability to mute a user/instance by server in client | Chocobozzz | 2018-10-16 | 1 | -10/+21 |
| | |||||
* | Add ability to mute a user/instance by server in server api | Chocobozzz | 2018-10-16 | 5 | -297/+851 |
| | |||||
* | Add user/instance block by users in the client | Chocobozzz | 2018-10-16 | 2 | -7/+27 |
| | |||||
* | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 6 | -8/+630 |
| | |||||
* | rename News category into News & Politics (#1261) | Adnane Belmadiaf | 2018-10-14 | 2 | -2/+2 |
| | |||||
* | add parseBytes utility function and tests (#1239) | BRAINS YUM | 2018-10-13 | 2 | -0/+49 |
| | | | | | | | | | | * 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 | ||||
* | Add ability to list all local videos | Chocobozzz | 2018-10-10 | 4 | -0/+259 |
| | | | | Including private/unlisted for moderators/admins | ||||
* | Add ability to search on followers/following | Chocobozzz | 2018-10-10 | 2 | -3/+43 |
| | |||||
* | Try to cache video_high_bitrate_1080p in travis | Chocobozzz | 2018-10-08 | 2 | -39/+44 |
| | |||||
* | Set bitrate limits for transcoding (fixes #638) (#1135) | Felix Ableitner | 2018-10-08 | 1 | -4/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -2/+37 |
| | |||||
* | Add user moderation in the account page | Chocobozzz | 2018-10-05 | 1 | -0/+6 |
| | |||||
* | Add user history and resume videos | Chocobozzz | 2018-10-05 | 5 | -0/+223 |
| | |||||
* | Delete correctly redundancy files | Chocobozzz | 2018-10-03 | 2 | -3/+24 |
| | |||||
* | Try to fix travis redundancy tests | Chocobozzz | 2018-10-02 | 1 | -3/+10 |
| | |||||
* | Try to improve redundancy tests | Chocobozzz | 2018-10-02 | 2 | -10/+33 |
| | |||||
* | Add tests regarding well known/static text endpoints | Chocobozzz | 2018-10-01 | 1 | -0/+99 |
| | |||||
* | Check video channel name is unique on our instance | Chocobozzz | 2018-10-01 | 1 | -0/+10 |
| | |||||
* | Remove duplicated videos on unfollow/delete redundancy | Chocobozzz | 2018-09-28 | 1 | -16/+53 |
| | |||||
* | Check current password on server side | Chocobozzz | 2018-09-26 | 3 | -5/+64 |
| | |||||
* | Fix quota translations | Chocobozzz | 2018-09-26 | 1 | -2/+2 |
| | |||||
* | Fix redundancy tests | Chocobozzz | 2018-09-26 | 1 | -9/+10 |
| | |||||
* | Fix redundancy totalVideos stats | Chocobozzz | 2018-09-25 | 2 | -10/+21 |
| | |||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 2 | -75/+193 |
| | |||||
* | Fix peertube script | Chocobozzz | 2018-09-20 | 2 | -2/+2 |
| | |||||
* | Merge branch 'develop' into cli-wrapper | Chocobozzz | 2018-09-20 | 5 | -78/+227 |
|\ | |||||
| * | Fix jobs tests | Chocobozzz | 2018-09-19 | 1 | -1/+3 |
| | | |||||
| * | Refractor audit user identifier | Chocobozzz | 2018-09-19 | 1 | -9/+13 |
| | | |||||
| * | Refractor activities sending | Chocobozzz | 2018-09-14 | 1 | -3/+0 |
| | |