- Nov 03, 2016
-
-
Erik Johnston authored
This is because GIN can be slow to write too, especially when the table gets large.
-
David Baker authored
Don't error on non-ascii passwords
-
David Baker authored
-
- Nov 02, 2016
-
-
Mark Haines authored
Set CORs headers on responses from the media repo
-
Mark Haines authored
-
- Nov 01, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
Remove sent_transactions table.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 31, 2016
-
-
Paul Evans authored
Update documentation about exported prometheus metrics
-
Erik Johnston authored
-
Erik Johnston authored
This should further reduce the number of individual inserts, transactions and updates that are required for keeping sent_transactions up to date.
-
Paul "LeoNerd" Evans authored
-
- Oct 28, 2016
-
-
Paul "LeoNerd" Evans authored
Remove long-deprecated instructions about promethesus console; also fix for modern config file format
-
Mark Haines authored
-
Mark Haines authored
-
- Oct 27, 2016
-
-
Paul Evans authored
Bugfix for process-wide metric export on split processes
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
Pass the Metrics group into the process collector instead of having it find its own one; this avoids it needing to import from synapse.metrics
-
Paul "LeoNerd" Evans authored
-
Erik Johnston authored
Fix user_threepids schema delta
-
Erik Johnston authored
-
Erik Johnston authored
The delta `37/user_threepids.sql` aimed to update all the email addresses to be lower case, however duplicate emails may exist in the table already. This commit adds a step where the delta moves the duplicate emails to a new `medium` `email_old`. Only the most recently used account keeps the binding intact. We move rather than delete so that we retain some record of which emails were associated with which account.
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 25, 2016
-
-
Mark Haines authored
Allow clients to supply access_tokens as headers
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix infinite typing bug
-
- Oct 24, 2016
-
-
Erik Johnston authored
There's a bug somewhere that causes typing notifications to not be timed out properly. By adding a paranoia timer and using correct inequalities notifications should stop being stuck, even if it the root cause hasn't been fixed.
-
Erik Johnston authored
Fix incredibly slow back pagination query
-
Erik Johnston authored
-
Erik Johnston authored
If a client didn't specify a from token when paginating backwards synapse would attempt to query the (global) maximum topological token. This a) doesn't make much sense since they're room specific and b) there are no indices that lets postgres do this efficiently.
-