aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings/settings.vue
Commit message (Collapse)AuthorAge
* moved stuff from settings, cleaned up naming for tabs, added close and peekHenry Jameson2020-05-10
|
* Merge branch 'develop' into 'themes-accent'HJ2020-02-11
|\ | | | | | | # Conflicts: # src/components/emoji_reactions/emoji_reactions.vue
| * Emoji Reactions - fixes and improvementsShpuld Shpludson2020-02-11
| |
* | Merge remote-tracking branch 'upstream/develop' into themes-accentHenry Jameson2020-01-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (33 commits) add emoji reactions to changelog fix emoji reaction classes broken in develop review changes Fix password and email update remove unnecessary anonymous function Apply suggestion to src/services/api/api.service.js remove logs/commented code remove favs count from react button remove mock data change emoji reactions to use new format Added polyfills for EventTarget (needed for Safari) and CustomEvent (needed for IE) Fix missing TWKN when logged in, but server is set to private mode. Fix follower request fetching Add domain mutes to changelog Implement domain mutes v2 change changelog to reflect actual release history of frontend Fix #750 , fix error messages and captcha resetting Optimize Notifications Rendering update CHANGELOG Use last seen notif instead of first unseen notif for sinceId ...
| * Merge branch 'develop' into 'fix-move-type-notification'HJ2020-01-03
| |\ | | | | | | | | | # Conflicts: # static/fontello.json
| * | Add view for moves notificationskPherox2019-12-11
| | |
* | | eslintHenry Jameson2020-01-12
| |/ |/|
* | Option to enable streamingHenry Jameson2019-12-10
|/
* Made it optionalHenry Jameson2019-11-14
|
* Replaced most trivial checkboxes with Checkbox componentHenry Jameson2019-10-07
|
* fixed default values for multi-choice configurations, should also fix warningsHenry Jameson2019-09-30
|
* Removed all whole mess of manual watch/data declaration, now fully automaticHenry Jameson2019-09-29
|
* split spam mode into two separate options (one in settings page)Henry Jameson2019-09-23
|
* eslint --fix --ext .js,.vue srcHenry Jameson2019-07-05
|
* Feature/polls attempt 2lain2019-06-18
|
* Removed formattingOptionsEnabled in favor of relying on BE-provided list ofHenry Jameson2019-06-16
| | | | accepted formatting options
* moved setting styles into common to avoid bug with shared stylesHenry Jameson2019-05-19
|
* Make floating post button configurableeugenijm2019-04-29
|
* Merge branch '500' into 'develop'Shpuld Shpludson2019-04-22
|\ | | | | | | | | | | | | Set max-width of textarea in settings page Closes #500 See merge request pleroma/pleroma-fe!761
| * set max-width of textarea in settings pagetaehoon2019-04-21
| |
* | Remove space in the timeline setting copytaehoon2019-04-21
|/
* Merge remote-tracking branch 'upstream/develop' into minimal-scopes-modeHenry Jameson2019-03-30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (173 commits) Fix: Change condition fix typo update store according to retweeted status #433 - update sort by for conversation display replies_count right after reply icon expose replies_count from mastodon api Apparently, MastoAPI gives status in ancestors if you try opening a repeat... make side drawer use gesture service and fix its animations review/remove error hiding errata review #433 - sort conversation for retweets and clean up Revert "Merge branch 'revert-987b5162' into 'develop'" Revert "Merge branch 'mastoapi/friends-tl' into 'develop'" Add await to login action' Remove console log Fix warnings in user profile routing Add tests for gesture service, fix bug with perpendicular directions #255 - clean up autocomplete form #255 - clean up user settings page with self-closing html tags ...
| * Add hideMutedPosts setting and wire up to post-returning endpointstaehoon2019-03-21
| |
| * Version links to BE/FEEdijs2019-03-10
| |
| * Added new tab to display versions of BE/FEEdijs2019-03-10
| |
| * Merge content types translationsEdijs2019-03-06
| |
| * Load post status content type from instance configEdijs2019-03-04
| |
* | Initial work on deprecating scopeModesEnabled in favor of minimalScopeModeHenry Jameson2019-03-03
|/
* #410: disable checkbox when parent is disableddave2019-02-28
|
* Fix #399 Make max attachments configurableShpuld Shpludson2019-02-27
|
* Merge branch '256-avatar-crop-popup' into 'develop'Shpuld Shpludson2019-02-19
|\ | | | | | | | | | | | | Add avatar cropper Closes #256 See merge request pleroma/pleroma-fe!547
| * Add avatar crop popuptaehoon2019-02-15
| |
* | Rename: instanceSpecificPanelPresentEdijs2019-02-17
| |
* | Hide isp option if instance has panel disabledEdijs2019-02-17
|/
* Merge branch 'fix/add-option-to-hide-filtered-statues' into 'develop'Shpuld Shpludson2019-02-09
|\ | | | | | | | | #254 Add option to hide filtered statuses See merge request pleroma/pleroma-fe!539
| * Add option to hide filtered statusesjasper2019-02-06
| |
* | #301 - add an option for default formattingXiaofeng An2019-02-06
|/
* Change video playing default without bothering making it an instance ↵shpuld2019-01-31
| | | | configurable
* Redo everything in the MRshpuld2019-01-26
|
* Polish for videos, smaller sizes, remove gif-looping optionsshpuld2019-01-20
|
* more damage controlHenry Jameson2018-12-14
|
* Merge commit 'e443716bcd616ad61efae161624dd970841a935c' into ↵Egor Kislitsyn2018-12-13
|\ | | | | | | | | | | | | | | | | | | feature/push-subscriptions # Conflicts: # src/i18n/en.json # src/modules/interface.js # src/modules/users.js # yarn.lock
| * added PR commentsValD2018-12-12
| |
| * renamed config to preload images and add ident to configValD2018-12-12
| |
| * added config for preload and made attachment responsive to itValD2018-12-12
| |
| * Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-12-11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Fix color fallback order Use console.warn instead of console.log Get rid of mutation_types file, use inline approach. Minor fixes Add fallback color rule. Change english validation error messages Clean up the code Validate name presence on client-side as well Better styling for client-side validation. Add I18n for validation errors. Fix broken ToS link. Fix linter errors Add client validation for registration form Use Array.reduce instead of lodash.reduce Humanize validation errors returned on registration Added user option to hide instance-specific panel, rearranged config screen to better categorize it / adjustments to language selector fix
| | * Added user option to hide instance-specific panel, rearranged config screen toHenry Jameson2018-12-05
| | | | | | | | | | | | better categorize it / adjustments to language selector
| * | Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-12-05
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Fix iOS Safari from making videos play fullscreen by default added PR comments resolved the lint used the deleted data param as condition in status template Switch to "timeline" when pressing user-settings Added user setting tooltip made links in user bio always open in new tabs addressed PR comments added tooltip Add userId property to timelines so that we don't overwrite user timeline meant for another user Added option to auto-hide subject field when it's empty. removes hacks from notifications storage, adds api call to let server update is_seen attribute fixes vimium not giving retweet button a hint Do not use underscore at the beginning of the method Logout user on password change Route user to the correct profile URL Typo Fix filetype detection Switch to settings when touching settings Switch to timeline on nav panel actions
| * | Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-11-26
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (60 commits) whoops whoops DM timeline: stream new statuses update-japanese-translation Add actual user search. incorporate most translation changes from MR 368 update french translation Always show dm panel. Add direct message tab. api service url remove deploy stage remove deploy stage updated and completed German translation On logout switch to public timeline. minor modification of Chinese translation update Chinese translation Add Chinese language Fix posting. Put oauth text into description. Display OAuth login on login form button. ...
| * | | reset buttons, better disabled for shadowsHenry Jameson2018-11-23
| | | |