Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from upstream | buoyantair | 2018-11-16 | 67 | -227/+1622 |
|\ | |||||
| * | Fix video channel videos url when scrolling | Chocobozzz | 2018-11-15 | 1 | -4/+4 |
| | | |||||
| * | Fix embed video id parsing | Chocobozzz | 2018-11-15 | 1 | -1/+1 |
| | | |||||
| * | Don't forward view, send updates instead | Chocobozzz | 2018-11-15 | 4 | -17/+17 |
| | | | | | | | | | | To avoid inconsistencies in the federation, now the origin server will tell other instances what is the correct number of views | ||||
| * | Remove wrong redundancy test | Chocobozzz | 2018-11-15 | 2 | -499/+16 |
| | | |||||
| * | Fix server redundancy tests | Chocobozzz | 2018-11-15 | 3 | -11/+17 |
| | | |||||
| * | Add AP fetch tests | Chocobozzz | 2018-11-14 | 3 | -0/+96 |
| | | |||||
| * | Clean up peertube auth | Chocobozzz | 2018-11-14 | 3 | -60/+57 |
| | | |||||
| * | Check activities host | Chocobozzz | 2018-11-14 | 32 | -119/+394 |
| | | |||||
| * | Add compatibility with other Linked Signature algorithms | Chocobozzz | 2018-11-14 | 25 | -18/+1004 |
| | | |||||
| * | add cli option to run without client | Rigel Kent | 2018-11-14 | 3 | -2/+39 |
| | | |||||
| * | Revert change og video type | Chocobozzz | 2018-11-14 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into develop | Chocobozzz | 2018-11-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Rename context stats to state | Thomas Citharel | 2018-11-13 | 1 | -1/+1 |
| | | | | | | | | | I guess it refers to the VideoState enum used here as `state` instead. | ||||
| | * | Add HTTP signature check before linked signature | Chocobozzz | 2018-10-19 | 6 | -64/+162 |
| | | | | | | | | | | | | | | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation | ||||
| * | | change video type | BO41 | 2018-11-13 | 1 | -1/+1 |
| | | | |||||
| * | | (ffmpeg) force pixel format yuv420p (#1394) | Rigel Kent | 2018-11-12 | 1 | -0/+1 |
| | | | |||||
* | | | Move utils to /shared | buoyantair | 2018-10-29 | 104 | -3095/+316 |
|/ / | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | | allow peertube-import-videos.ts CLI script to run concurrently (#1334) | BRAINS YUM | 2018-10-24 | 1 | -4/+4 |
| | | | | | | allows running multiple imports at the same time, whereas previously a concurrent instance of the script deleted another processe's file. | ||||
* | | Fix #1328 - application-config initialisation in CLI tools (#1343) | Frank de Lange | 2018-10-24 | 1 | -1/+1 |
| | | | | | | Test for an empty object in `cli.ts` when no config data is present (i.e. when run on a new install). | ||||
* | | (doc) add manpage to peertube cli | Rigel Kent | 2018-10-20 | 1 | -0/+82 |
| | | |||||
* | | add repl to the cli wrapper, remove extraneous TOC in tools.md | Rigel Kent | 2018-10-19 | 2 | -0/+1 |
| | | |||||
* | | Update translations | Chocobozzz | 2018-10-19 | 1 | -4/+1 |
| | | |||||
* | | Add HTTP signature check before linked signature | Chocobozzz | 2018-10-19 | 6 | -64/+162 |
| | | | | | | | | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation | ||||
* | | Feature/description support fields length 1000 (#1267) | BRAINS YUM | 2018-10-19 | 12 | -27/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 4 | -84/+99 |
| | | |||||
* | | AP mimeType -> mediaType | Chocobozzz | 2018-10-18 | 4 | -6/+15 |
| | | |||||
* | | Oup's | Chocobozzz | 2018-10-17 | 1 | -7/+7 |
| | | |||||
* | | Fix tests | Chocobozzz | 2018-10-17 | 2 | -7/+10 |
| | | |||||
* | | Merge branch 'feature/webtorrent-disabling' into develop | Chocobozzz | 2018-10-17 | 5 | -2/+43 |
|\ \ | |||||
| * | | move to boolean switch | Rigel Kent | 2018-10-13 | 5 | -28/+20 |
| | | | |||||
| * | | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 5 | -4/+53 |
| | | | | | | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting | ||||
* | | | Set keyframe interval for transcoding (fixes #1147) (#1231) | Felix Ableitner | 2018-10-17 | 1 | -24/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set keyframe interval for transcoding (fixes #1147) * remove -maxrate and old bitrate setter * pass fps as parameter * set type for ffmpeg param * assign ffmpeg object | ||||
* | | | 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 | 3 | -14/+27 |
| | | | |||||
* | | | Add ability to mute a user/instance by server in server api | Chocobozzz | 2018-10-16 | 10 | -308/+1029 |
| | | | |||||
* | | | Add user/instance block by users in the client | Chocobozzz | 2018-10-16 | 7 | -18/+81 |
| | | | |||||
* | | | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 29 | -56/+1325 |
| | | | |||||
* | | | 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 |