aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-05-04Apply suggestion to lib/pleroma/web/api_spec/cast_and_validate.exminibikini
2020-05-04Ignore unexpected query paramsEgor Kislitsyn
2020-05-04Transmogrifier: Rely on LikeValidator.lain
2020-05-04LikeValidator: Fix up context.lain
2020-05-04LikeValidator: Fix up missing recipients.lain
2020-05-04Pipeline: Move transctioning to common pipeline.lain
2020-05-04ActivityPub: Don't fetch `Application` follower counts.lain
2020-05-03Webfinger: Request account info with the acct schemelain
2020-05-02Only update follower/following stats for actor types of users and bots.Mark Felder
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-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-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 '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-01OpenAPI: Add `follow_request` to notification typesrinpatch
Closes #1731
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.
2020-05-01MappedSignatureToIdentityPlug: Fix.lain
2020-05-01Signature: Handle non-ap ids in key ids.lain
Mastodon and Gab sometimes send the format `acct:name@server`.
2020-05-01Merge branch 'openapi/notifications' into 'develop'lain
Add OpenAPI spec for NotificationController See merge request pleroma/pleroma!2437
2020-05-01Merge branch 'openapi/reports' into 'develop'lain
Add OpenAPI spec for ReportController See merge request pleroma/pleroma!2434
2020-05-01Merge branch 'issue/1577' into 'develop'lain
[#1577] fix mediaType of object See merge request pleroma/pleroma!2372
2020-05-01Merge branch 'fix/captcha' into 'develop'lain
Fix account registration when captcha is enabled but not provided Closes #1712 See merge request pleroma/pleroma!2438
2020-05-01pagination fix for service users filtersAlexander Strizhakov
2020-05-01Made follow request notifications non-optional (removed config switch).Ivan Tashkinov
2020-04-30Merge branch 'dismiss-notification-on-follow-request-rejection' into 'develop'lain
Dismiss the follow request notification on rejection See merge request pleroma/pleroma!2447
2020-04-30Dismiss the follow request notification on rejectioneugenijm
2020-04-30Refactoring of :if_func / :unless_func plug options (general availability). ↵Ivan Tashkinov
Added tests for Pleroma.Web.Plug.
2020-04-30fix for auth checkAlexander Strizhakov
2020-04-30error renameAlexander Strizhakov
2020-04-30emoji api packs changes in routes with docs updateAlexander Strizhakov
2020-04-30refactor emoji api with fixesAlexander Strizhakov
2020-04-30return data only for updated emojiAlexander Strizhakov
2020-04-30Merge branch '1364-no-pushes-from-blocked-domains-users' into 'develop'lain
[#1364] [FIX] Disabled notifications on activities from blocked domains (unless actors are followed) See merge request pleroma/pleroma!2367
2020-04-30Merge branch 'develop' into openapi/notificationsEgor Kislitsyn
2020-04-30Merge branch 'develop' into openapi/reportsEgor Kislitsyn
2020-04-30Add exlude_replies to OpenAPI spec for account timelinesrinpatch
2020-04-29Change Pleroma.CaptchaTest to be a regular module instead of GenServerEgor Kislitsyn
2020-04-29Add tests for account registration with captcha enabled and improve errorsEgor Kislitsyn
2020-04-29Fix account registration when captcha is enabled but not providedEgor Kislitsyn
2020-04-28Add OpenAPI spec for NotificationControllerEgor Kislitsyn
2020-04-28[#2349] Post-merge fix.Ivan Tashkinov
2020-04-28Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
automatic-authentication-and-instance-publicity-checks # Conflicts: # lib/pleroma/web/mastodon_api/controllers/account_controller.ex
2020-04-28Add OpenAPI spec for ReportControllerEgor Kislitsyn
2020-04-28Merge branch 'openapi/account' into 'develop'rinpatch
Add OpenAPI specs for AccountController See merge request pleroma/pleroma!2374
2020-04-28Merge branch 'mongoose-secure' into 'develop'lain
mongoose auth endpoint worked for deactivated accounts See merge request pleroma/pleroma!2432
2020-04-28convert markdown content to htmlMaksim Pechnikov
2020-04-28formatingfence