aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Render CSS/title/description tags on server sideChocobozzz2018-07-182-21/+35
|
* Fix regression in theater modeChocobozzz2018-07-172-12/+17
|
* Improve frontend accessibilityChocobozzz2018-07-1722-119/+162
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Reset confirm componentChocobozzz2018-07-171-0/+1
|
* Upgrade client dependenciesChocobozzz2018-07-172-2468/+590
|
* Correctly handle error when remote instance is downChocobozzz2018-07-166-21/+63
|
* Display table next/prev/first/last iconsChocobozzz2018-07-161-1/+37
|
* Use a resolver when updating the videoChocobozzz2018-07-165-50/+78
|
* Improve video edit/update/add typingsChocobozzz2018-07-164-16/+18
|
* Improve start time paramChocobozzz2018-07-165-14/+48
| | | | Can handle 2m42s for example
* Do not display private privacy if the video is not privateChocobozzz2018-07-162-2/+4
|
* Display username instead of email in menuChocobozzz2018-07-161-1/+1
|
* Fix forgot password message regarding emailChocobozzz2018-07-161-1/+1
|
* Fix responsive in my channel/my videos pagesChocobozzz2018-07-163-2/+16
|
* Fix other videos info left marginChocobozzz2018-07-161-1/+4
|
* 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-125-7/+57
| | | | | 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-106-172/+166
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-1010-61/+835
| | | | | | | | | | | | | | | | | | | | * 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
|