Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped to version v1.0.0-beta.15v1.0.0-beta.15 | Chocobozzz | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.0.0-beta.14v1.0.0-beta.14 | Chocobozzz | 2018-09-25 | 1 | -1/+1 |
| | |||||
* | Upgrade tslint rules | Chocobozzz | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-09-21 | 1 | -15/+14 |
| | |||||
* | Bumped to version v1.0.0-beta.13v1.0.0-beta.13 | Chocobozzz | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | use focus-visible polyfill to improve keyboard navigation | Rigel Kent | 2018-09-11 | 1 | -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.12 | Chocobozzz | 2018-09-11 | 1 | -1/+1 |
| | |||||
* | Add video recomandation by tags (#1001) | Jorropo | 2018-09-04 | 1 | -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 Johnson | 2018-08-31 | 1 | -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 Kent | 2018-08-30 | 1 | -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 Kent | 2018-08-28 | 1 | -0/+1 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-08-27 | 1 | -34/+34 |
| | |||||
* | Bumped to version v1.0.0-beta.11v1.0.0-beta.11 | Chocobozzz | 2018-08-21 | 1 | -1/+1 |
| | |||||
* | Change npm repo to git+https | Jorropo | 2018-08-20 | 1 | -1/+1 |
| | |||||
* | Migrate to bootstrap 4 and ng-bootstrap | Chocobozzz | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | Upgrade to bootstrap 4 first step | Chocobozzz | 2018-08-09 | 1 | -1/+2 |
| | |||||
* | Merge branch 'release/beta-10' into develop | Chocobozzz | 2018-08-07 | 1 | -1/+1 |
|\ | |||||
| * | Bumped to version v1.0.0-beta.10v1.0.0-beta.10 | Chocobozzz | 2018-08-07 | 1 | -1/+1 |
| | | |||||
* | | Add ability to import video with youtube-dl | Chocobozzz | 2018-08-06 | 1 | -0/+1 |
| | | |||||
* | | Upgrade client dependencies | Chocobozzz | 2018-07-31 | 1 | -17/+17 |
|/ | |||||
* | Bumped to version v1.0.0-beta.10.pre.3v1.0.0-beta.10.pre.3 | Chocobozzz | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.0.0-beta.10.pre.2v1.0.0-beta.10.pre.2 | Chocobozzz | 2018-07-27 | 1 | -1/+1 |
| | |||||
* | Fix captions freeze on production | Chocobozzz | 2018-07-27 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.0.0-beta.10.pre.1v1.0.0-beta.10.pre.1 | Chocobozzz | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-07-17 | 1 | -13/+13 |
| | |||||
* | QR Code (#802) | DeeJayBro | 2018-07-12 | 1 | -1/+2 |
| | | | | | Adding QR-Code to the Share modal. fixes #683 | ||||
* | Fix player lint | Chocobozzz | 2018-07-10 | 1 | -1/+1 |
| | |||||
* | Ability to programmatically control embeds (#776) | William Lahti | 2018-07-10 | 1 | -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 Lahti | 2018-06-28 | 1 | -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.9 | Chocobozzz | 2018-06-25 | 1 | -1/+1 |
| | |||||
* | Remove uneeded rxjs-compat | Chocobozzz | 2018-06-18 | 1 | -1/+0 |
| | |||||
* | Add ability to schedule video publication | Chocobozzz | 2018-06-15 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.0.0-beta.8v1.0.0-beta.8 | Chocobozzz | 2018-06-11 | 1 | -1/+1 |
| | |||||
* | Prepare i18n files | Chocobozzz | 2018-06-05 | 1 | -1/+3 |
| | |||||
* | Add context menu to player | Chocobozzz | 2018-05-30 | 1 | -1/+3 |
| | |||||
* | Upgarde videojs to v7 | Chocobozzz | 2018-05-29 | 1 | -3/+3 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-05-29 | 1 | -7/+7 |
| | |||||
* | Bumped to version v1.0.0-beta.7v1.0.0-beta.7 | Chocobozzz | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | Upgrade dexie to avoid issue if disabling cookies on firefox | Chocobozzz | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | Fix player with google bot | Chocobozzz | 2018-05-23 | 1 | -1/+2 |
| | |||||
* | Bumped to version v1.0.0-beta.6v1.0.0-beta.6 | Chocobozzz | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | Move rxjs-compat in dev dep | Chocobozzz | 2018-05-23 | 1 | -3/+1 |
| | |||||
* | Fix client postinstall on release | Chocobozzz | 2018-05-22 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.0.0-beta.5v1.0.0-beta.5 | Chocobozzz | 2018-05-22 | 1 | -1/+1 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-05-22 | 1 | -1/+1 |
| | |||||
* | Fix peertube with google bot | Chocobozzz | 2018-05-22 | 1 | -1/+3 |
| | |||||
* | Add videos e2e tests | Chocobozzz | 2018-05-17 | 1 | -1/+2 |
| | |||||
* | Client E2E tests first step | Chocobozzz | 2018-05-17 | 1 | -10/+20 |
| | |||||
* | Add patch for angular cli 6 | Chocobozzz | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | Fix some components after Angular 6 upgrade | Chocobozzz | 2018-05-16 | 1 | -1/+1 |
| |