aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings/settings.vue
Commit message (Collapse)AuthorAge
* 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
| | | |
| * | | Some themeing is working!!Henry Jameson2018-10-07
| | | |
| * | | something works without exploding and i'm tired alreadyHenry Jameson2018-10-02
| | | |
* | | | add checkbox to disable web pushEgor Kislitsyn2018-12-13
| |_|/ |/| |
* | | Added option to auto-hide subject field when it's empty.Henry Jameson2018-12-03
| |/ |/|
* | Merge remote-tracking branch 'upstream/develop' into feature/scope_preferencesHenry Jameson2018-11-26
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (36 commits) remove deploy stage remove deploy stage updated and completed German translation minor modification of Chinese translation update Chinese translation Add Chinese language Fix posting. Count spoiler text in the character count. Fixes #135. Added Irish (Gaeilge) Language Copy-Paste too fast from the Catalan file apparently. Now it's in good Occitan. simplify code adapt to destructive change of api Adds Occitan locale Updated italian translation Update oc.json Update oc.json Update of the oc.json file Actualizacion del fichièr oc.json Sort messages object by language code so that it's easier from the UI to browse them. explicitly set collapseMessageWithSubject to undefined Fall back to instance settings consistently ...
| * | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵scarlett2018-10-16
| |\| | | | | | | | | | hide-statistics
| * | Add option for hiding post statistics (e.g. repeats, favs)scarlett2018-09-04
| | |
| * | Add option for disabling counts (followers, statuses) in user profiles.scarlett2018-09-04
| | |
* | | now it actually worksHenry Jameson2018-09-25
| | |
* | | settings for scope/subjectHenry Jameson2018-09-25
| |/ |/|
* | small thing to display instance-provided defaultHenry Jameson2018-09-20
| |
* | translationsHenry Jameson2018-09-17
| |
* | more refactoringHenry Jameson2018-09-17
| |
* | some recategorization of options...Henry Jameson2018-09-17
| |
* | Initial versionHenry Jameson2018-09-17
|/
* fixHenry Jameson2018-08-30
|
* Added ability to hide certain types of notificationsHenry Jameson2018-08-28
|
* fixup! Separated tab-switcher into a reusable component. This depends on JSX ↵Henry Jameson2018-08-28
| | | | addition
* moved replies filtering to "filter" category in settings, made it more ↵Henry Jameson2018-08-28
| | | | consistent
* settings page updateHenry Jameson2018-08-28
|
* tabs for settingsHenry Jameson2018-08-28
|
* Make interface language configurable from settingsEkaterina Vaartis2018-08-25
| | | | | | | | | | The locale can now be configured in settings and is stored in Vuex. The changes are applied immidiately after selection. The list of languages is taken from the messages file, which contains all the available locales (and a new value, `interfaceLanguage`, to control the translation of this option in the options menu) Closes #36
* Add settings for changing the visibility of replies in the timeline.scarlett2018-08-24
|
* Revert "Unify button styles and use min-width"William Pitcock2018-08-20
| | | | This reverts commit 8f7919388391742671ef0398e017383d7f0b2bc5.
* Rename expandCW to collapseMessageWithSubject.ensra2018-08-20
| | | | Add option to config.json, disabled by default.
* Add support for configurable CW clickthrough.ensra2018-08-20
|
* Merge branch 'feature/theme-export-import' into 'develop'kaniini2018-08-20
|\ | | | | | | | | | | | | Theme import & export Closes #119 See merge request pleroma/pleroma-fe!290
| * Unify button styles and use min-widthOle Bertram2018-07-04
| | | | | | | | | | | | | | This seemed to be the same across multiple components anyway. Switched to min-width to allow for buttons with longer text, e.g. from other languages.
* | Configurable video looping, option to not to loop silent videos. UpdatedHenry Jameson2018-08-15
| | | | | | | | localization strings.
* | Made pausing TL updating configurable. Added styles for disabled checkboxes.Henry Jameson2018-08-13
|/ | | | | Shuffled settings a bit b/c all the settings are in "Attachments" section depsite the fact not all of them are attachments-related.
* Visually separate the settings itemsUser2018-05-29
|
* Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, ↵shpuld2018-04-11
| | | | status fadein.
* indentsHenry Jameson2018-04-07
|
* border-radii moved to variables, made rgbo colors use theme data, customizableHenry Jameson2018-04-07
| | | | from settings screen.
* cleanup. added fallback mechanism for IE11 and unsupported browsers.Henry Jameson2018-04-07
|
* getting rid of baseXX, some small fixes. Seems to be usable.Henry Jameson2018-04-07
|
* after nine years of development, hopefully, it has been worth the weightHenry Jameson2018-03-12
|
* Move custom theming from settings to style-switcher, remove usage of custom ↵shpuld2017-11-17
| | | | .css files, use styles.json instead.
* Update theme editor to have 4 colors, rewrite the color setter, change a LOT ↵shpuld2017-11-17
| | | | of base16 assignments for better consistency.
* First version with naive color extrapolation.shpuld2017-11-14
|