Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add CLI plugins tests | Chocobozzz | 2019-07-24 | 1 | -0/+34 |
| | |||||
* | Some plugins fixes and doc enhancements | Chocobozzz | 2019-07-24 | 1 | -10/+18 |
| | |||||
* | Add plugin quickstart documentation | Chocobozzz | 2019-07-24 | 1 | -0/+229 |
| | |||||
* | Updated openapi.html ExternalDocs url | Dirk Kelly | 2019-07-08 | 1 | -1/+1 |
| | |||||
* | Fix openapi schema | Chocobozzz | 2019-07-03 | 1 | -32/+44 |
| | |||||
* | For Gentoo : set testing keyword for yarn | Wirebrass | 2019-07-02 | 1 | -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) | Wirebrass | 2019-07-02 | 1 | -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) | Wirebrass | 2019-06-22 | 1 | -2/+2 |
| | | | Update postgresql version for Gentoo example | ||||
* | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-06-17 | 1 | -1/+1 |
|\ | |||||
| * | Bumped to version v1.3.1v1.3.1 | Chocobozzz | 2019-06-17 | 1 | -1/+1 |
| | | |||||
* | | Improve video REST documentation | Chocobozzz | 2019-06-11 | 1 | -26/+170 |
| | | |||||
* | | PeerTube only supports nodejs 8 | Chocobozzz | 2019-06-11 | 2 | -4/+5 |
| | | |||||
* | | Improve registration | Chocobozzz | 2019-06-07 | 1 | -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 | ||||
* | | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-06-03 | 1 | -1/+1 |
|\| | |||||
| * | Bumped to version v1.3.0v1.3.0 | Chocobozzz | 2019-06-03 | 1 | -1/+1 |
| | | |||||
| * | Bumped to version v1.3.0-rc.2v1.3.0-rc.2 | Chocobozzz | 2019-05-22 | 1 | -1/+1 |
| | | |||||
* | | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 1 | -9/+27 |
| | | |||||
* | | Move CLI dependencies in their own package.json | Chocobozzz | 2019-05-27 | 1 | -9/+5 |
| | | |||||
* | | refactor(docs): typo in Open API reference | Raphael | 2019-05-24 | 1 | -1/+1 |
| | | |||||
* | | Fix videos list response in rest api doc | Chocobozzz | 2019-05-24 | 1 | -14/+15 |
| | | |||||
* | | Fix video privacy in rest api documentation | Chocobozzz | 2019-05-24 | 1 | -8/+19 |
| | | |||||
* | | Add video caption rest api doc | Chocobozzz | 2019-05-24 | 1 | -0/+66 |
| | | |||||
* | | Fix role documentation in rest api | Chocobozzz | 2019-05-24 | 1 | -4/+14 |
| | | |||||
* | | Update URLs to point to new documentation site | Chocobozzz | 2019-05-23 | 9 | -132/+3 |
| | | |||||
* | | Bumped to version v1.3.0-rc.2 | Chocobozzz | 2019-05-22 | 1 | -1/+1 |
| | | |||||
* | | Add way to set root password by environment. | Axel Viala | 2019-05-16 | 1 | -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.1 | Chocobozzz | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | Fix e2e tests | Chocobozzz | 2019-05-14 | 1 | -0/+1 |
| | |||||
* | Document how I do releases | Chocobozzz | 2019-05-14 | 1 | -0/+19 |
| | |||||
* | Add doc on how to add a new language to peertube | Chocobozzz | 2019-05-14 | 1 | -0/+7 |
| | |||||
* | Add singular/plural tip for translation | Chocobozzz | 2019-05-13 | 1 | -1/+16 |
| | |||||
* | dailyVideoQuota -> videoQuotaDaily in doc | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Fix video channel API route param in doc | Chocobozzz | 2019-04-24 | 1 | -9/+9 |
| | |||||
* | Add videoQuotaDaily in documentation | Chocobozzz | 2019-04-24 | 1 | -0/+10 |
| | |||||
* | Fix video import CLI script | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | | | | Password is an optional argument | ||||
* | Add change user password from CLI documentation | Chocobozzz | 2019-04-15 | 1 | -0/+9 |
| | |||||
* | Add /accounts/:username/ratings endpoint (#1756) | Yohan Boniface | 2019-04-09 | 1 | -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 docs | Mathieu Agopian | 2019-03-29 | 1 | -1/+1 |
| | | | | Fixes #1744 | ||||
* | (doc) rephrase yarn version to latest (#1719) | Quentin Dupont | 2019-03-28 | 1 | -1/+1 |
| | |||||
* | Add warning regarding config upgrade in docker.md | Chocobozzz | 2019-02-21 | 1 | -1/+2 |
| | |||||
* | Add CLI tools doc link in production.md | Chocobozzz | 2019-02-21 | 1 | -0/+1 |
| | |||||
* | Add video import enpoint in openapi | Chocobozzz | 2019-02-19 | 1 | -0/+77 |
| | |||||
* | Add missing python-dev dependency for Debian/Ubuntu systems | Yann Sionneau | 2019-02-19 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.2.1 | Chocobozzz | 2019-02-15 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.2.0v1.2.0 | Chocobozzz | 2019-02-06 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.2.0-rc.1v1.2.0-rc.1 | Chocobozzz | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | Fix peertube CLI documentation | Chocobozzz | 2019-01-14 | 1 | -1/+2 |
| | |||||
* | Fix video tags update/upload in openapi | Chocobozzz | 2019-01-09 | 1 | -4/+8 |
| | |||||
* | (doc) update API spec to include user subscription routes | Rigel Kent | 2019-01-03 | 1 | -4/+105 |
| | |||||
* | (doc) fix syntax in openapi spec for watching progress | Rigel Kent | 2018-12-08 | 1 | -1/+1 |
| |