aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Optimize image resizingChocobozzz2018-11-192-6/+23
| |_|/ |/| |
* | | Fix images size when downloading themChocobozzz2018-11-165-21/+25
| | |
* | | Fix AP collections paginationChocobozzz2018-11-163-11/+11
| | |
* | | Check follow constraints when getting a videoChocobozzz2018-11-166-11/+292
| | |
* | | Do not host remote AP objectsChocobozzz2018-11-164-3/+28
| | |
* | | Improve video upload error handlingChocobozzz2018-11-161-0/+2
| |/ |/|
* | Fix video channel videos url when scrollingChocobozzz2018-11-151-4/+4
| |
* | Fix embed video id parsingChocobozzz2018-11-151-1/+1
| |
* | Don't forward view, send updates insteadChocobozzz2018-11-154-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 testChocobozzz2018-11-152-499/+16
| |
* | Fix server redundancy testsChocobozzz2018-11-153-11/+17
| |
* | Add AP fetch testsChocobozzz2018-11-143-0/+96
| |
* | Clean up peertube authChocobozzz2018-11-143-60/+57
| |
* | Check activities hostChocobozzz2018-11-1432-119/+394
| |
* | Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-1425-18/+1004
| |
* | add cli option to run without clientRigel Kent2018-11-143-2/+39
| |
* | Revert change og video typeChocobozzz2018-11-141-1/+1
| |
* | Merge branch 'master' into developChocobozzz2018-11-131-1/+1
|\ \
| * | Rename context stats to stateThomas Citharel2018-11-131-1/+1
| | | | | | | | | I guess it refers to the VideoState enum used here as `state` instead.
| * | Add HTTP signature check before linked signatureChocobozzz2018-10-196-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 typeBO412018-11-131-1/+1
| | |
* | | (ffmpeg) force pixel format yuv420p (#1394)Rigel Kent2018-11-121-0/+1
| |/ |/|
* | allow peertube-import-videos.ts CLI script to run concurrently (#1334)BRAINS YUM2018-10-241-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 Lange2018-10-241-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 cliRigel Kent2018-10-201-0/+82
| |
* | add repl to the cli wrapper, remove extraneous TOC in tools.mdRigel Kent2018-10-192-0/+1
| |
* | Update translationsChocobozzz2018-10-191-4/+1
| |
* | Add HTTP signature check before linked signatureChocobozzz2018-10-196-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 YUM2018-10-1912-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 testRigel Kent2018-10-181-1/+0
| |
* | Fix optimize old videos scriptChocobozzz2018-10-184-22/+155
| |
* | Fix transcodingChocobozzz2018-10-184-84/+99
| |
* | AP mimeType -> mediaTypeChocobozzz2018-10-184-6/+15
| |
* | Oup'sChocobozzz2018-10-171-7/+7
| |
* | Fix testsChocobozzz2018-10-172-7/+10
| |
* | Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-175-2/+43
|\ \
| * | move to boolean switchRigel Kent2018-10-135-28/+20
| | |
| * | add webtorrent opt-out settingsRigel Kent2018-10-135-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 Ableitner2018-10-171-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 containerChocobozzz2018-10-165-1/+486
| | |
* | | Fix redundancy testChocobozzz2018-10-161-12/+8
| | |
* | | Add ability to mute a user/instance by server in clientChocobozzz2018-10-163-14/+27
| | |
* | | Add ability to mute a user/instance by server in server apiChocobozzz2018-10-1610-308/+1029
| | |
* | | Add user/instance block by users in the clientChocobozzz2018-10-167-18/+81
| | |
* | | Add ability for users to block an account/instance on server sideChocobozzz2018-10-1629-56/+1325
| | |
* | | add REPL in server/tools/repl.ts (#1248)BRAINS YUM2018-10-141-0/+79
| | |
* | | rename News category into News & Politics (#1261)Adnane Belmadiaf2018-10-143-3/+3
|/ /
* | add parseBytes utility function and tests (#1239)BRAINS YUM2018-10-134-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 developChocobozzz2018-10-114-10/+25
|\|
| * Add more headers to broadcast/unicastChocobozzz2018-10-104-10/+25
| |