aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings
Commit message (Collapse)AuthorAgeFilesLines
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-101-0/+2
| | | | | | | | | | | | | * Add anchors setting and handle offset with sub-meu * Use PeerTube scroll logic * Add anchor for top my-settings * Improve scroller with smooth behavior and css offset * Fix anchor position when using history navigation Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix testsChocobozzz2020-07-311-3/+3
|
* Add migrations for abuse messagesChocobozzz2020-07-311-1/+3
|
* Display user quota progress bars above upload form (#2981)Kim2020-07-243-72/+3
| | | | | | | | | | | | | | | | | * Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add migrationsChocobozzz2020-07-101-2/+2
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-1/+1
|
* fix video update button, add color to danger zoneRigel Kent2020-07-013-2/+6
|
* allow muting from the miniature optionsRigel Kent2020-06-281-3/+10
| | | | initial implementation with a listing refresh except on search results
* fix quota representation in profile settingsRigel Kent2020-06-282-4/+5
|
* Reorganize client shared modulesChocobozzz2020-06-2315-408/+23
|
* Fix scrolling with hash in urlChocobozzz2020-06-161-1/+7
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-7/+8
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* preserve original variable names server-sideRigel Kent2020-06-101-1/+1
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-3/+3
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Fix external auth email/password updateChocobozzz2020-05-202-2/+3
| | | | Also check if an actor does not already exist when creating the user
* Fix broken views on mobile and small screens (#2671)Kim2020-04-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix mobile CSS for my-account-settings * Fix mobile CSS for my-account-videos * Fix mobile CSS my-account-video-channels * Fix mobile CSS for my-account-playlists * Fix CSS mobile for user-subscriptions header * Fix CSS mobile my-account-video-channel-edit * Fix CSS mobile / small view for textarea * Fix margin-right my-delete-button on inside span * Fix CSS mobile on accounts page * Fix indent * Fix CSS mobile for my-account-notifications * Fix CSS mobile / small view my-account-videos * Fix search small-view channels * Use miniature width for title of video on mobile * Add dots to ellipsis multilines * Fix controls and title video width small views * Fix my-account-playlist small and mobile views * Fix channels header + account header mobile * Fix CSS mobile/small view for my-account/subscriptions * Fix align followers channel item * Center header elements user account page on mobile * Fix margins on a element and img * Fix margin img channel or video Co-Authored-By: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-131-0/+1
| | | | for index url
* Remove unused interface section for interface languageRigel Kent2020-04-111-13/+0
|
* 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-025-9/+9
|
* 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-133-2/+2
|
* Fix margins/widths with top-menu and main-col on small screensRigel Kent2020-03-133-5/+7
|
* More modern avatar upload, quota represented with progress barsRigel Kent2020-03-133-5/+17
|
* hide RSS for comments, normalize video-channel edit with account editRigel Kent2020-03-121-0/+1
|
* 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-109-37/+106
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-284-29/+81
| | | | | | | | | | | | | | * 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
* Strict templates enabledChocobozzz2020-02-101-1/+1
|
* Accessibility fixes for #2149Rigel Kent2020-01-212-4/+4
|
* Lazy load static objectsChocobozzz2019-12-184-31/+38
|
* 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
|
* 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
|
* Add more attributes to about pageChocobozzz2019-09-052-24/+25
|
* Implement auto follow in clientChocobozzz2019-09-041-2/+4
|
* WIP plugins: load theme on client sideChocobozzz2019-07-242-3/+7
|
* WIP plugins: add theme supportChocobozzz2019-07-246-2/+99
|
* Add language filters in user preferencesChocobozzz2019-06-193-14/+71
|
* Add class to email change formChocobozzz2019-06-122-2/+2
|
* Add ability to change email in clientChocobozzz2019-06-116-1/+138
|
* Improve registrationChocobozzz2019-06-071-1/+1
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Fix my account settings responsiveChocobozzz2019-04-111-0/+8
|
* Add new instance follower notification in clientChocobozzz2019-04-091-4/+4
|
* Add newInstanceFollower in notification settingsChocobozzz2019-04-091-2/+4
|