aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_settings/user_settings.vue
Commit message (Collapse)AuthorAge
* Revert "Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop'"HJ2019-02-14
| | | This reverts merge request !551
* Merge branch 'fix/profile-banner-preview-width' into 'develop'Shpuld Shpludson2019-02-12
|\ | | | | | | | | #333 Fix max-width of profile banner in setting See merge request pleroma/pleroma-fe!560
| * Fix max-width of profile banner in settingjasper2019-02-11
| |
* | Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop'Shpuld Shpludson2019-02-12
|\ \ | |/ |/| | | | | #255 - implement autocomplete in non post forms See merge request pleroma/pleroma-fe!551
| * make name field auto-completeXiaofeng An2019-02-08
| |
| * make bio field auto-completeXiaofeng An2019-02-08
| |
* | Add quick css fix for user profile bg img previewjo2019-02-09
|/
* Allow to configure visibility for admin and moderator badgeseugenijm2019-02-06
|
* Rename "hide_following" to "hide_follows"Maxim Filippov2019-02-06
|
* Split hide_network into hide_followers & hide_followingsMaxim Filippov2019-02-06
|
* #316 - fix empty username issuedave2019-02-05
|
* Revert "Merge branch 'feature/split-hide-network' into 'develop'"Shpuld Shpludson2019-02-03
| | | This reverts merge request !497
* Add avatar size instruction noticetaehoon2019-02-02
|
* fix #209 make name field length as wide as the bio fieldJoshua Burch2019-02-01
|
* Fix media timeline attachments being small by adding an option to not render ↵shpuld2019-01-31
| | | | background tabs in tab switcher
* Split hide_network into hide_followers & hide_followingsMaxim Filippov2019-01-30
|
* Feature/bigger icons for mobile / #211Shpuld Shpludson2018-12-18
|
* oofHenry Jameson2018-12-14
|
* Merge branch 'feature/file-size-checking' into 'develop'HJ2018-12-13
|\ | | | | | | | | [pleroma#36] Add errors when file uploading fails See merge request pleroma/pleroma-fe!405
| * get rid of slotsrinpatch2018-12-13
| |
| * Refactor arrays to individual optionsRinpatch2018-12-13
| |
| * Moved upload errors in user_settings to an array. Moved upload error strings ↵Rinpatch2018-12-12
| | | | | | | | to its separate section in i18n
| * Avatar, background, banner filesize errorsRinpatch2018-12-11
| |
* | added hide_network option, fixed properties namingHenry Jameson2018-12-13
|/
* added tooltipValD2018-12-04
|
* add support for disabling rich text formattingWilliam Pitcock2018-09-22
|
* fixup! Separated tab-switcher into a reusable component. This depends on JSX ↵Henry Jameson2018-08-28
| | | | addition
* Separated tab-switcher into a reusable component. This depends on JSX additionHenry Jameson2018-08-27
|
* Merge upstreamFoxhkron2018-08-19
|
* allow default visibility scope to be configuredWilliam Pitcock2018-08-18
|
* Merge branch 'improve-settings-ui' into 'develop'lambda2018-06-12
|\ | | | | | | | | Improve user settings ui See merge request pleroma/pleroma-fe!273
| * Fix the height of file inputsUser2018-05-29
| |
| * Visually separate the settings itemsUser2018-05-29
| |
* | user settings: enable locking/unlocking an accountWilliam Pitcock2018-05-29
|/
* Added change password to user settingsSyldexia2018-05-21
|
* Merge branch 'develop' into Syldexia/pleroma-fe-feature/account-deletionRoger Braun2018-05-20
|\
| * Adds an option to export followsaka2018-05-13
| |
* | Added delete account section to user settingsSyldexia2018-05-13
|/
* indentsHenry Jameson2018-04-07
|
* border-radii moved to variables, made rgbo colors use theme data, customizableHenry Jameson2018-04-07
| | | | from settings screen.
* getting rid of baseXX, some small fixes. Seems to be usable.Henry Jameson2018-04-07
|
* Update vue version.Roger Braun2018-02-03
|
* Add follow import to user settings.eal2017-12-23
|
* Update icons to use base09 where appropriate, calculate base09 by averaging ↵shpuld2017-11-22
| | | | bg and text colors.
* Update theme editor to have 4 colors, rewrite the color setter, change a LOT ↵shpuld2017-11-17
| | | | of base16 assignments for better consistency.
* Prepare for i18n.Roger Braun2017-11-07
|
* Clean up to have much less redundant code.Shpuld Shpuldson2017-08-18
|
* Make linter happy.Shpuld Shpuldson2017-08-16
|
* Add new user-settings component/route, add options to change name, bio, ↵Shpuld Shpuldson2017-08-02
avatar, banner and bg. Add those options to api service and backend interactor service.