Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-21 | [#1304] Merged `develop`, handled User.Info.invisible. | Ivan Tashkinov | |
2019-10-21 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1304-user-info-deprecation # Conflicts: # lib/pleroma/user/info.ex # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/activity_pub/transmogrifier.ex | |||
2019-10-21 | Merge branch 'develop' into refactor/following-relationships | Egor Kislitsyn | |
2019-10-20 | [#1304]. Post-merge fixes. Merge branch 'develop' of ↵ | Ivan Tashkinov | |
git.pleroma.social:pleroma/pleroma into 1304-user-info-deprecation # Conflicts: # CHANGELOG.md # lib/pleroma/notification.ex # lib/pleroma/user.ex # lib/pleroma/user/info.ex # lib/pleroma/web/admin_api/admin_api_controller.ex # lib/pleroma/web/ostatus/handlers/follow_handler.ex # lib/pleroma/web/ostatus/ostatus.ex # lib/pleroma/web/salmon/salmon.ex # lib/pleroma/web/websub/websub.ex # test/web/admin_api/admin_api_controller_test.exs # test/web/federator_test.exs # test/web/mastodon_api/controllers/conversation_controller_test.exs # test/web/ostatus/ostatus_controller_test.exs # test/web/ostatus/ostatus_test.exs # test/web/salmon/salmon_test.exs # test/web/websub/websub_test.exs | |||
2019-10-20 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1304-user-info-deprecation # Conflicts: # CHANGELOG.md # lib/pleroma/notification.ex # lib/pleroma/user.ex # lib/pleroma/user/info.ex # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/admin_api/admin_api_controller.ex # lib/pleroma/web/ostatus/handlers/follow_handler.ex # lib/pleroma/web/ostatus/ostatus.ex # lib/pleroma/web/salmon/salmon.ex # lib/pleroma/web/websub/websub.ex # test/web/admin_api/admin_api_controller_test.exs # test/web/federator_test.exs # test/web/mastodon_api/controllers/conversation_controller_test.exs # test/web/ostatus/ostatus_controller_test.exs # test/web/ostatus/ostatus_test.exs # test/web/salmon/salmon_test.exs # test/web/websub/websub_test.exs | |||
2019-10-20 | [#1304] Analysis issue fix. | Ivan Tashkinov | |
2019-10-20 | [#1304] Moved remaining fields from User.Info to User. | Ivan Tashkinov | |
Misc. fixes / improvements. | |||
2019-10-19 | user: implement User.invisible?/1 | Ariadne Conill | |
2019-10-18 | kill almost all of the OStatus module | Ariadne Conill | |
2019-10-18 | websub: remove entirely | Ariadne Conill | |
2019-10-18 | Fix a migration wiping user info of users that don't have any mutes | rinpatch | |
And introduce safe_jsonb_set | |||
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-16 | Merge branch 'feature/multiple-users-activation-permissions' into 'develop' | feld | |
Ability to toggle activation status, permission group & delete multiple users Closes admin-fe#39 See merge request pleroma/pleroma!1825 | |||
2019-10-15 | DELETE /api/pleroma/admin/users now accepts nicknames array | Maxim Filippov | |
2019-10-11 | Replace `user.following` with Pleroma.FollowingRelationship | Egor Kislitsyn | |
2019-10-10 | Merge remote-tracking branch 'origin/develop' into benchmark-finishing | lain | |
2019-10-09 | Ability to toggle activation status and permission group for a group of users | Maxim Filippov | |
2019-10-06 | Move local keys out of `user.info` | rinpatch | |
2019-10-05 | Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity | eugenijm | |
2019-10-05 | Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'" | kaniini | |
This reverts merge request !1737 | |||
2019-10-04 | Merge branch 'user-info-unread-direct-conversation' into 'develop' | kaniini | |
Add the `unread_conversation_count` field to the user info See merge request pleroma/pleroma!1737 | |||
2019-10-04 | Fix get_cached_by_nickname_or_id not allowing to get local users by | rinpatch | |
nickname Closes #1293 | |||
2019-10-04 | Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity | eugenijm | |
2019-09-26 | Merge branch 'develop' into tests/mastodon_api_controller.ex | Maksim Pechnikov | |
2019-09-26 | Merge branch 'refactor/user' into 'develop' | kaniini | |
Simplify updating user's `info` See merge request pleroma/pleroma!1712 | |||
2019-09-26 | Merge branch 'hex-flake-id' into 'develop' | kaniini | |
Replace `Pleroma.FlakeId` with `flake_id` hex package See merge request pleroma/pleroma!1692 | |||
2019-09-25 | Replace `Pleroma.FlakeId` with `flake_id` hex package | Egor Kislitsyn | |
2019-09-24 | Cleanup Pleroma.User | Egor Kislitsyn | |
2019-09-24 | Add User.change_info/2 and User.update_info/2 | Egor Kislitsyn | |
2019-09-24 | Do not return tuple when unneeded | Egor Kislitsyn | |
2019-09-24 | Merge branch 'develop' into tests/mastodon_api_controller.ex | Maksim Pechnikov | |
2019-09-23 | Merge branch 'develop' into tests/mastodon_api_controller.ex | Maksim Pechnikov | |
2019-09-22 | Admin API: Add ability to force user's password reset | Maxim Filippov | |
2019-09-17 | Merge branch 'support/tests' into 'develop' | rinpatch | |
add tests for activity_pub/utils.ex See merge request pleroma/pleroma!1627 | |||
2019-09-16 | Merge branch 'feature/delivery-tracking' into 'develop' | kaniini | |
Track signed fetches of objects and use them for delete federation See merge request pleroma/pleroma!1661 | |||
2019-09-15 | Merge branch 'develop' into support/tests | Maksim Pechnikov | |
2019-09-15 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # docs/config.md | |||
2019-09-14 | Merge branch 'fix/truncate-remote-user-fields' into 'develop' | rinpatch | |
Truncate remote user fields See merge request pleroma/pleroma!1619 | |||
2019-09-14 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # docs/config.md # mix.lock | |||
2019-09-13 | Merge branch 'develop' into feature/delivery-tracking | rinpatch | |
2019-09-13 | Merge branch 'cleanup-activity' into 'develop' | lain | |
Cleanup `Pleroma.Activity` and add more tests See merge request pleroma/pleroma!1623 | |||
2019-09-13 | Use delivery info when federating deletes | rinpatch | |
2019-09-13 | Add email change endpoint | Egor Kislitsyn | |
2019-09-13 | Cleanup Pleroma.Activity and Pleroma.Web.ActivityPub.Utils | Egor Kislitsyn | |
2019-09-12 | Track object/create activity fetches | rinpatch | |
2019-09-07 | Merge branch 'develop' into support/tests | Maksim Pechnikov | |
2019-09-06 | tests for mastodon_api_controller.ex | Maksim Pechnikov | |
2019-09-06 | generating remote users | Alex S | |
2019-09-06 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # test/web/twitter_api/twitter_api_controller_test.exs | |||
2019-09-05 | Move checking for restrict_local to User.get_cached_by_id_or_nickname | rinpatch | |