Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-02 | Add welcome chatmessages | Ilja | |
* I added the option in config/config.exs * created a new module lib/pleroma/user/welcome_chat_message.ex * Added it to the registration flow * added to the cheatsheet * added to the config/description.ex * added to the Changelog.md | |||
2020-07-29 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
1993-confirm-users-on-registration | |||
2020-07-29 | AccountController: Don't explicitly ask to keep users unconfirmed. | lain | |
Confirmation is set in User.register_changeset based on the config settings. | |||
2020-07-27 | Lint, fix test | Alex Gleason | |
2020-07-27 | Add configurable registration_reason limit | Alex Gleason | |
2020-07-27 | Merge remote-tracking branch 'upstream/develop' into by-approval | Alex Gleason | |
2020-07-26 | Merge remote-tracking branch 'upstream/develop' into by-approval | Alex Gleason | |
2020-07-23 | Merge branch 'develop' into issue/1934-welcome-email | Maksim Pechnikov | |
2020-07-22 | fix sender for welcome email | Maksim Pechnikov | |
2020-07-21 | added welcome email | Maksim Pechnikov | |
2020-07-17 | Fully delete users with status :approval_pending | Alex Gleason | |
2020-07-14 | Test User with confirmation_pending: true, approval_pending: true | Alex Gleason | |
2020-07-14 | AdminAPI: Add `PATCH /api/pleroma/admin/users/approve` endpoint | Alex Gleason | |
2020-07-12 | Make a user unapproved when registering with `account_approval_required` on | Alex Gleason | |
2020-07-12 | Add `approval_pending` field to User | Alex Gleason | |
2020-07-11 | fix reset confirmation email in admin section | Maksim Pechnikov | |
2020-07-03 | User: On registration, set `accepts_chat_messages` to true. | lain | |
2020-07-01 | ActivityPub: Handle clashing nicknames for the same ap id | lain | |
If we get a new user (identified by ap_id) that would have the same nickname as an existing user, give the existing user a nickname that is prepended with the user id, as this will never clash. This can happen when a user switches server software and that soft- ware generates ap ids in a different way. | |||
2020-06-24 | Filter outstanding follower requests from deactivated accounts | Mark Felder | |
2020-06-22 | Merge branch 'feature/1739-account-endpoints' into 'develop' | lain | |
account visibility in masto api Closes #1739 See merge request pleroma/pleroma!2488 | |||
2020-06-08 | Merge branch 'feature/delete-follow-requests-on-user-deletion' into 'develop' | lain | |
Delete outgoing pending follow requests on user deletion See merge request pleroma/pleroma!2631 | |||
2020-06-07 | Delete pending follow requests on user deletion | Sergey Suprunenko | |
2020-06-04 | Use atoms as keys in `ActivityPub.fetch_*` functions options | Egor Kislitsyn | |
2020-05-30 | Fix config setting to not affect other tests | Roman Chvanikov | |
2020-05-25 | UserTest: Add test for user refreshing. | lain | |
2020-05-22 | Merge branch 'announce-validator' into 'develop' | Haelwenn | |
Announce validator See merge request pleroma/pleroma!2567 | |||
2020-05-21 | Announcements: Fix all tests. | lain | |
2020-05-21 | Added the ability to upload background, logo, default user avatar, instance ↵ | eugenijm | |
thumbnail, and the NSFW hiding image via AdminFE | |||
2020-05-20 | Merge branch 'feature/1734-user-deletion' into 'develop' | lain | |
User deletion Closes #1734 See merge request pleroma/pleroma!2493 | |||
2020-05-19 | UserTest: Hide warning in tests. | lain | |
2020-05-18 | return :visible instead of boolean | Alexander Strizhakov | |
2020-05-18 | account visibility | Alexander Strizhakov | |
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-05-08 | user deletion | Alexander Strizhakov | |
2020-05-03 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/delete-validator | |||
2020-05-02 | Deactivate local users on deletion instead of deleting the record | rinpatch | |
Prevents the possibility of re-registration, which allowed to read DMs of the deleted account. Also includes a migration that tries to find any already deleted accounts and insert skeletons for them. Closes pleroma/pleroma#1687 | |||
2020-04-30 | SideEffects: Fix comment | lain | |
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 | 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 | Streamer: Stream boosts to the boosting user. | lain | |
2020-04-16 | Merge branch 'develop' into features/remove-user-source_data | rinpatch | |
2020-04-16 | Merge branch 'refactor/remove-upgrade-changeset' into 'develop' | rinpatch | |
Remove User.upgrade_changeset in favor of remote_user_creation See merge request pleroma/pleroma!2368 | |||
2020-04-11 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-04-11 | Remove User.upgrade_changeset in favor of remote_user_creation | rinpatch | |
The two changesets had the same purpose, yet some changes were updated in one, but not the other (`uri`, for example). Also makes `Transmogrifier.upgrade_user_from_ap_id` be called from `ActivityPub.make_user_from_ap_id` only when the user is actually not AP enabled yet. I did not bother rewriting tests that used `User.insert_or_update` to use the changeset instead because they seemed to just test the implementation, rather than behavior. | |||
2020-04-10 | User: remove source_data | Haelwenn (lanodan) Monnier | |
2020-04-08 | formatter.ex: Use Phoenix.HTML for mention/hashtag generation | rinpatch | |
Unlike concatenating strings, this makes sure everything is escaped. Tests had to be changed because Phoenix.HTML runs attributes through Enum.sort before generation for whatever reason. | |||
2020-04-06 | Merge branch 'remake-remodel-2' into 'develop' | lain | |
Ingestion Pipeline Revamp See merge request pleroma/pleroma!2315 | |||
2020-03-28 | FollowingRelationship storage & performance optimizations (state turned ↵ | Ivan Tashkinov | |
`ecto_enum`-driven integer, reorganized indices etc.). | |||
2020-03-25 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-notifications-sending-control | |||
2020-03-25 | Fixed incorrect usage of "relations" as a short form of "relationships". | Ivan Tashkinov | |