aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* WIP plugins: add ability to register pluginsChocobozzz2019-07-241-0/+1
|
* yarn -> npm in dockerfileChocobozzz2019-07-081-2/+2
|
* replace npm and apt-get by yarn and apt in dockerfile.stretch (#1952)Jacen2019-07-081-8/+8
| | | | | | * replace npm and apt-get by yarn and apt in dockerfile.stretch * keep consistancy
* Updated openapi.html ExternalDocs urlDirk Kelly2019-07-081-1/+1
|
* Fix openapi schemaChocobozzz2019-07-031-32/+44
|
* For Gentoo : set testing keyword for yarnWirebrass2019-07-021-0/+9
| | | | Gentoo has not "stable" keyword for yarn (cf source, next line), you need to add "testing" keyword for yarn. Source : https://packages.gentoo.org/packages/sys-apps/yarn
* For Gentoo : update @peertube set (delete vips)Wirebrass2019-07-021-1/+0
| | | The media-libs/vips package does not exist on Gentoo (and all works fine on my PeerTube POC without vips).
* Update postgresql version for Gentoo (#1935)Wirebrass2019-06-221-2/+2
| | | Update postgresql version for Gentoo example
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-171-1/+1
|\
| * Bumped to version v1.3.1v1.3.1Chocobozzz2019-06-171-1/+1
| |
* | Improve video REST documentationChocobozzz2019-06-111-26/+170
| |
* | PeerTube only supports nodejs 8Chocobozzz2019-06-112-4/+5
| |
* | Improve registrationChocobozzz2019-06-071-0/+13
| | | | | | | | | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* | Improve 4K video quality after transcodingChocobozzz2019-06-061-0/+3
| |
* | Merge branch 'release/v1.3.0' into developChocobozzz2019-06-031-1/+1
|\|
| * Bumped to version v1.3.0v1.3.0Chocobozzz2019-06-031-1/+1
| |
| * Bumped to version v1.3.0-rc.2v1.3.0-rc.2Chocobozzz2019-05-221-1/+1
| |
* | Server: Bulk update videos support fieldChocobozzz2019-05-311-9/+27
| |
* | Move CLI dependencies in their own package.jsonChocobozzz2019-05-271-9/+5
| |
* | refactor(docs): typo in Open API referenceRaphael2019-05-241-1/+1
| |
* | Fix videos list response in rest api docChocobozzz2019-05-241-14/+15
| |
* | Fix video privacy in rest api documentationChocobozzz2019-05-241-8/+19
| |
* | Add video caption rest api docChocobozzz2019-05-241-0/+66
| |
* | Fix role documentation in rest apiChocobozzz2019-05-241-4/+14
| |
* | Update URLs to point to new documentation siteChocobozzz2019-05-239-132/+3
| |
* | Bumped to version v1.3.0-rc.2Chocobozzz2019-05-221-1/+1
| |
* | Fix docker-compose setup so Peertube sees correct IPFelix Ableitner2019-05-212-2/+8
| |
* | Add way to set root password by environment.Axel Viala2019-05-161-0/+3
|/ | | | | Add a condition test to pass by environment a predetermined root password for setting up.
* Bumped to version v1.3.0-rc.1v1.3.0-rc.1Chocobozzz2019-05-141-1/+1
|
* Fix e2e testsChocobozzz2019-05-141-0/+1
|
* Document how I do releasesChocobozzz2019-05-141-0/+19
|
* Add doc on how to add a new language to peertubeChocobozzz2019-05-141-0/+7
|
* Add singular/plural tip for translationChocobozzz2019-05-131-1/+16
|
* Allow to control RATES_LIMIT from configuration (#1787)Yohan Boniface2019-04-261-0/+10
| | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me)
* dailyVideoQuota -> videoQuotaDaily in docChocobozzz2019-04-241-1/+1
|
* Fix video channel API route param in docChocobozzz2019-04-241-9/+9
|
* Add videoQuotaDaily in documentationChocobozzz2019-04-241-0/+10
|
* Fix video import CLI scriptChocobozzz2019-04-241-1/+1
| | | | Password is an optional argument
* Add host network mode for reverse proxyChocobozzz2019-04-241-1/+2
|
* Add argument to dockerfile to pass options to npm run buildAntoine Millet2019-04-241-1/+6
|
* Add change user password from CLI documentationChocobozzz2019-04-151-0/+9
|
* Add automated dev setup using GitpodJan Keromnes2019-04-122-0/+17
|
* Add ability to disable trackerChocobozzz2019-04-101-0/+4
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-0/+39
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Add the video tags restrictions to the API docsMathieu Agopian2019-03-291-1/+1
| | | | Fixes #1744
* (doc) rephrase yarn version to latest (#1719)Quentin Dupont2019-03-281-1/+1
|
* Fix problem with SMTP in default docker-compose setupFelix Ableitner2019-03-111-3/+3
|
* BREAKING: update CSP configurationChocobozzz2019-02-211-3/+0
| | | | Disable it by default and add ability to specify a custom report uri
* Add warning regarding config upgrade in docker.mdChocobozzz2019-02-211-1/+2
|
* Add CLI tools doc link in production.mdChocobozzz2019-02-211-0/+1
|