aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Implement captions/subtitlesChocobozzz2018-07-1683-298/+1867
|
* Correcting documentation to be more precise about CentOS 7Rigel Kent2018-07-162-7/+7
|
* adding redis unix connectionRigel Kent2018-07-146-17/+36
|
* QR Code (#802)DeeJayBro2018-07-125-7/+57
| | | | | Adding QR-Code to the Share modal. fixes #683
* i18n "More" in menu and regenerate translationsChocobozzz2018-07-112-92/+106
|
* Remove kue from the dependencies and move prompt to main onesChocobozzz2018-07-112-401/+30
|
* support/doc/dependencies.md: Add Gentoo documentationHaelwenn (lanodan) Monnier2018-07-111-0/+38
| | | | Related to: https://github.com/Chocobozzz/PeerTube/issues/778
* Update P2P & Privacy paragraphChocobozzz2018-07-111-1/+1
|
* Migrate to bullChocobozzz2018-07-1121-156/+214
|
* Switch to bullChocobozzz2018-07-112-4/+160
|
* rewording download option and reorder optionsRigel Kent2018-07-111-6/+6
| | | | ".torrent" is a common name for users familiar with BitTorrent, and less impressive than "metainfo" or no information as opposed to the magnet option, less commonly known but rather just clicked on most sites.
* Add link to server admin tools in readmeChocobozzz2018-07-111-0/+1
|
* Fix account videos URL when scrollingChocobozzz2018-07-111-2/+2
|
* Update contributors listChocobozzz2018-07-111-0/+23
|
* Change friendly reminder about privacy.Chocobozzz2018-07-102-2/+2
|
* Fix player lintChocobozzz2018-07-106-172/+166
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-1012-61/+962
| | | | | | | | | | | | | | | | | | | | * first stab at jschannel based player api * semicolon purge * more method-level docs; consolidate definitions * missing definitions * better match peertube's class conventions * styling for embed tester * basic docs * add `getVolume` * document the test-embed feature
* Fix video resolution limitChocobozzz2018-07-101-11/+26
|
* (ffmpeg) B-adapt 1 and B-frames 16 (#774)Anton Latukha2018-07-101-0/+2
|
* Fix language modale z-indexChocobozzz2018-07-091-0/+4
|
* Use uuid for channel link in watch pageChocobozzz2018-07-091-1/+1
|
* Fix client error loggingChocobozzz2018-07-094-28/+28
|
* Merge branch 'ctrl-number-hotkeys' into 'develop'Chocobozzz2018-07-091-1/+2
|\ | | | | | | | | Disable hotkeys modifiers for numbers in the player See merge request chocobozzz/PeerTube!14
| * (client/player) disable hotkeys modifiers for numbersRigel Kent2018-07-061-1/+2
| | | | | | | | fixes #771
* | Update translations from zanata and add cs and eoChocobozzz2018-07-0930-623/+8745
| |
* | [#766] Fix the change of speed when quality changesGaƫtan Rizio2018-07-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | When changing the `playbackRate` of the video then changing the quality, the `playbackRate` returned to its initial value (1). The reason behind it is that the callback was not called when change of the quality was done if there was no error. This commit does the following: * Ensure the callback (`done`) is called after changing the quality
* | (doc) fix link in READMERigel Kent2018-07-071-3/+3
| |
* | (doc) update crowdfunding notice, add chatroom links, reorder install guidesRigel Kent2018-07-071-10/+9
| |
* | (doc/faq) add precision regarding code forgeRigel Kent2018-07-062-1/+9
|/
* (doc) syntactic fixes (#764)Yun2018-07-042-8/+7
| | | | | | | | | | | | FAQ.md - "the name" -> "a name" - "re install" -> "reinstall" - Changed the sentence structure to accomodate the flow of "objective -> method to achieve the objective -> reason why the objective is desired", rather than "how we are going to do it -> what we are trying to do -> why it is important" README.md - "It's the reason" -> "That is why" - "in it" -> "on it" - "This program is free software" -> "This is a free software": reduce redundancy (program and software), and introduce a proper article - "redistribute it and/or modify it" -> "redistribute and/or modify it"
* filter to Cap the maximum resolution to the screen resolutionNitesh Sawant2018-06-301-2/+3
|
* remove scroll to top, and keep menu fixed on small devicesEric Brehault2018-06-302-3/+0
|
* Fix typo in privacy textChocobozzz2018-06-301-1/+1
|
* Fix FPS label in resolution menuChocobozzz2018-06-291-1/+4
|
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-2912-25/+106
|
* Increase upload limit to 8GB (test)Chocobozzz2018-06-292-8/+8
|
* Fix buildChocobozzz2018-06-292-1/+5
|
* Don't log "The play() request was interrupted..."Chocobozzz2018-06-291-0/+4
|
* Extract extensions from the buttonChocobozzz2018-06-292-2/+12
|
* (feed) adding thumbnail support for RSS feedRigel Kent2018-06-293-5/+13
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-2919-108/+207
|
* API: Add ability to update video channel avatarChocobozzz2018-06-2912-68/+243
|
* Do not enable cors twice on /api in test modeChocobozzz2018-06-291-1/+2
|
* move CORS allowance to the REST API routerWilliam Lahti2018-06-292-16/+25
|
* fix lint error on travis [let it be known, I disagree with this rule]William Lahti2018-06-291-1/+1
|
* open CORS to allow in-browser apps to communicate w/ PeerTube instancesWilliam Lahti2018-06-291-18/+16
|
* clarifying what extensions are accepted for uploadRigel Kent2018-06-291-1/+1
|
* Fix npm run dev:serverChocobozzz2018-06-292-3/+3
|
* Avoid 404 title on the first page loadChocobozzz2018-06-281-0/+5
|
* Reset published date on publishChocobozzz2018-06-282-5/+10
|