aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix other videos width to avoid layout movementChocobozzz2019-10-251-3/+6
|
* Add class to views elementsChocobozzz2019-10-252-4/+7
|
* Speedup theme injectionChocobozzz2019-10-252-14/+83
|
* More robust new instance follower notificationChocobozzz2019-10-251-2/+2
|
* Update translationsChocobozzz2019-10-2436-13872/+5896
|
* Fix translationsChocobozzz2019-10-241-697/+254
|
* Add a drag&drop delay on playlist videos to allow user scroll on small ↵Julien Maulny2019-10-232-1/+20
| | | | | | | | | | | | | | | | screens (#2154) * Add delay on playlist element reordering to fix user scroll on mobile Signed-off-by: Julien Maulny <julien.maulny@protonmail.com> * Upgrade @angular/cdk to include bugfix about drag&drop Signed-off-by: Julien Maulny <julien.maulny@protonmail.com> * add delay on playlist drag&drop on all touch screens Signed-off-by: Julien Maulny <julien.maulny@protonmail.com>
* Some language fixes (#2198)Filip Bengtsson2019-10-235-18/+18
| | | | | | | | | | | | | | * Fix preposition * Fix French colon spacing * Some grammar fixes * Preposition fix * Update signup-success.component.html After suggestion from @frankstrater.
* Allow to toggle video publication date to display absolute dateJulien Maulny2019-10-236-3/+64
|
* Fix checkbox themesChocobozzz2019-10-222-5/+5
|
* Fix i18n generation scriptChocobozzz2019-10-222-1908/+2867
|
* Fix french translations in signup pageChocobozzz2019-10-221-1/+1
|
* Update translationsChocobozzz2019-10-2220-49/+5384
|
* Update client dependenciesChocobozzz2019-10-211-1/+1
|
* Fix search with account video languagesChocobozzz2019-10-214-11/+17
|
* Fix typoAutom2019-10-211-3/+3
| | | | Fixing a typo in the statistics section of the /about/instance/ page.
* Update user-edit.component.htmlKnackie2019-10-191-0/+1
| | | fixes #1943
* Add statistics section in about pageJulien Maulny2019-10-185-0/+183
|
* Allow to choose 'Most liked videos' page as default client routeJulien Maulny2019-10-181-0/+1
|
* Add 'Most liked videos' pageJulien Maulny2019-10-185-0/+93
|
* Change button with onclick to link with hrefFrank Sträter2019-10-182-9/+9
|
* Add auto play next video migrationChocobozzz2019-09-241-0/+2
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-246-2/+35
| | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again
* fix a few typos (#2141)Lukas Winkler2019-09-235-5/+5
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Add missing translation tagsChocobozzz2019-09-182-4/+4
|
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-061-1/+2
|\
| * Fix menu x overflowChocobozzz2019-09-061-1/+2
| |
* | Cleanup HLS redundancy manager in clientChocobozzz2019-09-052-17/+2
| | | | | | | | With the new p2p-media-loader release
* | Add contributors in about peertube pageChocobozzz2019-09-059-94/+195
| |
* | Better video publishing notificationChocobozzz2019-09-051-1/+1
| |
* | Fix avatar bad widthChocobozzz2019-09-051-0/+1
| |
* | Clearer debug IP messageChocobozzz2019-09-051-1/+1
| |
* | Fix old auto blacklist notificationsChocobozzz2019-09-051-0/+3
| |
* | Merge branch 'release/1.4.0' into developChocobozzz2019-09-054-7/+10
|\|
| * Rename signup stepsChocobozzz2019-09-041-2/+2
| |
| * Fix auto blacklist viewChocobozzz2019-09-043-5/+8
| |
| * Improve HLS redundancyChocobozzz2019-08-235-24/+72
| |
* | Add hardware information in instance configChocobozzz2019-09-055-4/+32
| |
* | Better welcome modalChocobozzz2019-09-055-35/+73
| |
* | Add creation reasonChocobozzz2019-09-055-12/+34
| |
* | Add config instance warning modalChocobozzz2019-09-057-33/+93
| |
* | Add welcome modalChocobozzz2019-09-0510-12/+259
| |
* | Fix register checkboxChocobozzz2019-09-052-1/+2
| |
* | Use badges for instance languages/categoriesChocobozzz2019-09-052-17/+20
| |
* | Add about information in registration pageChocobozzz2019-09-0522-172/+467
| |
* | Add categories and languages to about pageChocobozzz2019-09-053-25/+62
| |
* | Improve features tableChocobozzz2019-09-057-47/+105
| |
* | Add more attributes to about pageChocobozzz2019-09-0510-81/+290
| |
* | Implement auto follow in clientChocobozzz2019-09-046-4/+74
| |
* | Add auto follow back support for instancesChocobozzz2019-09-041-1/+1
| |