Commit Graph

2703 Commits (c31793a784059d3c90c1a81396fa832fa9efebac)

Author SHA1 Message Date
Amber Brown b37c472419
Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) 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
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
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
Neil Johnson 08281fe6b7 self.db_conn unused 6 years ago
Neil Johnson c21d82bab3 normalise reaping query 6 years ago
Neil Johnson ec716a35b2 change monthly_active_users table to be a single column 6 years ago
Neil Johnson 7ff44d9215 improve clarity 6 years ago
Amber Brown da7785147d
Python 3: Convert some unicode/bytes uses (#3569) 6 years ago
Erik Johnston a6d7b74915 update docs 6 years ago
Neil Johnson 4e5ac901dd clean up 6 years ago
Neil Johnson f9f5559971 fix comment 6 years ago
Neil Johnson 6023cdd227 remove errant print 6 years ago
Neil Johnson 7931393495 make count_monthly_users async synapse/handlers/auth.py 6 years ago
Neil Johnson 6ef983ce5c api into monthly_active_users table 6 years ago
Neil Johnson df2235e7fa coding style 6 years ago
Richard van der Hoff 0bc9b9e397 reinstate explicit include of EventsWorkerStore 6 years ago
Neil Johnson fef7e58ac6 actually close conn 6 years ago
Neil Johnson 9b13817e06 factor out metrics from __init__ to app/homeserver 6 years ago
Neil Johnson 251e6c1210 limit register and sign in on number of monthly users 6 years ago
Matthew Hodgson e9b2d047f6
make /context lazyload & filter aware (#3567) 6 years ago
Richard van der Hoff 51d7df1915 Create the column nullable 6 years ago
Richard van der Hoff 5c1d301fd9 Stop populating events.content 6 years ago
Richard van der Hoff bd4b25f4d0 Remove some redundant joins on event_edges.room_id 6 years ago
Richard van der Hoff 1b4d73fa52 comment on event_edges 6 years ago
Richard van der Hoff 21e878ebb6 Make EventStore inherit from EventFederationStore 6 years ago
Richard van der Hoff 03751a6420 Fix some looping_call calls which were broken in #3604 6 years ago
Matthew Hodgson bc7944e6d2 switch missing_types to be a bool 6 years ago
Matthew Hodgson 7d9fb88617 incorporate more review. 6 years ago
Erik Johnston 78a691d005 Split out DB writes in federation handler 6 years ago
Erik Johnston 7780a7b47c Actually fix it by adding continue 6 years ago
Richard van der Hoff 1be94440d3 Fix occasional 'tuple index out of range' error 6 years ago
Richard van der Hoff 07defd5fe6 Fix another logcontext leak in _persist_events 6 years ago
Erik Johnston a297ff2b16 Fix typo in conditional 6 years ago