aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Multi step registrationChocobozzz2019-05-2919-93/+502
|
* Add ability to specify channel on registrationChocobozzz2019-05-288-22/+120
|
* Fix search with bad webfinger handlesChocobozzz2019-05-282-3/+13
|
* Fix playlist get for classic usersChocobozzz2019-05-282-2/+16
|
* Fix crash in files cacheChocobozzz2019-05-281-2/+2
|
* Update config.tsLiPeK2019-05-281-1/+1
| | | This should fix https://github.com/Chocobozzz/PeerTube/issues/1850
* Remove summon installChocobozzz2019-05-275-2142/+1188
|
* Move CLI dependencies in their own package.jsonChocobozzz2019-05-2711-1413/+3015
|
* (doc) add link to hardware requirements in README (#1848)Philip Durbin2019-05-251-1/+1
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-05-241-1/+1
|\
| * Fix buildChocobozzz2019-05-241-1/+1
| |
| * Fix method namesChocobozzz2019-05-241-4/+4
| |
* | Fix method namesChocobozzz2019-05-241-2/+2
| |
* | refactor(docs): typo in Open API referenceRaphael2019-05-241-1/+1
| |
* | Merge branch 'release/v1.3.0' into developChocobozzz2019-05-241-2/+2
|\|
| * Fix duplicates in playlist add component (release branch)Chocobozzz2019-05-241-4/+2
| |
* | unload -> reload in playlist add componentChocobozzz2019-05-241-2/+2
| |
* | Fix duplicates in playlist add componentChocobozzz2019-05-241-2/+0
| |
* | Add install and upgrade words in readmeChocobozzz2019-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-2314-202/+18
| |
* | Merge branch 'release/v1.3.0' into developChocobozzz2019-05-220-0/+0
|\|
| * Bumped to version v1.3.0-rc.2v1.3.0-rc.2Chocobozzz2019-05-223-3/+3
| |
| * Update changelogChocobozzz2019-05-211-7/+25
| |
* | Bumped to version v1.3.0-rc.2Chocobozzz2019-05-223-3/+3
| |
* | Update changelogChocobozzz2019-05-221-7/+25
| |
* | Fix docker-compose setup so Peertube sees correct IPFelix Ableitner2019-05-212-2/+8
| |
* | Merge branch 'release/v1.3.0' into developChocobozzz2019-05-214-29/+79
|\|
| * Fix video viewsChocobozzz2019-05-213-4/+38
| |
| * Fix blacklist sortChocobozzz2019-05-211-25/+41
| |
* | Merge branch 'release/v1.3.0' into developChocobozzz2019-05-217-20/+27
|\|
| * Fix thumbnails in video blacklist list endpointChocobozzz2019-05-211-2/+2
| |
| * Fix pagination in my videos pageChocobozzz2019-05-216-18/+25
| |
* | Merge branch 'feature/audio-upload' into developChocobozzz2019-05-2161-292/+646
|\ \
| * | Fix icon color on audio uploadChocobozzz2019-05-211-0/+5
| | |
| * | Fix OGG bug with firefoxChocobozzz2019-05-211-1/+12
| | |
| * | Update travis ffmpeg patch versionChocobozzz2019-05-176-6/+10
| | |
| * | Add audio upload testsChocobozzz2019-05-1713-22/+109
| | |
| * | Support audio upload in clientChocobozzz2019-05-1719-107/+192
| | |
| * | Add audio support in uploadChocobozzz2019-05-1627-162/+324
| | |
* | | Merge branch 'release/v1.3.0' into developChocobozzz2019-05-216-34/+65
|\ \ \ | | |/ | |/|
| * | Relax activity validationChocobozzz2019-05-211-12/+13
| | |
| * | Fix reordering playlistChocobozzz2019-05-171-1/+3
| | |
| * | Reset playlist add component when video changesChocobozzz2019-05-173-21/+48
| | |
| * | Fix playlist block with theater playerChocobozzz2019-05-171-0/+1
| | |
* | | Allow to control emails prefix and signature with config (#1789)Yohan Boniface2019-05-173-33/+47
| |/ |/| | | | | | | | | * Allow to control emails prefix and signature with config * Adapt email config according to @Chocobozzz review
* | Add way to set root password by environment.Axel Viala2019-05-162-0/+5
| | | | | | | | | | Add a condition test to pass by environment a predetermined root password for setting up.