aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused interface section for interface languageRigel Kent2020-04-111-13/+0
|
* Improve admin tables row expandChocobozzz2020-04-081-2/+2
|
* Fix sort in admin tablesChocobozzz2020-04-084-2/+17
|
* Cleanup menu footer linksChocobozzz2020-04-081-0/+14
|
* Put box-shadow for input focus in variables, apply form-control to p-multiselectRigel Kent2020-04-033-7/+7
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-028-18/+20
|
* Lazy-load video-channelsRigel Kent2020-03-314-36/+68
|
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-312-7/+23
|
* Put channel stats behind withStats flagRigel Kent2020-03-311-9/+7
|
* View stats for channelsRigel Kent2020-03-314-8/+95
|
* Align layout for create/edit video-playlists (my-account) on create/edit ↵Rigel Kent2020-03-283-56/+96
| | | | user (admin)
* Align layout for create video-channel (my-account) on create user (admin)Rigel Kent2020-03-282-22/+40
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-272-7/+8
|
* Describe user video settings checkboxes, put emphasis on p2pRigel Kent2020-03-234-10/+23
| | | | | Also improve more info links about p2p and privacy in PeerTube, present in the privacy concern notice and in the video settings.
* Replace p-progressbar and bootstrap progressbar with pure CSS altRigel Kent2020-03-135-5/+18
|
* Fix margins/widths with top-menu and main-col on small screensRigel Kent2020-03-135-6/+15
|
* Normalize create buttonsRigel Kent2020-03-133-3/+3
|
* More modern avatar upload, quota represented with progress barsRigel Kent2020-03-135-27/+56
|
* hide RSS for comments, normalize video-channel edit with account editRigel Kent2020-03-123-55/+91
|
* Properly scroll to anchors in links, especially in admin configRigel Kent2020-03-112-2/+9
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-1010-38/+107
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-287-34/+84
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Mark additional strings as translatable (#2507)Filip Bengtsson2020-02-211-1/+1
|
* Media queries to use variables when possibleRigel Kent2020-02-132-2/+2
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-132-2/+2
|
* Strict templates enabledChocobozzz2020-02-101-1/+1
|
* Fix angular 9 buildChocobozzz2020-02-104-4/+4
|
* Update to angular 9Chocobozzz2020-02-101-1/+1
|
* Cleanup some client FIXMEChocobozzz2020-01-291-1/+1
|
* Center search fields (my videos/playlists)Chocobozzz2020-01-214-8/+9
|
* Add action dropdown descriptionsRigel Kent2020-01-211-1/+1
|
* Accessibility fixes for #2149Rigel Kent2020-01-212-4/+4
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-213-0/+11
| | | | | | * Add manage buttons for own channels and account, video counts * Change manage button color and introduce secondary color
* Refactor my-subscribe-button to support full account subscriptionRigel Kent2020-01-101-1/+1
|
* Improve miniature & buttons display in my-account-videos listRigel Kent2020-01-071-0/+22
|
* Fix mark all as read notificationsChocobozzz2020-01-062-7/+13
|
* Fix my-account{videos,video-playlists} loading mecanismRigel Kent2019-12-291-3/+3
|
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-286-7/+60
|
* improve notification popup interactivity: read all, layout, positionRigel Kent2019-12-192-3/+10
| | | | fixes #1730
* Lazy load static objectsChocobozzz2019-12-189-53/+86
|
* Fix enable history labelChocobozzz2019-12-061-1/+1
|
* Clearer video quota label in user settingsChocobozzz2019-12-043-2/+28
|
* Add ability to disable P2P in HLS player tooChocobozzz2019-11-291-1/+1
|
* Improve video languages user settings labelChocobozzz2019-11-291-2/+2
|
* Fix overflow when creating a channelChocobozzz2019-11-271-2/+2
|
* Add a drag&drop delay on playlist videos to allow user scroll on small ↵Julien Maulny2019-10-232-1/+20
| | | | | | | | | | | | | | | | screens (#2154) * Add delay on playlist element reordering to fix user scroll on mobile Signed-off-by: Julien Maulny <julien.maulny@protonmail.com> * Upgrade @angular/cdk to include bugfix about drag&drop Signed-off-by: Julien Maulny <julien.maulny@protonmail.com> * add delay on playlist drag&drop on all touch screens Signed-off-by: Julien Maulny <julien.maulny@protonmail.com>
* Add auto play next video migrationChocobozzz2019-09-241-0/+2
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-242-0/+9
| | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Add about information in registration pageChocobozzz2019-09-051-7/+12
|