Commit Graph

382 Commits (e2cce15af16cd85d5379e8d961680028bfc9e754)

Author SHA1 Message Date
Andrew Morgan 745a48625d
Fix guest -> real account upgrade with account validity enabled (#6359) 5 years ago
Andrew Morgan 54fef094b3
Remove usage of deprecated logger.warn method from codebase (#6271) 5 years ago
Erik Johnston b54b1e759a Fix SQLite take 2 5 years ago
Erik Johnston 3bc687508f Remove add_in_list_sql_clause 5 years ago
Erik Johnston b4fbf71187 Add helper funcs to use postgres ANY 5 years ago
Erik Johnston 132279a46f Patch inlinecallbacks for log contexts 5 years ago
Richard van der Hoff 49ef8ec399
Fix a cache-invalidation bug for worker-based deployments (#5920) 5 years ago
Amber Brown 4806651744
Replace returnValue with return (#5736) 5 years ago
Erik Johnston bd2e1a2aa8 LoggingTransaction accepts None for callback lists. 5 years ago
Amber Brown 463b072b12
Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 5 years ago
Richard van der Hoff 1793de6c6d black 6 years ago
Amber Brown 32e7c9e7f2
Run Black. (#5482) 6 years ago
Richard van der Hoff f682af052d Simplify PerformanceCounters.update interface 6 years ago
Richard van der Hoff 68128d5626 Remove unused _get_event_counters 6 years ago
Richard van der Hoff 15bf32e062 Use monotonic clock where possible for metrics 6 years ago
Brendan Abolivier 6d56a694f4 Don't send renewal emails to deactivated users 6 years ago
Andrew Morgan 3719680ee4
Add ability to perform password reset via email without trusting the identity server (#5377) 6 years ago
Brendan Abolivier 4d794dae21 Move delta from +10% to -10% 6 years ago
Brendan Abolivier 847b9dcd1c Make max_delta equal to period * 10% 6 years ago
Erik Johnston 1d818fde14 Log actual number of entries deleted 6 years ago
Erik Johnston 7e8e683754 Log actual number of entries deleted 6 years ago
Brendan Abolivier 52839886d6
Allow configuring a range for the account validity startup job 6 years ago
Brendan Abolivier 5ceee46c6b
Do the select and insert in a single transaction 6 years ago
Brendan Abolivier ad5b4074e1
Add startup background job for account validity 6 years ago
Amber Brown a33a5abc4c
Clean up the database pagination code (#5007) 6 years ago
Amber Brown 7efd1d87c2 Run black on the rest of the storage module (#4996) 6 years ago
Richard van der Hoff 297bf2547e
Fix sync bug when accepting invites (#4956) 6 years ago
Amber Brown 5ba8ceab4c fixes 6 years ago
Erik Johnston 6bb1c028f1 Limit cache invalidation replication line length (#4748) 6 years ago
Richard van der Hoff f191be822b
Add database version to phonehome stats. (#4753) 6 years ago
Erik Johnston 80467bbac3 Fix state cache invalidation on workers 6 years ago
Amber Brown a06614bd2a
UPSERT many functionality (#4644) 6 years ago
Erik Johnston 62175a20e5 Docs 6 years ago
Erik Johnston 1bb35e3a83 Use itertools 6 years ago
Erik Johnston bc8fa1509d Documentation 6 years ago
Erik Johnston a9b5ea6fc1 Batch cache invalidation over replication 6 years ago
Richard van der Hoff 56710c7df5
Fix 'no unique or exclusion constraint' error (#4591) 6 years ago
Amber Brown 94fb63e44f
Fix typo in upserts code (#4505) 6 years ago
Amber Brown 7072fe3084
Fix UPSERTs on SQLite 3.24+ (#4477) 6 years ago
Amber Brown 0e27501ee5
Fix UPSERT check (#4459) 6 years ago
Amber Brown 58f6c48183
Use native UPSERTs where possible (#4306) 6 years ago
Amber Brown 7960c26fda
Fix adding new rows instead of updating them if one of the key values is a NULL in upserts. (#4369) 6 years ago
Ben Parsons b5ac0ffa0a add more detail to logging regarding "More than one row matched" error (#4234) 6 years ago
Richard van der Hoff ecc23188f4
Fix UnicodeDecodeError when postgres is not configured in english (#4253) 6 years ago
Amber Brown e1728dfcbe
Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 6 years ago
Amber Brown 14e4d4f4bf
Port storage/ to Python 3 (#3725) 6 years ago
Matthew Hodgson 3f543dc021 initial cut at a room summary API (#3574) 6 years ago
Richard van der Hoff 07defd5fe6 Fix another logcontext leak in _persist_events 6 years ago
Richard van der Hoff f1a15ea206 revert 00bc979 6 years ago
Richard van der Hoff 00bc979137 Disable logcontext warning 6 years ago