aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main
Commit message (Collapse)AuthorAgeFilesLines
* Square channel avatar consistencyChocobozzz2021-03-315-9/+22
|
* Add support button in channel pageChocobozzz2021-03-311-1/+1
|
* Redesign account's channels pageChocobozzz2021-03-311-2/+2
|
* Redesign account pageChocobozzz2021-03-313-33/+68
|
* Auto focus plugin search inputChocobozzz2021-03-243-0/+16
|
* 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
|
* Fix mention notification with deleted commentChocobozzz2021-03-221-12/+20
|
* localize decimal separator in video miniatures (#3643)kontrollanten2021-01-291-7/+10
| | | | | | | | | | | * 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
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-1/+4
| | | | recommendation variant
* 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
|