| Commit message (Expand) | Author | Age | Files | Lines |
* | Incorporate review | Brendan Abolivier | 2020-08-06 | 1 | -16/+4 |
* | Lint | Brendan Abolivier | 2020-07-30 | 1 | -19/+32 |
* | Implement new experimental push rules with a database hack to enable them | Brendan Abolivier | 2020-07-28 | 1 | -9/+208 |
* | Explicitly check that tombstone is a state event before notifying. | Erik Johnston | 2019-07-31 | 1 | -1/+7 |
* | Add default push rule to ignore reactions (#5623) | J. Ryan Stinnett | 2019-07-05 | 1 | -0/+13 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -234/+170 |
* | Add a default .m.rule.tombstone push rule (#4867) | Travis Ralston | 2019-04-29 | 1 | -0/+17 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -1/+2 |
* | Consistently use six's iteritems and wrap lazy keys/values in list() if they'... | Amber Brown | 2018-05-31 | 1 | -1/+1 |
* | Omit the *s for @room notifications | David Baker | 2017-10-16 | 1 | -1/+1 |
* | Use notification levels in power_levels | David Baker | 2017-10-10 | 1 | -2/+2 |
* | They're called rooms | David Baker | 2017-10-05 | 1 | -4/+4 |
* | Get rule type right | David Baker | 2017-10-05 | 1 | -1/+1 |
* | Support for channel notifications | David Baker | 2017-10-05 | 1 | -0/+23 |
* | _id field must uniquely identify different conditions | Erik Johnston | 2016-09-19 | 1 | -2/+2 |
* | proposal for notifying on e2e events | Matthew Hodgson | 2016-09-17 | 1 | -0/+49 |
* | s/underride/override/ in the rule_id too | David Baker | 2016-08-16 | 1 | -1/+1 |
* | Move display name rule | David Baker | 2016-08-15 | 1 | -16/+20 |
* | Fix the rule_id for .m.rule.invite_for_me (#715) | Mark Haines | 2016-04-11 | 1 | -1/+1 |
* | Fix invite pushes | David Baker | 2016-04-08 | 1 | -35/+37 |
* | Use google style doc strings. | Mark Haines | 2016-04-01 | 1 | -3/+5 |
* | Never notify for member events. This fixes https://github.com/vector-im/vecto... | David Baker | 2016-03-24 | 1 | -20/+21 |
* | Add support for changing the actions for default rules | Mark Haines | 2016-02-26 | 1 | -7/+50 |
* | Only notify for messages in one to one rooms, not every event | David Baker | 2016-01-26 | 1 | -0/+6 |
* | Remove member event rule as per SYN-607 | David Baker | 2016-01-21 | 1 | -17/+19 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into default_notify | Erik Johnston | 2016-01-19 | 1 | -190/+198 |
|\ |
|
| * | Update _id | Erik Johnston | 2016-01-19 | 1 | -2/+3 |
| * | Do for loop once at start | Erik Johnston | 2016-01-18 | 1 | -8/+17 |
| * | Use static for const dicts | Erik Johnston | 2016-01-18 | 1 | -183/+181 |
| * | Rename 'user_name' to 'user_id' in push to make it consistent with the rest o... | Mark Haines | 2016-01-13 | 1 | -6/+6 |
* | | Change default pushrules back to notifying for all messages. | David Baker | 2016-01-13 | 1 | -1/+0 |
|/ |
|
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Change the m.room.message rule to be disabled by default so we only notify fo... | David Baker | 2015-12-02 | 1 | -0/+1 |
* | Oops: underride rule had an identifier with override in it. | David Baker | 2015-06-23 | 1 | -1/+1 |
* | Make one-to-one rule an underride otherwise bings don't work in one-to-one wr... | David Baker | 2015-04-24 | 1 | -21/+21 |
* | Copyright notices | Mark Haines | 2015-04-24 | 1 | -0/+14 |
* | 'false' is not False | David Baker | 2015-03-11 | 1 | -5/+5 |
* | PEP8 blank lines | David Baker | 2015-03-11 | 1 | -0/+1 |
* | Add the master push rule for the break-my-push button. Allow server default r... | David Baker | 2015-03-10 | 1 | -9/+49 |
* | D'oh: underscore, not hyphen | David Baker | 2015-03-09 | 1 | -1/+1 |
* | Call notifications should be override else they'll get clobbered by sender/ro... | David Baker | 2015-03-06 | 1 | -21/+21 |
* | Specify when we don't want to highlight | David Baker | 2015-03-06 | 1 | -2/+17 |
* | Remove the fallback rule - we probably don't want to be notifying for everyth... | David Baker | 2015-03-06 | 1 | -9/+1 |
* | Add more server default rules so we have default rules for whether you get no... | David Baker | 2015-03-06 | 1 | -2/+72 |
* | Suppress notices should trump content/room/sender rules. | David Baker | 2015-03-06 | 1 | -13/+13 |
* | Add the highlight tweak where messages should be highlighted a different colo... | David Baker | 2015-03-06 | 1 | -0/+4 |
* | Add default rule to suppress notices. | David Baker | 2015-03-04 | 1 | -0/+13 |
* | Rename the room-with-two-people rule to be more compatible if we have actual ... | David Baker | 2015-03-02 | 1 | -1/+1 |
* | SYN-267 Add a fallback rule as an explicit server default rule and make the d... | David Baker | 2015-02-26 | 1 | -0/+15 |
* | Add API for getting/setting enabled-ness of push rules. | David Baker | 2015-02-26 | 1 | -4/+4 |
* | Add enable/disable overlay for push rules (REST API not yet hooked up) | David Baker | 2015-02-25 | 1 | -0/+3 |
* | Code-style fixes | Mark Haines | 2015-02-10 | 1 | -5/+6 |
* | Fix server default rule injection (downwards, not upwards!) | David Baker | 2015-02-09 | 1 | -6/+6 |
* | Give server default rules the 'default' attribute and fix various brokenness. | David Baker | 2015-02-05 | 1 | -0/+1 |
* | Server default rules now of all kinds rather than all being at lowest prio. | David Baker | 2015-02-05 | 1 | -8/+54 |
* | Use set_tweak instead of set_sound | David Baker | 2015-02-03 | 1 | -1/+2 |
* | Spit out server default rules too. | David Baker | 2015-01-30 | 1 | -6/+5 |
* | Add room member count condition and default rule to make a noise on rooms of ... | David Baker | 2015-01-30 | 1 | -0/+14 |
* | Add default push rules including setting a sound for messages mentioning your... | David Baker | 2015-01-29 | 1 | -0/+35 |