aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | typo and grammar in README.md (#1281)Alexander F. Rødseth2018-10-151-2/+2
| |
* | improve description of the HTTP video import featureRigel Kent2018-10-151-1/+1
| |
* | Update CHANGELOG.mdChocobozzz2018-10-151-1/+3
| |
* | add alwaysStrict flag to client/tsconfig.json (#1280)BO412018-10-151-0/+1
| |
* | (doc) update architecture, tools and readmeRigel Kent2018-10-143-15/+48
| |
* | add REPL in server/tools/repl.ts (#1248)BRAINS YUM2018-10-142-0/+210
| |
* | rename News category into News & Politics (#1261)Adnane Belmadiaf2018-10-143-3/+3
|/
* add parseBytes utility function and tests (#1239)BRAINS YUM2018-10-135-5/+105
| | | | | | | | | | * 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
* README.md : Fix link to admin server toolsPierre-Alain TORET2018-10-121-1/+1
|
* correct first landing videos in READMERigel Kent2018-10-121-6/+3
|
* Use DB informations from config/production.yaml in upgrade scriptLuc Didry2018-10-111-1/+6
| | | | | | | Avoid hardcoded values in upgrade script. Avoid asking for DB password. Uses python (usually installed on your system, even with minimal installations) and some of its standard lib modules.
* Merge branch 'release/v1.0.0' into developChocobozzz2018-10-118-13/+41
|\
| * Bumped to version v1.0.0v1.0.0Chocobozzz2018-10-112-2/+2
| |