aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Move concurrently in dev packageChocobozzz2019-05-313-39/+34
|
* Group videos on chronological orderChocobozzz2019-05-3112-13/+155
|
* tell the user to fork the repo (#1856)buoyantair2019-05-301-2/+3
| | | | | | | | * tell the user to fork the repo very small doc bug :) * fix link
* Add ability to subscribe from the channel account pageChocobozzz2019-05-293-1/+5
|
* Improve account channel pageChocobozzz2019-05-2913-142/+207
| | | | | | | Set it as the default route for account page. The main goal is to better differentiate the channel page from the account page. With the channel page set as default, I hope people will better understand they are in the account page, and that this account could have multiple channels.
* Add pagination to account video channels endpointChocobozzz2019-05-295-16/+129
|
* Add success icon on registrationChocobozzz2019-05-2933-125/+178
|
* 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
| | |