summary refs log tree commit diff
path: root/synapse/push/action_generator.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* Add type hints to the push module. (#8901)Patrick Cloke2020-12-111-5/+10
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Convert push to async/await. (#7948)Patrick Cloke2020-07-271-5/+2
* Run Black. (#5482)Amber Brown2019-06-201-3/+1
* run isortAmber Brown2018-07-091-3/+3
* Remove context.push_actionsErik Johnston2018-02-151-5/+1
* Store ActionGenerator in HomeServerErik Johnston2017-05-191-1/+1
* Faster push rule calculation via push specific cacheErik Johnston2017-05-171-8/+4
* Replace context.current_state with context.current_state_idsErik Johnston2016-08-251-2/+2
* Move _bulk_get_push_rules_for_room to storage layerErik Johnston2016-08-191-1/+1
* Make push Measure finer grainedErik Johnston2016-08-171-4/+5
* Use state to calculate get_users_in_roomErik Johnston2016-06-011-1/+1
* move filter_events_for_client out of base handlerMark Haines2016-05-111-2/+2
* Measure push action generatorErik Johnston2016-04-141-11/+15
* Fix invite pushesDavid Baker2016-04-081-3/+3
* Fix relative imports so they work in both py3 and py27Mark Haines2016-03-081-2/+2
* Remove dead code for setting device specific rules.Mark Haines2016-02-181-1/+1
* Atomically persit push actions when we persist the eventErik Johnston2016-02-091-15/+5
* Pass in current state to push action handlerErik Johnston2016-02-091-2/+4
* Add regex cache. Only caculate push actions for users that have sent read rec...Erik Johnston2016-01-191-3/+4
* Re-enable urnead notificationsErik Johnston2016-01-181-3/+0
* Temporarily disable notification branchErik Johnston2016-01-131-0/+3
* Delete notifications for redacted eventsDavid Baker2016-01-061-0/+7
* Add is_guest flag to users db to track whether a user is a guest user or not....David Baker2016-01-061-3/+3
* Rename event-actions to event_push_actions as per PR requestDavid Baker2016-01-041-1/+1
* Address minor PR issuesDavid Baker2016-01-041-4/+3
* pep8 & unused variableDavid Baker2015-12-221-2/+0
* Insert push actions in a single db query rather than one per user/profile_tagDavid Baker2015-12-221-4/+6
* Add bulk push rule evaluator which actually still evaluates rules one by one,...David Baker2015-12-221-17/+11
* Only run pushers for users on this hs!David Baker2015-12-211-1/+7
* still very WIP, but now sends unread_notifications_count in the room object o...David Baker2015-12-161-1/+1
* Store nothing instead of ['dont_notify'] for events with no notification requ...David Baker2015-12-101-4/+4
* Save event actions to the dbDavid Baker2015-12-101-2/+4
* Very first cut of calculating actions for events as they come in. Doesn't sto...David Baker2015-12-101-0/+47