Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2016-01-25 | Correct docstring | Erik Johnston | 1 | -1/+0 |
2016-01-25 | Add index to event_push_actions | Erik Johnston | 1 | -0/+1 |
2016-01-25 | Push: Use storage apis that are cached | Erik Johnston | 2 | -17/+14 |
2016-01-25 | Implement a _simple_select_many_batch | Erik Johnston | 3 | -60/+105 |
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 | Underscores are allowed in user ids | Erik Johnston | 1 | -1/+1 |
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 |