Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-21 | BBS: show notifactions | duponin | |
2022-05-21 | BBS: put a new line for each HTML break in an activity | duponin | |
Otherwise it would just put each line on the first one, which is not really readable | |||
2022-05-19 | Merge branch 'fix/mrf-steal-emoji-regex' into 'develop' | lain | |
StealEmojiPolicy: fix String rejected_shortcodes See merge request pleroma/pleroma!3673 | |||
2022-05-19 | decode HTML to be human readable in BBS | duponin | |
2022-05-19 | add thread show in BBS frontend | duponin | |
2022-05-18 | StealEmojiPolicy: fix String rejected_shortcodes | Hélène | |
* rejected_shortcodes is defined as a list of strings in the configuration description. As such, database-based configuration was led to handle those settings as strings, and not as the actually expected type, Regex. * This caused each message passing through this MRF, if a rejected shortcode was set and the emoji did not exist already on the instance, to fail federating, as an exception was raised, swiftly caught and mostly silenced. * This commit fixes the issue by introducing new behavior: strings are now handled as perfect matches for an emoji shortcode (meaning that if the emoji-to-be-pulled's shortcode is in the blacklist, it will be rejected), while still supporting Regex types as before. | |||
2022-05-18 | fix Ctrl-c catch on SSH BBS | duponin | |
2022-05-18 | add missing extra application to start the SSH BBS | duponin | |
2022-05-12 | Instruct users to run 'git pull' as the pleroma user | lewdthewides | |
2022-05-09 | Make lint happy | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-09 | Test local-only in ap c2s outbox | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-09 | Allow authenticated users to access local-only posts in MastoAPI | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-08 | Merge branch 'improve_anti_followbot_policy' into 'develop' | Haelwenn | |
Also use actor_type to determine if an account is a bot in antiFollowbotPolicy Closes #2561 See merge request pleroma/pleroma!3498 | |||
2022-05-08 | Also use actor_type to determine if an account is a bot in antiFollowbotPolicy | Ilja | |
2022-05-07 | Allow users to create backups without providing email address | Tusooa Zhu | |
Ref: backup-without-email | |||
2022-05-06 | Add index hotspots | Pete | |
squash | |||
2022-05-06 | Prevent remote access of local-only posts via /objects | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-06 | Lint | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-06 | Make local-only statuses searchable | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-06 | Test that anonymous users cannot see local-only posts | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-06 | Show local-only statuses in public timeline for authenticated users | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-06 | Merge branch 'security/2.4.3-develop' into 'develop' | Haelwenn | |
Merge back 2.4.3 See merge request pleroma/pleroma!3663 | |||
2022-05-06 | mix: Bump to 2.4.52 for 2.4.3 mergeback | Haelwenn (lanodan) Monnier | |
2022-05-06 | Skip cache when /objects or /activities is authenticated | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-06 | Allow to skip cache in Cache plug | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-06 | update sweet_xml [Security] | Ilja | |
2022-05-06 | Merge branch 'security/2.4.3' into 'stable' | Haelwenn | |
Release: 2.4.3 See merge request pleroma/pleroma!3662 | |||
2022-05-06 | Release 2.4.3 | Haelwenn (lanodan) Monnier | |
2022-05-06 | Skip cache when /objects or /activities is authenticated | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-06 | Allow to skip cache in Cache plug | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-05-06 | update sweet_xml [Security] | Ilja | |
2022-04-18 | Merge branch 'from/upstream-develop/tusooa/fix-en-fallback' into 'develop' | Haelwenn | |
Fix incorrect fallback when English is set to first language See merge request pleroma/pleroma!3656 | |||
2022-04-17 | Fix incorrect fallback when English is set to first language | Tusooa Zhu | |
2022-04-07 | Translate static_pages.po (Simplified Chinese) | Tusooa Zhu | |
2022-04-05 | Merge branch 'fix_eratic_test_for_report_notes' into 'develop' | Haelwenn | |
Fix eratic test for POST /api/pleroma/admin/reports/:id/notes See merge request pleroma/pleroma!3653 | |||
2022-04-05 | Fix eratic test for POST /api/pleroma/admin/reports/:id/notes | Ilja | |
It retrieved two ReportNotes and then checked one of them. But the order isn't guaranteed, while the test tested on the content of the first ReportNote. I made the test on the content more generic | |||
2022-04-02 | Restrict mastodon api announcements to logged-in users only | Tusooa Zhu | |
2022-03-29 | Add short_description field | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-03-20 | Fix lint errors | Sean King | |
2022-03-20 | Merge branch 'from/upstream-develop/tusooa/translate-pages' into 'develop' | Haelwenn | |
Translate backend-rendered pages See merge request pleroma/pleroma!3634 | |||
2022-03-20 | Merge branch 'caddyfile-v2' into 'develop' | Haelwenn | |
Update Caddyfile to Caddy v2 Closes #2764 See merge request pleroma/pleroma!3641 | |||
2022-03-20 | Merge branch 'delete_report_notifs_when_demoting_from_superuser' into 'develop' | Haelwenn | |
Delete report notifs when demoting from superuser Closes #2840 See merge request pleroma/pleroma!3642 | |||
2022-03-19 | Rewrite integration-test websocket client with Mint.WebSocket | Sean King | |
2022-03-18 | Use utc_datetime in db schema | Tusooa Zhu | |
2022-03-17 | Transmogrifier: Use validating regex for "mediaType" | Haelwenn (lanodan) Monnier | |
2022-03-17 | AttachmentValidator: Use custom ecto type and regex for "mediaType" | Haelwenn (lanodan) Monnier | |
2022-03-17 | EctoType: Add MIME validator | Haelwenn (lanodan) Monnier | |
2022-03-17 | Merge branch 'bugfix/mix-dotgit' into 'develop' | Haelwenn | |
mix: Check `.git` presence See merge request pleroma/pleroma!3638 | |||
2022-03-16 | Use `types` for filtering notifications | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-03-16 | Use reject_follow_request | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> |