aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Clearer periods in videos listChocobozzz2020-11-182-45/+49
|
* Disable auto-focus markdown textarea on touchdeviceskimsible2020-11-181-2/+6
|
* Memorize scroll position when maximized mode used with markdown textareakimsible2020-11-181-1/+8
|
* Fix client buildChocobozzz2020-11-171-3/+3
|
* small refactor + clipboard copy on anchor click in instance page (#3318)Kimsible2020-11-171-5/+2
| | | | | | | | | | | | | * Refacto scrollTo top and anchors * Add on click clipboard copy and notifier to anchors about/instance page * Fix margin top anchor middle title about page * Use viewportscroller for scrolltoanchor * Add to Link copied notification on instance page Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Replace keyboard shortcut iconChocobozzz2020-11-161-0/+1
| | | | Use svg instead
* Refactor rest table search filterChocobozzz2020-11-162-35/+6
|
* Put admin actions on the leftChocobozzz2020-11-161-9/+9
|
* Add admin view to manage commentsChocobozzz2020-11-164-7/+15
|
* Implement video comment list in adminChocobozzz2020-11-132-2/+95
|
* Cleanup lives on server restartChocobozzz2020-11-133-3/+14
|
* Reorganize left menu and account menuChocobozzz2020-11-133-3/+3
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* reword unclear sentences, check for grammarRigel Kent2020-11-123-8/+8
| | | | fixes #3222
* Remove deprecated abuse apiChocobozzz2020-11-101-2/+2
|
* Fix audio sync after saving replayChocobozzz2020-11-091-2/+2
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Add live info in watch pageChocobozzz2020-11-0912-6/+150
|
* Add max lives limitChocobozzz2020-11-092-0/+21
|
* Add modal to display live informationChocobozzz2020-11-094-2/+18
|
* Add thumbnail info if liveChocobozzz2020-11-092-3/+12
|
* Add ability to save live replayChocobozzz2020-11-094-4/+53
|
* Add watch messages if live has not startedChocobozzz2020-11-096-16/+19
|
* 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
|