aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts
Commit message (Collapse)AuthorAgeFilesLines
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-132-5/+13
|
* Use angular 9 clipboard cdkChocobozzz2020-02-101-1/+1
|
* Fix i18nChocobozzz2020-02-041-1/+1
|
* Fix is managaeble for channelsChocobozzz2020-01-221-30/+34
|
* Fix is managaeble errorChocobozzz2020-01-223-22/+27
|
* Add action dropdown descriptionsRigel Kent2020-01-211-1/+1
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-213-4/+22
| | | | | | * 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-102-2/+15
|
* Make subscribe buttons observe subscription statuses to synchroniseRigel Kent2020-01-103-17/+8
|
* Refactor my-subscribe-button to support full account subscriptionRigel Kent2020-01-104-5/+34
|
* Skip videos count on client if we don't use itChocobozzz2020-01-081-2/+4
|
* Fix upnext, refactor avatar menu, add to playlist overflowRigel Kent2019-12-201-1/+1
|
* Don't support images in account descriptionsChocobozzz2019-12-061-1/+1
|
* Handle HTML in account descriptionsChocobozzz2019-12-061-1/+1
|
* Fix video rows overflowChocobozzz2019-08-222-3/+7
| | | | In discover and account channel videos pages
* Fix infinite scroll on big screensChocobozzz2019-08-022-2/+6
|
* Fix mute badge labelsChocobozzz2019-08-011-2/+2
|
* Fix broken playlist apiChocobozzz2019-08-012-2/+10
|
* Add show channel button in account pageChocobozzz2019-07-292-1/+9
|
* Add client hooksChocobozzz2019-07-242-3/+3
|
* Improve account username copy buttonChocobozzz2019-06-193-3/+19
|
* Feature/completeUsernameCopy (#1913)Nassim Bounouas2019-06-191-2/+5
| | | | | | | | | | * #1843 Copy icon added to account page to copy Username * #1843 Store an account name with the host forced and bind it to copy button * #1843 tslint correction * #1843 copy to clipboard replaced by ngx-clipboard
* Fix account channel overflowChocobozzz2019-06-113-2/+17
|
* Redirect to local route when getting peertube accountChocobozzz2019-06-071-0/+4
|
* More robust federationChocobozzz2019-05-311-0/+4
| | | | In particular when fetching pleroma outbox
* Remove unused actor uuid fieldChocobozzz2019-05-311-0/+2
|
* Group videos on chronological orderChocobozzz2019-05-311-1/+1
|
* Add ability to subscribe from the channel account pageChocobozzz2019-05-291-0/+2
|
* Improve account channel pageChocobozzz2019-05-296-49/+87
| | | | | | | Set it as the default route for account page. The main goal is to better differentiate the channel page from the account page. With the channel page set as default, I hope people will better understand they are in the account page, and that this account could have multiple channels.
* Fix component reuse on channel/account videosChocobozzz2019-05-131-6/+7
|
* Refactor video miniaturesChocobozzz2019-04-031-1/+0
|
* tslint updateChocobozzz2019-04-021-1/+0
|
* Restore videos list componentsChocobozzz2019-04-022-6/+7
|
* Lazy import some modulesChocobozzz2019-02-151-2/+2
|
* Try to fix Mac video uploadChocobozzz2019-01-241-2/+1
|
* Increase abuse length to 3000Chocobozzz2019-01-141-2/+2
| | | | And correctly handle new lines
* Refractor notification serviceChocobozzz2018-12-192-7/+6
| | | | Shorter name and use primeng component
* Add ability to mute a user/instance by server in clientChocobozzz2018-10-161-2/+4
|
* Add user/instance block by users in the clientChocobozzz2018-10-161-1/+6
|
* Add user moderation in the account pageChocobozzz2018-10-053-5/+60
|
* remove unused importsBO412018-09-221-2/+0
|
* add theming via css custom propertiesRigel Kent2018-09-041-1/+1
| | | | and a bonus dark color theme toggle
* Search video channel handle/uriChocobozzz2018-08-271-1/+1
|
* Add local user subscriptionsChocobozzz2018-08-271-1/+1
|
* Add ability to set a name to a channelChocobozzz2018-08-272-2/+2
|
* Fix account videos URL when scrollingChocobozzz2018-07-111-2/+2
|
* Handle markdown in account/video channel pagesChocobozzz2018-06-182-4/+10
|
* Add ability to schedule video publicationChocobozzz2018-06-151-0/+2
|
* Fix player resolution change that plays even if the video was pausedChocobozzz2018-06-071-2/+2
|
* Fix account/channel pages route subscriptionChocobozzz2018-06-074-14/+42
|