Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-04 | Merge branch 'fix/federation-context-issues' into 'develop' | tusooa | |
Fix reply context fixing (Pleroma replies to Misskey threads) and removal of context objects See merge request pleroma/pleroma!3717 | |||
2022-09-03 | Merge branch 'from/upstream-develop/tusooa/edits' into 'develop' | Haelwenn | |
Editing Closes #1429, #2859, and #2288 See merge request pleroma/pleroma!3678 | |||
2022-08-10 | StatusView: implement pleroma.context field | Hélène | |
This field replaces the now deprecated conversation_id field, and now exposes the ActivityPub object `context` directly via the MastoAPI instead of relying on StatusNet-era data concepts. | |||
2022-07-23 | Merge branch 'mute-expiration' into 'develop' | tusooa | |
MastoAPI: Show mutes expiration date See merge request pleroma/pleroma!3682 | |||
2022-07-03 | Merge branch 'develop' into 'from/upstream-develop/tusooa/edits' | Tusooa Zhu | |
# Conflicts: # lib/pleroma/constants.ex | |||
2022-06-16 | Store mutes expiration date | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-06-03 | Show edited_at in MastodonAPI/show | Tusooa Zhu | |
2022-03-08 | Format announcements into html | Tusooa Zhu | |
2022-03-08 | Add starts_at, ends_at and all_day parameters | Tusooa Zhu | |
2022-03-08 | Fill properties of announcements from Mastodon API spec | Tusooa Zhu | |
2022-03-08 | Implement first pass of announcement admin api | Tusooa Zhu | |
CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/2836 CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/1470 | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-01-23 | Birthdays: hide_birthday -> show_birthday | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-22 | Birthdays: birth_date --> birthday | Alex Gleason | |
2022-01-18 | Birth dates: Add tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-18 | Format code, expose instance configuration related to birth dates | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-18 | Birth dates, birthday reminders API, allow instance admins to require ↵ | marcin mikołajczak | |
minimum age Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-27 | Merge remote-tracking branch 'origin/develop' into apps-api-endpoint | Alex Gleason | |
2021-12-25 | Merge branch 'account-notes' into 'develop' | Alex Gleason | |
MastoAPI: Add user notes on accounts See merge request pleroma/pleroma!3540 | |||
2021-12-06 | Add 'notifying' to relationship for compatibility with Mastodon | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-11-21 | MastoAPI: Add user notes on accounts | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-08-26 | Fix API spec, add app schema | Sean King | |
2021-06-08 | Pleroma.Web.Params --> Pleroma.Web.Utils.Params | Alex Gleason | |
2021-06-08 | Pleroma.Web.ControllerHelper.truthy_param?/1 --> ↵ | Alex Gleason | |
Pleroma.Web.Params.truthy_param?/1 Breaks cycle in lib/pleroma/web/api_spec/operations/status_operation.ex | |||
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-03-05 | Update OpenApiSpex dependency | Egor Kislitsyn | |
2021-02-28 | Merge branch 'feat/client_app_details' into 'develop' | lain | |
Support application field See merge request pleroma/pleroma!3311 | |||
2021-02-18 | Mastodon makes this field null when posting with MastoFE or if you choose to ↵ | Mark Felder | |
not disclose it, so it's safe to be null by default | |||
2021-02-18 | expires_in in scheduled status params | Alexander Strizhakov | |
2021-02-16 | ChatMessage schema: Add `unread` property | rinpatch | |
It is present in the code, but was not documented. | |||
2021-02-03 | Account schema: specify that pleroma.relationship is nullable | rinpatch | |
2021-02-01 | fix for scheduled post with poll | Alexander Strizhakov | |
2021-01-15 | Change user.confirmation_pending field to user.is_confirmed | Mark Felder | |
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/>;' | |||
2020-12-30 | Merge remote-tracking branch 'upstream/develop' into aliases | Alex Gleason | |
2020-11-19 | [#2301] Proper handling of `User.is_discoverable`: users appear in ↵ | Ivan Tashkinov | |
in-service search but are hidden from external services like search bots. | |||
2020-11-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/local-only-scope | |||
2020-11-11 | Add `local` visibility | Egor Kislitsyn | |
2020-11-04 | Poll Schema: Update and fix. | lain | |
2020-10-14 | Merge remote-tracking branch 'upstream/develop' into aliases | Alex Gleason | |
2020-10-14 | Undo API breaking changes | Mark Felder | |
2020-10-13 | Change user.locked field to user.is_locked | Mark Felder | |
2020-10-08 | Merge remote-tracking branch 'upstream/develop' into aliases | Alex Gleason | |
2020-09-19 | OpenAPI: fix various errors pointed out by editor.swagger.io | rinpatch | |
2020-08-07 | Clean up account aliases | Alex Gleason | |
2020-08-07 | Merge remote-tracking branch 'upstream/develop' into aliases | Alex Gleason | |
2020-07-30 | ChatMessage schema: Add preview cards. | lain | |
2020-07-17 | Add account aliases | Alex Gleason | |
2020-07-13 | Merge branch 'develop' into refactor/notification_settings | Mark Felder | |
2020-07-10 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
chat-federation-information |