aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Add ability to list all local videosChocobozzz2018-10-1013-52/+356
| | | | | | | | Including private/unlisted for moderators/admins
* | Add ability to search on followers/followingChocobozzz2018-10-104-40/+112
| |
* | Add explicit error message that changing video ownership only works with ↵Lucas Declercq2018-10-101-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 adjustmentRigel Kent2018-10-081-1/+1
| | | | | | | | | | | | The regression was introduced in edb4ffc7e0b13659d7c73b120f2c87b27e4c26a1 and forced a fixed bitrate per resolution
* | Try to cache video_high_bitrate_1080p in travisChocobozzz2018-10-082-39/+44
| |
* | Change a little bit optimize-old-videos logicChocobozzz2018-10-082-9/+15
| |
* | Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-087-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 filterChocobozzz2018-10-084-5/+59
| |