aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+3
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Add to playlist dropdownChocobozzz2019-03-181-1/+1
|
* Video abuse notification is not only for local videosChocobozzz2019-02-201-1/+1
|
* Correctly scroll in notification preferencesChocobozzz2019-01-091-4/+2
|
* Add notifications in the clientChocobozzz2019-01-095-1/+148
|
* Refractor notification serviceChocobozzz2018-12-195-19/+18
| | | | Shorter name and use primeng component
* Fix checkbox marginsChocobozzz2018-11-191-8/+12
|
* Fix webtorrent disablingChocobozzz2018-10-171-11/+0
|
* move to boolean switchRigel Kent2018-10-132-8/+12
|
* add webtorrent opt-out settingsRigel Kent2018-10-132-0/+16
| | | | | - add a key in localstorage to remember the opt-out - add a user setting
* Fix some i18n tagsChocobozzz2018-09-281-2/+2
|
* Check current password on server sideChocobozzz2018-09-262-24/+19
|
* fix lint errorsBO412018-09-261-4/+4
|
* check old password before changeBO412018-09-263-3/+35
|
* remove unused importsBO412018-09-221-2/+0
|
* Clean up change password validationChocobozzz2018-09-052-27/+16
|
* Making password change erroring more friendlyJorropo2018-09-042-9/+24
| | | | | | If you leave the form but the 2 password is different a big red boxappears to warn you (no need to click on the button).The submit buttonis desactivated if the 2 password isn't the same.
* Add ability to delete our accountChocobozzz2018-08-085-0/+66
|
* Improve frontend accessibilityChocobozzz2018-07-172-12/+4
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Client: Add ability to update video channel avatarChocobozzz2018-06-293-86/+2
|
* Fix images size limitChocobozzz2018-06-221-1/+5
|
* Remove uneeded rxjs-compatChocobozzz2018-06-182-2/+2
|
* Fix autoplay setting in my accountChocobozzz2018-06-111-1/+1
|
* Add form validator translationsChocobozzz2018-06-054-21/+32
|
* Form validators refractoringChocobozzz2018-06-055-61/+41
|
* Add i18n attributesChocobozzz2018-06-058-33/+44
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-1/+1
|
* Load my-account module lazilyChocobozzz2018-05-0915-0/+490