aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | 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
|