Commit Graph

7085 Commits (ef1f8d4be6e970043b8283f5caa1ca764652ad56)

Author SHA1 Message Date
Erik Johnston 864a6d2977 Bump version and changelog 7 years ago
Erik Johnston 069ae2a5d6 Bump changelog and version 7 years ago
Erik Johnston ef045dcd71 Copy dict in update_membership too 7 years ago
Matthew Hodgson cdc2cb5d11 fix StoreError syntax 7 years ago
Richard van der Hoff 16ec3805e5 Fix error when deleting devices 7 years ago
Richard van der Hoff da1010c83a support custom login types for validating users 7 years ago
Richard van der Hoff d7ea8c4800 Factor out a validate_user_via_ui_auth method 7 years ago
Richard van der Hoff d5f9fb06b0 Refactor UI auth implementation 7 years ago
Matthew Hodgson c22e73293a speed up the rate of initial spam for users 7 years ago
Matthew Hodgson b11dca2025 better doc 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 5406392f8b specify default user_directory_include_pattern 7 years ago
Matthew Hodgson f61e107f63 remove null constraint on user_dir.room_id 7 years ago
Matthew Hodgson 4b1fceb913 fix alternation operator for FTS4 - how did this ever work!? 7 years ago
Matthew Hodgson a4bb133b68 fix thinkos galore 7 years ago
Matthew Hodgson cd3697e8b7 kick the user_directory index when new users register 7 years ago
Matthew Hodgson 3241c7aac3 untested WIP but might actually work 7 years ago
Matthew Hodgson 47d99a20d5 Add user_directory_include_pattern config param to expand search results to additional users 7 years ago
Richard van der Hoff ad7e570d07 Delete devices in various logout situations 7 years ago
Richard van der Hoff ae31f8ce45 Move set_password into its own handler 7 years ago
Richard van der Hoff 7ca5c68233 Move deactivate_account into its own handler 7 years ago
Richard van der Hoff 2c6d63922a Remove pushers when deleting access tokens 7 years ago
Richard van der Hoff 7303ed65e1 Fix 500 when joining matrix-dev 7 years ago
Richard van der Hoff da562bd6a1 Improve comments on get_user_by_access_token 7 years ago
Richard van der Hoff d4fb4f7c52 Clear logcontext before starting fed txn queue runner 7 years ago
Erik Johnston dfbc45302e
PEP8 7 years ago
Erik Johnston c4c1d170af
Fix wrong avatars when inviting multiple users when creating room 7 years ago
Luke Barnard ab1b2d0ff2 Allow guest access to group APIs for reading 7 years ago
Richard van der Hoff 6be01f599b Improve tracebacks on exceptions 7 years ago
Richard van der Hoff 63ccaa5873 Avoid retrying forever on IntegrityError 7 years ago
Richard van der Hoff 8b38096a89 Fix error handling on dns lookup 7 years ago
Richard van der Hoff 795b0849f3 Add a comment which might save some confusion 7 years ago
Richard van der Hoff 7f14f0ae38 Remove dead sync_callback 7 years ago
Richard van der Hoff 0edf085b68 Fix some logcontext leaks in replication resource 7 years ago
Richard van der Hoff 8132a6b7ac Fix OPTIONS on preview_url 7 years ago
Richard van der Hoff 6b48b3e277 fix sql fails 7 years ago
Richard van der Hoff 2908f955d1 Check database in has_completed_background_updates 7 years ago
Richard van der Hoff 68ca864141 Add config option to disable media_repo on main synapse 7 years ago
Richard van der Hoff e1fd4751de Build MediaRepositoryResource as a homeserver dependency 7 years ago
Richard van der Hoff 7298ed7c51 Clean up dependency list 7 years ago
Richard van der Hoff 7098b65cb8 Fix error on sqlite 3.7 7 years ago
Richard van der Hoff 74bbeb4373 Bump version in __init__.py 7 years ago
Jurek eded7084d2 Fix auth handler #2678 7 years ago
Matthew Hodgson 34c3d0a386 typo 7 years ago
Luke Barnard 7fb0e98b03 Extract group_id from the dict for multiple use 7 years ago
Richard van der Hoff c46139a17e Avoid locking account_data tables for upserts 7 years ago
Luke Barnard d8391f0541 Remove unused GROUP_ID_REGEX 7 years ago
Luke Barnard 4e8374856d Document get_groups_for_user 7 years ago
Luke Barnard 270f9cd23a Flake8 7 years ago