aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update dependency css-loader to v6.10.0Pleroma Renovate Bot2024-01-31
|
* Merge branch 'tusooa/group-actor' into 'develop'tusooa2024-01-24
|\ | | | | | | | | Support group actors See merge request pleroma/pleroma-fe!1882
| * Add changelog for group actorstusooa2023-12-27
| |
| * Use actor type to determine whether a user is a bottusooa2023-12-27
| |
| * Implement indicator for groupstusooa2023-12-27
| |
| * Make user card group-awaretusooa2023-12-27
| |
| * Add a description on what groups dotusooa2023-12-27
| |
| * Allow user to mark account as grouptusooa2023-12-27
| |
* | Merge branch 'upstream-hide-custom-emoji' into 'develop'HJ2024-01-17
|\ \ | | | | | | | | | | | | Add ability to hide custom emojis in picker See merge request pleroma/pleroma-fe!1887
| * | Add ability to hide custom emojis in pickerPhantasm2024-01-17
|/ /
* | Merge branch 'tusooa/registration-notice' into 'develop'HJ2024-01-13
|\ \ | | | | | | | | | | | | Show a dedicated registration notice page when further action is required after registering See merge request pleroma/pleroma-fe!1851
| * | Remove empty else branch and detail the commentstusooa2024-01-13
| | |
| * | Show a dedicated registration notice page when further action is required ↵tusooa2024-01-13
| | | | | | | | | | | | after registering
* | | Merge branch 'weblate' into 'develop'tusooa2024-01-13
|\ \ \ | |/ / |/| | | | | | | | Translations update from Pleroma Weblate See merge request pleroma/pleroma-fe!1884
| * | Translated using Weblate (Chinese (Simplified))tusooa2024-01-13
|/ / | | | | | | | | | | | | Currently translated at 98.3% (1068 of 1086 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/zh_Hans/
* | Merge branch 'public-favorites' into 'develop'tusooa2024-01-13
|\ \ | | | | | | | | | | | | Display public favorites on user profiles if enabled See merge request pleroma/pleroma-fe!1883
| * | Display public favorites on user profilesmarcin mikołajczak2023-12-28
| |/ | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | Merge branch 'weblate' into 'develop'tusooa2023-12-31
|\ \ | |/ |/| | | | | Translations update from Pleroma Weblate See merge request pleroma/pleroma-fe!1881
| * Translated using Weblate (Japanese (ja_PEDANTIC))SyoBoN2023-12-31
| | | | | | | | | | | | | | Currently translated at 96.5% (1049 of 1086 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ja_PEDANTIC/
| * Translated using Weblate (Korean)Xnuk Shuman2023-12-30
| | | | | | | | | | | | | | Currently translated at 97.6% (1061 of 1086 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ko/
| * Translated using Weblate (Japanese (ja_EASY))nixe neko2023-12-28
| | | | | | | | | | | | | | Currently translated at 91.8% (997 of 1086 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ja_EASY/
| * Translated using Weblate (Japanese (ja_PEDANTIC))SyoBoN2023-12-24
| | | | | | | | | | | | | | Currently translated at 96.5% (1048 of 1086 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ja_PEDANTIC/
| * Translated using Weblate (Japanese (ja_PEDANTIC))SyoBoN2023-12-21
|/ | | | | | | Currently translated at 95.3% (1036 of 1086 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ja_PEDANTIC/
* Merge branch 'video-poster' into 'develop'HJ2023-12-17
|\ | | | | | | | | Fix video posters for Safari See merge request pleroma/pleroma-fe!1879
| * Fix video posters on SafariMark Felder2023-12-17
|/
* Merge branch 'notifications-thru-sw' into 'develop'HJ2023-12-13
|\ | | | | | | | | Notifications improvements. See merge request pleroma/pleroma-fe!1873
| * changelogHenry Jameson2023-12-14
| |
| * cleanup stray console logsHenry Jameson2023-12-14
| |
| * clarify some bitHenry Jameson2023-12-13
| |
| * add setting to always show push notificationsHenry Jameson2023-12-13
| |
| * attempt at fixing the extra notification againHenry Jameson2023-12-13
| |
| * fix incorrect path for follow request notifications settingsHenry Jameson2023-12-13
| |
| * lintHenry Jameson2023-12-13
| |
| * don't include extra notificationsHenry Jameson2023-12-13
| |
| * fix incorrect title + add counterHenry Jameson2023-12-13
| |
| * try to fix the "website updated in background" notificationHenry Jameson2023-12-13
| |
| * use last favicon instead of first for consistency with browsersHenry Jameson2023-11-22
| |
| * fix tests and make utils consistent in where they pull configuration fromHenry Jameson2023-11-22
| |
| * don't communicate with serviceworker if there's no support for itHenry Jameson2023-11-22
| |
| * handle no sw registration gracefullyHenry Jameson2023-11-22
| |
| * fix infinity caseHenry Jameson2023-11-21
| |
| * fix notifications not catching up with "read" status as intendedHenry Jameson2023-11-21
| |
| * fix badgeHenry Jameson2023-11-20
| |
| * temp console log for mobile debugHenry Jameson2023-11-20
| |
| * fix notification dot in favicon and mobile nav, minor refactorHenry Jameson2023-11-20
| |
| * fix testsHenry Jameson2023-11-19
| |
| * changelog, small fixHenry Jameson2023-11-19
| |
| * reports visibility setting + actual filtering for desktop notifsHenry Jameson2023-11-19
| |
| * improve visual for the description bitHenry Jameson2023-11-19
| |
| * rearrange notification visibility page a bit.Henry Jameson2023-11-19
| |