aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Disable comment submit button when sending the commentChocobozzz2018-07-161-1/+1
|
* Parse log script parse the last updated logChocobozzz2018-07-161-6/+1
|
* Handle .srt subtitlesChocobozzz2018-07-163-8/+27
|
* Handle subtitles in playerChocobozzz2018-07-168-29/+124
|
* Implement captions/subtitlesChocobozzz2018-07-1631-96/+602
|
* QR Code (#802)DeeJayBro2018-07-123-1/+12
| | | | | Adding QR-Code to the Share modal. fixes #683
* i18n "More" in menu and regenerate translationsChocobozzz2018-07-112-92/+106
|
* Update P2P & Privacy paragraphChocobozzz2018-07-111-1/+1
|
* Migrate to bullChocobozzz2018-07-113-8/+17
|
* 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.
* Fix account videos URL when scrollingChocobozzz2018-07-111-2/+2
|
* Change friendly reminder about privacy.Chocobozzz2018-07-102-2/+2
|
* Fix player lintChocobozzz2018-07-105-171/+165
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-108-57/+812
| | | | | | | | | | | | | | | | | | | | * 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
|
* 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-0927-619/+8738
| |
* | [#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
* 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-291-1/+6
|
* Increase upload limit to 8GB (test)Chocobozzz2018-06-291-5/+5
|
* 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
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-2917-106/+200
|
* clarifying what extensions are accepted for uploadRigel Kent2018-06-291-1/+1
|
* Avoid 404 title on the first page loadChocobozzz2018-06-281-0/+5
|
* Reset published date on publishChocobozzz2018-06-281-1/+1
|
* Update target translationsChocobozzz2018-06-2831-166/+19682
|
* Update i18n sourceChocobozzz2018-06-282-135/+355
|
* Add ability to choose the languageChocobozzz2018-06-2812-75/+191
|
* Replace angular-cli patch with something less risky (#742)William Lahti2018-06-285-0/+12
| | | | | | | | | | | | | | * Replace angular-cli patch with something less risky * path.join() is needed, provide a naive implementation * technically, webpack provided a polyfill for Buffer, we should too * process polyfill matches webpack; peertube depends on nextTick * polyfill for path to match webpack * http/https polyfills as per webpack
* Fix #576 - show 'Others videos' on a <1300px viewportSimounet2018-06-281-1/+7
|
* Improve P2P & Privacy sectionChocobozzz2018-06-2718-82/+259
|
* Filter by category (#720)PhieF2018-06-275-9/+17
| | | | | | | | | | * get videos with specific category (api) * update api doc with category * add url parameter to filter by category * fix lint issues
* specify Tor Browser instead of just TorRigel Kent2018-06-251-1/+1
|
* Log into the console torrent errorsChocobozzz2018-06-251-4/+4
|
* Fix #639 providing magnet URI in player and download modalRigel Kent2018-06-243-2/+26
|
* Fix images size limitChocobozzz2018-06-223-2/+22
|
* Disable auto resolution on HTTP fallbackChocobozzz2018-06-224-9/+30
|
* Add title in player peers info to show total downloaded/uploaded dataChocobozzz2018-06-222-1/+9
|
* Reset search on page changeChocobozzz2018-06-221-3/+2
|
* Fix HTTP fallback when having videostream issues on firefoxChocobozzz2018-06-202-3/+2
|