aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update iso639 translations for french and deutchChocobozzz2018-06-195-2/+50
|
* Handle markdown in account/video channel pagesChocobozzz2018-06-187-22/+30
|
* Remove uneeded rxjs-compatChocobozzz2018-06-184-6/+6
|
* Fix quota precision in users listChocobozzz2018-06-181-1/+1
|
* Blue links color in commentsChocobozzz2018-06-181-6/+9
|
* Prevent commenting twiceChocobozzz2018-06-181-1/+13
|
* Fix removing scheduled updateChocobozzz2018-06-182-2/+5
|
* Improve screen cache serviceChocobozzz2018-06-181-10/+24
|
* Add margin for http fallback displayChocobozzz2018-06-182-3/+3
|
* Move player local storage functions in their own fileChocobozzz2018-06-184-91/+98
|
* Don't send view on private videoChocobozzz2018-06-183-3/+4
|
* Create webtorrent client on player loadChocobozzz2018-06-182-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)Sankar2018-06-151-1/+1
| | | Changed a tag from `flex` to `inline` to avoid misclicks.
* Pull translationsChocobozzz2018-06-154-133/+633
|
* Add ability to schedule video publicationChocobozzz2018-06-1536-197/+542
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-1/+0
|
* Automatically jump to the highlighted threadChocobozzz2018-06-144-10/+24
|
* Fix glitch when updating player volumeChocobozzz2018-06-141-1/+6
|
* Redirect comment links to the watch pageChocobozzz2018-06-141-0/+4
|
* Adapt theather icon depending on the player stateChocobozzz2018-06-132-1/+21
|
* Add time mouse display to see where we seek the videoChocobozzz2018-06-131-0/+1
|
* Add more space between icons and "load more/less"Chocobozzz2018-06-131-0/+4
|
* Move iso639 strings in its own translation fileChocobozzz2018-06-136-916/+996
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-1212-121/+189
| | | | publishing a video
* (embed) sandbox the iframeRigel Kent2018-06-111-0/+1
|
* Add theatre modeChocobozzz2018-06-1110-14/+135
|
* Fix dislikes number in video watch pageChocobozzz2018-06-111-1/+1
|
* Split player sass fileChocobozzz2018-06-119-294/+313
|
* Darker control barChocobozzz2018-06-111-2/+2
|
* Improve control bar with blank videosChocobozzz2018-06-111-0/+3
|
* Fix autoplay setting in my accountChocobozzz2018-06-111-1/+1
|
* Fix add icon pathChocobozzz2018-06-114-4/+4
|
* Remove video not foundChocobozzz2018-06-085-16/+12
|
* Enable default link behavior and accessibility for login page (#636)spf2018-06-082-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?Chocobozzz2018-06-081-0/+28
|
* Fix seeking on auto resolution changeChocobozzz2018-06-081-1/+2
|
* Fix e2e testsChocobozzz2018-06-083-6/+5
|
* Improve player progress barChocobozzz2018-06-082-32/+56
|