summary refs log tree commit diff
path: root/synapse/storage/push_rule.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
* Code-style fixesMark Haines2015-02-101-1/+3
* Give server default rules the 'default' attribute and fix various brokenness.David Baker2015-02-051-2/+5
* Code style fixes.Mark Haines2015-01-291-4/+5
* Allow the push rule delete method to take more specifiers.David Baker2015-01-281-8/+11
* Use %s instead of +David Baker2015-01-281-2/+2
* NewlineDavid Baker2015-01-281-0/+1
* Redundant parensDavid Baker2015-01-281-1/+1
* Add API to delete push rules.David Baker2015-01-231-0/+9
* Fix adding rules without before/after & add the rule that we couldn't find to...David Baker2015-01-231-3/+5
* As yet fairly untested GET API for push rulesDavid Baker2015-01-221-4/+4
* Insufficient newlinesDavid Baker2015-01-221-0/+1
* Add rest API & store for creating push rulesDavid Baker2015-01-221-0/+196