Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-14 | Add `:max_remote_account_fields` config option | Egor Kislitsyn | |
2019-08-13 | Merge branch 'length-limit-bio' into 'develop' | rinpatch | |
Add configurable length limits for `User.bio` and `User.name` See merge request pleroma/pleroma!1515 | |||
2019-08-13 | [#1149] Added more oban workers. Refactoring. | Ivan Tashkinov | |
2019-08-08 | Merge remote-tracking branch 'origin/develop' into pleroma-conversations | lain | |
2019-08-02 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-08-02 | Merge branch 'feature/hide-follows-remote' into 'develop' | lain | |
Refactor Follows/Followers counter syncronization and set hide_followers/hide_follows for remote users See merge request pleroma/pleroma!1411 | |||
2019-08-02 | Conversations: Add recipient list to conversation participation. | lain | |
This enables to address the same group of people every time. | |||
2019-08-01 | Add configurable length limits for `User.bio` and `User.name` | Egor Kislitsyn | |
2019-07-31 | Add tests for counters being updated on follow | rinpatch | |
2019-07-31 | tests for TwitterApi/UtilController | Maksim | |
2019-07-31 | Fix credo issues | rinpatch | |
2019-07-31 | Merge branch 'develop' into feature/hide-follows-remote | rinpatch | |
2019-07-28 | fixed User.update_and_set_cache for stale user | Maksim | |
2019-07-25 | Merge branch 'develop' into feature/hide-follows-remote | rinpatch | |
2019-07-24 | Add `domain_blocking` to the relationship API (GET ↵ | Eugenij | |
/api/v1/accounts/relationships) | |||
2019-07-24 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-23 | tests for Pleroma.Web.ActivityPub.Publisher | Maksim | |
2019-07-23 | move unauth'd user blocks?/2 check | Sadposter | |
2019-07-22 | Feature/1087 wildcard option for blocks | Alexander Strizhakov | |
2019-07-20 | Resolve merge conflicts | rinpatch | |
2019-07-20 | Apply suggestion to lib/pleroma/user.ex | rinpatch | |
2019-07-20 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-20 | [#1112] Preserving `id` on user insert conflict on order not to violate ↵ | Ivan Tashkinov | |
conversation_partipations_user_id_fkey constraint. | |||
2019-07-20 | Merge develop | Roman Chvanikov | |
2019-07-17 | user: add is_internal_user? helper function | Ariadne Conill | |
2019-07-17 | user: refactor get_or_create_instance_user() into ↵ | Ariadne Conill | |
get_or_create_service_actor_by_id() | |||
2019-07-16 | Merge develop | Roman Chvanikov | |
2019-07-15 | tests for Pleroma.Signature | Maksim | |
2019-07-14 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-14 | Feature/1072 muting notifications | Alexander Strizhakov | |
2019-07-14 | Add follow information refetching after following/unfollowing | rinpatch | |
2019-07-13 | Refactor Follows/Followers counter syncronization | rinpatch | |
- Actually sync counters in the database instead of info cache (which got overriden after user update was finished anyway) - Add following count field to user info - Set hide_followers/hide_follows for remote users based on http status codes for the first collection page | |||
2019-07-12 | merge develop | Roman Chvanikov | |
2019-07-10 | removing synchronization worker | Alex S | |
2019-07-10 | adding following_address field to user | Alex S | |
2019-07-10 | Send and handle "Delete" activity for deleted users | Sergey Suprunenko | |
2019-07-09 | Merge develop | Roman Chvanikov | |
2019-07-09 | Fix/1019 correct count remote users | Alexander Strizhakov | |
2019-07-05 | [#1043] fix search accounts. | Maksim | |
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-24 | [#184] small refactoring reset password | Maksim | |
2019-06-24 | Rework user deletion | Sergey Suprunenko | |
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-07 | Resolve conflicts | Roman Chvanikov | |
2019-06-05 | Merge branch 'bugfix/377-stuck-follow-request' into 'develop' | kaniini | |
Bugfix/377 stuck follow request Closes #377 See merge request pleroma/pleroma!1250 | |||
2019-06-05 | Merge branch 'improve-search' into 'develop' | kaniini | |
[#943] Contain search for unauthenticated users See merge request pleroma/pleroma!1220 | |||
2019-06-05 | User: Remove superfluous `maybe_follow`. | lain | |
2019-06-05 | Typo + Linting. | lain | |
2019-06-05 | User: Don't error out when following a user that's already followed. | lain | |
This leads to a few situations where it is impossible to follow a user. | |||
2019-06-05 | Fix formatting | Egor Kislitsyn | |