Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update target translations | Chocobozzz | 2018-06-28 | 31 | -166/+19682 |
| | |||||
* | Update i18n source | Chocobozzz | 2018-06-28 | 2 | -135/+355 |
| | |||||
* | Add ability to choose the language | Chocobozzz | 2018-06-28 | 12 | -75/+191 |
| | |||||
* | Replace angular-cli patch with something less risky (#742) | William Lahti | 2018-06-28 | 5 | -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 viewport | Simounet | 2018-06-28 | 1 | -1/+7 |
| | |||||
* | Improve P2P & Privacy section | Chocobozzz | 2018-06-27 | 18 | -82/+259 |
| | |||||
* | Filter by category (#720) | PhieF | 2018-06-27 | 5 | -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 Tor | Rigel Kent | 2018-06-25 | 1 | -1/+1 |
| | |||||
* | Log into the console torrent errors | Chocobozzz | 2018-06-25 | 1 | -4/+4 |
| | |||||
* | Fix #639 providing magnet URI in player and download modal | Rigel Kent | 2018-06-24 | 3 | -2/+26 |
| | |||||
* | Fix images size limit | Chocobozzz | 2018-06-22 | 3 | -2/+22 |
| | |||||
* | Disable auto resolution on HTTP fallback | Chocobozzz | 2018-06-22 | 4 | -9/+30 |
| | |||||
* | Add title in player peers info to show total downloaded/uploaded data | Chocobozzz | 2018-06-22 | 2 | -1/+9 |
| | |||||
* | Reset search on page change | Chocobozzz | 2018-06-22 | 1 | -3/+2 |
| | |||||
* | Fix HTTP fallback when having videostream issues on firefox | Chocobozzz | 2018-06-20 | 2 | -3/+2 |
| | |||||
* | Update iso639 translations for french and deutch | Chocobozzz | 2018-06-19 | 5 | -2/+50 |
| | |||||
* | Handle markdown in account/video channel pages | Chocobozzz | 2018-06-18 | 7 | -22/+30 |
| | |||||
* | Remove uneeded rxjs-compat | Chocobozzz | 2018-06-18 | 4 | -6/+6 |
| | |||||
* | Fix quota precision in users list | Chocobozzz | 2018-06-18 | 1 | -1/+1 |
| | |||||
* | Blue links color in comments | Chocobozzz | 2018-06-18 | 1 | -6/+9 |
| | |||||
* | Prevent commenting twice | Chocobozzz | 2018-06-18 | 1 | -1/+13 |
| | |||||
* | Fix removing scheduled update | Chocobozzz | 2018-06-18 | 2 | -2/+5 |
| | |||||
* | Improve screen cache service | Chocobozzz | 2018-06-18 | 1 | -10/+24 |
| | |||||
* | Add margin for http fallback display | Chocobozzz | 2018-06-18 | 2 | -3/+3 |
| | |||||
* | Move player local storage functions in their own file | Chocobozzz | 2018-06-18 | 4 | -91/+98 |
| | |||||
* | Don't send view on private video | Chocobozzz | 2018-06-18 | 3 | -3/+4 |
| | |||||
* | Create webtorrent client on player load | Chocobozzz | 2018-06-18 | 2 | -24/+25 |
| | | | | | | So we don't run Angular change detection every 250ms on webtorrent import, when https://github.com/mafintosh/speedometer/pull/7 will be merged | ||||
* | Fixes #574 account link width on video view (#665) | Sankar | 2018-06-15 | 1 | -1/+1 |
| | | | Changed a tag from `flex` to `inline` to avoid misclicks. | ||||
* | Pull translations | Chocobozzz | 2018-06-15 | 4 | -133/+633 |
| | |||||
* | Add ability to schedule video publication | Chocobozzz | 2018-06-15 | 36 | -197/+542 |
| | |||||
* | Add ability for uploaders to schedule video update | Chocobozzz | 2018-06-14 | 1 | -1/+0 |
| | |||||
* | Automatically jump to the highlighted thread | Chocobozzz | 2018-06-14 | 4 | -10/+24 |
| | |||||
* | Fix glitch when updating player volume | Chocobozzz | 2018-06-14 | 1 | -1/+6 |
| | |||||
* | Redirect comment links to the watch page | Chocobozzz | 2018-06-14 | 1 | -0/+4 |
| | |||||
* | Adapt theather icon depending on the player state | Chocobozzz | 2018-06-13 | 2 | -1/+21 |
| | |||||
* | Add time mouse display to see where we seek the video | Chocobozzz | 2018-06-13 | 1 | -0/+1 |
| | |||||
* | Add more space between icons and "load more/less" | Chocobozzz | 2018-06-13 | 1 | -0/+4 |
| | |||||
* | Move iso639 strings in its own translation file | Chocobozzz | 2018-06-13 | 6 | -916/+996 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 12 | -121/+189 |
| | | | | publishing a video | ||||
* | (embed) sandbox the iframe | Rigel Kent | 2018-06-11 | 1 | -0/+1 |
| | |||||
* | Add theatre mode | Chocobozzz | 2018-06-11 | 10 | -14/+135 |
| | |||||
* | Fix dislikes number in video watch page | Chocobozzz | 2018-06-11 | 1 | -1/+1 |
| | |||||
* | Split player sass file | Chocobozzz | 2018-06-11 | 9 | -294/+313 |
| | |||||
* | Darker control bar | Chocobozzz | 2018-06-11 | 1 | -2/+2 |
| | |||||
* | Improve control bar with blank videos | Chocobozzz | 2018-06-11 | 1 | -0/+3 |
| | |||||
* | Fix autoplay setting in my account | Chocobozzz | 2018-06-11 | 1 | -1/+1 |
| | |||||
* | Fix add icon path | Chocobozzz | 2018-06-11 | 4 | -4/+4 |
| | |||||
* | Remove video not found | Chocobozzz | 2018-06-08 | 5 | -16/+12 |
| | |||||
* | Enable default link behavior and accessibility for login page (#636) | spf | 2018-06-08 | 2 | -10/+4 |
| | | | | | | * enable default link behavior and accessibility for login page * alt for link: great idea, but the world is not ready | ||||
* | Smooth resolution change? | Chocobozzz | 2018-06-08 | 1 | -0/+28 |
| |