aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma
AgeCommit message (Collapse)Author
2020-05-18ActivityPub.Utils: Use system time instead of os time for timestampsuse-system-timelain
2020-05-18copyright updateAlexander Strizhakov
2020-05-18Merge branch 'show-media-endpoint-fixes' into 'develop'lain
MediaController OAuth scope assignments fix See merge request pleroma/pleroma!2541
2020-05-18MediaController: enforced owner-only access in :show action.Ivan Tashkinov
Improved error response on denied access (now 403). Adjusted tests.
2020-05-17Pleroma Authenticator: Also update passwords here.lain
2020-05-17AuthenticationPlug: Also update crypt passwords.lain
2020-05-17Authentication Plug: Update bcrypt password on login.lain
2020-05-17Merge branch 'restricted-relations-embedding' into 'develop'lain
Restricted support for embedded relationships See merge request pleroma/pleroma!2456
2020-05-17MediaController OAuth scope assignments fix.Ivan Tashkinov
Typo fix (`def get_media` instead of `def show`).
2020-05-16Merge branch 'features/mastoapi_v2_media' into 'develop'lain
MastodonAPI: /api/v2/media endpoints See merge request pleroma/pleroma!2439
2020-05-16CommonAPI: Unblock a user even if we don't have an activity.lain
2020-05-15returning partial chainAlexander Strizhakov
2020-05-15[OpenAPI] Mark all not required request fields as nullableEgor Kislitsyn
2020-05-14Merge branch 'feature/database-configuration-whitelist' into 'develop'rinpatch
Database configuration whitelist See merge request pleroma/pleroma!2522
2020-05-14Merge branch 'bcrypt-auth' into 'develop'lain
Handle bcrypt passwords for Mastodon migration See merge request pleroma/pleroma!2527
2020-05-14Pbkdf2.verify_pass --> AuthenticationPlug.checkpwAlex Gleason
2020-05-14Do not require `description` in `update` actionEgor Kislitsyn
2020-05-14Fix OpenAPI specEgor Kislitsyn
2020-05-14Allow whitelisting whole groupsStephanie Wilde-Hobbs
2020-05-14Style fixesSteph
2020-05-14Add OpenAPISpex for MediaControllerHaelwenn (lanodan) Monnier
2020-05-14Merge branch 'openapi/pleroma-api/accounts' into 'develop'lain
Add OpenAPI spec for PleromaAPI.AccountController See merge request pleroma/pleroma!2528
2020-05-14Apply suggestion to ↵lain
lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex
2020-05-14Apply suggestion to ↵lain
lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex
2020-05-14MastodonAPI: /api/v2/media endpointsHaelwenn (lanodan) Monnier
2020-05-13Add `pleroma_internal` as an internal fieldAlex Gleason
2020-05-13[#2456] OpenAPI-related tweaks. Removed support for `with_relationships` ↵Ivan Tashkinov
param in `GET /api/v1/accounts/search`.
2020-05-13Handle bcrypt passwords for Mastodon migrationAlex Gleason
2020-05-13Add OpenAPI spec for PleromaAPI.AccountControllerEgor Kislitsyn
2020-05-13[#2456] Changed `embed_relationships` param to `with_relationships`.Ivan Tashkinov
2020-05-13Add OpenAPI spec for SuggestionControllerEgor Kislitsyn
2020-05-13[#2456] Post-merge fix.Ivan Tashkinov
2020-05-13Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
restricted-relations-embedding # Conflicts: # lib/pleroma/web/mastodon_api/controllers/status_controller.ex # lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex # test/web/mastodon_api/controllers/timeline_controller_test.exs # test/web/mastodon_api/views/status_view_test.exs
2020-05-13Merge branch 'openapi/statuses' into 'develop'lain
Add OpenAPI spec for StatusController See merge request pleroma/pleroma!2521
2020-05-13Merge branch 'openapi/timelines' into 'develop'lain
Add OpenAPI spec for TimelineController See merge request pleroma/pleroma!2506
2020-05-12Upgrade Comeonin to v5Alex Gleason
https://github.com/riverrun/comeonin/blob/master/UPGRADE_v5.md
2020-05-13Fix formatEgor Kislitsyn
2020-05-12Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.exminibikini
2020-05-12Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.exminibikini
2020-05-12Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.exminibikini
2020-05-12Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.exminibikini
2020-05-12Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.exminibikini
2020-05-12Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.exminibikini
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-05-12Filter config descriptions by config whitelistStephanie Wilde-Hobbs
2020-05-12[#2456] OpenAPI: added `embed_relationships` param definition.Ivan Tashkinov
2020-05-12Merge branch 'streamer-get-topic' into 'develop'rinpatch
Expand and authorize streams in Streamer directly See merge request pleroma/pleroma!2519
2020-05-12Merge branch '1757-blocks-breaking-on-disabled-outgoing-blocks' into 'develop'rinpatch
ActivityPub: Fix non-federating blocks. Closes #1757 See merge request pleroma/pleroma!2514
2020-05-12Merge branch '1748-remote-following-follower-count' into 'develop'rinpatch
Transmogrifier: On incoming follow accept, update follow counts. Closes #1748 See merge request pleroma/pleroma!2515
2020-05-12[#2456] Added support for `embed_relationships` param, nailed down endpoints ↵Ivan Tashkinov
which should support it. Fixed :source_mutes relationships subset fetching.