Commit Graph

2629 Commits (53a817518bd27e6838c747a03d605165f96dbd12)

Author SHA1 Message Date
Erik Johnston 9d0326baa6 Remove redundant newline 10 years ago
Erik Johnston 186f61a3ac Document listener config. Remove deprecated config options 10 years ago
Erik Johnston 6c01ceb8d0 Bump version 10 years ago
Erik Johnston 2eda996a63 Add a dummy.sql into delta/20 as pip isn't packinging the pushers.py 10 years ago
Erik Johnston a005b7269a Add backwards compat support for metrics, manhole and webclient config options 10 years ago
Erik Johnston 942e39e87c PEP8 10 years ago
Erik Johnston 9c5fc81c2d Correctly handle x_forwaded listener option 10 years ago
Erik Johnston fd2c07bfed Use config.listeners 10 years ago
Erik Johnston c42ed47660 Fix up create_resource_tree 10 years ago
Erik Johnston 1e365e88bd Bump schema version 10 years ago
Erik Johnston 2d41dc0069 Bump version 10 years ago
Erik Johnston f7f07dc517 Begin changing the config format 10 years ago
David Baker b8690dd840 Catch any exceptions in the pusher loop. Use a lower timeout for pushers so we can see if they're actually still running. 10 years ago
David Baker da84946de4 pep8 10 years ago
David Baker 63a7b3ad1e Add script to (re)convert the pushers table to changing the unique key. Also give the python db upgrade scripts the database engine so they can convert parameter strings, and add *args **kwargs to the upgrade function so we can add more args in future and previous scripts will ignore them. 10 years ago
Erik Johnston 55bf90b9e4 Don't needlessly compute prev_state 10 years ago
Erik Johnston 53f0bf85d7 Comment 10 years ago
Erik Johnston 1c3d844e73 Don't needlessly compute context 10 years ago
Erik Johnston 0d7d9c37b6 Add cache to get_state_groups 10 years ago
Erik Johnston d8866d7277 Caches should be bound to instances. 10 years ago
Erik Johnston 2ef2f6d593 SYN-403: Make content repository use its own http client. 10 years ago
Erik Johnston 3483b78d1a Log where a request came from in federation 10 years ago
Erik Johnston d3ded420b1 Rephrase log line 10 years ago
Erik Johnston 22716774d5 Don't about JSON when warning about content tampering 10 years ago
Erik Johnston 5044e6c544 Thumbnail images on a seperate thread 10 years ago
Erik Johnston 09e23334de Add a timeout 10 years ago
Erik Johnston 02410e9239 Handle the fact we might be missing auth events 10 years ago
Erik Johnston e552b78d50 Add some logging 10 years ago
Erik Johnston fde0da6f19 Correctly look up auth_events 10 years ago
Erik Johnston 3f04a08a0c Don't process events we've already processed. Remember to process state events 10 years ago
Erik Johnston 4bbfbf898e Correctly pass in auth_events 10 years ago
Erik Johnston 6e17463228 Don't explode if we don't have the event 10 years ago
Erik Johnston 522f285f9b Add config option to disable compression of http responses 10 years ago
Erik Johnston d15f166093 Remove log line 10 years ago
Erik Johnston ca580ef862 Don't copy twice 10 years ago
Erik Johnston 8355b4d074 Bump syutil version 10 years ago
Erik Johnston a7b65bdedf Add config option to turn off freezing events. Use new encode_json api and ujson.loads 10 years ago
Mark Haines d94590ed48 Add config for setting the recaptcha verify api endpoint, so we can test it in sytest 10 years ago
Erik Johnston afbd3b2fc4 SYN-395: Fix CAPTCHA, don't double decode json 10 years ago
Erik Johnston 79e37a7ecb Correctly pass connection pool parameter 10 years ago
Erik Johnston dd74436ffd Unused import 10 years ago
Erik Johnston 11f51e6ded Up maxPersistentPerHost count 10 years ago
Erik Johnston 086df80790 Add connection pooling to SimpleHttpClient 10 years ago
Erik Johnston 291e942332 Use connection pool for federation connections 10 years ago
Erik Johnston 31ade3b3e9 Remove a deep copy 10 years ago
Erik Johnston 36b3b75b21 Registration should be disabled by default 10 years ago
Mark Haines 554c63ca60 Iterate over the user_streams not the user_ids 10 years ago
Mark Haines 00dd207f60 Take a dict of the rule, not the rule list 10 years ago
Mark Haines 804b732aab SYN-390: Don't modify the dictionary returned from the database here either 10 years ago
Mark Haines a0bebeda8b SYN-390: Don't modify the dictionary returned from the data store 10 years ago