Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-30 | AdminAPI: Allow filtering reports by rule_id | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-30 | Apply, suggestions, use strings for actual Mastodon API compatibility | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-30 | Implement viewing source | Tusooa Zhu | |
2022-05-29 | Implement mastodon api for showing edit history | Tusooa Zhu | |
2022-05-29 | Allow updating polls | Tusooa Zhu | |
2022-05-29 | Record edit history for Note and Question Updates | Tusooa Zhu | |
2022-05-29 | Handle Note and Question Updates | Tusooa Zhu | |
2022-05-29 | Allow Updates by every actor on the same origin | Tusooa Zhu | |
2022-05-22 | Merge branch 'lewdthewides-develop-patch-48691' into 'develop' | Haelwenn | |
Instruct users to run 'git pull' as the pleroma user See merge request pleroma/pleroma!3667 | |||
2022-05-22 | BBS: add repeat functionality | duponin | |
2022-05-22 | BBS: show post ID when posted | duponin | |
2022-05-22 | BBS: add post favourite feature | duponin | |
2022-05-21 | Apply Hélène suggestions | Hélène | |
2022-05-21 | BBS: mark notification as read | duponin | |
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-16 | Correctly order rules by id/creation date | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-16 | Add tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-16 | Allow submitting an array of rule_ids to /api/v1/reports | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-16 | Add RuleTest | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-16 | Instance rules: Use render_many | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-16 | Add GET /api/v1/instance/rules | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-05-16 | Instance rules | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
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 |