forked-synapse/synapse
David Baker 80be396464 Correct SQL statement for postgres
In standard sql, join binds tighter than comma, so we were joining on the wrong table. Postgres follows the standard (apparently).
2016-05-04 13:19:59 +01:00
..
api Measure Auth.check 2016-04-13 11:15:59 +01:00
app Add db functions used for email to the pusher app 2016-05-04 11:47:59 +01:00
appservice Remove some unused functions (#711) 2016-04-08 14:01:56 +01:00
config fix assorted typos in default config 2016-05-04 11:38:01 +01:00
crypto Make key client send a Host header 2016-03-11 10:29:05 +00:00
events Add sensible __eq__ operators inside the tests. 2016-04-07 16:41:37 +01:00
federation Lower timeout for make_membership_event 2016-04-15 11:22:23 +01:00
handlers Merge remote-tracking branch 'origin/develop' into dbkr/email_notifs 2016-04-29 10:05:20 +01:00
http Fix more typos in per-request metrics 2016-04-28 15:29:46 +01:00
metrics copyrights 2016-01-07 04:26:29 +00:00
push pep8 2016-05-04 11:41:35 +01:00
replication Report per request metrics for all of the things using request_handler 2016-04-28 10:57:49 +01:00
rest Merge remote-tracking branch 'origin/develop' into dbkr/email_notifs 2016-04-29 20:28:47 +01:00
static/client Updates to fallback CAS login to do new token login 2015-11-06 09:57:17 +00:00
storage Correct SQL statement for postgres 2016-05-04 13:19:59 +01:00
streams Hook up the push rules to the notifier 2016-03-03 14:57:45 +00:00
util Docstring 2016-04-29 19:47:35 +01:00
__init__.py Bump version and changelog 2016-03-30 12:35:25 +01:00
notifier.py Run filter_events_for_client 2016-04-27 17:50:49 +01:00
python_dependencies.py Merge remote-tracking branch 'origin/develop' into dbkr/email_notifs 2016-04-29 10:05:20 +01:00
server.py Optionally split out the pushers into a separate process 2016-04-21 17:22:37 +01:00
state.py Always use state cache entry if it exists 2016-04-20 11:49:10 +01:00
types.py Hook up the push rules to the notifier 2016-03-03 14:57:45 +00:00