aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main
Commit message (Collapse)AuthorAgeFilesLines
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-251-5/+14
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-196-2/+107
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* prevent sending search GET parameter if undefined in my watch historyRigel Kent2021-01-131-1/+2
|
* Fix loading bar for HTTP requestsChocobozzz2021-01-131-0/+8
|
* Avatar info component optimizationsChocobozzz2021-01-132-26/+17
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-131-1/+2
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* show first decimal for views above a thousand (#3564)Rigel Kent2021-01-131-2/+17
| | | | | * show first decimal for views above a thousand * Update client/src/app/shared/shared-main/angular/number-formatter.pipe.ts
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-136-10/+83
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Fix some accessibility issuesChocobozzz2020-12-222-2/+3
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-3/+3
|
* Fix scroll check in infinite scroller directiveChocobozzz2020-11-301-6/+7
|
* Refactor last PRChocobozzz2020-11-271-0/+10
|
* Various front optimizationsChocobozzz2020-11-272-10/+11
|
* Fix circular dep issueChocobozzz2020-11-257-13/+19
|
* Add new default different avatar for channel and accountkimsible2020-11-255-30/+56
|
* refactor scoped token serviceRigel Kent2020-11-251-12/+9
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-2/+13
|
* Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329)Kimsible2020-11-252-6/+7
| | | | | | | | | * Add avatar pixel size upload in tooltip * Add gif support for avatar * Add ffmpeg GIF process Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix dropdowns z-indexChocobozzz2020-11-201-1/+1
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-4/+23
|
* Clearer periods in videos listChocobozzz2020-11-181-6/+6
|
* 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>
* Add admin view to manage commentsChocobozzz2020-11-162-2/+2
|
* Reorganize left menu and account menuChocobozzz2020-11-131-1/+1
| | | | | | 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-121-1/+1
| | | | fixes #3222
* Add live info in watch pageChocobozzz2020-11-094-37/+6
|
* Add ability to save live replayChocobozzz2020-11-094-4/+53
|
* Add watch messages if live has not startedChocobozzz2020-11-094-12/+12
|
* Live streaming implementation first stepChocobozzz2020-11-096-6/+48
|
* Add ability to set custom field to video formChocobozzz2020-08-213-1/+10
|
* Use playlistPosition for playlists instead of videoIdChocobozzz2020-08-191-2/+4
|
* 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 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-143-4/+10
|
* Migrate to $localizeChocobozzz2020-08-149-70/+36
| | | | | | | | | | | | * 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
* Remove angular pipes moduleChocobozzz2020-08-116-11/+44
|
* Move form modules in the form shared moduleChocobozzz2020-08-111-15/+2
|
* add ng-select for templatable select optionsRigel Kent2020-08-112-6/+13
| | | | | | | - 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
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-112-1/+5
| | | | broadcast-message
* Correctly fix sub menuChocobozzz2020-08-102-2/+2
|
* Reorganize shared modelsChocobozzz2020-08-073-3/+5
|
* Upgrade to angular 10Chocobozzz2020-08-071-3/+3
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-061-1/+1
|
* adjust help component, fix its instances in video-editRigel Kent2020-08-051-2/+2
|
* Fix top menu dropdownChocobozzz2020-07-311-0/+4
|
* Add migrations for abuse messagesChocobozzz2020-07-314-9/+56
|
* Add abuse messages management in my accountChocobozzz2020-07-311-4/+8
|
* Revert user-menu dropdown active class on sub-menu and autoclose only on ↵kimsible2020-07-311-6/+2
| | | | outside click