aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsChocobozzz2018-04-181-1/+1
|
* Better responsive design on many comment childrenChocobozzz2018-04-183-7/+33
|
* Handle when autoplay failsChocobozzz2018-04-184-12/+29
|
* Add ability to click on the account in watch pageChocobozzz2018-04-178-14/+24
|
* Add redis cache to feed routeChocobozzz2018-04-174-16/+113
|
* Support hostname binding in configPierre-Alain TORET2018-04-176-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add basic support for hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make production example a bit more secure Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make example config files compatible with hostname binding modification Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Fix typo Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Bind on 127.0.0.1 by default Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Update Docker configuration with hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
* Add rest api quickstartChocobozzz2018-04-172-1/+50
|
* Handle sort in rssChocobozzz2018-04-1711-63/+58
|
* Simplify client syndicationsChocobozzz2018-04-1713-118/+105
|
* Hide big play button on autoplayChocobozzz2018-04-172-4/+11
|
* feature: initial syndication feeds supportRigel Kent2018-04-1733-82/+606
| | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id.
* Try to fix docker automatic build (again...)Chocobozzz2018-04-161-3/+2
|
* Try to fix automatic dockerbuildChocobozzz2018-04-162-3/+3
|
* Improve dockerfileChocobozzz2018-04-164-14/+25
|
* Add auth documentationChocobozzz2018-04-165-4/+775
|
* Fix the execution right for docker-entrypoint.shFlorent Poinsaut2018-04-161-0/+0
|
* use gosu to fix /data permissions errorsFlorent Poinsaut2018-04-163-15/+57
|
* Improve big play button animationChocobozzz2018-04-155-128/+155
|
* Don't add a dot after the url in forgot password emailChocobozzz2018-04-151-1/+1
|
* Fix #490Chocobozzz2018-04-111-1/+3
|\
| * Fix indetation (I hope!)Gérald Niel2018-04-111-1/+1
| |
| * Fix #490 and justify text in comments div.Gérald Niel2018-04-111-1/+3
|/
* Add .gitignore for DockerFlorent Poinsaut2018-04-101-0/+3
|
* Adding a more specific phrasing for yarn installation (#487)Rigel Kent2018-04-091-1/+1
|
* Upgrade to webpack 4Chocobozzz2018-04-064-63/+1764
|
* Upgrade client dependenciesChocobozzz2018-04-062-575/+569
|
* Upgrade server dependenciesChocobozzz2018-04-065-169/+223
|
* Upgrade spectacle moduleChocobozzz2018-04-065-1025/+699
|
* Add what now section to production guideChocobozzz2018-04-061-1/+6
|
* Fix api doc in video update endpointChocobozzz2018-04-062-3/+2
|
* Upgrade api docChocobozzz2018-04-062-61/+919
|
* Add ability to set a start timeChocobozzz2018-04-055-13/+37
|
* Cleanup peertube plugin after disposeChocobozzz2018-04-051-11/+25
|
* Fix auto quality with http fallbackChocobozzz2018-04-052-2/+3
|
* Automatic resolution according to user bandwidth V1Chocobozzz2018-04-058-68/+226
|
* Don't start application until all components were initializedChocobozzz2018-04-042-25/+30
|
* Fix privacy argument in upload scriptChocobozzz2018-04-042-0/+3
|
* Add tests for publishedAtChocobozzz2018-04-042-3/+7
|
* Accept unlisted comments tooChocobozzz2018-04-041-1/+4
|
* Improve admin css helpChocobozzz2018-04-041-2/+19
|
* Add id to body for more specific cssChocobozzz2018-04-041-1/+1
|
* Fix show more description button on video changeChocobozzz2018-04-041-1/+4
|
* Try to improve the contributing guide for testsChocobozzz2018-04-042-5/+9
|
* Better embed responsiveChocobozzz2018-04-031-3/+6
|
* Fix video watch page responsiveChocobozzz2018-04-033-19/+16
|
* Fix watch page video changeChocobozzz2018-04-0310-48/+52
|
* Improve first playChocobozzz2018-04-037-19/+42
|
* Improve playerChocobozzz2018-04-0317-359/+1381
| | | | | Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!
* Add opacity effect on control bar iconsChocobozzz2018-04-032-5/+36
|
* Improve player progress barChocobozzz2018-04-032-13/+38
|