| Commit message (Expand) | Author | Age | Files | Lines |
* | User Cursor.__iter__ instead of fetchall | Erik Johnston | 2017-03-23 | 1 | -1/+1 |
* | Remove lock from rotate notifs | Erik Johnston | 2017-02-22 | 1 | -3/+0 |
* | Store looping call | Erik Johnston | 2017-02-21 | 1 | -1/+3 |
* | Fix up notif rotation | Erik Johnston | 2017-02-18 | 1 | -14/+22 |
* | Comment | Erik Johnston | 2017-02-16 | 1 | -1/+4 |
* | Comment | Erik Johnston | 2017-02-16 | 1 | -7/+14 |
* | Store the default push actions in a more efficient manner | Erik Johnston | 2017-02-16 | 1 | -11/+40 |
* | Less aggressive timers | Erik Johnston | 2017-02-14 | 1 | -2/+2 |
* | Aggregate event push actions | Erik Johnston | 2017-02-14 | 1 | -57/+210 |
* | Be more agressive about purging old room event_push_actions | Erik Johnston | 2017-02-01 | 1 | -3/+8 |
* | Comment | Erik Johnston | 2016-11-23 | 1 | -1/+3 |
* | More efficient notif count queries | Erik Johnston | 2016-11-23 | 1 | -8/+31 |
* | Remove where clause | Erik Johnston | 2016-09-12 | 1 | -1/+0 |
* | Add WHERE clause support to index creation | Erik Johnston | 2016-09-12 | 1 | -1/+2 |
* | Change the index to be stream_ordering, highlight | Erik Johnston | 2016-09-12 | 1 | -1/+1 |
* | Remove unused import | Erik Johnston | 2016-09-12 | 1 | -1/+0 |
* | Use register_background_index_update | Erik Johnston | 2016-09-12 | 1 | -24/+4 |
* | Add back in query change | Erik Johnston | 2016-09-12 | 1 | -1/+3 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/make_notif... | Erik Johnston | 2016-09-12 | 1 | -3/+1 |
|\ |
|
| * | Revert "Add index to event_push_actions" | Erik Johnston | 2016-09-12 | 1 | -3/+1 |
* | | Make reindex happen in bg | Erik Johnston | 2016-09-12 | 1 | -0/+30 |
|/ |
|
* | Merge remote-tracking branch 'origin/develop' into dbkr/make_notif_highlight_... | David Baker | 2016-09-09 | 1 | -1/+1 |
|\ |
|
| * | Merge pull request #1081 from matrix-org/dbkr/notifications_only_highlight | Matthew Hodgson | 2016-09-09 | 1 | -1/+8 |
| |\ |
|
| * | | Fix /notifications API when used with `from` param | David Baker | 2016-09-08 | 1 | -1/+1 |
* | | | Add index to event_push_actions | David Baker | 2016-09-09 | 1 | -1/+3 |
| |/
|/| |
|
* | | Implement `only=highlight` on `/notifications` | David Baker | 2016-09-08 | 1 | -1/+8 |
|/ |
|
* | Merge branch 'develop' into dbkr/notifications_api | Matthew Hodgson | 2016-08-20 | 1 | -1/+1 |
|\ |
|
| * | Remove lru option | Erik Johnston | 2016-08-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/develop' into dbkr/notifications_api | David Baker | 2016-08-11 | 1 | -42/+188 |
|\| |
|
| * | Fix SQL to supply arguments in the same order | Mark Haines | 2016-07-29 | 1 | -1/+1 |
| * | Create separate methods for getting messages to push | Mark Haines | 2016-07-28 | 1 | -45/+154 |
| * | Comment get_unread_push_actions_for_user_in_range function | Kegan Dougal | 2016-07-28 | 1 | -2/+26 |
| * | Use true/false for boolean parameter inclusive to avoid potential for sqli, a... | Mark Haines | 2016-07-05 | 1 | -1/+1 |
| * | Use different SQL for postgres and sqlite3 for when using multicolumn indexes | Mark Haines | 2016-07-04 | 1 | -9/+9 |
| * | Actually we need to order these properly | David Baker | 2016-06-22 | 1 | -2/+12 |
| * | Style | David Baker | 2016-06-22 | 1 | -1/+1 |
| * | Put most recent 20 messages in notif | David Baker | 2016-06-22 | 1 | -3/+4 |
| * | Limit number of notifications in an email notification | David Baker | 2016-06-01 | 1 | -2/+4 |
* | | Include the ts the notif was received at | David Baker | 2016-05-24 | 1 | -5/+7 |
* | | Add GET /notifications API | David Baker | 2016-05-23 | 1 | -0/+28 |
|/ |
|
* | Remove debug logging | David Baker | 2016-05-23 | 1 | -1/+0 |
* | Oops, missing comma | David Baker | 2016-05-20 | 1 | -1/+1 |
* | Remove stale line | David Baker | 2016-05-20 | 1 | -2/+0 |
* | Handle empty events table | David Baker | 2016-05-20 | 1 | -0/+3 |
* | Make deleting push actions more efficient | David Baker | 2016-05-20 | 1 | -12/+59 |
* | Only delete push actions after 30 days | David Baker | 2016-05-20 | 1 | -5/+37 |
* | 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 |