Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-11 | CI: Upload the image for all platforms | Lain Soykaf | |
For some reason the other platforms started failing, too. This fixes it. Why? Don't know. | |||
2022-01-11 | Pleroma-FE bundle: update to b13d8f7e6339e877a38a28008630dc8ec64abcdf | rinpatch | |
2022-01-11 | mix.lock: sync with mix.exs | rinpatch | |
hackney version was bumped in mix.exs, but mix.lock was not updated | |||
2022-01-11 | Add 2.4.2 changelog entry and bump mix version | rinpatch | |
2022-01-11 | Merge branch 'fix/rich-media-test-escape-unicrud' into 'develop' | Alex Gleason | |
Escape unicode RTL overrides in rich media parser tests See merge request pleroma/pleroma!3598 | |||
2022-01-11 | Merge branch 'pleroma-result-1_13' into 'develop' | lain | |
move result into with guard See merge request pleroma/pleroma!3557 | |||
2022-01-10 | Merge remote-tracking branch 'origin/develop' into account-endorsements | marcin mikołajczak | |
2022-01-10 | Merge branch 'fix/rich-media-test-escape-unicrud' into 'develop' | Alex Gleason | |
Escape unicode RTL overrides in rich media parser tests See merge request pleroma/pleroma!3598 | |||
2022-01-10 | Escape unicode RTL overrides in rich media parser tests | rinpatch | |
Elixir 1.13 does not allow them in raw form anymore, resulting in errors like this when running the test: == Compilation error in file test/pleroma/web/rich_media/parser_test.exs == ** (SyntaxError) test/pleroma/web/rich_media/parser_test.exs:136:45: invalid bidirectional formatting character in string: \u202C. If you want to use such character, use it in its escaped \u202C form instead | |||
2022-01-10 | Merge branch 'update-hackney' into 'develop' | lain | |
Mix: upgrade Hackney to 1.18.0 Closes #2753 See merge request pleroma/pleroma!3549 | |||
2022-01-07 | Merge branch 'api-docs-fixes' into 'develop' | Alex Gleason | |
Docs: fix various Pleroma API endpoints paths, fix MFA response See merge request pleroma/pleroma!3596 | |||
2022-01-07 | Docs: fix various Pleroma API endpoints paths, fix MFA response | Alex Gleason | |
2022-01-02 | Merge branch 'change/web-push-encryption-dep' into 'develop' | Alex Gleason | |
Upgrade web_push_encryption to 0.3.1 See merge request pleroma/pleroma!3592 | |||
2022-01-01 | Upgrade web_push_encryption to 0.3.1 | Sean King | |
2022-01-01 | Merge branch 'change/concurrent-limiter-dep' into 'develop' | Alex Gleason | |
Change concurrent_limiter to version 0.1.1 See merge request pleroma/pleroma!3591 | |||
2022-01-01 | Change concurrent_limiter to Hex PM version 0.1.1 | Sean King | |
2021-12-31 | Merge branch 'erratic-streamer-test' into 'develop' | Alex Gleason | |
StreamerTest: tag erratic test See merge request pleroma/pleroma!3590 | |||
2021-12-31 | StreamerTest: tag erratic test | Alex Gleason | |
2021-12-30 | Merge more stuff from upstream develop branch | Sean King | |
2021-12-30 | Merge branch 'more-efficient-ci' into 'develop' | lain | |
CI: Use own package as base See merge request pleroma/pleroma!3577 | |||
2021-12-29 | Fix merge conflict in CHANGELOG.md | Sean King | |
2021-12-29 | Merge branch 'chore/user-relationships-target-id-rel-type-index' into 'develop' | lain | |
Added index on [:target_id, :relationship_type] to :user_relationships See merge request pleroma/pleroma!3588 | |||
2021-12-29 | `mix format` | Ivan Tashkinov | |
2021-12-29 | Added index on [:target_id, :relationship_type] to :user_relationships ↵ | Ivan Tashkinov | |
(speeds up `Notification.exclude_blockers/_`). | |||
2021-12-28 | Merge branch 'changelog' into 'develop' | Alex Gleason | |
Update CHANGELOG.md See merge request pleroma/pleroma!3586 | |||
2021-12-28 | Update CHANGELOG.md | Alex Gleason | |
2021-12-28 | Merge branch 'mastodon-lookup' into 'develop' | Alex Gleason | |
MastoAPI: Add `GET /api/v1/accounts/lookup` See merge request pleroma/pleroma!3584 | |||
2021-12-28 | AccountController.lookup: skip auth | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | AccountController.lookup: skip visibility check | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | wip | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | Merge remote-tracking branch 'pleroma/develop' into mastodon-lookup | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | MastoAPI: Add `GET /api/v1/accounts/lookup` | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | Merge branch 'apps-api-endpoint' into 'develop' | Alex Gleason | |
Apps API endpoint See merge request pleroma/pleroma!3583 | |||
2021-12-28 | Deal with target not found error in add_alias | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Test that the target account is re-fetched in move_account | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Make move_account endpoint process non-existent users properly | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Make move_following worker follow then unfollow | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Federate unfollow activity in move_following properly | Tusooa Zhu | |
0: Use the CommonAPI unfollow function to make sure the unfollow activity is federated. 1: Limit the follow and unfollow to local followers only, while let the romote servers decide whether to move their followers. Ref: emit-move | |||
2021-12-28 | Make Move activity federate properly | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Document aliases endpoints | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Add deleting alias endpoint | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Add get and add aliases endpoints | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Add User.add_alias/2 and User.alias_users/1 | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Add changelog | Tusooa Zhu | |
2021-12-28 | Document move_account API | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Implement moving account | Tusooa Zhu | |
Ref: emit-move | |||
2021-12-28 | Merge branch 'ensure-staff-privileged-strict' into 'develop' | Alex Gleason | |
EnsureStaffPrivilegedPlug: don't let non-moderators through See merge request pleroma/pleroma!3582 | |||
2021-12-27 | PleromaAPI.AppView: add test | Alex Gleason | |
2021-12-27 | AppController: remove unnecessary `require Logger` | Alex Gleason | |
2021-12-27 | Apps: add test for get_user_apps/1 | Alex Gleason | |