Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-27 | Do not allow deactivated auth to pass mongooseim checksmongoose-im-deactivated-users | Hannah Ward | |
2020-04-26 | Let blob: pass CSP | Alex Gleason | |
2020-04-25 | [#1706] Formatting fix. | Ivan Tashkinov | |
2020-04-25 | [#1706] Prevented error on unresolved activity actors for timeline actions. | Ivan Tashkinov | |
2020-04-24 | Merge branch 'bugfix/announce-race-condition' into 'develop' | rinpatch | |
Announcements: Prevent race condition. See merge request pleroma/pleroma!2423 | |||
2020-04-24 | Merge branch 'reply-filtering-refactor' into 'develop' | lain | |
Reply filtering refactor See merge request pleroma/pleroma!2424 | |||
2020-04-24 | Reply Filtering: Refactor. | lain | |
2020-04-24 | Merge branch 'openapi-improvements' into 'develop' | lain | |
Support validation for inline OpenAPI schema and automatic tests for examples Closes #1696 See merge request pleroma/pleroma!2421 | |||
2020-04-24 | reply filtering | Alexander | |
2020-04-24 | Announcements: Prevent race condition. | lain | |
2020-04-24 | Credo fixes. | lain | |
2020-04-24 | ActivitPub: Remove `like` function. | lain | |
We don't need another way to build likes. | |||
2020-04-24 | Support validation for inline OpenAPI schema and automatic tests for examples | Egor Kislitsyn | |
2020-04-23 | Merge branch 'bugfix/repeating-announce' into 'develop' | rinpatch | |
CommonAPI: Don't make repeating announces possible See merge request pleroma/pleroma!2418 | |||
2020-04-23 | CommonAPI: Don't make repeating announces possible | lain | |
2020-04-23 | Merge branch 'bugfix/null-scheduled-at' into 'develop' | rinpatch | |
StatusController: Ignore nil scheduled_at parameters. Closes #1699 See merge request pleroma/pleroma!2412 | |||
2020-04-22 | Merge branch 'bugfix/1629-fav-race-condition' into 'develop' | lain | |
SideEffects: Run in transaction. Closes #1629 See merge request pleroma/pleroma!2417 | |||
2020-04-22 | SideEffects: Use less cryptic syntax. | lain | |
2020-04-22 | Merge branch 'bugfix/1670-user-count' into 'develop' | Haelwenn | |
Stats: Ignore internal users for user count. Closes #1670 See merge request pleroma/pleroma!2414 | |||
2020-04-22 | Stats: Use `invisible` property for filtering. | lain | |
2020-04-22 | SideEffects: Run in transaction. | lain | |
This fixes race conditions. | |||
2020-04-22 | Merge branch 'fix/follow-and-blocks-import' into 'develop' | Haelwenn | |
Fix follower/blocks import when nicknames starts with @ Closes #1698 See merge request pleroma/pleroma!2416 | |||
2020-04-22 | Merge branch 'bugfix/following-fix-status-code' into 'develop' | Haelwenn | |
AccountController: Use code 400 for self-follow. Closes #1674 See merge request pleroma/pleroma!2413 | |||
2020-04-22 | Merge branch 'bugfix/1543-streaming-boosts' into 'develop' | Haelwenn | |
Streamer: Stream boosts to the boosting user. Closes #1543 See merge request pleroma/pleroma!2415 | |||
2020-04-22 | Fix Oban warning | Egor Kislitsyn | |
Warning example: [warn] Expected Elixir.Pleroma.Workers.BackgroundWorker.perform/2 to return :ok, {:ok, value}, or {:error, reason}. Instead received: [error: "not found @user@server.party", error: "not found "] The job will be considered a success. | |||
2020-04-22 | Fix blocks import | Egor Kislitsyn | |
2020-04-22 | Fix follow import | Egor Kislitsyn | |
2020-04-22 | Streamer: Stream boosts to the boosting user. | lain | |
2020-04-22 | Merge branch 'feature/voters-count' into 'develop' | Haelwenn | |
Polls: Persist and show voters' count Closes #1702 See merge request pleroma/pleroma!2411 | |||
2020-04-22 | Merge branch 'worker-messages' into 'develop' | Haelwenn | |
Worker messages Closes #1705 See merge request pleroma/pleroma!2410 | |||
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 | 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-21 | Merge branch 'openapi/custom-emojis' into 'develop' | lain | |
Add OpenAPI spec for CustomEmojiController See merge request pleroma/pleroma!2375 | |||
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 remote-tracking branch 'upstream/develop' into accept-deletes | Alex Gleason | |
2020-04-20 | Add :reject_deletes option to SimplePolicy | Alex Gleason | |
2020-04-20 | Merge branch 'cleanup-subscription-controller' into 'develop' | lain | |
Cleanup SubscriptionController See merge request pleroma/pleroma!2393 | |||
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 | Cleanup and DRY the Router | Egor Kislitsyn | |
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-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 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 |