aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/api_spec/schemas
AgeCommit message (Collapse)Author
2022-09-04Merge 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-03Merge branch 'from/upstream-develop/tusooa/edits' into 'develop'Haelwenn
Editing Closes #1429, #2859, and #2288 See merge request pleroma/pleroma!3678
2022-08-10StatusView: implement pleroma.context fieldHé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-23Merge branch 'mute-expiration' into 'develop'tusooa
MastoAPI: Show mutes expiration date See merge request pleroma/pleroma!3682
2022-07-03Merge branch 'develop' into 'from/upstream-develop/tusooa/edits'Tusooa Zhu
# Conflicts: # lib/pleroma/constants.ex
2022-06-16Store mutes expiration datemarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-03Show edited_at in MastodonAPI/showTusooa Zhu
2022-03-08Format announcements into htmlTusooa Zhu
2022-03-08Add starts_at, ends_at and all_day parametersTusooa Zhu
2022-03-08Fill properties of announcements from Mastodon API specTusooa Zhu
2022-03-08Implement first pass of announcement admin apiTusooa Zhu
CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/2836 CCBUG: https://git.pleroma.social/pleroma/pleroma/-/issues/1470
2022-02-25Copyright bump for 2022Sean King
2022-01-23Birthdays: hide_birthday -> show_birthdaymarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-22Birthdays: birth_date --> birthdayAlex Gleason
2022-01-18Birth dates: Add testsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-18Format code, expose instance configuration related to birth datesmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-18Birth 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-27Merge remote-tracking branch 'origin/develop' into apps-api-endpointAlex Gleason
2021-12-25Merge branch 'account-notes' into 'develop'Alex Gleason
MastoAPI: Add user notes on accounts See merge request pleroma/pleroma!3540
2021-12-06Add 'notifying' to relationship for compatibility with Mastodonmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-21MastoAPI: Add user notes on accountsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-08-26Fix API spec, add app schemaSean King
2021-06-08Pleroma.Web.Params --> Pleroma.Web.Utils.ParamsAlex Gleason
2021-06-08Pleroma.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-25Let pins federateAlexander 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-05Update OpenApiSpex dependencyEgor Kislitsyn
2021-02-28Merge branch 'feat/client_app_details' into 'develop'lain
Support application field See merge request pleroma/pleroma!3311
2021-02-18Mastodon 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-18expires_in in scheduled status paramsAlexander Strizhakov
2021-02-16ChatMessage schema: Add `unread` propertyrinpatch
It is present in the code, but was not documented.
2021-02-03Account schema: specify that pleroma.relationship is nullablerinpatch
2021-02-01fix for scheduled post with pollAlexander Strizhakov
2021-01-15Change user.confirmation_pending field to user.is_confirmedMark Felder
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-12-30Merge remote-tracking branch 'upstream/develop' into aliasesAlex 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-17Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/local-only-scope
2020-11-11Add `local` visibilityEgor Kislitsyn
2020-11-04Poll Schema: Update and fix.lain
2020-10-14Merge remote-tracking branch 'upstream/develop' into aliasesAlex Gleason
2020-10-14Undo API breaking changesMark Felder
2020-10-13Change user.locked field to user.is_lockedMark Felder
2020-10-08Merge remote-tracking branch 'upstream/develop' into aliasesAlex Gleason
2020-09-19OpenAPI: fix various errors pointed out by editor.swagger.iorinpatch
2020-08-07Clean up account aliasesAlex Gleason
2020-08-07Merge remote-tracking branch 'upstream/develop' into aliasesAlex Gleason
2020-07-30ChatMessage schema: Add preview cards.lain
2020-07-17Add account aliasesAlex Gleason
2020-07-13Merge branch 'develop' into refactor/notification_settingsMark Felder
2020-07-10Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
chat-federation-information