Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-09 | Use the Pleroma.Config alias | Mark Felder | |
2020-05-25 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-24 | Merge branch 'mastodon-migration-compat' into 'develop' | rinpatch | |
Add compatibility routes for converted mastodon instances Closes #1797 See merge request pleroma/pleroma!2572 | |||
2020-05-22 | Apply suggestion to lib/pleroma/web/common_api/utils.ex | Roman Chvanikov | |
2020-05-22 | Add filename_display_max_length config | Roman Chvanikov | |
2020-05-22 | ActivityPubController: Add Mastodon activity compat route. | 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-13 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-05-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-07 | Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵ | Maksim | |
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController | |||
2020-05-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
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-23 | CommonAPI: Don't make repeating announces possible | lain | |
2020-04-10 | profile emojis in User.emoji instead of source_data | Haelwenn (lanodan) Monnier | |
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-10 | 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-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 | |
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-11-20 | [#1335] Reorganized users.subscribers as UserRelationship. Added tests for ↵ | Ivan Tashkinov | |
UserRelationship-related functionality. | |||
2019-11-12 | Fix tests | Egor Kislitsyn | |
2019-11-12 | Add a notification for Move activities | Egor Kislitsyn | |
2019-09-26 | Cleanup CommonAPI | Egor Kislitsyn | |
2019-09-26 | Add CommonAPI.ActivityDraft | Egor Kislitsyn | |
2019-09-26 | Merge branch 'hex-flake-id' into 'develop' | kaniini | |
Replace `Pleroma.FlakeId` with `flake_id` hex package See merge request pleroma/pleroma!1692 | |||
2019-09-25 | Replace `Pleroma.FlakeId` with `flake_id` hex package | Egor Kislitsyn | |
2019-08-31 | added Emoji struct | Maksim Pechnikov | |
2019-08-30 | added Emoji.Formatter | Maksim Pechnikov | |
2019-08-30 | added code\path fields without html tags in ets | Maksim Pechnikov | |
2019-08-25 | Log admin/moderator actions | Maxim Filippov | |
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 | CommonAPI: Extend api with conversation replies. | lain | |
2019-07-31 | test for Pleroma.Web.CommonAPI.Utils.get_by_id_or_ap_id | Maksim | |
2019-07-29 | Revert "Merge branch 'bugfix/clean-up-markdown-rendering' into 'develop'" | kaniini | |
This reverts merge request !1504 | |||
2019-07-29 | markdown: clean up html generated by earmark | Ariadne Conill | |
2019-07-29 | constants: add as_public constant and use it everywhere | Ariadne Conill | |
2019-07-23 | Fix function | Mark Felder | |
2019-07-23 | Do not notify subscribers for messages from users which are replies to others | Mark Felder | |
2019-07-15 | Merge branch 'sha512-crypt' into 'develop' | kaniini | |
detect and use sha512-crypt for stored password hash. See merge request pleroma/pleroma!1422 | |||
2019-07-15 | List messages must be visible for mentioned users | Egor Kislitsyn | |
2019-07-15 | Support `list` visibility in StatusView | Egor Kislitsyn | |
2019-07-14 | detect and use sha512-crypt for stored password hash. | Moonman | |
2019-07-11 | Add "listMessage" | Egor Kislitsyn | |
2019-07-11 | Merge branch 'develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-07-10 | Wrap error messages into gettext helpers | Egor Kislitsyn | |