| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #769 from matrix-org/erikj/push_actions_delete | Erik Johnston | 2016-05-13 | 1 | -0/+12 |
|\ |
|
| * | Delete old pushers | Erik Johnston | 2016-05-03 | 1 | -0/+12 |
* | | Correct SQL statement for postgres | David Baker | 2016-05-04 | 1 | -2/+3 |
* | | Remove unused function | David Baker | 2016-04-29 | 1 | -22/+0 |
* | | Use explicit join | David Baker | 2016-04-29 | 1 | -3/+3 |
* | | Oops, actually specify the user id | David Baker | 2016-04-29 | 1 | -1/+3 |
* | | Remove unnecessary if | David Baker | 2016-04-29 | 1 | -1/+1 |
* | | Put spaces at start of line | David Baker | 2016-04-29 | 1 | -16/+16 |
* | | Send a rather basic email notif | David Baker | 2016-04-20 | 1 | -1/+0 |
* | | First bits of emailpusher | David Baker | 2016-04-19 | 1 | -7/+50 |
|/ |
|
* | Fix query for get_unread_push_actions_for_user_in_range | Erik Johnston | 2016-04-14 | 1 | -1/+2 |
* | pep8 | David Baker | 2016-04-13 | 1 | -1/+1 |
* | Only return unread notifications | David Baker | 2016-04-13 | 1 | -9/+50 |
* | Oops, inequality fail | David Baker | 2016-04-07 | 1 | -1/+1 |
* | pep8 | David Baker | 2016-04-06 | 1 | -1/+1 |
* | Make pushers use the event_push_actions table instead of listening on an even... | David Baker | 2016-04-06 | 1 | -0/+48 |
* | Use google style doc strings. | Mark Haines | 2016-04-01 | 1 | -2/+3 |
* | Bump get_unread_event_push_actions_by_room_for_user cache | Erik Johnston | 2016-03-22 | 1 | -1/+1 |
* | Remove dead code for setting device specific rules. | Mark Haines | 2016-02-18 | 1 | -4/+3 |
* | Rename functions | Erik Johnston | 2016-02-10 | 1 | -2/+2 |
* | Atomically persit push actions when we persist the event | Erik Johnston | 2016-02-09 | 1 | -29/+16 |
* | Actually return something sensible | Erik Johnston | 2016-02-03 | 1 | -1/+1 |
* | We return dicts now. | Erik Johnston | 2016-02-03 | 1 | -1/+1 |
* | Change event_push_actions_rm_tokens schema | Erik Johnston | 2016-02-03 | 1 | -15/+32 |
* | Make LRU cache not default to treecache & add options to use it | David Baker | 2016-01-22 | 1 | -1/+1 |
* | Use new invalidate_many cache invalidation to invalidate the event_push_actio... | David Baker | 2016-01-22 | 1 | -4/+15 |
* | Cache get_unread_event_push_actions_by_room_for_user | Erik Johnston | 2016-01-21 | 1 | -1/+2 |
* | Return highlight_count in /sync | Erik Johnston | 2016-01-19 | 1 | -2/+3 |
* | Remove the PushersTable and EventPushActionsTable objects | Mark Haines | 2016-01-12 | 1 | -5/+1 |
* | Delete notifications for redacted events | David Baker | 2016-01-06 | 1 | -0/+12 |
* | Add is_guest flag to users db to track whether a user is a guest user or not.... | David Baker | 2016-01-06 | 1 | -2/+2 |
* | = not == in sql | David Baker | 2016-01-04 | 1 | -1/+1 |
* | Rename event-actions to event_push_actions as per PR request | David Baker | 2016-01-04 | 1 | -0/+98 |