aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* improve unknown attachment handlingHenry Jameson2022-02-10
|
* Merge remote-tracking branch 'origin/develop' into proper-attachmentsHenry Jameson2022-01-24
|\ | | | | | | | | | | | | * origin/develop: undo accidental change when merging Apply 1 suggestion(s) to 1 file(s) Rearranged settings, moved more stuff to filtering where apllicable. Changed how filering works.
| * undo accidental change when mergingHenry Jameson2022-01-24
| |
| * Merge remote-tracking branch 'origin/develop' into settings-and-filteringHenry Jameson2022-01-24
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (169 commits) Improve the user card for deactivated users Update CHANGELOG.md Update CHANGELOG.md Allow canceling a follow request Simple policy reasons for instance specific policies entity_normalizer: Escape name when parsing user Translated using Weblate (Spanish) Translated using Weblate (Catalan) Translated using Weblate (Korean) Translated using Weblate (Japanese (ja_PEDANTIC)) Translated using Weblate (Indonesian) Translated using Weblate (Esperanto) Translated using Weblate (Vietnamese) Translated using Weblate (Italian) Translated using Weblate (Vietnamese) Translated using Weblate (Indonesian) Translated using Weblate (Italian) Translated using Weblate (Vietnamese) Translated using Weblate (Indonesian) Translated using Weblate (Chinese (Simplified)) ...
| * \ Merge remote-tracking branch 'origin/develop' into settings-and-filteringHenry Jameson2021-06-16
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: Use proper setting name Use cleaner instance config check for shoutbox setting Make locale language cleaner Don't shorten shoutbox to SB Fix lint error Update CHANGELOG.md New option: Hide shoutbox
| * | | Rearranged settings, moved more stuff to filtering where apllicable.Henry Jameson2021-06-08
| | | | | | | | | | | | | | | | Changed how filering works.
* | | | fix too-many-attachments in notifications columnHenry Jameson2022-01-24
| | | |
* | | | Merge remote-tracking branch 'origin/develop' into proper-attachmentsHenry Jameson2022-01-24
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (81 commits) Improve the user card for deactivated users Update CHANGELOG.md Update CHANGELOG.md Allow canceling a follow request Simple policy reasons for instance specific policies entity_normalizer: Escape name when parsing user Translated using Weblate (Spanish) Translated using Weblate (Catalan) Translated using Weblate (Korean) Translated using Weblate (Japanese (ja_PEDANTIC)) Translated using Weblate (Indonesian) Translated using Weblate (Esperanto) Translated using Weblate (Vietnamese) Translated using Weblate (Italian) Translated using Weblate (Vietnamese) Translated using Weblate (Indonesian) Translated using Weblate (Italian) Translated using Weblate (Vietnamese) Translated using Weblate (Indonesian) Translated using Weblate (Chinese (Simplified)) ...
| * | | Merge branch 'fixes_for_deactivated_profile' into 'develop'HJ2022-01-19
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Improve the user card for deactivated users See merge request pleroma/pleroma-fe!1417
| | * | | Improve the user card for deactivated usersIlja2022-01-19
| | | | |
| * | | | Allow canceling a follow requestIlja2021-12-12
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a follow request is sent, but not (yet) accepted, the behaviour is now to cancel the request instead of re sending. The reason is double * You couldn't cancel a follow request if you change your mind and the request wasn't answered yet * Instances don't always correctly process a new follow request when the following is already happening. If something went wrong (e;g. the target server thinks you're following, but your instance thinks you're not yet), it's better to first sent an unfollow. This is the behaviour that Mastodon and most probably most other clients have. Therefore this flow is more tested and expected by other instances.
| * | | Merge branch 'simplePolicy_reasons_for_instance_specific_policies' into ↵HJ2021-12-03
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'develop' Simple policy reasons for instance specific policies See merge request pleroma/pleroma-fe!1263
| | * | | Simple policy reasons for instance specific policiesIlja2021-12-03
| | | | |
| * | | | entity_normalizer: Escape name when parsing userrinpatch2021-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In January 2020 Pleroma backend stopped escaping HTML in display names and passed that responsibility on frontends, compliant with Mastodon's version of Mastodon API [1]. Pleroma-FE was subsequently modified to escape the display name [2], however only in the "name_html" field. This was fine however, since that's what the code rendering display names used. However, 2 months ago an MR [3] refactoring the way the frontend does emoji and mention rendering was merged. One of the things it did was moving away from doing emoji rendering in the entity normalizer and use the unescaped 'user.name' in the rendering code, resulting in HTML injection being possible again. This patch escapes 'user.name' as well, as far as I can tell there is no actual use for an unescaped display name in frontend code, especially when it comes from MastoAPI, where it is not supposed to be HTML. [1]: https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1052 [2]: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2167 [3]: https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1392
| * | | | Merge branch 'develop' into 'themeApply'HJ2021-09-09
| |\ \ \ \ | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md
| | * \ \ \ Merge branch 'showMobileNewPost' into 'develop'HJ2021-09-09
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | New user option: Always show floating New Post button See merge request pleroma/pleroma-fe!1395
| | | * | | | Fix changelog merge conflicteris2021-07-22
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md
| | | * | | | Update for latest develop merges to CHANGELOGeris2021-06-20
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'develop' into 'showMobileNewPost'eris2021-06-15
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # src/App.js
| | | * | | | | Fix config naming for consistencyEris2021-06-14
| | | | | | | |
| | | * | | | | New option: Always show floating New Post buttonEris2021-06-14
| | | | |_|_|/ | | | |/| | |
| | * | | | | Merge branch 'better-still-emoji' into 'develop'HJ2021-09-07
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Status HTML parsing - better emoji and mentions rendering Closes #935 See merge request pleroma/pleroma-fe!1392
| | | * | | | | fix spacing before hashtagsHenry Jameson2021-08-23
| | | | | | | |
| | | * | | | | very minimalist hashtaglink implementation, also you can middle-clickHenry Jameson2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mentions now.
| | | * | | | | fix expanded mentions spacingHenry Jameson2021-08-18
| | | | | | | |
| | | * | | | | hopefully final fix for spacingsHenry Jameson2021-08-18
| | | | | | | |
| | * | | | | | Merge branch 'from/develop/tusooa/fix-mobile-shoutbox-display' into 'develop'Shpuld Shpludson2021-09-07
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix mobile shoutbox display See merge request pleroma/pleroma-fe!1404
| | | * | | | | | Fix mobile shoutboxTusooa Zhu2021-08-03
| | | | |_|_|_|/ | | | |/| | | |
| | * / | | | | fix ext profile bugHenry Jameson2021-08-16
| | |/ / / / /
| * | | | | | Fix merge conflict in CHANGELOGeris2021-07-22
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md
| | * | | | | Merge branch 'fix-themes-select' into 'develop'Shpuld Shpludson2021-07-19
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix theme select not working See merge request pleroma/pleroma-fe!1393
| | | * | | | | Apply 1 suggestion(s) to 1 file(s)HJ2021-07-19
| | | | | | | |
| | | * | | | | lintHenry Jameson2021-06-08
| | | | | | | |
| | | * | | | | fix theme selection not workingHenry Jameson2021-06-07
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'editProfile' into 'develop'Shpuld Shpludson2021-07-19
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor change: Add edit profile button onto self user card See merge request pleroma/pleroma-fe!1398
| | | * | | | | Don't show profile edit button in sidebarEris2021-06-17
| | | | | | | |
| | | * | | | | Merge branch 'develop' into 'editProfile'eris2021-06-17
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | | | | | | | | | | # Conflicts: # CHANGELOG.md
| | | * | | | | Add edit profile buttonEris2021-06-17
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'fix-settings-anon' into 'develop'Shpuld Shpludson2021-07-19
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | Fix Boolean/Choice settings not working properly on initial launch See merge request pleroma/pleroma-fe!1389
| | | * | | | better approachHenry Jameson2021-05-31
| | | | | | |
| | | * | | | fix BooleanSetting and ChoiceSetting not working properly on initialHenry Jameson2021-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | launch as anon visitor (would show all as changed, empty selects)
| | * | | | | Fix follow request count position on mobileEris2021-06-20
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'develop' into 'themeApply'eris2021-06-15
| |\| | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md
| * | | | | Revert duplicate buttons and move existing buttons to bottom-right corner ↵Eris2021-06-14
| | | | | | | | | | | | | | | | | | | | | | | | independent of scroll
| * | | | | Add apply and reset themes to top of theme tabEris2021-06-14
| | |_|/ / | |/| | |
* | | | | play gifs when hovering over notificationHenry Jameson2021-08-16
| | | | |
* | | | | add attachment counterHenry Jameson2021-08-16
| | | | |
* | | | | better media modal loadingHenry Jameson2021-08-16
| | | | |
* | | | | ability to move attachments around when making a new postHenry Jameson2021-08-15
| | | | |
* | | | | inline description displayHenry Jameson2021-08-15
| | | | |