| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Merge branch 'admin-dashboard-fixes' into 'develop' | HJ | 2023-11-27 |
| | | | | | | | | | | | | | | | | | | | Fixes and minor improvements for admin dashboard See merge request pleroma/pleroma-fe!1863 (cherry picked from commit d21e3d5de28afc1725e256370326f5c119d7a736) f354cef0 fix no feedback and no dropdown close for actions in frontends tab, c99390e8 make notices appear above admin dash modal b6a4b620 add better indication that stuff is happening ce109c38 add favicon setting and add compact layout for AttachmentSetting bf49aeb7 changelog d9ea160a account for if there's no primary frontend setup 75eea5f2 Merge remote-tracking branch 'origin/develop' into admin-dashboard-fixes a190ef2c fix crash added in this MR 1037a3bb remove the WIP tip since pleroma!3862 is in stable b707a14b make sure generated meta goes below FE-provided favicon so that BE's one | ||
| * | Merge branch 'fix-oauth2-token-linger' into 'develop' | tusooa | 2023-08-26 |
| |\ | | | | | | | | | Fix OAuth2 token lingering after revocation See merge request pleroma/pleroma-fe!1852 | ||
| | * | Fix OAuth2 token lingering after revocation | Alexander Tumin | 2023-08-20 |
| | | | |||
| * | | Merge branch 'tusooa/quote' into 'develop' | tusooa | 2023-08-19 |
| |\ \ | |/ |/| | | | | | Quote See merge request pleroma/pleroma-fe!1846 | ||
| | * | Do not show quote options for servers without quote support | tusooa | 2023-07-17 |
| | | | |||
| | * | Implement showing quotes | tusooa | 2023-07-13 |
| | | | |||
| * | | Fix a bug where mentioning a user twice will not fill the mention into the ↵ | tusooa | 2023-07-24 |
| |/ | | | | textarea | ||
| * | Fix openSettingsModalTab | tusooa | 2023-06-13 |
| | | |||
| * | Fix react button not working if reaction accounts are not loaded | tusooa | 2023-06-09 |
| | | |||
| * | Merge remote-tracking branch 'origin/develop' into improve_settings_reusability | Henry Jameson | 2023-04-12 |
| |\ | |||
| | * | Merge branch 'tusooa/chat-user' into 'develop' | HJ | 2023-04-11 |
| | |\ | | | | | | | | | | | | | Populate user card on receiving chats See merge request pleroma/pleroma-fe!1766 | ||
| | | * | Populate user card on receiving chats | tusooa | 2023-01-17 |
| | | | | |||
| | * | | Merge branch 'tusooa/1244-report-delete-fail' into 'develop' | HJ | 2023-04-11 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Display delete status errors Closes #1244 See merge request pleroma/pleroma-fe!1769 | ||
| | | * | | Display delete status errors | tusooa | 2023-01-20 |
| | | |/ | |||
| | * | | Merge branch 'tusooa/blocklist-loadmore' into 'develop' | HJ | 2023-04-11 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Make block & mute lists able to load more Closes #1150, #1071, #1226, and #1041 See merge request pleroma/pleroma-fe!1790 | ||
| | | * | | Make block & mute lists able to load more | tusooa | 2023-02-21 |
| | | | | | |||
| * | | | | frontends tab initial implementation, now you can (re)install frontends! yay! | Henry Jameson | 2023-03-29 |
| | | | | | |||
| * | | | | fix | Henry Jameson | 2023-03-27 |
| | | | | | |||
| * | | | | handle db config disabled case | Henry Jameson | 2023-03-27 |
| | | | | | |||
| * | | | | added mass-draft-push and mass-draft-reset, small stylistic fixes | Henry Jameson | 2023-03-22 |
| | | | | | |||
| * | | | | grouped settings/managed drafts support added | Henry Jameson | 2023-03-22 |
| | | | | | |||
| * | | | | 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 | ||
| | * | | | Allow custom emoji reactions: add option to scale reaction buttons | Alexander Tumin | 2023-03-17 |
| | | | | | |||
| | * | | | Hide custom emoji in reaction picker when BE does not advertise ↵ | Alexander Tumin | 2023-03-17 |
| | | | | | | | | | | | | | | | | | pleroma_custom_emoji_reactions | ||
| * | | | | limits tab, backend descriptions | Henry Jameson | 2023-03-19 |
| | | | | | |||
| * | | | | 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 |
| | | | | | |||
| * | | | | initial implementation of an admin settings module | Henry Jameson | 2023-03-13 |
| | | | | | |||
| * | | | | 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. | ||
| * / / | Make it possible to auto-select the first candidate in autocomplete | tusooa | 2023-02-20 |
| |/ / | |||
| * | | Merge branch 'birthdays' into 'develop' | HJ | 2023-01-25 |
| |\ \ | | | | | | | | | | | | | Birthdays See merge request pleroma/pleroma-fe!1432 | ||
| | * | | Add birthday to registration form | tusooa | 2023-01-22 |
| | |/ | |||
| * | | Merge branch 'from/develop/tusooa/confirm-dialogs' into 'develop' | HJ | 2023-01-25 |
| |\ \ | | | | | | | | | | | | | Confirmation dialogs See merge request pleroma/pleroma-fe!1431 | ||
| | * | | Add remove follower confirmation | Tusooa Zhu | 2023-01-22 |
| | | | | |||
| | * | | Add confirm dialogs for accept & deny follow requests | Tusooa Zhu | 2023-01-20 |
| | | | | |||
| | * | | Add timed-mute functionality | Tusooa Zhu | 2023-01-20 |
| | | | | |||
| | * | | Add delete status confirm modal | Tusooa Zhu | 2023-01-20 |
| | |/ | |||
| * | | Merge branch 'from/develop/tusooa/multi-iface-lang' into 'develop' | HJ | 2023-01-25 |
| |\ \ | |/ |/| | | | | | Multiple interface languages support See merge request pleroma/pleroma-fe!1568 | ||
| | * | Optimize UI | tusooa | 2022-12-23 |
| | | | |||
| | * | Add support for multiple interface languages | Tusooa Zhu | 2022-12-23 |
| | | | |||
| * | | Add status authors from search results to store | tusooa | 2023-01-15 |
| | | | |||
| * | | Merge branch 'tusooa/announcements-priv' into 'develop' | HJ | 2023-01-02 |
| |\ \ | | | | | | | | | | | | | Make announcements available to all with privileges See merge request pleroma/pleroma-fe!1716 | ||
| | * | | Make announcements available to all with privileges | tusooa | 2022-12-24 |
| | |/ | |||
| * / | Include unpacked emojis in emoji picker | tusooa | 2022-12-31 |
| |/ | |||
| * | Make API requests to edit note | Tusooa Zhu | 2022-12-21 |
| | | |||
| * | Merge branch 'from/develop/tusooa/announcements' into 'develop' | HJ | 2022-12-05 |
| |\ | | | | | | | | | Announcements See merge request pleroma/pleroma-fe!1466 | ||
| | * | Detect backend support for announcements | tusooa | 2022-11-24 |
| | | | |||
| | * | Improve readability in fetchAnnouncements() | Tusooa Zhu | 2022-11-24 |
| | | | |||
