Commit Graph

2226 Commits (f44b7c022f6bc8b30cb8c446e0922b26b8b8eb5a)

Author SHA1 Message Date
Matthew Hodgson cdc2cb5d11 fix StoreError syntax 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 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 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 2c6d63922a Remove pushers when deleting access tokens 7 years ago
Richard van der Hoff 63ccaa5873 Avoid retrying forever on IntegrityError 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 7098b65cb8 Fix error on sqlite 3.7 7 years ago
Richard van der Hoff c46139a17e Avoid locking account_data tables for upserts 7 years ago
Richard van der Hoff 06e5bcfc83 Avoid locking for upsert on pushers tables 7 years ago
Richard van der Hoff 77a1227870 Fix broken ref to IntegrityError 7 years ago
Richard van der Hoff 7ab2b69e18 Avoid locking `pushers` table on upsert 7 years ago
Richard van der Hoff 10aaa1bc15 _simple_upsert: retry on IntegrityError 7 years ago
Richard van der Hoff cdc9e50a5d Cleanup in _simple_upsert_txn 7 years ago
Richard van der Hoff 35a4b63240 Pull out bits of StateStore to a mixin 7 years ago
Richard van der Hoff 4dd1bfa8c1 Revert "Revert "move _state_group_cache to statestore"" 7 years ago
Richard van der Hoff 7e6fa29cb5 Remove preserve_context_over_{fn, deferred} 7 years ago
Richard van der Hoff 6cfee09be9 Make __init__ consitstent across Store heirarchy 7 years ago
Erik Johnston ab335edb02 Revert "move _state_group_cache to statestore" 7 years ago
Erik Johnston bfbf1e1f1a Up cache size of get_global_account_data_by_type_for_user 7 years ago
Erik Johnston 2dce6b15c3 Fix typo 7 years ago
Richard van der Hoff 889102315e Fix 'NoneType' not iterable in /deactivate 7 years ago
Erik Johnston e8814410ef Have an explicit API to update room config 7 years ago
Erik Johnston 94ff2cda73
Revert "Modify group room association API to allow modification of is_public" 7 years ago
Richard van der Hoff f5cf3638e9 move _state_group_cache to statestore 7 years ago
Luke Barnard 38b265cb51 Remember to pick is_admin out of the db 7 years ago
Matthew Hodgson 631fa4a1b7 create new indexes before dropping old ones to keep safetynet in place 7 years ago
Matthew Hodgson 4ad883398f s/users_in_pubic_room/users_in_public_rooms/g 7 years ago
Matthew Hodgson d802e8ca6a s/users_in_pubic_room/users_in_public_rooms/g 7 years ago
Matthew Hodgson a100700630 fix copyright.... 7 years ago
Matthew Hodgson b6b075fd49 s/popualte/populate/ 7 years ago
Slavi Pantaleev 805196fbeb Avoid no-op media deletes 7 years ago
Richard van der Hoff bc8a5c0330 Notify auth providers on logout 7 years ago
Matthew Hodgson 9f7a555b4e switch to setting default displayname in the storage layer 7 years ago
Luke Barnard 318a249c8b Leave `is_public` as required argument of update_room_group_association 7 years ago
Richard van der Hoff 356bcafc44 Remove the last vestiges of refresh_tokens 7 years ago
Luke Barnard 20fe347906 Modify group room association API to allow modification of is_public 7 years ago
Richard van der Hoff 1650eb5847 DB schema interface for password auth providers 7 years ago
Luke Barnard 5451cc7792 Request is_public from database 7 years ago
Luke Barnard 6362298fa5 Create groups with is_public = True 7 years ago
Erik Johnston 82d8c1bacb Fixup 7 years ago
Erik Johnston 195abfe7a5 Remove incorrect attestations 7 years ago
Luke Barnard 007cd48af6 Recreate groups table instead of adding column 7 years ago
Luke Barnard 713e60b9b6 Awful hack to get default true 7 years ago
Luke Barnard cfa4e658e0 Bump schema version to 46 7 years ago