| Commit message (Expand) | Author | Files | Lines |
2016-01-22 | Better fix for actions with both dont_notify and tweaks | David Baker | 1 | -1/+1 |
2016-01-22 | Revert b4a41aa542203c03bb8a6c93097b94bc5d167265 as it's just broken. | David Baker | 1 | -9/+1 |
2016-01-22 | Don't add notifications to the table unless there's actually a 'notify' action | David Baker | 1 | -1/+9 |
2016-01-22 | Don't mutate cached values | Erik Johnston | 1 | -2/+6 |
2016-01-22 | Don't crash if a user has no push rule enabled entries | David Baker | 1 | -0/+3 |
2016-01-22 | Overlay the push_rules_enabled map for users, otherwise they won't be able to... | David Baker | 2 | -0/+43 |
2016-01-22 | Don't add the member functiopn if we're not using treecache | David Baker | 1 | -1/+4 |
2016-01-22 | docs | David Baker | 1 | -1/+5 |
2016-01-22 | Revert all the bits changing keys of eeverything that used LRUCaches to tuples | David Baker | 5 | -44/+44 |
2016-01-22 | Make LRU cache not default to treecache & add options to use it | David Baker | 4 | -12/+22 |
2016-01-22 | Add __contains__ | David Baker | 1 | -0/+3 |
2016-01-22 | Docs for treecache | David Baker | 1 | -0/+5 |
2016-01-22 | Use new invalidate_many cache invalidation to invalidate the event_push_actio... | David Baker | 1 | -4/+15 |
2016-01-22 | Add invalidate_many here too | David Baker | 1 | -0/+1 |
2016-01-22 | |