summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-06Add AttachmentValidator for NoteValidatorfeatures/attachment_validatorHaelwenn (lanodan) Monnier
2020-05-06Merge branch 'openapi/scheduled_activities' into 'develop'Haelwenn
Add OpenAPI spec for ScheduledActivityController See merge request pleroma/pleroma!2477
2020-05-05Add OpenAPI spec for ScheduledActivityControllerEgor Kislitsyn
2020-05-05Add Attachment schemaEgor Kislitsyn
2020-05-05Merge branch 'feature/1720-status-view' into 'develop'lain
Admin API fetch status by id Closes #1720 See merge request pleroma/pleroma!2475
2020-05-05admin_api fetch status by idAlexander Strizhakov
2020-05-05Merge branch 'feature/1737-magic-key-field' into 'develop'rinpatch
User, Webfinger: Remove OStatus vestiges Closes #1737 See merge request pleroma/pleroma!2471
2020-05-05Merge branch 'openapi/validation-plug' into 'develop'rinpatch
Ignore unexpected query params and ENUM values Closes #1719 See merge request pleroma/pleroma!2468
2020-05-05Apply suggestion to lib/pleroma/web/web_finger/web_finger.exlain
2020-05-05Document configuration for Pleroma.Web.ApiSpec.CastAndValidateEgor Kislitsyn
2020-05-05Merge branch 'fix/issue-1729' into 'develop'lain
Only update follower/following stats for actor types of users and bots. Closes #1565 and #1729 See merge request pleroma/pleroma!2464
2020-05-05WebFinger Test: Add back test.lain
2020-05-05WebFinger: Add back in subscribe_address.lain
It's used for remote following.
2020-05-05User, Webfinger: Remove OStatus vestigeslain
Mainly the `magic_key` field
2020-05-04Merge branch 'feature/update-labels-for-activating-settings' into 'develop'feld
Fix inconsistency in language for activating settings in description.exs Closes admin-fe#108 See merge request pleroma/pleroma!2469
2020-05-04Fix inconsistency in language for activating settingsAngelina Filippova
2020-05-04Enable strict validation mode in dev and test environmentsEgor Kislitsyn
2020-05-04Render better errors for ENUM validationEgor Kislitsyn
2020-05-04Add a config option to enable strict validationEgor Kislitsyn
2020-05-04Ignore unexpected ENUM values in query stringEgor Kislitsyn
2020-05-04Apply suggestion to lib/pleroma/web/api_spec/cast_and_validate.exminibikini
2020-05-04Ignore unexpected query paramsEgor Kislitsyn
2020-05-04Merge branch 'feature/favorite-refactor' into 'develop'rinpatch
Like activities: Move fixes to validator. See merge request pleroma/pleroma!2467
2020-05-04Transmogrifier: Rely on LikeValidator.lain
2020-05-04LikeValidator: Fix up context.lain
2020-05-04LikeValidator: Fix up missing recipients.lain
2020-05-04Transmogrifier tests: Extract like tests.lain
2020-05-04Pipeline: Move transctioning to common pipeline.lain
2020-05-04ActivityPub: Don't fetch `Application` follower counts.lain
2020-05-02Only update follower/following stats for actor types of users and bots.Mark Felder
2020-05-02Replace deprecated Roma by Fedi.lain
2020-05-02Merge branch 'feature/1710-consolidate-instance-info' into 'develop'rinpatch
Feature/1710 consolidate instance info Closes #1710 See merge request pleroma/pleroma!2430
2020-05-02CHANGELOG.md: Add entry for re-registration banrinpatch
2020-05-02Reword changelog entry for follow relationship bugrinpatch
2020-05-02Mastodon 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-02Deactivate local users on deletion instead of deleting the recordrinpatch
Prevents the possibility of re-registration, which allowed to read DMs of the deleted account. Also includes a migration that tries to find any already deleted accounts and insert skeletons for them. Closes pleroma/pleroma#1687
2020-05-02Merge branch 'fix/1732-authless-following-followers' into 'develop'rinpatch
[FIX] [#1732] Made AP C2S :followers and :following endpoints serve on no auth Closes #1732 See merge request pleroma/pleroma!2463
2020-05-02[#1732] Made AP C2S :followers and :following endpoints serve on no authIvan Tashkinov
(as for related :api pipeline endpoints).
2020-05-02Merge branch 'follow-request-notifications' into 'develop'rinpatch
Follow request notifications enforcement See merge request pleroma/pleroma!2451
2020-05-02Merge branch 'pleroma-fe-2020-05-02-5f90b6a3' into 'develop'rinpatch
PleromaFE bundle supporting follow request notifications See merge request pleroma/pleroma!2462
2020-05-02PleromaFE bundle supporting follow request notifications.Ivan Tashkinov
https://git.pleroma.social/pleroma/pleroma-fe/-/commit/5f90b6a384583a00769eeca3a6c6e2deec8bdd24
2020-05-02Merge branch 'bugfix/static-fe.css' into 'develop'Haelwenn
static-fe.css: Restore and move to /priv/static/static-fe See merge request pleroma/pleroma!2458
2020-05-02static-fe.css: Restore and move to /priv/static/static-feHaelwenn (lanodan) Monnier
2020-05-02Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
follow-request-notifications
2020-05-01Merge branch 'fix/sporadic-test-failure-alias' into 'develop'rinpatch
Fix sporadic test compilation failure caused by unused alias See merge request pleroma/pleroma!2460
2020-05-01Merge branch 'fix/notificatons-follow-request-validation' into 'develop'rinpatch
OpenAPI: Add `follow_request` to notification types Closes #1731 See merge request pleroma/pleroma!2459
2020-05-01OpenAPI: Add `follow_request` to notification typesrinpatch
Closes #1731
2020-05-01Fix sporadic test compilation failure caused by unused aliasrinpatch
2020-05-01Merge branch 'fix/openapi-limit' into 'develop'lain
OpenAPI: Remove max pagination limit from the spec See merge request pleroma/pleroma!2457
2020-05-01OpenAPI: Remove max pagination limit from the specrinpatch
In an ideal world clients wouldn't try to request more than the max hardcoded limit, but SubwayTooter does.