Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-18 | copyright update | Alexander Strizhakov | |
2020-05-18 | InstanceView: Expose background image link. | lain | |
This will make it easier for more clients to support this feature. | |||
2020-05-18 | Merge branch 'show-media-endpoint-fixes' into 'develop' | lain | |
MediaController OAuth scope assignments fix See merge request pleroma/pleroma!2541 | |||
2020-05-18 | Merge branch 'develop' into feature/admin-api-status-count-per-instance | Roman Chvanikov | |
2020-05-18 | return :visible instead of boolean | Alexander Strizhakov | |
2020-05-18 | removing 410 status | Alexander Strizhakov | |
2020-05-18 | account visibility | Alexander Strizhakov | |
2020-05-18 | MediaController: enforced owner-only access in :show action. | Ivan Tashkinov | |
Improved error response on denied access (now 403). Adjusted tests. | |||
2020-05-18 | updated docs | Maksim Pechnikov | |
2020-05-17 | SideEffects: Don't update unread count for actor in chatmessages. | lain | |
2020-05-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-17 | Pleroma Authenticator: Also update passwords here. | lain | |
2020-05-17 | AuthenticationPlug: Also update crypt passwords. | lain | |
2020-05-17 | Authentication Plug: Update bcrypt password on login. | lain | |
2020-05-17 | Merge branch 'restricted-relations-embedding' into 'develop' | lain | |
Restricted support for embedded relationships See merge request pleroma/pleroma!2456 | |||
2020-05-17 | MediaController OAuth scope assignments fix. | Ivan Tashkinov | |
Typo fix (`def get_media` instead of `def show`). | |||
2020-05-17 | added example cache purge script | Maksim Pechnikov | |
2020-05-16 | Merge branch 'features/mastoapi_v2_media' into 'develop' | lain | |
MastodonAPI: /api/v2/media endpoints See merge request pleroma/pleroma!2439 | |||
2020-05-16 | Merge branch 'develop' into 'remove-twitter-api' | lain | |
# Conflicts: # lib/pleroma/web/nodeinfo/nodeinfo_controller.ex | |||
2020-05-16 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
2168-media-preview-proxy | |||
2020-05-16 | CommonAPI: Unblock a user even if we don't have an activity. | lain | |
2020-05-15 | added media proxy invalidation | Maksim Pechnikov | |
2020-05-15 | Merge branch 'fix/digest-task-otp' into 'develop' | lain | |
Fix digest mix task on OTP releases See merge request pleroma/pleroma!2526 | |||
2020-05-15 | returning partial chain | Alexander Strizhakov | |
2020-05-15 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-15 | Chats: Add updated_at to Schema and docs. | lain | |
2020-05-15 | [OpenAPI] Mark all not required request fields as nullable | Egor Kislitsyn | |
2020-05-14 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
2168-media-preview-proxy # Conflicts: # mix.lock | |||
2020-05-14 | [#2497] Added support for :eimp for image resizing. | Ivan Tashkinov | |
2020-05-14 | Merge branch 'feature/database-configuration-whitelist' into 'develop' | rinpatch | |
Database configuration whitelist See merge request pleroma/pleroma!2522 | |||
2020-05-14 | Merge branch 'bcrypt-auth' into 'develop' | lain | |
Handle bcrypt passwords for Mastodon migration See merge request pleroma/pleroma!2527 | |||
2020-05-14 | Pbkdf2.verify_pass --> AuthenticationPlug.checkpw | Alex Gleason | |
2020-05-14 | Do not require `description` in `update` action | Egor Kislitsyn | |
2020-05-14 | Fix OpenAPI spec | Egor Kislitsyn | |
2020-05-14 | Allow whitelisting whole groups | Stephanie Wilde-Hobbs | |
2020-05-14 | ChatView: Add update_at field. | lain | |
2020-05-14 | Style fixes | Steph | |
2020-05-14 | Add OpenAPISpex for MediaController | Haelwenn (lanodan) Monnier | |
2020-05-14 | Merge branch 'openapi/pleroma-api/accounts' into 'develop' | lain | |
Add OpenAPI spec for PleromaAPI.AccountController See merge request pleroma/pleroma!2528 | |||
2020-05-14 | Apply suggestion to ↵ | lain | |
lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex | |||
2020-05-14 | Apply suggestion to ↵ | lain | |
lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex | |||
2020-05-14 | MastodonAPI: /api/v2/media endpoints | Haelwenn (lanodan) Monnier | |
2020-05-14 | MRF.StealEmojiPolicy: New Policy | Haelwenn (lanodan) Monnier | |
Inspired by https://git.pleroma.social/moonman/emoji-stealer-mrf/-/blob/master/steal_emoji_policy.ex | |||
2020-05-13 | Add `pleroma_internal` as an internal field | Alex Gleason | |
2020-05-13 | Merge develop | Roman Chvanikov | |
2020-05-13 | [#2456] OpenAPI-related tweaks. Removed support for `with_relationships` ↵ | Ivan Tashkinov | |
param in `GET /api/v1/accounts/search`. | |||
2020-05-13 | Handle bcrypt passwords for Mastodon migration | Alex Gleason | |
2020-05-13 | Add OpenAPI spec for PleromaAPI.AccountController | Egor Kislitsyn | |
2020-05-13 | Chat: Allow posting without content if an attachment is present. | lain | |
2020-05-13 | [#2456] Changed `embed_relationships` param to `with_relationships`. | Ivan Tashkinov | |