aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Check activities hostChocobozzz2018-11-1437-127/+403
|
* Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-1428-22/+1012
|
* add cli option to run without clientRigel Kent2018-11-145-3/+46
|
* Revert change og video typeChocobozzz2018-11-141-1/+1
|
* updated REST API documentationRigel Kent2018-11-132-1730/+2330
|
* 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.
* | change video typeBO412018-11-131-1/+1
| |
* | sync API version with PeerTube version and auto-update it via git hooksRigel Kent2018-11-133-2/+6
| |
* | (ffmpeg) force pixel format yuv420p (#1394)Rigel Kent2018-11-121-0/+1
| |
* | update CONTRIBUTING.md to reflect new documentation sectionsRigel Kent2018-11-091-32/+12
| |
* | Add 'Improve the website' section to CONTRIBUTING (#1366)Thomas Kuntz2018-11-031-1/+10
| |
* | more welcoming Contributing section in README.md (#1365)Thomas Kuntz2018-11-031-14/+18
| |
* | tiny syntax correction in README.md (#1363)Jagannath Bhat2018-10-311-1/+1
| |
* | closing link tag for logo link in README.md (#1362)Thomas Kuntz2018-10-311-2/+2
| |
* | replace 'Create one' with 'Create an instance' in README.md (#1367)Thomas Kuntz2018-10-311-1/+1
| |
* | fix typo in CONTRIBUTING.mdRigel Kent2018-10-241-1/+1
| |
* | add noImplicitThis flag (#1324)BO412018-10-245-5/+6
| |
* | 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 VPS as development platform example in CONTRIBUTING.md (#1278)Aurélien Béranger2018-10-241-0/+18
| |
* | Make backups of files in optimize-old-videos.ts (#1304)Felix Ableitner2018-10-231-7/+35
| |
* | Configure docker image to accept trust_proxy as an env variable in json ↵LecygneNoir2018-10-222-2/+7
| | | | | | | | array (#1338)
* | Improve dev Dockerfile (#1333)Kyâne Pichou2018-10-221-27/+25
| | | | | | | | | | | | | | | | | | | | * Improve dev Dockerfile Use Docker best-practices for the development Dockerfile. Save 3Mo. * Update support/docker/dev/Dockerfile Co-Authored-By: pichouk <kyane@kyane.fr>
* | (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
| |