Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-06-05 | Limit search for unauthenticated users to local users only | Egor Kislitsyn | |
2019-06-03 | Merge branch 'develop' into feature/digest-email | Mark Felder | |
2019-06-03 | User: Add function to get AP ids from nicknames. | lain | |
2019-06-01 | Merge remote-tracking branch 'upstream/develop' into admin-create-users | Sachin Joshi | |
2019-06-01 | make bulk user creation from admin works as a transaction | Sachin Joshi | |
2019-05-31 | Mastodon API search default value for "resolve" is false | feld | |
https://docs.joinmastodon.org/api/rest/accounts/ https://docs.joinmastodon.org/api/rest/search/ | |||
2019-05-30 | Use Pleroma.Config everywhere | Egor Kislitsyn | |
2019-05-29 | Merge develop | Roman Chvanikov | |
2019-05-22 | move key generation functions into Pleroma.Keys module | William Pitcock | |
2019-05-20 | Move default mascot configuration to `config/` | Sadposter | |
2019-05-17 | Fix specs. | lain | |
2019-05-17 | Fix/902 random compile failing | Alexander Strizhakov | |
2019-05-16 | Remove duplicated entries in users' following lists | Sergey Suprunenko | |
2019-05-16 | Feature/896 toggling confirmation | Alexander Strizhakov | |
2019-05-14 | Group def perform() together to fix the build | Mark Felder | |
2019-05-14 | Merge branch 'refactor/use-job-queue-everywhere' into 'develop' | lambda | |
use job queue everywhere Closes #862 See merge request pleroma/pleroma!1142 | |||
2019-05-14 | clean up follow/block imports a little | William Pitcock | |
2019-05-14 | Reuse query from User.restrict_deactivated/1 | Egor Kislitsyn | |
2019-05-14 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |