aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Sort channels by -updatedAtChocobozzz2021-05-101-1/+1
|
* simplify channels/playlists name in account/channel viewsRigel Kent2021-04-021-1/+1
|
* Channel/account page redesign feedbacksChocobozzz2021-03-311-0/+4
| | | | | | | | | | | | 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
* Redesign account's channels pageChocobozzz2021-03-311-0/+4
|
* Redesign account pageChocobozzz2021-03-311-33/+78
|
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-251-1/+1
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-0/+14
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-1/+5
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Improve report labelsChocobozzz2020-09-031-1/+1
|
* Migrate to $localizeChocobozzz2020-08-141-13/+11
| | | | | | | | | | | | * 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
* Add ability to report accountChocobozzz2020-07-101-20/+43
|
* Reorganize client shared modulesChocobozzz2020-06-231-11/+5
|
* Better display of accounts and channel pages on small screensRigel Kent2020-03-091-0/+6
|
* Always copy full actor handle in video-channels viewRigel Kent2020-03-051-2/+2
|
* Replace uppercase text-transform by capitalized text sourceRigel Kent2020-02-211-3/+3
| | | | fixes #2085
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-0/+8
|
* Fix i18nChocobozzz2020-02-041-1/+1
|
* Fix is managaeble for channelsChocobozzz2020-01-221-30/+34
|
* Fix is managaeble errorChocobozzz2020-01-221-15/+22
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-211-0/+5
| | | | | | * Add manage buttons for own channels and account, video counts * Change manage button color and introduce secondary color
* Add naive aggregation from channels to account display of subscribersRigel Kent2020-01-101-1/+12
|
* Make subscribe buttons observe subscription statuses to synchroniseRigel Kent2020-01-101-6/+6
|
* Refactor my-subscribe-button to support full account subscriptionRigel Kent2020-01-101-1/+9
|
* Improve account username copy buttonChocobozzz2019-06-191-1/+7
|
* tslint updateChocobozzz2019-04-021-1/+0
|
* Try to fix Mac video uploadChocobozzz2019-01-241-2/+1
|
* Refractor notification serviceChocobozzz2018-12-191-5/+4
| | | | Shorter name and use primeng component
* Add user moderation in the account pageChocobozzz2018-10-051-5/+43
|
* Fix player resolution change that plays even if the video was pausedChocobozzz2018-06-071-2/+2
|
* Fix account/channel pages route subscriptionChocobozzz2018-06-071-5/+15
|
* Add 404 pageChocobozzz2018-05-311-1/+5
|
* Handle account name in client urlChocobozzz2018-05-241-1/+1
| | | | More consistent with AP urls
* Implement video channel viewsChocobozzz2018-04-251-0/+24