aboutsummaryrefslogtreecommitdiff
path: root/src/modules/config.js
Commit message (Collapse)AuthorAge
* Messages: Load languages asynchronously.lain2020-06-08
| | | | Reduces the size of the initial app bundle by about half.
* moved multiChoiceProperties where it fits betterHenry Jameson2020-05-26
|
* Add support for follow request notificationseugenijm2020-04-30
|
* fix trasparency problems in some cases (purple headers)Henry Jameson2020-03-04
|
* 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
| | |
* | | massively improved initial theme loading code, added checks and warnings whenHenry Jameson2020-01-22
| |/ |/| | | | | loading theme files (import/localStorage/defaults)
* | Option to enable streamingHenry Jameson2019-12-10
|/
* Made it optionalHenry Jameson2019-11-14
|
* add hideISP to defaultState of config moduletaehoon2019-11-10
|
* Removed all whole mess of manual watch/data declaration, now fully automaticHenry Jameson2019-09-29
|
* created mergedConfig getter to avoid obnoxious checks for undefined everywhereHenry Jameson2019-09-29
|
* split spam mode into two separate options (one in settings page)Henry Jameson2019-09-23
|
* npm eslint --fix .Henry Jameson2019-07-05
|
* Merge branch 'mobile-scope' into 'develop'HJ2019-05-09
|\ | | | | | | | | | | | | Display additional scope description above the status form for mobile users. Closes #505 See merge request pleroma/pleroma-fe!767
| * Move scope visibility notice to the status form, make it dismissibleeugenijm2019-05-07
| |
* | Make floating post button configurableeugenijm2019-04-29
|/
* 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
| |
* | Initial work on deprecating scopeModesEnabled in favor of minimalScopeModeHenry Jameson2019-03-03
|/
* Fix #399 Make max attachments configurableShpuld Shpludson2019-02-27
|
* fixing conflictsjasper2019-02-08
|
* Fxing conflictsjasper2019-02-08
|\
| * #301 - add an option for default formattingXiaofeng An2019-02-06
| |
* | Fix showFeaturesPanel option as instancejasper2019-02-08
|/
* Add option to hide features paneldev923412019-02-05
|
* default webPush to false, because having it at true leads to some problems withHenry Jameson2018-12-20
| | | | local dev mode. Instances can re-enable it, and BE can default it to true in config.exs
* 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
| * renamed config to preload images and add ident to configValD2018-12-12
| |
| * added config for preload and made attachment responsive to itValD2018-12-12
| |
| * separated preview and exported from style_switcherHenry Jameson2018-12-11
| |
| * 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. ...
| * | | cleanup and optimizationHenry Jameson2018-11-19
| | | |
* | | | Add configuration to enable/disable web push notificationsEgor Kislitsyn2018-12-07
| |_|/ |/| |
* | | Added option to auto-hide subject field when it's empty.Henry Jameson2018-12-03
| |/ |/|
* | settings for scope/subjectHenry Jameson2018-09-25
|/
* some recategorization of options...Henry Jameson2018-09-17
|
* Initial versionHenry Jameson2018-09-17
|
* Added ability to hide certain types of notificationsHenry 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
|
* Rename expandCW to collapseMessageWithSubject.ensra2018-08-20
| | | | Add option to config.json, disabled by default.
* Add support for configurable CW clickthrough.ensra2018-08-20
|
* Revert "storing entire config instead of each separate thing of it, so that ↵Henry Jameson2018-08-18
| | | | | | | | future" This reverts commit 18117c3bfa4cae9542e49222aad058aa52929f18. b/c something else uses same field but i want to fix that in another MR
* Configurable video looping, option to not to loop silent videos. UpdatedHenry Jameson2018-08-15
| | | | localization strings.
* cleanup, fixed self-highlighting in notifications, fixed incorrect hex code ↵Henry Jameson2018-08-05
| | | | handling