Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-22 | Merge branch 'microformats' into 'develop' | lain | |
static_fe: Add microformats2 classes See merge request pleroma/pleroma!2215 | |||
2020-04-22 | static_fe: Add microformats2 classes | Karol Kosek | |
2020-04-22 | Stats: Ignore internal users for user count. | lain | |
2020-04-22 | AccountController: Use code 400 for self-follow. | lain | |
2020-04-22 | Merge branch 'fix/1689-fix-migrate-to-db' into 'develop' | lain | |
Fix migrate to db config Closes #1689 See merge request pleroma/pleroma!2394 | |||
2020-04-22 | StatusController: Ignore nil scheduled_at parameters. | lain | |
2020-04-22 | Merge branch 'docs/debian-packages' into 'develop' | lain | |
debian_based_*.md: Use erlang-nox metapackage See merge request pleroma/pleroma!2268 | |||
2020-04-22 | Apply suggestion to docs/installation/debian_based_en.md | lain | |
2020-04-22 | Polls: Persist and show voters' count | lain | |
2020-04-22 | Federator: Return proper values for jobs | lain | |
2020-04-22 | WebPush: Return proper values for jobs. | lain | |
2020-04-22 | Litepub: Add ChatMessage. | lain | |
2020-04-22 | ChatMessageValidator: Validation changes | lain | |
Don't validate if the recipient is blocking the actor. | |||
2020-04-21 | Add OpenAPI schema for FlakeID | Egor Kislitsyn | |
2020-04-21 | Improve OpenAPI schema | Egor Kislitsyn | |
- Removes unneeded wrapping in examples - Adds `:format` attributes | |||
2020-04-21 | ChatControllerTest: Credo fixes. | lain | |
2020-04-21 | ChatController: Validate parameters. | lain | |
2020-04-21 | Chats: Add API specs. | lain | |
2020-04-21 | Automatic checks of authentication / instance publicity. Definition of ↵ | Ivan Tashkinov | |
missing OAuth scopes in AdminAPIController. Refactoring. | |||
2020-04-21 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-21 | Merge branch 'openapi/custom-emojis' into 'develop' | lain | |
Add OpenAPI spec for CustomEmojiController See merge request pleroma/pleroma!2375 | |||
2020-04-21 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-21 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-no-pushes-from-blocked-domains-users # Conflicts: # CHANGELOG.md | |||
2020-04-20 | Merge branch 'accept-deletes' into 'develop' | rinpatch | |
Always accept deletions through SimplePolicy, add :reject_deletes group See merge request pleroma/pleroma!2371 | |||
2020-04-20 | Merge branch 'router-cleanup' into 'develop' | rinpatch | |
Cleanup and DRY the Router See merge request pleroma/pleroma!2406 | |||
2020-04-20 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-20 | Merge remote-tracking branch 'upstream/develop' into accept-deletes | Alex Gleason | |
2020-04-20 | Add :reject_deletes option to SimplePolicy | Alex Gleason | |
2020-04-20 | Add OpenAPI spec for `AccountController.identity_proofs` operation | Egor Kislitsyn | |
2020-04-20 | Merge branch 'develop' into openapi/account | Egor Kislitsyn | |
2020-04-20 | Merge branch 'cleanup-subscription-controller' into 'develop' | lain | |
Cleanup SubscriptionController See merge request pleroma/pleroma!2393 | |||
2020-04-20 | Merge branch 'fix-object_age_policy' into 'develop' | lain | |
Fix ObjectAgePolicy See merge request pleroma/pleroma!2404 | |||
2020-04-20 | Fix ObjectAgePolicyTest | Ilja | |
The policy didn't block old posts as it should. * I fixed it and tested on a test server * I added the settings to description so that this information is shown in nodeinfo * TODO: I didn't work TTD and still need to fix the tests | |||
2020-04-20 | Merge branch 'mrf-docs-update' into 'develop' | lain | |
Expand MRF SimplePolicy docs See merge request pleroma/pleroma!2370 | |||
2020-04-20 | Cleanup and DRY the Router | Egor Kislitsyn | |
2020-04-20 | ChatMessageView: Support emoji. | lain | |
2020-04-20 | ChatMessage: Support emoji. | lain | |
2020-04-20 | ChatMessageValidator: Require `published` field | lain | |
2020-04-20 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-20 | Credo fixes. | lain | |
2020-04-20 | CommonAPI: Obey local limit for chat messages. | lain | |
2020-04-20 | ChatMessageValidator: Don't validate messages that are too long. | lain | |
2020-04-19 | Merge branch '1559-follow-request-notifications' into 'develop' | rinpatch | |
[#1559] Support for "follow_request" notifications Closes #1559 See merge request pleroma/pleroma!2354 | |||
2020-04-19 | Merge branch 'bugfix/mix.exs-version-dot-git-less' into 'develop' | rinpatch | |
mix.exs: Do not bail out when .git doesn’t exists See merge request pleroma/pleroma!2405 | |||
2020-04-19 | mix.exs: Do not bail out when .git doesn’t exists | Haelwenn (lanodan) Monnier | |
2020-04-18 | Merge branch 'bugfix/1697-user_emoji_miration' into 'develop' | Haelwenn | |
migrations/20200406100225_users_add_emoji: Fix tag to Emoji filtering, electric bongaloo Closes #1697 See merge request pleroma/pleroma!2403 | |||
2020-04-17 | Apply suggestion to priv/repo/migrations/20200406100225_users_add_emoji.exs | Haelwenn | |
2020-04-17 | Apply suggestion to lib/pleroma/web/activity_pub/activity_pub.ex | Haelwenn | |
2020-04-17 | migrations/20200406100225_users_add_emoji: Fix tag to Emoji filtering, ↵ | Haelwenn (lanodan) Monnier | |
electric bongaloo | |||
2020-04-17 | Merge branch '1682-basic-auth-permissions-fix' into 'develop' | rinpatch | |
[#1682] Fixed Basic Auth permissions issue Closes #1682 See merge request pleroma/pleroma!2401 |