Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-19 | Merge branch '491_full_mentions_in_user_bio' into 'develop' | kaniini | |
[#491] Made user bio preserve full nicknames (nick@host) Closes #491 See merge request pleroma/pleroma!676 | |||
2019-01-18 | Fix merge conflict | rinpatch | |
2019-01-18 | [#477] User trigram index adjustment. | Ivan Tashkinov | |
2019-01-18 | [#477] User: FTS and trigram search results mixing (to handle misspelled ↵ | Ivan Tashkinov | |
requests). | |||
2019-01-18 | [#491] Made full nicknames be preserved in user links text only in Bio. | Ivan Tashkinov | |
2019-01-17 | [#502] Fixed `user_count` in `/api/v1/instance` to include only active local ↵ | Ivan Tashkinov | |
users. | |||
2019-01-17 | Fix the issue with get_by_nickname never being called | rinpatch | |
2019-01-16 | Remove @providers and call Pleroma.config on runtime | rinpatch | |
2019-01-16 | Remove useless with in opengraph.ex | rinpatch | |
2019-01-16 | oof | rinpatch | |
2019-01-16 | remove id cast | rinpatch | |
2019-01-16 | cache ap_id in id instead of caching user two times | rinpatch | |
2019-01-16 | MastoAPI: Don't break on missing users. | lain | |
2019-01-16 | [#477] Minor refactoring (user search query). | Ivan Tashkinov | |
2019-01-15 | [#477] User search tests. Normalized search rank in User.search. | Ivan Tashkinov | |
2019-01-15 | please don't bully me for this | rinpatch | |
2019-01-15 | cringe | rinpatch | |
2019-01-15 | Fix some edge cases [nervous laughter] | rinpatch | |
2019-01-14 | [#477] User search improvements: tsquery search with field weights, friends ↵ | Ivan Tashkinov | |
& followers boosting. | |||
2019-01-14 | Prefer ids to usernames | rinpatch | |
2019-01-13 | Resolve merge conflict | rinpatch | |
2019-01-10 | Merge branch 'twapi-follower-pagination' into 'develop' | kaniini | |
Twapi follower pagination See merge request pleroma/pleroma!648 | |||
2019-01-09 | TwitterAPI: Add follower/following pagination. | lain | |
2019-01-09 | Use follow_all in autofollow. | lain | |
2019-01-09 | Add User mass following function. | lain | |
2019-01-09 | Merge branch 'hotfix/media-proxy-uri' into 'develop' | kaniini | |
user: fix local vs remote determination in remote_or_auth_active?/1 See merge request pleroma/pleroma!640 | |||
2019-01-09 | user: fix auth_active?/1 for remote users | William Pitcock | |
2019-01-09 | user: factor out illogical User.Info.superuser?/1. | William Pitcock | |
any actual callee will be dealing with a User struct to begin with, so just check the child struct inside User.superuser?/1 with pattern matching. | |||
2019-01-09 | user: remove entirely redundant remote_or_auth_active?/1. | William Pitcock | |
auth_active?/1 can check remote users and return true directly. | |||
2019-01-09 | user: harden auth_active?/1, superuser?/1, visible_for?/1 | William Pitcock | |
2019-01-09 | user: use pattern matching to determine if user is local or remote instead ↵ | William Pitcock | |
of the previous hairy logic | |||
2019-01-08 | Add a setting for users to autofollow on sign up. | lain | |
2019-01-07 | Make TwAPI UserView more resilient to issues. | lain | |
Will work for missing users and badly migrated users. | |||
2019-01-04 | handle null | cascode | |
2019-01-02 | user: check that the follow request actually has an active account ↵ | William Pitcock | |
associated with it because of user refetch, accounts can stop existing (get_from_ap_id() can fail), accordingly filter the follow requests for these failures. | |||
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-30 | Resolve merge conflict | Rin Toshaka | |
2018-12-29 | I am not sure what's going on anymore so I'll just commit and reset all the ↵ | Rin Toshaka | |
other files to HEAD | |||
2018-12-29 | Merge branch '483_blocks_import_export' into 'develop' | kaniini | |
[#483] Blocked users list import & export Closes #483 See merge request pleroma/pleroma!603 | |||
2018-12-29 | [#483] User.get_by_nickname/1: ensured case-insensitive matching for local ↵ | Ivan Tashkinov | |
FQN. Added tests. | |||
2018-12-29 | [#483] User.get_by_nickname/1: allowed retrieving user by fully-qualified ↵ | Ivan Tashkinov | |
local nickname (<nick>@<our_instance_host>). | |||
2018-12-29 | [#483] Refactored blocks and follows import, added tests. | Ivan Tashkinov | |
2018-12-29 | Merge branch '471_invalid_accounts_rendering' into 'develop' | kaniini | |
[#471] Prevented rendering of inactive local accounts Closes #471 See merge request pleroma/pleroma!599 | |||
2018-12-28 | [#483] Blocked users export for TwitterAPI. | Ivan Tashkinov | |
2018-12-28 | [#471] Factored out User.visible_for?/2. | Ivan Tashkinov | |
2018-12-27 | [#471] Prevented rendering of inactive local accounts. | Ivan Tashkinov | |
2018-12-25 | Reserve a few user names | lain | |
These are all names that are used for domain.com/:route routes or projected to be. | |||
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-20 | [#114] Allowed unconfirmed users to authenticate if ↵ | Ivan Tashkinov | |
:account_activation_required is disabled prior to confirmation. Ensured that no confirmation emails are sent if :account_activation_required is not true. Adjusted tests. | |||
2018-12-20 | [#114] Added :user_id component to email confirmation path to improve the ↵ | Ivan Tashkinov | |
security. Added tests for `confirm_email` action. |