| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | grouped settings/managed drafts support added | Henry Jameson | 2023-03-22 |
| | | |||
| * | fixes for diabled state, tri-state boolean and access control | Henry Jameson | 2023-03-22 |
| | | |||
| * | made draft-mode and source inject-able | Henry Jameson | 2023-03-21 |
| | | |||
| * | fixes | Henry Jameson | 2023-03-21 |
| | | |||
| * | ChoiceSetting support added, added captcha settings | Henry Jameson | 2023-03-20 |
| | | |||
| * | Merge remote-tracking branch 'origin/develop' into improve_settings_reusability | Henry Jameson | 2023-03-20 |
| |\ | | | | | | | | | | | | | | | | | | | * origin/develop: Translated using Weblate (Chinese (Simplified)) Generalize IntegerSetting into NumberSetting, add Integer/Float wrappers Allow custom emoji reactions: add option to scale reaction buttons Fix user-profile route crash on pinned favorites route Hide custom emoji in reaction picker when BE does not advertise pleroma_custom_emoji_reactions Allow custom emoji reactions | ||
| | * | Generalize IntegerSetting into NumberSetting, add Integer/Float wrappers | Alexander Tumin | 2023-03-18 |
| | | | |||
| * | | limits tab, backend descriptions | Henry Jameson | 2023-03-19 |
| | | | |||
| * | | lint | Henry Jameson | 2023-03-17 |
| | | | |||
| * | | setting admin settings works now. also now we have draftable settings | Henry Jameson | 2023-03-16 |
| | | | |||
| * | | initial admin settings prototype (WIP) | Henry Jameson | 2023-03-14 |
| | | | |||
| * | | fixes for stuff i missed | Henry Jameson | 2023-03-12 |
| | | | |||
| * | | minimize the rest of the sharedcomputedobject | Henry Jameson | 2023-03-12 |
| | | | |||
| * | | move websocket connection logic into module | Henry Jameson | 2023-03-12 |
| | | | |||
| * | | serverSideConfig renamed into profileSettingConfig to avoid confusion | Henry Jameson | 2023-03-12 |
| |/ | | | | | | with serverSideStorage, reduced overall need for SharedComputedObject in settings tabs, moved copypaste code of "setting" type of helpers into a separate file. | ||
| * | Use class to style screenreader-only text | tusooa | 2023-02-09 |
| | | |||
| * | Use stylelint | tusooa | 2023-01-09 |
| | | |||
| * | fix nested properties watcher being triggered far too often | Henry Jameson | 2022-12-21 |
| | | |||
| * | Allow column width configuration | Alexander Tumin | 2022-08-11 |
| | | | | | | Group column configuration in settings Column width configuration: do not act on defaults | ||
| * | --fix | Henry Jameson | 2022-07-31 |
| | | |||
| * | fix settings tooltips | Henry Jameson | 2022-07-30 |
| | | |||
| * | lint + fixes for registration | Henry Jameson | 2022-03-29 |
| | | |||
| * | Revert "lint" | Henry Jameson | 2022-03-29 |
| | | | | | This reverts commit f20ae34400b35c230d3e7824f98d9b3f4e977f82. | ||
| * | lint | Henry Jameson | 2022-03-29 |
| | | |||
| * | fix misc warnings | Henry Jameson | 2022-03-29 |
| | | |||
| * | fix checkboxes, specifically the NSFW one | Henry Jameson | 2022-03-24 |
| | | |||
| * | fix i18n at places | Henry Jameson | 2022-03-23 |
| | | |||
| * | fix all the spacings i could find | Henry Jameson | 2022-03-23 |
| | | |||
| * | fix selects in settings screen | Henry Jameson | 2022-03-22 |
| | | |||
| * | lint | Henry Jameson | 2022-03-14 |
| | | |||
| * | Merge remote-tracking branch 'origin/develop' into ↵ | Henry Jameson | 2022-03-14 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expert-settings-and-serverside * origin/develop: (83 commits) Make media modal buttons larger Add English translation for hide tooltip Add hide button to media modal Lint Prevent hiding media viewer if swiped over SwipeClick Fix webkit image blurs Fix video in media modal not displaying properly Add changelog for https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1403 Remove image box-shadow in media modal Clean up debug code for image pinch zoom Bump @kazvmoe-infra/pinch-zoom-element to 1.2.0 on npm Bump pinch-zoom-element version Clean up Check whether we swiped only for mouse pointer Scale swipe threshold with viewport width Update pinch-zoom-element Allow pinch-zoom to fill the whole screen Use native click for hiding overlay Reset position on swipe end even if we cannot navigate Make lint happy ... | ||
| | * | Fix "max depth in thread" setting | Tusooa Zhu | 2022-03-07 |
| | | | |||
| * | | lint | Henry Jameson | 2022-02-28 |
| | | | |||
| * | | fix errors in choicesetting | Henry Jameson | 2022-02-28 |
| | | | |||
| * | | fix firefox rendering (??????????) | Henry Jameson | 2022-02-28 |
| | | | |||
| * | | expert settings toggle + server-side settings | Henry Jameson | 2022-02-22 |
| |/ | |||
| * | Merge branch 'fix-settings-anon' into 'develop' | Shpuld Shpludson | 2021-07-19 |
| |\ | | | | | | | | | Fix Boolean/Choice settings not working properly on initial launch See merge request pleroma/pleroma-fe!1389 | ||
| | * | better approach | Henry Jameson | 2021-05-31 |
| | | | |||
| | * | fix BooleanSetting and ChoiceSetting not working properly on initial | Henry Jameson | 2021-05-31 |
| | | | | | | | | | launch as anon visitor (would show all as changed, empty selects) | ||
| * | | Merge branch 'v-slot-upgrade' into 'develop' | HJ | 2021-05-31 |
| |\ \ | |/ |/| | | | | | Change old slot syntax (removed in vue3) to new one See merge request pleroma/pleroma-fe!1379 | ||
| | * | migrate to v-slot | Henry Jameson | 2021-04-07 |
| | | | |||
| * | | lost file | Henry Jameson | 2021-04-07 |
| | | | |||
| * | | Cleanup boolean/choice setting | Henry Jameson | 2021-03-11 |
| | | | |||
| * | | implement ChoiceSetting for settings modal similar to BooleanSetting | Henry Jameson | 2021-03-11 |
| |/ | |||
| * | fix vue warnings | Shpuld Shpuldson | 2021-02-25 |
| | | |||
| * | update branch with recent develop changes (FA, added settings) | Henry Jameson | 2021-02-01 |
| | | |||
| * | proper modified icon + popup | Henry Jameson | 2020-10-17 |
| | | |||
| * | Initial work on highlighting changed settings. Some refactoring to | Henry Jameson | 2020-10-01 |
| | | | | | simplify addition of new settings | ||
| * | move helpers out of tabs directory | Henry Jameson | 2020-06-07 |
