Commit Graph

127 Commits (06ba71083eefbe1fd9a8eeed10e541dd7b52796f)

Author SHA1 Message Date
Brendan Abolivier 7556851665
Allow newly-registered users to lookup their own profiles 5 years ago
Amber Brown 32e7c9e7f2
Run Black. (#5482) 6 years ago
Erik Johnston a46ef1e3a4 Handle HttpResponseException when using federation client. 6 years ago
Richard van der Hoff d16c6375fe Limit displaynames and avatar URLs 6 years ago
Matthew Hodgson c0e0740bef add options to require an access_token to GET /profile and /publicRooms on CS API (#5083) 6 years ago
Andrew Morgan bbd244c7b2
Support 3PID login in password providers (#4931) 6 years ago
Erik Johnston 495a9d06bb Fix exception handling in fetching remote profiles 6 years ago
Schnuffle dc5db01ff2 Replaced all occurences of e.message with str(e) 6 years ago
Erik Johnston 8432e2ebd7 Rename WorkerProfileHandler to BaseProfileHandler 6 years ago
Erik Johnston a81f140880 Add assert to ensure handler is only run on master 6 years ago
Erik Johnston 47b25ba5f3 Remove redundant vars 6 years ago
Erik Johnston 91cdb6de08 Call UserDirectoryHandler methods directly 6 years ago
Erik Johnston ca87ad1def Split ProfileHandler into master and worker 6 years ago
Erik Johnston 495cb100d1 Allow profile changes to happen on workers 6 years ago
Will Hunt 16d9701892 Return M_NOT_FOUND when a profile could not be found. (#3596) 6 years ago
Richard van der Hoff 03751a6420 Fix some looping_call calls which were broken in #3604 6 years ago
Richard van der Hoff 55acd6856c Fix updating of cached remote profiles 6 years ago
Amber Brown 49af402019 run isort 6 years ago
Erik Johnston df8ff682a7 Only update remote profile cache on master 7 years ago
Erik Johnston cb9f8e527c s/replication_client/federation_client/ 7 years ago
Erik Johnston 265b993b8a Split replication layer into two 7 years ago
Erik Johnston c3f79c9da5 Split out edu/query registration to a separate class 7 years ago
Erik Johnston 784f036306 Move RoomMemberHandler out of Handlers 7 years ago
Matthew Hodgson 74e0cc74ce fix pep8 and tests 7 years ago
Matthew Hodgson 1bd40ca73e switch to a simpler 'search_all_users' button as per review feedback 7 years ago
Matthew Hodgson 3241c7aac3 untested WIP but might actually work 7 years ago
Francois Granade f103b91ffa removed unused import flagged by flake8a 7 years ago
Francois Granade fa4f337b49 Fix for issue 2635: correctly update rooms avatar/display name when modified by admin 7 years ago
Richard van der Hoff eaaabc6c4f replace 'except:' with 'except Exception:' 7 years ago
Erik Johnston 4a9b1cf253 Add user profiles to summary from group server 7 years ago
Erik Johnston 258409ef61 Fix typos and reinherit 7 years ago
Erik Johnston bf81f3cf2c Split out profile handler to fix tests 7 years ago
Erik Johnston 27ebc5c8f2 Add remote profile cache 7 years ago
Erik Johnston b990b2fce5 Add per user ratelimiting overrides 8 years ago
Richard van der Hoff 5a16cb4bf0 Ignore backoff history for invites, aliases, and roomdirs 8 years ago
Erik Johnston 6957bfdca6 Don't recreate so many sets 8 years ago
Patrik Oldsberg 3de7c8a4d0 handlers/profile: added admin override for set_displayname and set_avatar_url 8 years ago
Richard van der Hoff eb359eced4 Add `create_requester` function 8 years ago
Mark Haines 9f1800fba8 Remove registered_users from the distributor. 9 years ago
Mark Haines caef337587 changed_presencelike_data isn't observed anywhere in synapse so can be removed 9 years ago
Mark Haines 86be915cce Call profile handler get_displayname directly rather than using collect_presencelike_data 9 years ago
Daniel Wagner-Hall b4022cc487 Pass whole requester to ratelimiting 9 years ago
Erik Johnston e5999bfb1a Initial cut 9 years ago
Daniel Wagner-Hall 04686df17a Add comment 9 years ago
Daniel Wagner-Hall 8168341e9b Use update_membership for profile updates 9 years ago
Daniel Wagner-Hall 4de08a4672 Revert "Merge two of the room join codepaths" 9 years ago
Daniel Wagner-Hall cf81375b94 Merge two of the room join codepaths 9 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
Mark Haines a9526831a4 Wrap calls to distributor.fire in appropriately named functions so that static analysis can work out want is calling what 9 years ago
David Baker 67800f7626 Treat setting your display name to the empty string as removing it (SYN-186). 10 years ago