Commit Graph

4652 Commits (0fe0b0eeb6e2a1b9b5ca8e453769cfe96b6d84cb)

Author SHA1 Message Date
Mark Haines 13e334506c Remove the legacy v0 content upload API. 9 years ago
Erik Johnston 4d362a61ea Bump version and changelog 9 years ago
Mark Haines 41e4b2efea Add the create_profile method back since the tests use it 9 years ago
Mark Haines 0c13d45522 Add a comment on why we don't create a profile for upgrading users 9 years ago
Mark Haines 9f1800fba8 Remove registered_users from the distributor. 9 years ago
Erik Johnston 8f4a9bbc16 Linearize some federation endpoints based on (origin, room_id) 9 years ago
Erik Johnston 120c238705 Disable responding with canonical json for federation 9 years ago
Erik Johnston 3e41de05cc Turn use_frozen_events off by default 9 years ago
Erik Johnston 2884712ca7 Only re-sign our own events 9 years ago
Mark Haines ded01c3bf6 Fix ``KeyError: 'msgtype'``. Use ``.get`` 9 years ago
Mark Haines 8c75040c25 Fix setting gc thresholds in the workers 9 years ago
Mark Haines a352b68acf Use worker_ prefixes for worker config, use existing support for multiple config files 9 years ago
Mark Haines 364d616792 Access the event_cache_size directly from the server object. 9 years ago
Mark Haines bde13833cb Access replication_url from the worker config directly 9 years ago
Mark Haines 80a1bc7db5 Comment on what's going on in clobber_with_worker_config 9 years ago
Mark Haines dbb5a39b64 Add worker config module 9 years ago
Mark Haines 885ee861f7 Inline the synchrotron and pusher configs into the main config 9 years ago
Salvatore LaMendola ed5f43a55a
Fix TypeError in call to bcrypt.hashpw 9 years ago
Erik Johnston 09a17f965c Line lengths 9 years ago
Erik Johnston 1e9026e484 Handle floats as img widths 9 years ago
Erik Johnston a60169ea09 Handle og props with not content 9 years ago
Erik Johnston 0ef0655b83 Bump version and changelog 9 years ago
Erik Johnston d41a1a91d3 Linearize fetching of gaps on incoming events 9 years ago
Erik Johnston b31c49d676 Correctly mark backfilled events as backfilled 9 years ago
Richard van der Hoff 255c229f23 Work around TLS bug in twisted 9 years ago
Erik Johnston 36e2aade87 Make get_domain_from_id throw SynapseError on invalid ID 9 years ago
Mark Haines 7dbb473339 Add function to load config without generating it 9 years ago
Erik Johnston a31befbcd0 Bump version and changelog 9 years ago
Erik Johnston eba4ff1bcb 502 on /thumbnail when can't contact remote server 9 years ago
Erik Johnston 95f305c35a Remove redundant exception log in /events 9 years ago
Negar Fazeli 6e7dc7c7dd Fix a bug caused by a change in auth_handler function 9 years ago
Erik Johnston 81c07a32fd Pull full state for each room all at once 9 years ago
Erik Johnston 690029d1a3 Don't make rooms visibile by default 9 years ago
Erik Johnston d88faf92d1 Fix up federation PublicRoomList 9 years ago
Erik Johnston efeabd3180 Log user that is making /publicRooms calls 9 years ago
Erik Johnston 1fd6eb695d Enable auth on federation PublicRoomList 9 years ago
Erik Johnston 17aab5827a Add some logging for when servers ask for missing events 9 years ago
Erik Johnston 1a815fb04f Don't hit DB for noop replications queries 9 years ago
Erik Johnston bab916bccc Bump version and changelog to v0.16.0-rc2 9 years ago
Erik Johnston 0f2165ccf4 Don't track total objects as its too expensive to calculate 9 years ago
Erik Johnston 18f0cc7d99 Record some more GC metrics 9 years ago
Erik Johnston 2d1d1025fa Add gc_threshold to pusher and synchrotron 9 years ago
Erik Johnston dded389ac1 Allow setting of gc.set_thresholds 9 years ago
Mark Haines 0b2158719c Remove dead code. 9 years ago
Erik Johnston 48e65099b5 Also record number of unreachable objects 9 years ago
Erik Johnston 75331c5fca Change the way we do stats 9 years ago
Mark Haines 88625db05f Notify users for events in rooms they join. 9 years ago
Erik Johnston 84379062f9 Fix AS retries, but with correct ordering 9 years ago
Erik Johnston 310197bab5 Fix AS retries 9 years ago
Mark Haines 4a5bbb1941 Fix a KeyError in the synchrotron presence 9 years ago