aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade tslint rulesChocobozzz2018-09-211-1/+1
|
* Upgrade client dependenciesChocobozzz2018-09-211-15/+14
|
* Bumped to version v1.0.0-beta.13v1.0.0-beta.13Chocobozzz2018-09-131-1/+1
|
* use focus-visible polyfill to improve keyboard navigationRigel Kent2018-09-111-1/+2
| | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now.
* Bumped to version v1.0.0-beta.12v1.0.0-beta.12Chocobozzz2018-09-111-1/+1
|
* Add video recomandation by tags (#1001)Jorropo2018-09-041-5/+21
| | | | | | | | | | * Recommendation by tags (thx bradsk88) Thx bradsk88 for the help. * Prefer jest-preset-angular to skip need for babel config * Fix jest
* Refactor: Separated "Other Videos" section into a dedicated ↵Brad Johnson2018-08-311-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | component/service (#969) * Separated "Other Videos" section into a dedicated component/service I'm currently working on some proof-of-concepts for recommendation providers that could work with PeerTube to provide useful video suggestions to the user. As a first step, I want to have great clarity about how PeerTube, itself, will surface these videos to the user. With this branch, I'm refactoring the "recommendations" to make it easier to swap out different recommender implementations quickly. Stop recommender from including the video that's being watched. Ensure always 5 recommendations * Treat recommendations as a stream of values, rather than a single async value. * Prioritize readability over HTTP response size early-optimization. * Simplify pipe
* watch view visual tweaks and search/comment placeholder dismiss on focus (#983)Rigel Kent2018-08-301-0/+1
| | | | | | | | - make the placeholder disappear on focus in the search bar - make the placeholder disappear on focus in the comment textarea - make the texarea resize automagically - refactor the watch view to use bootstrap 4's flexgrid - move action buttons of the watch view to the right of the video info - responsive tweaks and margin adjustments in the watch view
* keyboard shortcuts and key map view (#974)Rigel Kent2018-08-281-0/+1
|
* Upgrade client dependenciesChocobozzz2018-08-271-34/+34
|
* Bumped to version v1.0.0-beta.11v1.0.0-beta.11Chocobozzz2018-08-211-1/+1
|
* Change npm repo to git+httpsJorropo2018-08-201-1/+1
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-091-1/+1
|
* Upgrade to bootstrap 4 first stepChocobozzz2018-08-091-1/+2
|
* Merge branch 'release/beta-10' into developChocobozzz2018-08-071-1/+1
|\
| * Bumped to version v1.0.0-beta.10v1.0.0-beta.10Chocobozzz2018-08-071-1/+1
| |
* | Add ability to import video with youtube-dlChocobozzz2018-08-061-0/+1
| |
* | Upgrade client dependenciesChocobozzz2018-07-311-17/+17
|/
* Bumped to version v1.0.0-beta.10.pre.3v1.0.0-beta.10.pre.3Chocobozzz2018-07-311-1/+1
|
* Bumped to version v1.0.0-beta.10.pre.2v1.0.0-beta.10.pre.2Chocobozzz2018-07-271-1/+1
|
* Fix captions freeze on productionChocobozzz2018-07-271-1/+1
|
* Bumped to version v1.0.0-beta.10.pre.1v1.0.0-beta.10.pre.1Chocobozzz2018-07-261-1/+1
|
* Upgrade client dependenciesChocobozzz2018-07-171-13/+13
|
* QR Code (#802)DeeJayBro2018-07-121-1/+2
| | | | | Adding QR-Code to the Share modal. fixes #683
* Fix player lintChocobozzz2018-07-101-1/+1
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-101-0/+3
| | | | | | | | | | | | | | | | | | | | * 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
* Replace angular-cli patch with something less risky (#742)William Lahti2018-06-281-1/+6
| | | | | | | | | | | | | | * 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
* Bumped to version v1.0.0-beta.9v1.0.0-beta.9Chocobozzz2018-06-251-1/+1
|
* Remove uneeded rxjs-compatChocobozzz2018-06-181-1/+0
|
* Add ability to schedule video publicationChocobozzz2018-06-151-1/+1
|
* Bumped to version v1.0.0-beta.8v1.0.0-beta.8Chocobozzz2018-06-111-1/+1
|
* Prepare i18n filesChocobozzz2018-06-051-1/+3
|
* Add context menu to playerChocobozzz2018-05-301-1/+3
|
* Upgarde videojs to v7Chocobozzz2018-05-291-3/+3
|
* Upgrade client dependenciesChocobozzz2018-05-291-7/+7
|
* Bumped to version v1.0.0-beta.7v1.0.0-beta.7Chocobozzz2018-05-281-1/+1
|
* Upgrade dexie to avoid issue if disabling cookies on firefoxChocobozzz2018-05-251-1/+1
|
* Fix player with google botChocobozzz2018-05-231-1/+2
|
* Bumped to version v1.0.0-beta.6v1.0.0-beta.6Chocobozzz2018-05-231-1/+1
|
* Move rxjs-compat in dev depChocobozzz2018-05-231-3/+1
|
* Fix client postinstall on releaseChocobozzz2018-05-221-1/+1
|
* Bumped to version v1.0.0-beta.5v1.0.0-beta.5Chocobozzz2018-05-221-1/+1
|
* Upgrade client dependenciesChocobozzz2018-05-221-1/+1
|
* Fix peertube with google botChocobozzz2018-05-221-1/+3
|
* Add videos e2e testsChocobozzz2018-05-171-1/+2
|
* Client E2E tests first stepChocobozzz2018-05-171-10/+20
|
* Add patch for angular cli 6Chocobozzz2018-05-161-1/+1
|
* Fix some components after Angular 6 upgradeChocobozzz2018-05-161-1/+1
|
* Upgrade Angular first stepChocobozzz2018-05-161-21/+25
|
* Store webtorrent chunks in indexdbChocobozzz2018-05-151-0/+2
|