Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-18 | Merge branch 'develop' into feature/admin-api-status-count-per-instance | Roman Chvanikov | |
2020-05-18 | test naming fix | Alexander Strizhakov | |
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-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-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 | CommonAPI: Unblock a user even if we don't have an activity. | lain | |
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-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 | 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 | 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 | Merge develop | Roman Chvanikov | |
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 | Merge branch 'fix/1742-random-failing-tests' into 'develop' | lain | |
Fix sporadically failing tests See merge request pleroma/pleroma!2524 | |||
2020-05-13 | Chat: Allow posting without content if an attachment is present. | lain | |
2020-05-13 | InstanceView: Add pleroma chat messages to nodeinfo | lain | |
2020-05-13 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-13 | Add OpenAPI spec for SuggestionController | Egor Kislitsyn | |
2020-05-13 | Merge 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-13 | Merge branch 'openapi/statuses' into 'develop' | lain | |
Add OpenAPI spec for StatusController See merge request pleroma/pleroma!2521 | |||
2020-05-13 | Merge branch 'openapi/timelines' into 'develop' | lain | |
Add OpenAPI spec for TimelineController See merge request pleroma/pleroma!2506 | |||
2020-05-13 | ignore order | Alexander Strizhakov | |
2020-05-13 | don't use async with global mocks | Alexander Strizhakov | |
2020-05-13 | don't use global mocks in setup callbacks | Alexander Strizhakov | |
2020-05-13 | don't run in async if tests depend on env config | Alexander Strizhakov | |
2020-05-13 | correct order for publised in assert | Alexander Strizhakov | |
2020-05-13 | make test fail everytime | Alexander Strizhakov | |
2020-05-13 | don't run tests which change env in async | Alexander Strizhakov | |
2020-05-13 | {:error, :enoent} s3 fix | Alexander Strizhakov | |
s3 tests were executed before temp file was uploaded | |||
2020-05-12 | Upgrade Comeonin to v5 | Alex Gleason | |
https://github.com/riverrun/comeonin/blob/master/UPGRADE_v5.md | |||
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-05-12 | Filter config descriptions by config whitelist | Stephanie Wilde-Hobbs | |
2020-05-12 | Merge branch 'streamer-get-topic' into 'develop' | rinpatch | |
Expand and authorize streams in Streamer directly See merge request pleroma/pleroma!2519 | |||
2020-05-12 | Fix typo in test | href | |