Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-20 | Switch to associated_object_id index | Tusooa Zhu | |
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-12-06 | make linter happy | FloatingGhost | |
2021-12-06 | Make deactivated user check into a subquery | FloatingGhost | |
Fixes #2792 | |||
2021-07-12 | Merge remote-tracking branch 'pleroma/develop' into fix-object-deletion-timeout | Alex Gleason | |
2021-07-12 | Fix Activity.delete_all_by_object_ap_id/1 timeout so users can be deleted | Alex Gleason | |
2021-07-12 | AP C2S: Remove restrictions and make it go through pipeline | Haelwenn (lanodan) Monnier | |
2021-06-24 | Activity deletion: fix FunctionClauseError #2686 | Alex Gleason | |
2021-03-25 | removeing corresponding add activity | Alexander Strizhakov | |
2021-03-25 | Let pins federate | Alexander Strizhakov | |
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins | |||
2021-01-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-12-31 | Alternative implementation of hashtag-filtering queries in ActivityPub. ↵ | Ivan Tashkinov | |
Fixed GROUP BY clause for aggregation on hashtags. | |||
2020-12-18 | Cachex: Make caching provider switchable at runtime. | lain | |
Defaults to Cachex. | |||
2020-12-04 | Merge branch 'issue/2256' into 'develop' | feld | |
[#2256] added subject actor to moderation log See merge request pleroma/pleroma!3164 | |||
2020-11-19 | added subject actor to moderation log | Maksim Pechnikov | |
2020-11-19 | little fix | Alexander Strizhakov | |
2020-11-19 | fix for mastodon forwarded reports | Alexander Strizhakov | |
2020-11-02 | Permit fetching individual reports with notes preloaded | Mark Felder | |
2020-09-10 | pin/unpin for activities with expires_at option | Alexander Strizhakov | |
2020-09-10 | don't expire pinned posts | Alexander Strizhakov | |
2020-09-10 | schedule activity expiration in Oban | Alexander Strizhakov | |
2020-08-12 | don't load pinned activities in due_expirations | Alexander Strizhakov | |
2020-06-13 | Merge branch '1851-favorites-pagination' into 'develop' | rinpatch | |
StatusController: Correctly paginate favorites. Closes #1851 See merge request pleroma/pleroma!2636 | |||
2020-06-09 | StatusController: Correctly paginate favorites. | lain | |
Favorites were paginating wrongly, because the pagination headers where using the id of the id of the `Create` activity, while the ordering was by the id of the `Like` activity. This isn't easy to notice in most cases, as they usually have a similar order because people tend to favorite posts as they come in. This commit adds a way to give different pagination ids to the pagination helper, so we can paginate correctly in cases like this. | |||
2020-06-02 | Activity: Remove notifications-related functions. | lain | |
2020-04-09 | [#1559] Addressed code review requests. | Ivan Tashkinov | |
2020-04-07 | [#1559] Support for "follow_request" notifications (configurable). | Ivan Tashkinov | |
(Not currently supported by PleromaFE, thus disabled by default). | |||
2020-03-25 | [#1364] Minor improvements / comments. | Ivan Tashkinov | |
Further fixes of incorrect usage of "relations" as a short form of "relationships". | |||
2020-03-15 | [#1364] Improved control over generation / sending of notifications. Fixed ↵ | Ivan Tashkinov | |
blocking / muting users notifications issue. Added tests. | |||
2020-03-02 | relay list shows hosts without accepted follow | Alexander Strizhakov | |
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-02-25 | Fix Dialyzer warnings | Egor Kislitsyn | |
2020-02-06 | EmojiReactions: Rename to EmojiReacts | Lain Soykaf | |
2020-01-22 | Notifications: Add emoji reaction notifications | lain | |
2020-01-21 | exclude blocked user posts from search results | Maksim Pechnikov | |
2019-12-12 | Merge branch 'develop' into feature/report-notes | Maxim Filippov | |
2019-12-05 | ActivityPub: Fix deletes being exempt from MRF | rinpatch | |
Closes #1461 | |||
2019-12-04 | Add report notes | Maxim Filippov | |
2019-12-02 | Merge branch 'feature/move-activity' into 'develop' | lain | |
Support "Move" activity Closes #1316 See merge request pleroma/pleroma!1883 | |||
2019-11-27 | Add a view for the move notification | Egor Kislitsyn | |
2019-11-26 | Add `direct_conversation_id` to web push payload | Egor Kislitsyn | |
2019-11-11 | Code style fixes | Maxim Filippov | |
2019-10-07 | Line is too long! | Maxim Filippov | |
2019-10-07 | Admin API: Reports, grouped by status | Maxim Filippov | |
2019-09-26 | Merge branch 'develop' into tests/mastodon_api_controller.ex | Maksim Pechnikov | |
2019-09-25 | Replace `Pleroma.FlakeId` with `flake_id` hex package | Egor Kislitsyn | |
2019-09-23 | Merge branch 'develop' into tests/mastodon_api_controller.ex | Maksim Pechnikov | |
2019-09-13 | Cleanup Pleroma.Activity and Pleroma.Web.ActivityPub.Utils | Egor Kislitsyn | |