aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Live streaming implementation first stepChocobozzz2020-11-099-7/+69
|
* Add possibility to share origin URL to video if it's not localJeena2020-10-292-1/+15
| | | | | | | | It's very difficult to share the original URL for a video when you watch it on your own instance while it's not from it but from a different instance. Right now when you use the share UI you only can share a link so a person can watch it on your own instance, this patch adds a checkbox to the share UI to share the origin URL instead if needed.
* jobs/logs view select and empty state visual improvementsRigel Kent2020-09-282-2/+2
|
* Fix privacy/channel select on uploadChocobozzz2020-09-042-2/+4
|
* Fix video block in abuse tableChocobozzz2020-08-261-1/+1
|
* Fix playlist element dropdown overflowChocobozzz2020-08-251-1/+1
|
* Add ability to set a description to dynamic fieldsChocobozzz2020-08-212-0/+8
|
* Add ability to set custom field to video formChocobozzz2020-08-217-3/+85
|
* Fix user video languages settingsChocobozzz2020-08-201-11/+35
|
* Fix responsive playlist elementsChocobozzz2020-08-191-2/+7
|
* Use playlistPosition for playlists instead of videoIdChocobozzz2020-08-193-6/+7
|
* Fix video playlist resumingChocobozzz2020-08-191-2/+8
|
* Update playlist add component to accept multiple times the same videoChocobozzz2020-08-195-127/+285
|
* Fix playlist dropdown active colorChocobozzz2020-08-191-0/+4
|
* Fix startAt/stopAt playlist element editionChocobozzz2020-08-191-3/+6
|
* Fix playlist deletionChocobozzz2020-08-191-1/+5
|
* We don't need services anymore for validatorsChocobozzz2020-08-1747-940/+739
|
* Add restore scroll position on user-dropdown anchors links and scroll to top ↵Kim2020-08-172-3/+15
| | | | | | | | | | | | | | | | | | | on active sub-menu links (#3066) * Add restore scroll position on router same url * Remove settings top anchor * Add scrollToTop on active links fixed sub-menu * Add restore scroll position on notification avatar links * Toggle menu and close pophover when click on active dropdown menu-left link * Add onSameUrlRestoreScrollPosition on user dropdown channels link * Same behavior scrollTop and scroll to anchor everywhere Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix css lintChocobozzz2020-08-171-1/+1
|
* removed minimum width css to fit mobile devices with lesser width (#3090)test2a2020-08-171-3/+1
| | | | | | | | | * Update instance-features-table.component.scss removed this minimum width option because on mobile phones this resulted in page being larger than the phone width * Update instance-features-table.component.scss removed blank lines as requested
* Fix circular dependenciesChocobozzz2020-08-143-29/+8
|
* Fix autoclose md popover when click on emoji list link insidekimsible2020-08-142-1/+2
|
* Add markown compatible help icon in comment textareakimsible2020-08-144-4/+11
|
* Migrate to $localizeChocobozzz2020-08-1454-574/+430
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* adapt my-select-checkbox placeholder to its contextRigel Kent2020-08-113-3/+14
|
* Remove angular pipes moduleChocobozzz2020-08-118-15/+47
|
* Use ng select for multiselectChocobozzz2020-08-1118-58/+228
|
* Move form modules in the form shared moduleChocobozzz2020-08-112-15/+16
|
* Fix tags in search filtersChocobozzz2020-08-114-22/+39
|
* add ng-select for templatable select optionsRigel Kent2020-08-1112-11/+254
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* Add validator channel namekimsible2020-08-111-0/+16
|
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-112-1/+5
| | | | broadcast-message
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-101-0/+2
| | | | | | | | | | | | | * Add anchors setting and handle offset with sub-meu * Use PeerTube scroll logic * Add anchor for top my-settings * Improve scroller with smooth behavior and css offset * Fix anchor position when using history navigation Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Correctly fix sub menuChocobozzz2020-08-102-2/+2
|
* Add buttons in playlist pageChocobozzz2020-08-105-0/+489
| | | | To delete/edit/share the playlist
* Fix icon namesChocobozzz2020-08-071-2/+2
|
* Add ability to share playlists in modalChocobozzz2020-08-073-5/+11
|
* Fix lintChocobozzz2020-08-073-3/+6
|
* Reorganize shared modelsChocobozzz2020-08-078-8/+14
|
* Upgrade to angular 10Chocobozzz2020-08-078-12/+15
|
* deal with refresh token in embedRigel Kent2020-08-063-90/+86
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-065-25/+21
|
* adjust help component, fix its instances in video-editRigel Kent2020-08-051-2/+2
|
* reword intellectual propertyRigel Kent2020-08-042-3/+3
| | | | fixes #3010
* Fix regression blocklist-accounts icon in sub-titlekimsible2020-08-031-1/+1
|
* Fix top menu dropdownChocobozzz2020-07-311-0/+4
|
* Fix buildChocobozzz2020-07-311-0/+2
| | | | (my bad)
* Add migrations for abuse messagesChocobozzz2020-07-319-23/+80
|
* Add abuse messages/states notificationsChocobozzz2020-07-311-5/+5
|
* Add abuse messages management in my accountChocobozzz2020-07-3121-63/+1378
|