aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* 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
* show less information by default in download modal (#3890)kontrollanten2021-03-293-68/+135
| | | | | | | | * client(video/download): collapse advanced informaton by default * fix(client/video-dl): update metadata upon resolution change closes #3810 Co-authored-by: Rigel Kent <par@rigelk.eu>
* Auto focus plugin search inputChocobozzz2021-03-243-0/+16
|
* client(video/download): set direct dl as defaultkontrollanten2021-03-241-1/+1
|
* Add client action hooks for pubish pagesChocobozzz2021-03-241-1/+8
|
* Add hooks support for video downloadChocobozzz2021-03-241-5/+14
|
* Change copy icon (#3867)kontrollanten2021-03-242-3/+4
| | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons
* Refactor auth flowChocobozzz2021-03-241-1/+3
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* Add new plugin/peertube version notifsChocobozzz2021-03-243-2/+53
|
* Reduce bundle size using a const enumChocobozzz2021-03-242-19/+16
|
* Add warning in download modal if neededChocobozzz2021-03-242-2/+10
|
* Fix mention notification with deleted commentChocobozzz2021-03-221-12/+20
|
* Fix checkbox ids in plugin settingsChocobozzz2021-03-091-1/+1
|
* Improve validator text, I guessMarcin Mikołajczak2021-03-041-1/+1
|
* Fix preview upload with capitalized extChocobozzz2021-02-261-1/+1
|
* Trim video name also on serverChocobozzz2021-02-251-6/+5
|
* Fix titles do not trim leading and trailing spacesRamiellll2021-02-251-3/+13
|
* Fix loading things twice on trending pageChocobozzz2021-02-221-5/+13
|
* Fix NSFW policy on account/channel videosChocobozzz2021-02-191-6/+10
|
* Fix video comments display with deleted commentsChocobozzz2021-02-192-9/+17
|
* Use new doc website linksChocobozzz2021-02-121-1/+1
|
* Fix NSFW policy in my videos listChocobozzz2021-02-112-1/+3
|
* Add missing live config validatorsChocobozzz2021-02-101-0/+24
|
* Add ability to set a custom quotaChocobozzz2021-02-108-27/+31
|
* Support custom value in ng-selectChocobozzz2021-02-1010-61/+119
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-0/+8
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-1/+2
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* Fix small UI bugsChocobozzz2021-02-021-0/+4
|
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-021-1/+2
| | | | Better consistency
* fix trending page scrollRigel Kent2021-02-011-1/+7
| | | | fixes #3665
* localize decimal separator in video miniatures (#3643)kontrollanten2021-01-292-9/+13
| | | | | | | | | | | * fix(client): localize decimal separator * fix(client/numpipe): handle Intl failure gently * Revert "fix(client/numpipe): handle Intl failure gently" This reverts commit e275049f1fabb0a7af5a274ebfc33f9c3fb279ed. * client: switch from Intl to ng formatNumber
* move from trending routes to alg paramRigel Kent2021-01-281-2/+8
|