Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-22 | Add filename_display_max_length config | Roman Chvanikov | |
2020-05-22 | Merge branch 'announce-validator' into 'develop' | Haelwenn | |
Announce validator See merge request pleroma/pleroma!2567 | |||
2020-05-21 | Announcements: Fix all tests. | lain | |
2020-05-20 | Announcements: Handle through common pipeline. | lain | |
2020-05-20 | CommonAPI: Change public->private implicit addressing. | lain | |
This will not add the OP to the `to` field anymore when going from public to private. | |||
2020-05-19 | Add OpenAPI spec for PleromaAPI.ScrobbleController | Egor Kislitsyn | |
2020-05-16 | CommonAPI: Unblock a user even if we don't have an activity. | lain | |
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-05-11 | Deletion: Handle the case of pruned objects. | lain | |
2020-05-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/emojireactvalidator | |||
2020-05-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/emojireactvalidator | |||
2020-05-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/undo-validator-reduced | |||
2020-05-05 | Undoing: Move undoing reactions to the pipeline everywhere. | lain | |
2020-05-05 | ActivityPub: Remove `react_with_emoji`. | lain | |
2020-05-03 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/delete-validator | |||
2020-05-02 | 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-04-30 | DeleteValidator: Don't federate local deletions of remote objects. | lain | |
Closes #1497 | |||
2020-04-28 | Add OpenAPI spec for ReportController | Egor Kislitsyn | |
2020-04-24 | Announcements: Prevent race condition. | lain | |
2020-04-23 | CommonAPI: Don't make repeating announces possible | lain | |
2020-04-22 | SideEffects: Run in transaction. | lain | |
This fixes race conditions. | |||
2020-04-16 | Merge branch 'develop' into features/remove-user-source_data | rinpatch | |
2020-04-11 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-04-10 | profile emojis in User.emoji instead of source_data | Haelwenn (lanodan) Monnier | |
2020-04-08 | formatter.ex: Use Phoenix.HTML for mention/hashtag generation | rinpatch | |
Unlike concatenating strings, this makes sure everything is escaped. Tests had to be changed because Phoenix.HTML runs attributes through Enum.sort before generation for whatever reason. | |||
2020-04-06 | Merge branch 'remake-remodel-2' into 'develop' | lain | |
Ingestion Pipeline Revamp See merge request pleroma/pleroma!2315 | |||
2020-03-28 | FollowingRelationship storage & performance optimizations (state turned ↵ | Ivan Tashkinov | |
`ecto_enum`-driven integer, reorganized indices etc.). | |||
2020-03-20 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-20 | Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵ | Ivan Tashkinov | |
usage). | |||
2020-03-19 | Merge branch 'remake-remodel' into develop | lain | |
2020-03-16 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-13 | 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-12 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-10 | Fix enforcement of character limits | Mark Felder | |
2020-03-03 | Merge branch 'develop' into gun | 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-21 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-02-18 | adding gun adapter | Alexander Strizhakov | |
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-12-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel | lain | |