aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* respect video history on explicit playlist clickRigel Kent2019-12-181-1/+2
| | | | | | | also correct font-weight for .title-page-single, and tooltip dynamic text for playlist loop button. fixes #1889
* Lazy load static objectsChocobozzz2019-12-1813-57/+106
|
* Add commentor name alongside fid for video commentsRigel Kent2019-12-181-1/+1
|
* (css) optimize .other-videos widthRigel Kent2019-12-171-1/+0
|
* Provide native links for description timestamps, and re-clickability for theseRigel Kent2019-12-172-9/+54
|
* Add hyperlink video timestamps in descriptionLesterpig2019-12-172-4/+16
| | | | | Fix #1312 (duplicates: #1728 and #2007) The modification is also applied to comments and video editing.
* add channel avatar to watch viewRigel Kent2019-12-154-0/+54
|
* Add peertube version in features tableChocobozzz2019-12-132-0/+10
|
* add loop setting for playlists, and use sessionStorageRigel Kent2019-12-133-3/+9
|
* autoplay next video support for playlistsRigel Kent2019-12-133-7/+6
|
* Add internal privacy modeChocobozzz2019-12-122-12/+20
|
* Support basic markdown in commentsChocobozzz2019-12-091-1/+1
|
* miniature duration visibility and overlay background opacityRigel Kent2019-12-091-0/+1
|
* Don't seed on cellular networksChocobozzz2019-12-061-2/+0
|
* Don't support images in account descriptionsChocobozzz2019-12-061-9/+20
|
* Handle HTML in account descriptionsChocobozzz2019-12-061-28/+57
|
* Fix dropdown on video miniature for unlogged usersChocobozzz2019-12-062-3/+7
|
* Add ability to update icons contentChocobozzz2019-12-051-3/+17
|
* Support playlists in share modalChocobozzz2019-12-054-0/+36
|
* Pause the video when a modal is openedChocobozzz2019-12-051-0/+9
|
* Change the support iconChocobozzz2019-12-031-1/+1
|
* Fix private video downloadChocobozzz2019-12-031-3/+9
|
* Filter on follows actor types in about pageChocobozzz2019-11-291-3/+7
|
* Fix brackets truncation in video descriptionChocobozzz2019-11-291-2/+2
|
* Only display accepted followers/followings in about pageChocobozzz2019-11-281-3/+19
|
* (plugins) adding checkbox and textarea as possible input types, add links in ↵Rigel Kent2019-11-252-0/+2
| | | | form label
* Fix fragmented download URLChocobozzz2019-11-251-0/+2
|
* Disable webtorrent support in clientChocobozzz2019-11-253-3/+13
|
* 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
| |