Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort video captions | Chocobozzz | 2018-07-25 | 5 | -15/+37 |
| | |||||
* | Add "agree to the terms" checkbox in registration form | Chocobozzz | 2018-07-25 | 9 | -6/+31 |
| | |||||
* | Disable animation on confirm modal | Chocobozzz | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | Improve captions UX (at least I've tried) | Chocobozzz | 2018-07-25 | 9 | -7/+85 |
| | |||||
* | Fix UI regressions | Chocobozzz | 2018-07-24 | 2 | -5/+19 |
| | |||||
* | Update translations | Chocobozzz | 2018-07-24 | 21 | -272/+4672 |
| | |||||
* | [ImgBot] optimizes images | Jorropo | 2018-07-24 | 7 | -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 table | Chocobozzz | 2018-07-24 | 2 | -1/+3 |
| | |||||
* | Add ability to click on category/licence/language/tags in watch page | Chocobozzz | 2018-07-24 | 7 | -41/+65 |
| | |||||
* | Add ability to sort the search | Chocobozzz | 2018-07-24 | 3 | -5/+41 |
| | |||||
* | Optimize SQL queries | Chocobozzz | 2018-07-24 | 1 | -2/+2 |
| | |||||
* | Responsive advanced search | Chocobozzz | 2018-07-24 | 1 | -2/+7 |
| | |||||
* | Handle back/forward page in advanced search | Chocobozzz | 2018-07-24 | 3 | -24/+26 |
| | |||||
* | Add advanced search in client | Chocobozzz | 2018-07-24 | 11 | -19/+535 |
| | |||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 17 | -133/+332 |
| | |||||
* | Upgrade mp4-box-encoding | Chocobozzz | 2018-07-18 | 1 | -20/+16 |
| | |||||
* | Render CSS/title/description tags on server side | Chocobozzz | 2018-07-18 | 2 | -21/+35 |
| | |||||
* | Fix regression in theater mode | Chocobozzz | 2018-07-17 | 2 | -12/+17 |
| | |||||
* | Improve frontend accessibility | Chocobozzz | 2018-07-17 | 22 | -119/+162 |
| | | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons | ||||
* | Reset confirm component | Chocobozzz | 2018-07-17 | 1 | -0/+1 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-07-17 | 2 | -2468/+590 |
| | |||||
* | Correctly handle error when remote instance is down | Chocobozzz | 2018-07-16 | 6 | -21/+63 |
| | |||||
* | Display table next/prev/first/last icons | Chocobozzz | 2018-07-16 | 1 | -1/+37 |
| | |||||
* | Use a resolver when updating the video | Chocobozzz | 2018-07-16 | 5 | -50/+78 |
| | |||||
* | Improve video edit/update/add typings | Chocobozzz | 2018-07-16 | 4 | -16/+18 |
| | |||||
* | Improve start time param | Chocobozzz | 2018-07-16 | 5 | -14/+48 |
| | | | | Can handle 2m42s for example | ||||
* | Do not display private privacy if the video is not private | Chocobozzz | 2018-07-16 | 2 | -2/+4 |
| | |||||
* | Display username instead of email in menu | Chocobozzz | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | Fix forgot password message regarding email | Chocobozzz | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | Fix responsive in my channel/my videos pages | Chocobozzz | 2018-07-16 | 3 | -2/+16 |
| | |||||
* | Fix other videos info left margin | Chocobozzz | 2018-07-16 | 1 | -1/+4 |
| | |||||
* | Disable comment submit button when sending the comment | Chocobozzz | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | Parse log script parse the last updated log | Chocobozzz | 2018-07-16 | 1 | -6/+1 |
| | |||||
* | Handle .srt subtitles | Chocobozzz | 2018-07-16 | 3 | -8/+27 |
| | |||||
* | Handle subtitles in player | Chocobozzz | 2018-07-16 | 8 | -29/+124 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 31 | -96/+602 |
| | |||||
* | QR Code (#802) | DeeJayBro | 2018-07-12 | 5 | -7/+57 |
| | | | | | Adding QR-Code to the Share modal. fixes #683 | ||||
* | i18n "More" in menu and regenerate translations | Chocobozzz | 2018-07-11 | 2 | -92/+106 |
| | |||||
* | Update P2P & Privacy paragraph | Chocobozzz | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Migrate to bull | Chocobozzz | 2018-07-11 | 3 | -8/+17 |
| | |||||
* | rewording download option and reorder options | Rigel Kent | 2018-07-11 | 1 | -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 scrolling | Chocobozzz | 2018-07-11 | 1 | -2/+2 |
| | |||||
* | Change friendly reminder about privacy. | Chocobozzz | 2018-07-10 | 2 | -2/+2 |
| | |||||
* | Fix player lint | Chocobozzz | 2018-07-10 | 6 | -172/+166 |
| | |||||
* | Ability to programmatically control embeds (#776) | William Lahti | 2018-07-10 | 10 | -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 limit | Chocobozzz | 2018-07-10 | 1 | -11/+26 |
| | |||||
* | Fix language modale z-index | Chocobozzz | 2018-07-09 | 1 | -0/+4 |
| | |||||
* | Use uuid for channel link in watch page | Chocobozzz | 2018-07-09 | 1 | -1/+1 |
| | |||||
* | Fix client error logging | Chocobozzz | 2018-07-09 | 4 | -28/+28 |
| | |||||
* | Merge branch 'ctrl-number-hotkeys' into 'develop' | Chocobozzz | 2018-07-09 | 1 | -1/+2 |
|\ | | | | | | | | | Disable hotkeys modifiers for numbers in the player See merge request chocobozzz/PeerTube!14 |