| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace context.current_state with context.current_state_ids | Erik Johnston | 2016-08-25 | 1 | -2/+2 |
* | Move _bulk_get_push_rules_for_room to storage layer | Erik Johnston | 2016-08-19 | 1 | -1/+1 |
* | Make push Measure finer grained | Erik Johnston | 2016-08-17 | 1 | -4/+5 |
* | Use state to calculate get_users_in_room | Erik Johnston | 2016-06-01 | 1 | -1/+1 |
* | move filter_events_for_client out of base handler | Mark Haines | 2016-05-11 | 1 | -2/+2 |
* | Measure push action generator | Erik Johnston | 2016-04-14 | 1 | -11/+15 |
* | Fix invite pushes | David Baker | 2016-04-08 | 1 | -3/+3 |
* | Fix relative imports so they work in both py3 and py27 | Mark Haines | 2016-03-08 | 1 | -2/+2 |
* | Remove dead code for setting device specific rules. | Mark Haines | 2016-02-18 | 1 | -1/+1 |
* | Atomically persit push actions when we persist the event | Erik Johnston | 2016-02-09 | 1 | -15/+5 |
* | Pass in current state to push action handler | Erik Johnston | 2016-02-09 | 1 | -2/+4 |
* | Add regex cache. Only caculate push actions for users that have sent read rec... | Erik Johnston | 2016-01-19 | 1 | -3/+4 |
* | Re-enable urnead notifications | Erik Johnston | 2016-01-18 | 1 | -3/+0 |
* | Temporarily disable notification branch | Erik Johnston | 2016-01-13 | 1 | -0/+3 |
* | Delete notifications for redacted events | David Baker | 2016-01-06 | 1 | -0/+7 |
* | Add is_guest flag to users db to track whether a user is a guest user or not.... | David Baker | 2016-01-06 | 1 | -3/+3 |
* | Rename event-actions to event_push_actions as per PR request | David Baker | 2016-01-04 | 1 | -1/+1 |
* | Address minor PR issues | David Baker | 2016-01-04 | 1 | -4/+3 |
* | pep8 & unused variable | David Baker | 2015-12-22 | 1 | -2/+0 |
* | Insert push actions in a single db query rather than one per user/profile_tag | David Baker | 2015-12-22 | 1 | -4/+6 |
* | Add bulk push rule evaluator which actually still evaluates rules one by one,... | David Baker | 2015-12-22 | 1 | -17/+11 |
* | Only run pushers for users on this hs! | David Baker | 2015-12-21 | 1 | -1/+7 |
* | still very WIP, but now sends unread_notifications_count in the room object o... | David Baker | 2015-12-16 | 1 | -1/+1 |
* | Store nothing instead of ['dont_notify'] for events with no notification requ... | David Baker | 2015-12-10 | 1 | -4/+4 |
* | Save event actions to the db | David Baker | 2015-12-10 | 1 | -2/+4 |
* | Very first cut of calculating actions for events as they come in. Doesn't sto... | David Baker | 2015-12-10 | 1 | -0/+47 |