aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* (doc) add manpage to peertube cliRigel Kent2018-10-204-1/+97
|
* Bumped to version v1.1.0-alpha.2Chocobozzz2018-10-192-2/+2
|
* (doc) fix path to peertube-replRigel Kent2018-10-191-1/+1
|
* Fix webtorrent disabled by defaultChocobozzz2018-10-191-1/+2
|
* Update changelog for 1.1.0-alpha.2Chocobozzz2018-10-191-1/+26
|
* PeerTube is not in alpha anymoreChocobozzz2018-10-191-1/+1
|
* add repl to the cli wrapper, remove extraneous TOC in tools.mdRigel Kent2018-10-193-34/+25
|
* Merge branch 'release/v1.0.0' into developChocobozzz2018-10-190-0/+0
|\
| * Bumped to version v1.0.1v1.0.1Chocobozzz2018-10-192-2/+2
| |
| * Update changelogChocobozzz2018-10-191-0/+9
| |
| * Add HTTP signature check before linked signatureChocobozzz2018-10-198-65/+164
| | | | | | | | | | | | 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
* | Update translationsChocobozzz2018-10-192-21/+15
| |
* | Update changelogChocobozzz2018-10-191-0/+9
| |
* | Add HTTP signature check before linked signatureChocobozzz2018-10-198-65/+164
| | | | | | | | | | | | 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-1915-35/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 embedChocobozzz2018-10-191-1/+1
| |
* | fix lint testRigel Kent2018-10-181-1/+0
| |
* | adding minimum signup age conforming to ceiling GPDR ageRigel Kent2018-10-181-1/+1
| | | | | | | | | | It is not yet configurable and should be made so as GDPR (or other regulations for that matter) can specify other minimum age requirements.
* | Fix optimize old videos scriptChocobozzz2018-10-185-24/+161
| |
* | Update contributors listChocobozzz2018-10-181-10/+19
| |
* | PeerTube is not in beta anymoreChocobozzz2018-10-181-2/+2
| |
* | Make abuse-delete confirmation box clearermike stedman2018-10-182-3/+10
| |
* | Change "delete" to "delete this report"Mike2018-10-181-1/+1
| | | | | | Closes #1295.
* | Fix lintChocobozzz2018-10-181-1/+1
| |
* | Better typingsChocobozzz2018-10-1865-150/+1606
| |
* | Fix transcodingChocobozzz2018-10-186-84/+1543
| |
* | AP mimeType -> mediaTypeChocobozzz2018-10-185-9/+24
| |
* | NoImplicitAny flag true (#1157)BO412018-10-1864-174/+181
| | | | | | | | | | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* | Oup'sChocobozzz2018-10-171-7/+7
| |
* | Fix testsChocobozzz2018-10-173-11/+12
| |
* | Update translationsChocobozzz2018-10-1741-2300/+4763
| |
* | Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-1712-19/+101
|\ \
| * | Fix webtorrent disablingChocobozzz2018-10-172-28/+30
| | |
| * | move to boolean switchRigel Kent2018-10-1313-58/+47
| | |
| * | add webtorrent opt-out settingsRigel Kent2018-10-1313-6/+97
| | | | | | | | | | | | | | | - 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
* | | dont export base bitrateFelix Ableitner2018-10-171-1/+1
| | |
* | | more documentationFelix Ableitner2018-10-171-3/+9
| | |
* | | better documentationFelix Ableitner2018-10-171-3/+5
| | |
* | | Scale bitrate linearly with FPSFelix Ableitner2018-10-171-15/+22
| | |
* | | Bumped to version v1.1.0-alpha.1v1.1.0-alpha.1Chocobozzz2018-10-172-2/+2
| | |
* | | Improve release scriptChocobozzz2018-10-171-3/+3
| | |
* | | Fix code typosChocobozzz2018-10-167-12/+12
| | |
* | | Move redundancy in its own travis containerChocobozzz2018-10-168-1/+524
| | |
* | | Fix redundancy testChocobozzz2018-10-161-12/+8
| | |
* | | Add ability to mute a user/instance by server in clientChocobozzz2018-10-1621-41/+437
| | |
* | | Add ability to mute a user/instance by server in server apiChocobozzz2018-10-1612-309/+1035
| | |
* | | Add user/instance block by users in the clientChocobozzz2018-10-1633-46/+560
| | |
* | | Add ability for users to block an account/instance on server sideChocobozzz2018-10-1633-56/+1344
| | |
* | | update tslint config and fix member ordering (#1279)BO412018-10-167-36/+42
| | |