aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Try to improve notification i18n translationsChocobozzz2019-11-181-28/+28
|
* Add class to views elementsChocobozzz2019-10-251-2/+5
|
* More robust new instance follower notificationChocobozzz2019-10-251-2/+2
|
* Allow to toggle video publication date to display absolute dateJulien Maulny2019-10-235-1/+62
|
* Fix typoAutom2019-10-211-3/+3
| | | | Fixing a typo in the statistics section of the /about/instance/ page.
* Add statistics section in about pageJulien Maulny2019-10-184-0/+176
|
* Change button with onclick to link with hrefFrank Sträter2019-10-182-9/+9
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | * 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-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Add missing translation tagsChocobozzz2019-09-181-3/+3
|
* Add contributors in about peertube pageChocobozzz2019-09-051-3/+16
|
* Better video publishing notificationChocobozzz2019-09-051-1/+1
|
* Fix old auto blacklist notificationsChocobozzz2019-09-051-0/+3
|
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-053-5/+8
|\
| * Fix auto blacklist viewChocobozzz2019-09-043-5/+8
| |
* | Add hardware information in instance configChocobozzz2019-09-051-2/+3
| |
* | Add welcome modalChocobozzz2019-09-051-9/+24
| |
* | Fix register checkboxChocobozzz2019-09-051-1/+1
| |
* | Add about information in registration pageChocobozzz2019-09-059-37/+141
| |
* | Improve features tableChocobozzz2019-09-057-47/+105
| |
* | Add more attributes to about pageChocobozzz2019-09-051-3/+4
| |
* | Implement auto follow in clientChocobozzz2019-09-043-2/+24
| |
* | Add auto follow back support for instancesChocobozzz2019-09-041-1/+1
|/
* Go back when cancel NSFW modalChocobozzz2019-08-222-1/+8
| | | | Instead of redirecting on the homepage
* Fix video rows overflowChocobozzz2019-08-221-1/+15
| | | | In discover and account channel videos pages
* Fix video playlist element removalChocobozzz2019-08-222-12/+11
|
* Fix bad import on FF ESRChocobozzz2019-08-201-0/+36
|
* Fix playlist more button with long video namesChocobozzz2019-08-091-0/+1
|
* Fix infinite scroll on big screensChocobozzz2019-08-028-29/+70
|
* Fix search results on mobileChocobozzz2019-08-021-2/+4
|
* Fix broken follow notificationChocobozzz2019-08-021-0/+1
|
* Automatically update playlist thumbnailsChocobozzz2019-08-011-0/+13
|
* Fix broken playlist apiChocobozzz2019-08-018-104/+191
|
* Moderators can only manage usersChocobozzz2019-07-301-1/+2
|
* Add show channel button in account pageChocobozzz2019-07-291-1/+1
|
* Fix help transcoding placementChocobozzz2019-07-292-1/+2
|
* Fix quota in instance features tableChocobozzz2019-07-292-2/+2
|
* Add plugin translation systemChocobozzz2019-07-261-1/+0
|
* Fix express validatorChocobozzz2019-07-252-2/+2
|
* Update client dependenciesChocobozzz2019-07-252-47/+47
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-2510-14/+14
|
* Update angularChocobozzz2019-07-258-12/+12
|
* Add client hooksChocobozzz2019-07-244-20/+21
|
* Add ability to search available pluginsChocobozzz2019-07-242-18/+1
|
* WIP plugins: update pluginChocobozzz2019-07-245-2/+29
|
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+4
|
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-212-1/+16
| | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
* Fix follows backend URLChocobozzz2019-06-201-1/+1
| | | | And improve "no followers/followings" message position
* Add language filters in user preferencesChocobozzz2019-06-193-10/+40
|
* Feature/completeUsernameCopy (#1913)Nassim Bounouas2019-06-192-2/+4
| | | | | | | | | | * #1843 Copy icon added to account page to copy Username * #1843 Store an account name with the host forced and bind it to copy button * #1843 tslint correction * #1843 copy to clipboard replaced by ngx-clipboard