Commit Graph

3365 Commits (a1d4813a54ad711d6db7da51f301412e3f139346)
 

Author SHA1 Message Date
Erik Johnston a1d4813a54 Quickly fix dodgy est. time remaining 10 years ago
Erik Johnston 18f8247701 Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except for a limit 10 years ago
Erik Johnston af27b84ff7 Correctly handle total/remaining counts in the presence of sent_transasctions table 10 years ago
Erik Johnston 4a13ae7201 Correctly handle total/remaining counts in the presence of sent_transasctions table 10 years ago
Erik Johnston ce8b0b2868 Remove accidentally committed debug hardcode hack 10 years ago
Erik Johnston 1ccaea5b92 Typo in port script 10 years ago
Erik Johnston 5b8b1a43bd Split setuping up and processing of tables 10 years ago
Erik Johnston 40cbd6b6ee Shuffle progress stuff 10 years ago
Erik Johnston 4e49f52375 Don't port over all of the sent_transactions table 10 years ago
Erik Johnston 42b7139dec Remove unused import 10 years ago
Erik Johnston 1ef66cc3bd Move database configuration into config module 10 years ago
Erik Johnston 416a3e6c4f Ensure check_same_thread is enabled for sqlite3 10 years ago
Erik Johnston 8558e1ec73 Make get_max_token into inlineCallbacks so that the lock works. 10 years ago
Erik Johnston 56f518d279 Add docs on how to use synapse with psycopg2 10 years ago
Erik Johnston 6f8e2d517e Merge branch 'develop' of github.com:matrix-org/synapse into postgres 10 years ago
Erik Johnston 1c1d67dfef Merge pull request #132 from matrix-org/observer_and_locks 10 years ago
Erik Johnston 2c70849dc3 Fix newlines 10 years ago
Erik Johnston 0a016b0525 Pull inner function out. 10 years ago
Erik Johnston e701aec2d1 Implement locks using create_observer for fetching media and server keys 10 years ago
Erik Johnston 1c82fbd2eb Implement create_observer. 10 years ago
Erik Johnston 2732be83d9 Shuffle operations so that locking upsert happens last in the txn. This ensures the lock is held for the least amount of time possible. 10 years ago
Erik Johnston e4c4664d73 Handle the fact that postgres databases can be restarted from under us 10 years ago
David Baker f46eee838a Add note about updating your signing keys (ie. "the auto thing") 10 years ago
David Baker a654f3fe49 Matrix ID server is now HTTPS 10 years ago
David Baker 44ccfa6258 Remove ancient history 10 years ago
David Baker 04d1725752 Pedant: OS X has a space 10 years ago
David Baker ed83638668 Make one-to-one rule an underride otherwise bings don't work in one-to-one wrooms. Likewise a couple of other rules. 10 years ago
Mark Haines bdcb23ca25 Fix spelling 10 years ago
Mark Haines 869dc94cbb Call the super classes when generating config 10 years ago
Mark Haines 4e2f8b8722 Copyright notices 10 years ago
David Baker 74270defda No commas here, otherwise our error string constants become tuples. 10 years ago
Paul "LeoNerd" Evans e1e5e53127 Remove users from the remote_offline_serials list (and clean up empty elements) when they go online again 10 years ago
Paul "LeoNerd" Evans b3bda8a75f Don't let the remote offline serial list grow arbitrarily large 10 years ago
Paul "LeoNerd" Evans 8a785c3006 Store a list of the presence serial number at which remote users went offline, so that when we delete them from the cachemap, we can still synthesize OFFLINE events for them (SYN-261) 10 years ago
Paul "LeoNerd" Evans 191f7f09ce Generate presence event-stream JSON structures directly 10 years ago
Paul "LeoNerd" Evans 6d15401341 Mumble ReST mumble ``fixed-width`` mumble 10 years ago
Paul "LeoNerd" Evans 8c78414284 Formatting / wording fixes to metrics doc 10 years ago
Matthew Hodgson 6c99491347 prometheus/metrics howto from Leo 10 years ago
Paul "LeoNerd" Evans a16eaa0c33 Neater fetching of user's auth level in a room - squash to int() at access time (SYN-353) 10 years ago
Paul "LeoNerd" Evans f43063158a Appease pep8 10 years ago
Kegsay 7c50e3b816 Add info on breaking AS API changes 10 years ago
Paul "LeoNerd" Evans d3309933f5 Much neater fetching of defined powerlevels from m.room.power_levels state event 10 years ago
Paul "LeoNerd" Evans b568c0231c Remove debugging print statement accidentally committed 10 years ago
Paul "LeoNerd" Evans 3a7d7a3f22 Sanitise a user's powerlevel to an int() before numerical comparison, because otherwise Python is "helpful" with it (SYN-351) 10 years ago
Mark Haines 6080830bef Bump syutil version to 0.0.5 10 years ago
Mark Haines 8b183781cb Merge pull request #128 from matrix-org/unify_http_wrappers 10 years ago
Mark Haines 1f651ba6ec Merge pull request #127 from matrix-org/bugs/SYN-350 10 years ago
Mark Haines 812a99100b Set a version_string in BaseMediaResource so that the request_handler wrapper works 10 years ago
Mark Haines 1967650bc4 Combine the request wrappers in rest/media/v1 and http/server into a single wrapper decorator 10 years ago
Mark Haines 1ebff9736b Split out the JsonResource request logging and error handling into a separate wrapper function 10 years ago