Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-01 | Merge branch 'openapi/reports' into 'develop' | lain | |
Add OpenAPI spec for ReportController See merge request pleroma/pleroma!2434 | |||
2020-04-30 | Merge branch 'develop' of ssh://git.pleroma.social/pleroma/pleroma into ↵ | Lain Soykaf | |
feature/delete-validator | |||
2020-04-30 | Dismiss the follow request notification on rejection | eugenijm | |
2020-04-30 | CommonAPI: Use common pipeline for deletions. | lain | |
2020-04-29 | Pipeline: Always run common_pipeline in a transaction for now. | lain | |
2020-04-28 | Pipeline: Unify, refactor, DRY. | lain | |
2020-04-28 | Create activity handling: Flip it and reverse it | lain | |
Both objects and create activities will now go through the common pipeline and will be validated. Objects are now created as a side effect of the Create activity, rolling back a transaction if it's not possible to insert the object. | |||
2020-04-28 | Add OpenAPI spec for ReportController | Egor Kislitsyn | |
2020-04-28 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-24 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-24 | reply filtering | Alexander | |
2020-04-23 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-23 | CommonAPI: Don't make repeating announces possible | lain | |
2020-04-20 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-20 | Credo fixes. | lain | |
2020-04-20 | CommonAPI: Obey local limit for chat messages. | lain | |
2020-04-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-16 | Merge branch 'develop' into features/remove-user-source_data | rinpatch | |
2020-04-16 | CommonAPI: Escape HTML for chat messages. | lain | |
2020-04-15 | Chat: Add views, don't return them in timeline queries. | lain | |
2020-04-15 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-13 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
output-of-relationships-in-statuses | |||
2020-04-11 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-04-10 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-10 | profile emojis in User.emoji instead of source_data | Haelwenn (lanodan) Monnier | |
2020-04-09 | CommonAPI: Basic ChatMessage support. | lain | |
2020-04-06 | Merge branch 'remake-remodel-2' into 'develop' | lain | |
Ingestion Pipeline Revamp See merge request pleroma/pleroma!2315 | |||
2020-04-01 | Ability to control the output of account/pleroma/relationship in statuses in ↵ | Ivan Tashkinov | |
order to improve the rendering performance. See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param. | |||
2020-03-31 | CommonAPI: DRY up a bit. | lain | |
2020-03-28 | FollowingRelationship storage & performance optimizations (state turned ↵ | Ivan Tashkinov | |
`ecto_enum`-driven integer, reorganized indices etc.). | |||
2020-03-27 | Misc refactoring / tweaks (`ThreadMute.exists?/2`). | Ivan Tashkinov | |
2020-03-19 | Merge branch 'remake-remodel' into develop | lain | |
2020-03-16 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
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 remote-tracking branch 'origin/develop' into global-status-expiration | Egor Kislitsyn | |
2020-03-10 | Fix enforcement of character limits | Mark Felder | |
2020-03-04 | MastodonController: Return 404 errors correctly. | lain | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-03 | Merge remote-tracking branch 'origin/develop' into global-status-expiration | Egor Kislitsyn | |
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 | Move ActivityExpiration creation from CommonApi.post/2 to ActivityPub.insert/4 | Egor Kislitsyn | |
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 | Questions: Add timezone to `closed` property | Lain Soykaf | |
2020-02-02 | fix not being able to pin polls | rinpatch | |
2020-01-20 | CommonAPI: Don't error out on double favs/repeats | lain | |
2019-12-04 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/user.ex |