Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Richard van der Hoff eaaabc6c4f replace 'except:' with 'except Exception:' 6 gadi atpakaļ
  Erik Johnston 11c2a3655f Only load jinja2 templates once 7 gadi atpakaļ
  Erik Johnston 9219139351 Preserve some logcontexts 7 gadi atpakaļ
  Erik Johnston dc3a00f24f Refactor user_delete_access_tokens. Invalidate get_user_by_access_token to slaves. 7 gadi atpakaļ
  David Baker e6bffa4475 Unused import 8 gadi atpakaļ
  David Baker 92f0f3d21d Catch all exceptions when creating a pusher 8 gadi atpakaļ
  David Baker b2c04da8dc Add an email pusher for new users 8 gadi atpakaļ
  Mark Haines a3ac837599 Optionally split out the pushers into a separate process 8 gadi atpakaļ
  David Baker 65141161f6 Unused member variable 8 gadi atpakaļ
  David Baker 6ec02e9ecf indenting 8 gadi atpakaļ
  David Baker 25cd5bb697 defer.gatherResults rather than doing all the pokes in series 8 gadi atpakaļ
  David Baker 92e3071623 Send badge count pushes. 8 gadi atpakaļ
  David Baker 7e2c89a37f Make pushers use the event_push_actions table instead of listening on an event stream & running the rules again. Sytest passes, but remaining to do: 8 gadi atpakaļ
  David Baker af59826a2f Make select more sensible when dseleting access tokens, rename pusher deletion to match access token deletion and make exception arg optional. 8 gadi atpakaļ
  David Baker aa11db5f11 Fix cache invalidation so deleting access tokens (which we did when changing password) actually takes effect without HS restart. Reinstate the code to avoid logging out the session that changed the password, removed in 415c2f05491ce65a4fc34326519754cd1edd9c54 8 gadi atpakaļ
  Mark Haines 7076082ae6 Fix relative imports so they work in both py3 and py27 8 gadi atpakaļ
  Mark Haines b9977ea667 Remove dead code for setting device specific rules. 8 gadi atpakaļ
  Erik Johnston 2c1fbea531 Fix up logcontexts 8 gadi atpakaļ
  David Baker afb7b377f2 Merge branch 'develop' into push_badge_counts 8 gadi atpakaļ
  David Baker 12623c99b6 Use the unread notification count to send accurate badge counts in push notifications. 8 gadi atpakaļ
  Mark Haines 9c1f853d58 Rename 'user_name' to 'user_id' in push to make it consistent with the rest of the code 8 gadi atpakaļ
  Matthew Hodgson 6c28ac260c copyrights 8 gadi atpakaļ
  Daniel Wagner-Hall 415c2f0549 Simplify LoginHander and AuthHandler 8 gadi atpakaļ
  Erik Johnston 3e71d13acf Also log when we've started pushers 9 gadi atpakaļ
  Erik Johnston c27d6ad6b5 Only start pushers when synapse has fully started 9 gadi atpakaļ
  Erik Johnston 46daf2d200 Start pushers on reactor thread 9 gadi atpakaļ
  David Baker 12d381bd5d Decode the data json in the storage layer (was moved but this part was missed) 9 gadi atpakaļ
  Erik Johnston 327ca883ec Merge branch 'develop' of github.com:matrix-org/synapse into postgres 9 gadi atpakaļ
  Erik Johnston bc9e69e160 Move encoding and decoding of JSON into storage layer 9 gadi atpakaļ
  David Baker 6f4f7e4e22 pep8 9 gadi atpakaļ