aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* Update translationsChocobozzz2018-07-3128-4417/+10763
|
* Try to handle truncated markdown linksChocobozzz2018-07-312-2/+2
|
* Add aria-labelledby to video thumbnailsChocobozzz2018-07-311-1/+1
|
* Fix responsive on videos searchChocobozzz2018-07-312-2/+16
|
* Move subscription helper in the account lineChocobozzz2018-07-302-18/+24
|
* Fix attribute label width in video watch pageChocobozzz2018-07-271-1/+2
|
* category parma -> categoryOneOf (videos list)Chocobozzz2018-07-255-13/+13
|
* Sort video captionsChocobozzz2018-07-255-15/+37
|
* Add "agree to the terms" checkbox in registration formChocobozzz2018-07-259-6/+31
|
* Disable animation on confirm modalChocobozzz2018-07-251-1/+1
|
* Improve captions UX (at least I've tried)Chocobozzz2018-07-259-7/+85
|
* Fix UI regressionsChocobozzz2018-07-242-5/+19
|
* Update translationsChocobozzz2018-07-2421-272/+4672
|
* [ImgBot] optimizes imagesJorropo2018-07-247-0/+0
| | | | | | | | | | | | | | | | | | | | | *Total -- 289.13kb -> 211.82kb (26.74%)/support/doc/development/server/upload-video.png -- 56.19kb -> 33.83kb (39.8%)/support/doc/development/client/components-tree.png -- 31.81kb -> 19.82kb (37.68%)/client/src/assets/images/icons/icon-512x512.png -- 14.24kb -> 9.97kb (30.03%)/server/tests/fixtures/avatar-resized.png -- 1.69kb -> 1.19kb (29.24%)/server/tests/fixtures/avatar2-resized.png -- 1.68kb -> 1.21kb (28.41%)/client/src/assets/images/default-avatar.png -- 1.63kb -> 1.24kb (23.89%)/server/tests/fixtures/avatar.png -- 1.63kb -> 1.24kb (23.89%)/server/tests/fixtures/avatar-big.png -- 143.15kb -> 111.56kb (22.06%)/client/src/assets/images/icons/icon-192x192.png -- 3.58kb -> 2.86kb (20.21%)/server/tests/fixtures/video_short1.webm.jpg -- 2.83kb -> 2.36kb (16.75%)/client/src/assets/images/icons/icon-144x144.png -- 2.34kb -> 1.95kb (16.53%)/client/src/assets/images/icons/icon-96x96.png -- 1.91kb -> 1.62kb (11.93%)/client/src/assets/images/icons/icon-72x72.png -- 1.72kb -> 1.53kb (11.1%)/client/src/assets/images/icons/icon-48x48.png -- 1.18kb -> 1.17kb (1%)
* Fix pagination on rest tableChocobozzz2018-07-242-1/+3
|
* Add ability to click on category/licence/language/tags in watch pageChocobozzz2018-07-247-41/+65
|
* Add ability to sort the searchChocobozzz2018-07-243-5/+41
|
* Optimize SQL queriesChocobozzz2018-07-241-2/+2
|
* Responsive advanced searchChocobozzz2018-07-241-2/+7
|
* Handle back/forward page in advanced searchChocobozzz2018-07-243-24/+26
|
* Add advanced search in clientChocobozzz2018-07-2410-18/+528
|
* Begin advanced searchChocobozzz2018-07-2417-133/+332
|
* 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
|
* 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-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