aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone
Commit message (Collapse)AuthorAgeFilesLines
* Fix embed video id parsingChocobozzz2018-11-151-3/+2
|
* Fix embedChocobozzz2018-10-191-1/+1
|
* Better typingsChocobozzz2018-10-182-5/+8
|
* NoImplicitAny flag true (#1157)BO412018-10-182-5/+5
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Fix ios player playback/subtitles menuChocobozzz2018-09-171-1/+1
|
* Translate subtitle langs in playerChocobozzz2018-08-161-5/+6
|
* Flat shared module directoryChocobozzz2018-08-141-1/+1
|
* Improve frontend accessibilityChocobozzz2018-07-171-1/+1
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Correctly handle error when remote instance is downChocobozzz2018-07-162-9/+18
|
* Improve start time paramChocobozzz2018-07-161-4/+2
| | | | Can handle 2m42s for example
* Handle subtitles in playerChocobozzz2018-07-161-5/+25
|
* Change friendly reminder about privacy.Chocobozzz2018-07-101-1/+1
|
* Fix player lintChocobozzz2018-07-105-171/+165
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-107-55/+805
| | | | | | | | | | | | | | | | | | | | * 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
* Improve P2P & Privacy sectionChocobozzz2018-06-271-1/+1
|
* Add theatre modeChocobozzz2018-06-111-1/+2
|
* Split player sass fileChocobozzz2018-06-111-1/+3
|
* Fix e2e testsChocobozzz2018-06-081-2/+1
|
* Fix embed view with search paramsChocobozzz2018-06-071-1/+2
|
* Localize playerChocobozzz2018-06-061-5/+7
|
* Add context menu to playerChocobozzz2018-05-301-0/+1
|
* Don't index embed pagesChocobozzz2018-05-281-0/+1
|
* Make it works with new autoplay policyChocobozzz2018-05-221-0/+15
|
* Fix play on iOS (grumph)Chocobozzz2018-05-221-1/+1
|
* Fix peertube with google botChocobozzz2018-05-221-0/+3
|
* Handle errors in embedChocobozzz2018-04-193-5/+90
|
* Add ability to set a start timeChocobozzz2018-04-051-1/+7
|
* Improve first playChocobozzz2018-04-032-3/+3
|
* Improve playerChocobozzz2018-04-032-62/+16
| | | | | Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!
* Add autoplay parameter in embedChocobozzz2018-03-271-1/+10
|
* Reduce innactivity timeout on embedChocobozzz2018-03-261-0/+1
|
* Fix typo in embedChocobozzz2018-03-191-1/+1
|
* Cleaner videojs control bar implementationChocobozzz2018-03-012-9/+25
|
* Add messages about privacy concerns (P2P)Chocobozzz2018-02-281-1/+2
|
* Fix testsChocobozzz2018-02-141-1/+1
|
* Fix video play promise error on non supported browsersChocobozzz2018-02-141-1/+2
|
* Move adding a video view videojs peertube pluginChocobozzz2018-02-141-2/+7
|
* Fix embed lintChocobozzz2018-02-141-5/+3
|
* Use fetch instead of XMLHttpRequest (#292)Florent F2018-02-141-41/+29
|
* Fetch remote AP objectsChocobozzz2018-01-101-0/+1
|
* Update dependenciesChocobozzz2018-01-091-1/+3
|
* Add hotkeys in video playerChocobozzz2018-01-091-1/+2
| | | | Double click for full screen
* Refractor peertube videojs pluginChocobozzz2018-01-091-1/+0
|
* Improve player on small screenChocobozzz2017-12-201-32/+39
|
* Fix embed faviconChocobozzz2017-12-201-1/+1
|
* Upgrade scripts and embed webpack configChocobozzz2017-12-121-0/+2
|
* Move to angular cliChocobozzz2017-12-121-1/+1
|
* Embed player responsiveChocobozzz2017-12-112-11/+23
|
* Handle follow/acceptChocobozzz2017-11-271-1/+1
|
* Adapt client with video channelsChocobozzz2017-10-261-2/+2
|