Commit Graph

2744 Commits (31c15dcb80c8f11fd03dbb9b0ccff4777dc8e457)

Author SHA1 Message Date
Richard van der Hoff 85a43f4167 Return a 404 when deleting unknown room alias 6 years ago
Erik Johnston ed5331a627 comment 6 years ago
Erik Johnston 9cbd0094f0 pep8 6 years ago
Erik Johnston 9dbe38ea7d Create indices after insertion 6 years ago
Erik Johnston c857f5ef9b Make purge history slightly faster 6 years ago
Neil Johnson 8decd6233d improve naming 6 years ago
Neil Johnson 0ddf486724 expose number of real reserved users 6 years ago
Matthew Hodgson b041115415
Speed up lazy loading (#3827) 6 years ago
Richard van der Hoff cd7ef43872 clearer logging when things fail, too 6 years ago
Neil Johnson 84a750e0c3 ensure guests never enter mau list 6 years ago
Neil Johnson 61b05727fa guest users should not be part of mau total 6 years ago
Neil Johnson 0b01281e77 move threepid checker to config, add missing yields 6 years ago
Neil Johnson 09f3cf1a7e ensure post registration auth checks do not fail erroneously 6 years ago
Amber Brown 14e4d4f4bf
Port storage/ to Python 3 (#3725) 6 years ago
Erik Johnston cd77270a66 Implement trail users 6 years ago
Erik Johnston 7a0da69eee Add missing yield 6 years ago
Matthew Hodgson bb81e78ec6
Split the state_group_cache in two (#3726) 6 years ago
Erik Johnston 38f708a2bb Remote profile cache should remain in master worker 6 years ago
Neil Johnson bcfeb44afe call reap on start up and fix under reaping bug 6 years ago
Matthew Hodgson 3f543dc021 initial cut at a room summary API (#3574) 6 years ago
Matthew Hodgson 2f78f432c4 speed up /members and add at= and membership params (#3568) 6 years ago
Neil Johnson 9ecbaf8ba8 adding missing yield 6 years ago
Amber Brown 99dd975dae
Run tests under PostgreSQL (#3423) 6 years ago
Neil Johnson 31fa743567 fix sqlite/postgres incompatibility in reap_monthly_active_users 6 years ago
Amber Brown b37c472419
Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) 6 years ago
Neil Johnson 885ea9c602 rename _user_last_seen_monthly_active 6 years ago
Erik Johnston ce6db0e547 Choose state algorithm based on room version 6 years ago
Neil Johnson 312ae74746 typos 6 years ago
Neil Johnson ef3589063a prevent total number of reserved users being too large 6 years ago
Neil Johnson e8eba2b4e3 implement reserved users for mau limits 6 years ago
Erik Johnston cd9765805e Allow ratelimiting on workers 6 years ago
Erik Johnston 495cb100d1 Allow profile changes to happen on workers 6 years ago
Richard van der Hoff ca9bc1f4fe Fix occasional glitches in the synapse_event_persisted_position metric 6 years ago
Neil Johnson a74b25faaa WIP building out mau reserved users 6 years ago
Neil Johnson e54794f5b6 Fix postgres compatibility bug 6 years ago
Neil Johnson 16d78be315 make use of _simple_select_one_onecol, improved comments 6 years ago
Erik Johnston 96a9a29645 Pull in necessary stores in federation_reader 6 years ago
Erik Johnston 62ace05c45 Move necessary storage functions to worker classes 6 years ago
Neil Johnson 886be75ad1 bug fixes 6 years ago
Neil Johnson e10830e976 wip commit - tests failing 6 years ago
Richard van der Hoff 0ca459ea33 Basic support for room versioning 6 years ago
Neil Johnson 950807d93a fix caching and tests 6 years ago
Neil Johnson 5e2f7b8084 typo 6 years ago
Neil Johnson 4ecb4bdac9 wip attempt at caching 6 years ago
Neil Johnson 74b1d46ad9 do mau checks based on monthly_active_users table 6 years ago
Neil Johnson 9180061b49 remove unused count_monthly_users 6 years ago
Richard van der Hoff 14fa9d4d92 Avoid extra db lookups 6 years ago
Richard van der Hoff 0a65450d04 Validation for events/rooms in fed requests 6 years ago
Neil Johnson 00f99f74b1 insertion into monthly_active_users 6 years ago
Neil Johnson 165e067033 Revert "change monthly_active_users table to be a single column" 6 years ago