aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* Merge branch 'scrobbles-age' into 'develop'HJ2024-05-22
|\ | | | | | | | | Add setting to only show scrobbles newer than certain age. See merge request pleroma/pleroma-fe!1904
| * Merge branch 'develop' into 'scrobbles-age'HJ2024-04-28
| |\ | | | | | | | | | # Conflicts: # src/i18n/en.json
| * | scrobbles age settingHenry Jameson2024-03-25
| | |
* | | Merge branch 'quotes-count' into 'develop'HJ2024-05-22
|\ \ \ | | | | | | | | | | | | | | | | Display quotes count on posts and add quotes list page See merge request pleroma/pleroma-fe!1885
| * \ \ Merge branch 'develop' into 'quotes-count'marcin mikołajczak2024-01-14
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # src/services/api/api.service.js
| * | | | Display quotes count on posts and add quotes list pagemarcin mikołajczak2024-01-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | | | Merge branch 'themes3-cache' into 'develop'HJ2024-05-22
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | implement a simple caching system for themes 3 See merge request pleroma/pleroma-fe!1911
| * | | | implement a simple caching system for themes 3Henry Jameson2024-04-22
| | | | |
* | | | | Allow muting sensitive posts in public timelinesAlexander Tumin2024-04-24
|/ / / /
* | | / only show interface after theme has been appliedHenry Jameson2024-04-03
| |_|/ |/| |
* | | Merge branch 'tusooa/group-actor' into 'develop'tusooa2024-01-24
|\ \ \ | |_|/ |/| | | | | | | | Support group actors See merge request pleroma/pleroma-fe!1882
| * | Allow user to mark account as grouptusooa2023-12-27
| |/
* / Show a dedicated registration notice page when further action is required ↵tusooa2024-01-13
|/ | | | after registering
* Merge branch 'notifications-thru-sw' into 'develop'HJ2023-12-13
|\ | | | | | | | | Notifications improvements. See merge request pleroma/pleroma-fe!1873
| * cleanup stray console logsHenry Jameson2023-12-14
| |
| * add setting to always show push notificationsHenry Jameson2023-12-13
| |
| * rearrange notification visibility page a bit.Henry Jameson2023-11-19
| |
| * added some settings for notificationsHenry Jameson2023-11-19
| |
| * consistentcy and bugfixHenry Jameson2023-11-19
| |
| * use dispatch instead of commmit, fix bad copypastaHenry Jameson2023-11-16
| |
| * fix typoHenry Jameson2023-11-16
| |
| * remove deletion (sic) stuff since we do the .deleted stuff nowadaysHenry Jameson2023-11-16
| |
| * handle desktop notifications clicksHenry Jameson2023-11-16
| |
| * continue refactorHenry Jameson2023-11-16
| |
| * refactored notifications into their own module separate from statuses (WIP)Henry Jameson2023-11-16
| |
| * add options for marking single notification as readHenry Jameson2023-11-13
| |
| * Merge remote-tracking branch 'origin/develop' into notifications-thru-swHenry Jameson2023-11-13
| |\
| * | add initial structure for notification settingsHenry Jameson2023-11-09
| | |
| * | initial work on showing notifications through serviceworkersHenry Jameson2023-10-25
| | |
* | | Merge remote-tracking branch 'origin/develop' into admin-dashboard-fixesHenry Jameson2023-11-19
|\ \ \ | | |/ | |/|
| * | Display the latest scrobble under a user's nameNEETzsche2023-11-10
| | |
* | | fix no feedback and no dropdown close for actions in frontends tab,Henry Jameson2023-11-01
|/ / | | | | | | better default suggest
* | Merge branch 'tusooa/extra-notifications' into 'develop'HJ2023-10-31
|\ \ | |/ |/| | | | | Extra notifications See merge request pleroma/pleroma-fe!1853
| * Make extra notification display customizabletusooa2023-08-18
| |
* | Merge branch 'fix-oauth2-token-linger' into 'develop'tusooa2023-08-26
|\ \ | | | | | | | | | | | | Fix OAuth2 token lingering after revocation See merge request pleroma/pleroma-fe!1852
| * | Fix OAuth2 token lingering after revocationAlexander Tumin2023-08-20
| |/
* | Merge branch 'tusooa/quote' into 'develop'tusooa2023-08-19
|\ \ | |/ |/| | | | | Quote See merge request pleroma/pleroma-fe!1846
| * Do not show quote options for servers without quote supporttusooa2023-07-17
| |
| * Implement showing quotestusooa2023-07-13
| |
* | Fix a bug where mentioning a user twice will not fill the mention into the ↵tusooa2023-07-24
|/ | | | textarea
* Fix openSettingsModalTabtusooa2023-06-13
|
* Fix react button not working if reaction accounts are not loadedtusooa2023-06-09
|
* Merge remote-tracking branch 'origin/develop' into improve_settings_reusabilityHenry Jameson2023-04-12
|\
| * Merge branch 'tusooa/chat-user' into 'develop'HJ2023-04-11
| |\ | | | | | | | | | | | | Populate user card on receiving chats See merge request pleroma/pleroma-fe!1766
| | * Populate user card on receiving chatstusooa2023-01-17
| | |
| * | Merge branch 'tusooa/1244-report-delete-fail' into 'develop'HJ2023-04-11
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Display delete status errors Closes #1244 See merge request pleroma/pleroma-fe!1769
| | * | Display delete status errorstusooa2023-01-20
| | |/
| * | Merge branch 'tusooa/blocklist-loadmore' into 'develop'HJ2023-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 moretusooa2023-02-21
| | | |
* | | | frontends tab initial implementation, now you can (re)install frontends! yay!Henry Jameson2023-03-29
| | | |