Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-01 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-05-01 | CommonAPI: Don't make repeating announces possible | lain | |
2020-05-01 | Mastodon API: do not create a following relationship if the corresponding ↵ | eugenijm | |
follow request doesn't exist when calling `POST /api/v1/follow_requests/:id/authorize` | |||
2020-03-15 | Formatting: Do not use \n and prefer <br> instead | Haelwenn (lanodan) Monnier | |
It moves bbcode to bbcode_pleroma as the former is owned by kaniini and transfering ownership wasn't done in a timely manner. Closes: https://git.pleroma.social/pleroma/pleroma/issues/1374 Closes: https://git.pleroma.social/pleroma/pleroma/issues/1375 | |||
2020-03-15 | Fix enforcement of character limits | Mark Felder | |
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-13 | Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵ | Ivan Tashkinov | |
config during test suite execution. | |||
2020-02-11 | Fix the confusingly named and inverted logic of "no_attachment_links" | Mark Felder | |
The setting is now simply "attachment_links" and the boolean value does what you expect. A double negative is never possible and describing the functionality is no longer a philospher's worst nightmare. | |||
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-07 | Add User.get_follow_state/2 | Egor Kislitsyn | |
2020-02-06 | Cancellation of a follow request for a remote user | Egor Kislitsyn | |
2020-02-05 | Add support for cancellation of a follow request | Egor Kislitsyn | |
2020-02-02 | fix not being able to pin polls | rinpatch | |
2020-01-30 | Emoji Reactions: Actually use the validation. | lain | |
2020-01-20 | Merge branch 'favoritng-responses' into 'develop' | rinpatch | |
Mastodon API: Align favoriting / repeating behavior with Mastodon See merge request pleroma/pleroma!2119 | |||
2020-01-20 | CommonAPI: Don't error out on double favs/repeats | lain | |
2020-01-20 | Bump credo to 1.1.5 | Haelwenn (lanodan) Monnier | |
2019-11-20 | [#1335] Reorganized users.subscribers as UserRelationship. Added tests for ↵ | Ivan Tashkinov | |
UserRelationship-related functionality. | |||
2019-11-19 | [#1335] Implemented notification mutes and reblog mutes as ↵ | Ivan Tashkinov | |
UserRelationships. User to UserRelationship relations and functions refactoring. | |||
2019-11-14 | Merge branch 'feature/reports-groups-and-multiple-state-update' into 'develop' | feld | |
Admin API: Grouped reports, update multiple reports in one query Closes admin-fe#43 See merge request pleroma/pleroma!1815 | |||
2019-11-08 | Merge remote-tracking branch 'origin/develop' into reactions | lain | |
2019-11-05 | Merge branch 'develop' into feature/reports-groups-and-multiple-state-update | Maxim Filippov | |
2019-11-04 | Merge branch 'feature/store-statuses-data-inside-flag' into 'develop' | lain | |
Store status data inside flag activity See merge request pleroma/pleroma!1849 | |||
2019-10-29 | Switch from HtmlSanitizeEx to FastSanitize | rinpatch | |
2019-10-27 | Merge branch 'develop' into feature/store-statuses-data-inside-flag | Maxim Filippov | |
2019-10-27 | Strip status data from Flag (when federating or closing/resolving report) | Maxim Filippov | |
2019-10-23 | Store status data inside Flag activity | Maxim Filippov | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-07 | Merge branch 'develop' into feature/reports-groups-and-multiple-state-update | Maxim Filippov | |
2019-10-06 | Merge branch 'develop' into 'reactions' | lain | |
# Conflicts: # CHANGELOG.md | |||
2019-10-05 | CommonAPI: Create profile updates as public. | lain | |
This saves us lots of sending out because we can use sharedInbox. | |||
2019-10-04 | Admin API: Allow changing the state of multiple reports at once | Maxim Filippov | |
2019-10-02 | CommonAPI: Add unreactions. | lain | |
2019-10-02 | Merge remote-tracking branch 'origin/develop' into reactions | lain | |
2019-10-01 | Add tests for privately announcing statuses via API | Thibaut Girka | |
2019-09-30 | . | lain | |
2019-09-30 | Merge remote-tracking branch 'origin/develop' into reactions | lain | |
2019-09-30 | common api: implement scrobbling | Ariadne Conill | |
2019-09-19 | Add `rel="ugc"` to hashtags and mentions | Egor Kislitsyn | |
2019-09-19 | Add support for `rel="ugc"` | Egor Kislitsyn | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-08-27 | CommonAPI: Support emoji reactions. | lain | |
2019-08-24 | Activity Expiration: Switch to 'expires_in' system. | lain | |
2019-08-24 | Merge remote-tracking branch 'origin/develop' into ↵ | lain | |
sixohsix/pleroma-post_expiration | |||
2019-08-19 | added test helpers to clear config after tests | Maksim | |
2019-08-08 | Merge remote-tracking branch 'origin/develop' into pleroma-conversations | lain | |
2019-08-05 | tests for CommonApi/Utils | Maksim | |
2019-08-05 | CommonAPI: Replies to conversations also get the correct context id. | lain | |
2019-08-02 | Pleroma API: Add endpoint to get conversation statuses. | lain | |
2019-08-02 | CommonAPI: Extend api with conversation replies. | lain | |