aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Fix avatar in report pageChocobozzz2021-05-031-2/+2
|
* Add ability to filter my videos by liveChocobozzz2021-05-0312-43/+125
|
* Cleanup plugins admin CSSChocobozzz2021-04-296-11/+30
|
* Fix actor avatar backgroundChocobozzz2021-04-292-4/+4
|
* Move to stylelintChocobozzz2021-04-2831-108/+114
|
* Remove avatarUrl from modelsChocobozzz2021-04-287-29/+1
|
* Refactor actor avatar displayChocobozzz2021-04-2823-135/+214
|
* Rename actor image edit moduleChocobozzz2021-04-2810-2/+2
|
* Better video languages filter UXChocobozzz2021-04-281-29/+40
| | | | | Don't throw if the user did not select any language, automatically select "all languages" instead
* Clearer nsfw "do not list" labelChocobozzz2021-04-281-2/+2
|
* Use account initial as default avatar (#4002)kontrollanten2021-04-274-6/+86
| | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom
* Fix video actions dropdown overflowChocobozzz2021-04-261-0/+1
|
* Playlist miniature consistencyChocobozzz2021-04-261-3/+3
|
* Fix menu dropdown overflowChocobozzz2021-04-261-1/+1
| | | | Weird issue conflicting with the dropdown config from the menu component
* Fix eye button for password inputChocobozzz2021-04-262-1/+5
|
* rephrase signup limit validator error (#3984)Florian CUNY2021-04-211-1/+1
| | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* Refactor feed componentChocobozzz2021-04-153-29/+10
|
* Refactor menu cssChocobozzz2021-04-153-72/+76
|
* Refactor comment add cssChocobozzz2021-04-152-1/+2
|
* Don't always use a link for account avatarChocobozzz2021-04-155-25/+33
|
* Remove unused class in download modalChocobozzz2021-04-151-9/+0
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-1519-52/+111
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Refactor modal buttons styleChocobozzz2021-04-1413-53/+33
|
* Add plugin placeholder elements supportChocobozzz2021-04-123-2/+23
|
* Add `i18n` prop where it is missing (#3946)Marcin Mikołajczak2021-04-122-2/+2
| | | | | | | | | | | | | | | * Add `i18n` prop * Update video-comment-list.component.html * Update account-blocklist.component.html * Update server-blocklist.component.html * Update video-redundancies-list.component.html * Update following-list.component.html * Update followers-list.component.html
* Fix plugin checkbox placementChocobozzz2021-04-092-8/+12
|
* Plugins can register html/select settingsChocobozzz2021-04-091-1/+9
|
* Merge branch 'release/3.1.0' into developChocobozzz2021-04-081-6/+2
|\
| * Fix updating transcoding profilesChocobozzz2021-04-081-6/+2
| |
| * Add warning in download modal if neededChocobozzz2021-03-242-2/+10
| |
* | Set channel banner/avatar in creation formChocobozzz2021-04-086-10/+30
| |
* | Display banner on channel pageChocobozzz2021-04-081-1/+2
| |
* | Add ability to update the bannerChocobozzz2021-04-0822-275/+354
| |
* | Agnostic actor image storageChocobozzz2021-04-085-11/+11
| |
* | Minimal PeertubeModalService to open settings from "can be redefined..." (#3923)aschaap2021-04-064-2/+18
| | | | | | | | | | | | | | * Minimal PeertubeModalService to open settings from "can be redefined..." * Linter changes * Removed unused parameter, made Subject type reflect this, and formatting
* | Fix miniature overflowChocobozzz2021-04-051-1/+1
| |
* | Responsive searchChocobozzz2021-04-011-5/+4
| |
* | Account/channel videos display as rowsChocobozzz2021-04-013-2/+16
| |
* | Refactor video miniatureChocobozzz2021-04-019-226/+263
| | | | | | | | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* | Fix multiline ellipsisChocobozzz2021-04-011-0/+2
| |
* | Refactor horizontal marginsChocobozzz2021-03-311-1/+1
| |
* | Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-311-1/+1
| |
* | Channel/account page redesign feedbacksChocobozzz2021-03-318-25/+20
| | | | | | | | | | | | | | | | | | | | | | | | Fix owner default avatar Semi bold orange inverted button Max width account description Increase account's channels padding Use owner avatar/display name links Move "view owner account" link on mobile Try to always display channel in video miniatures Add small border radius for channel's avatar Use main foreground color for the magnifying glass
* | Use the channel URL behind the account in miniatureChocobozzz2021-03-311-1/+1
| |
* | Display channel in miniatureChocobozzz2021-03-312-3/+3
| | | | | | | | With some exceptions though
* | Square channel avatar consistencyChocobozzz2021-03-318-13/+31
| |
* | Add support button in channel pageChocobozzz2021-03-316-1/+86
| |
* | Redesign account's channels pageChocobozzz2021-03-311-2/+2
| |
* | Redesign account pageChocobozzz2021-03-313-33/+68
| |
* | fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-313-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901