Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-04 | Transmogrifier.set_sensitive/1: Keep sensitive set to true | Haelwenn (lanodan) Monnier | |
2020-05-04 | Merge 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-04 | Fix inconsistency in language for activating settings | Angelina Filippova | |
2020-05-04 | Enable strict validation mode in dev and test environments | Egor Kislitsyn | |
2020-05-04 | Render better errors for ENUM validation | Egor Kislitsyn | |
2020-05-04 | Add a config option to enable strict validation | Egor Kislitsyn | |
2020-05-04 | Ignore unexpected ENUM values in query string | Egor Kislitsyn | |
2020-05-04 | Apply suggestion to lib/pleroma/web/api_spec/cast_and_validate.ex | minibikini | |
2020-05-04 | Ignore unexpected query params | Egor Kislitsyn | |
2020-05-04 | Merge branch 'feature/favorite-refactor' into 'develop' | rinpatch | |
Like activities: Move fixes to validator. See merge request pleroma/pleroma!2467 | |||
2020-05-04 | Transmogrifier: Rely on LikeValidator. | lain | |
2020-05-04 | LikeValidator: Fix up context. | lain | |
2020-05-04 | LikeValidator: Fix up missing recipients. | lain | |
2020-05-04 | Transmogrifier tests: Extract like tests. | lain | |
2020-05-04 | Pipeline: Move transctioning to common pipeline. | lain | |
2020-05-04 | ActivityPub: Don't fetch `Application` follower counts. | lain | |
2020-05-04 | Update changelog | lain | |
2020-05-04 | Merge branch 'develop' into issue/1276-2 | Maksim Pechnikov | |
2020-05-03 | Webfinger: Request account info with the acct scheme | lain | |
2020-05-03 | DeleteValidator: The deleted activity id is an object id | lain | |
2020-05-03 | Various testing fixes in relation to user deletion. | lain | |
2020-05-03 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/delete-validator | |||
2020-05-03 | Transmogrifier: Don't fetch actor that's guaranteed to be there. | lain | |
2020-05-03 | DeleteValidator: Improve code readability | Lain Soykaf | |
2020-05-02 | Only update follower/following stats for actor types of users and bots. | Mark Felder | |
2020-05-02 | Replace deprecated Roma by Fedi. | lain | |
2020-05-02 | Merge branch 'feature/1710-consolidate-instance-info' into 'develop' | rinpatch | |
Feature/1710 consolidate instance info Closes #1710 See merge request pleroma/pleroma!2430 | |||
2020-05-02 | CHANGELOG.md: Add entry for re-registration ban | rinpatch | |
2020-05-02 | Reword changelog entry for follow relationship bug | rinpatch | |
2020-05-02 | Mastodon 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-02 | Deactivate local users on deletion instead of deleting the record | rinpatch | |
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 | Merge 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 auth | Ivan Tashkinov | |
(as for related :api pipeline endpoints). | |||
2020-05-02 | Merge branch 'follow-request-notifications' into 'develop' | rinpatch | |
Follow request notifications enforcement See merge request pleroma/pleroma!2451 | |||
2020-05-02 | Merge branch 'pleroma-fe-2020-05-02-5f90b6a3' into 'develop' | rinpatch | |
PleromaFE bundle supporting follow request notifications See merge request pleroma/pleroma!2462 | |||
2020-05-02 | PleromaFE bundle supporting follow request notifications. | Ivan Tashkinov | |
https://git.pleroma.social/pleroma/pleroma-fe/-/commit/5f90b6a384583a00769eeca3a6c6e2deec8bdd24 | |||
2020-05-02 | Merge 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-02 | static-fe.css: Restore and move to /priv/static/static-fe | Haelwenn (lanodan) Monnier | |
2020-05-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
follow-request-notifications | |||
2020-05-01 | Merge 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-01 | Merge 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-01 | OpenAPI: Add `follow_request` to notification types | rinpatch | |
Closes #1731 | |||
2020-05-01 | Fix sporadic test compilation failure caused by unused alias | rinpatch | |
2020-05-01 | Merge branch 'fix/openapi-limit' into 'develop' | lain | |
OpenAPI: Remove max pagination limit from the spec See merge request pleroma/pleroma!2457 | |||
2020-05-01 | OpenAPI: Remove max pagination limit from the spec | rinpatch | |
In an ideal world clients wouldn't try to request more than the max hardcoded limit, but SubwayTooter does. | |||
2020-05-01 | Merge branch 'bugfix/1727-fix-signature-decoding' into 'develop' | rinpatch | |
Bugfix/1727 fix signature decoding Closes #1727 See merge request pleroma/pleroma!2454 | |||
2020-05-01 | Restricted embedding of relationships where applicable (statuses / ↵ | Ivan Tashkinov | |
notifications / accounts rendering). Added support for :skip_notifications for accounts listing (index.json). Adjusted tests. | |||
2020-05-01 | Merge branch 'fix-notifications-loading-in-pleroma-fe' into 'develop' | lain | |
Notifications loading fix (PleromaFE) See merge request pleroma/pleroma!2455 | |||
2020-05-01 | Updated PleromaFE bundle to prevent notifications loading issue due to ↵ | Ivan Tashkinov | |
unsupported parameter (`with_move`). | |||
2020-05-01 | MappedSignatureToIdentityPlug: Fix. | lain | |