Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-13 | User: Truncate bios when updating a remote user. | lain | |
2020-05-13 | ActivityPub: Fix non-federating blocks. | lain | |
2020-05-12 | Transmogrifier: On incoming follow accept, update follow counts. | lain | |
2020-05-10 | AP C2S: Restrict creation to `Note`s for now. | lain | |
2020-05-10 | Increase tests on AP C2S | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/-/issues/954 | |||
2020-05-01 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-05-01 | Merge branch 'fix-object_age_policy' into 'develop' | lain | |
Fix ObjectAgePolicy See merge request pleroma/pleroma!2404 | |||
2020-05-01 | Deactivate local users on deletion instead of deleting the record | rinpatch | |
Prevents the possibility of re-registration, which allowed to read DMs of the deleted account. Also includes a migration that tries to find any already deleted accounts and insert skeletons for them. Closes pleroma/pleroma#1687 | |||
2020-03-31 | Merge branch 'fix/activity-deletion' into 'develop' | feld | |
Fix activity deletion Closes #1640 See merge request pleroma/pleroma!2328 | |||
2020-03-16 | rip out fetch_initial_posts | rinpatch | |
Every time someone tries to use it, it goes mad and tries to scrape the entire fediverse for no visible reason, it's better to just remove it than continue shipping it in it's current state. idea acked by lain and feld on irc Closes #1595 #1422 | |||
2020-03-15 | relay list shows hosts without accepted follow | Alexander Strizhakov | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | Merge branch 'feature/1482-activity_pub_transactions' into 'develop' | Haelwenn | |
ActivityPub actions & side-effects in transaction Closes #1482 See merge request pleroma/pleroma!2089 | |||
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-03-01 | ActivityPub actions & side-effects in transaction | Alexander Strizhakov | |
2020-02-20 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1505-threads-federation # Conflicts: # config/config.exs | |||
2020-02-15 | [#1505] Restricted max thread distance for fetching replies on incoming ↵ | Ivan Tashkinov | |
federation (in addition to reply-to depth restriction). | |||
2020-02-13 | Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵ | Ivan Tashkinov | |
config during test suite execution. | |||
2020-02-10 | [#1505] Improved replies-handling tests: updated Mastodon message fixture, ↵ | Ivan Tashkinov | |
used exact Pleroma federation message. | |||
2020-02-09 | [#1505] Removed wrapping of reply URIs into `first` element, added comments ↵ | Ivan Tashkinov | |
to transmogrifier tests. | |||
2020-02-09 | [#1505] Fixed `replies` serialization (included objects' ids instead of ↵ | Ivan Tashkinov | |
activities' ids). | |||
2020-02-08 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1505-threads-federation | |||
2020-02-08 | [#1505] Added tests, changelog entry, tweaked config settings related to ↵ | Ivan Tashkinov | |
replies output on outgoing federation. | |||
2020-02-07 | Merge branch 'cancel-follow-request' into 'develop' | Haelwenn | |
Add support for cancellation of a follow request Closes #1522 See merge request pleroma/pleroma!2175 | |||
2020-02-06 | EmojiReactions: Rename to EmojiReacts | Lain Soykaf | |
2020-02-05 | Add support for cancellation of a follow request | Egor Kislitsyn | |
2020-02-05 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1505-threads-federation | |||
2020-01-30 | Emoji Reactions: Actually use the validation. | lain | |
2020-01-25 | [#1505] Background fetching of incoming activities' `replies` collections. | Ivan Tashkinov | |
2020-01-23 | Emoji reactions: Add sanity checks for the cache | lain | |
2020-01-22 | [#1505] Added Mastodon-compatible `replies` collection to Note federated ↵ | Ivan Tashkinov | |
representation. | |||
2020-01-22 | Emoji reactions: Change cache and reply format | lain | |
2020-01-20 | Bump credo to 1.1.5 | Haelwenn (lanodan) Monnier | |
2020-01-12 | Merge branch 'develop' into issue/1354 | Mark Felder | |
2019-12-21 | moved remote follow in separate controller | Maksim Pechnikov | |
2019-12-19 | Do not crash when remote user follower and following counters are hidden | Egor Kislitsyn | |
2019-12-17 | Hide follower counter when hiding is activated | Egor Kislitsyn | |
2019-12-16 | tests: remove a useless 3 second sleep | rinpatch | |
the ids favs use are accurate down to a microsecond, there is no need for it | |||
2019-12-11 | Merge branch 'develop' into issue/1411 | Mark Felder | |
2019-12-10 | Merge branch 'develop' into 'domain-block-precedence' | Sadposter | |
# Conflicts: # lib/pleroma/user.ex | |||
2019-12-10 | make analysis happy | Sadposter | |
2019-12-10 | modify SQL to include followed-but-domain-blocked activities | Sadposter | |
2019-12-08 | Merge branch 'improve-move-notificaions-api' into 'develop' | rinpatch | |
Add `with_move` query param to the notifications API See merge request pleroma/pleroma!2032 | |||
2019-12-06 | Merge branch 'develop' into fix/mrf-delete | rinpatch | |
2019-12-05 | ActivityPub: Fix deletes being exempt from MRF | rinpatch | |
Closes #1461 | |||
2019-12-05 | Merge branch '1335-user-api-id-fields-relations' into 'develop' | lain | |
[#1335] User: refactoring of AP ID fields into relations Closes #1335 See merge request pleroma/pleroma!1963 | |||
2019-12-05 | Merge branch 'feature/admin-api-render-whole-status' into 'develop' | feld | |
Miscellaneous grouped reports fixes Closes admin-fe#48 and admin-fe#51 See merge request pleroma/pleroma!2007 | |||
2019-12-05 | Merge branch 'develop' into issue/1411 | Maksim Pechnikov | |
2019-12-04 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/user.ex | |||
2019-12-03 | Add `with_move` query param to the notifications API | Egor Kislitsyn | |