Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2016-05-05 | fix layout; handle app naming in synapse, not jinja | Matthew Hodgson | 7 | -22/+45 |
2016-05-05 | fix app branding | Matthew Hodgson | 3 | -3/+3 |
2016-05-05 | pep8 | Matthew Hodgson | 1 | -2/+4 |
2016-05-05 | fix room.txt | Matthew Hodgson | 1 | -4/+7 |
2016-05-05 | First cut at Vector-branded mail templates | Matthew Hodgson | 7 | -0/+229 |
2016-05-05 | handle fragments correctly on mxc URLs. | Matthew Hodgson | 1 | -14/+45 |
2016-05-05 | spell out emailpusher full path | Matthew Hodgson | 1 | -1/+1 |
2016-05-04 | Include no context | David Baker | 1 | -1/+1 |
2016-05-04 | Add date header & message id | David Baker | 2 | -1/+4 |
2016-05-04 | Correct SQL statement for postgres | David Baker | 1 | -2/+3 |
2016-05-04 | Add db functions used for email to the pusher app | David Baker | 1 | -0/+12 |
2016-05-04 | pep8 | David Baker | 1 | -0/+1 |
2016-05-04 | copyright | Matthew Hodgson | 1 | -0/+22 |
2016-05-04 | fix assorted typos in default config | Matthew Hodgson | 1 | -3/+3 |
2016-05-04 | Unused import | David Baker | 1 | -1/+0 |
2016-05-04 | Catch all exceptions when creating a pusher | David Baker | 1 | -2/+2 |
2016-04-29 | Add constant for throttle multiplier | David Baker | 1 | -1/+2 |
2016-04-29 | Remove unused function | David Baker | 2 | -26/+0 |
2016-04-29 | Remove unused arg | David Baker | 1 | -2/+2 |
2016-04-29 | Docstring | David Baker | 1 | -0/+14 |
2016-04-29 | Use explicit join | David Baker | 1 | -3/+3 |
2016-04-29 | Oops, actually specify the user id | David Baker | 1 | -1/+3 |
2016-04-29 | Remove unnecessary if | David Baker | 1 | -1/+1 |
2016-04-29 | Put spaces at start of line | David Baker | 1 | -16/+16 |
2016-04-29 | Try imports in config | David Baker | 1 | -0/+7 |
2016-04-29 | Use the constant | David Baker | 1 | -1/+2 |
2016-04-29 | Avoid `vars` builtin | David Baker | 1 | -15/+15 |
2016-04-29 | Use named parameter format | David Baker | 1 | -14/+22 |
2016-04-29 | Default enable email notifs to False | David Baker | 1 | -1/+1 |
2016-04-29 | Include res in the manifest | David Baker | 1 | -0/+1 |
2016-04-29 | pep8 | David Baker | 1 | -1/+0 |
2016-04-29 | Remove rather pointless get function | David Baker | 1 | -9/+1 |
2016-04-29 | Stop processing notifs once we've sent a mail | David Baker | 1 | -0/+1 |
2016-04-29 | Correct public_baseurl default | David Baker | 1 | -2/+2 |
2016-04-29 | Nicer get() shorthand | David Baker | 1 | -3/+2 |
2016-04-29 | Remove redundant docstring | David Baker | 1 | -4/+0 |
2016-04-29 | Correct default template and add text template | David Baker | 1 | -1/+2 |
2016-04-29 | Send mail notifs with a plaintext part too | David Baker | 5 | -7/+50 |
2016-04-29 | Fix password reset | David Baker | 1 | -0/+1 |
2016-04-29 | Add an email pusher for new users | David Baker | 2 | -0/+27 |
2016-04-29 | pep8 newline | David Baker | 1 | -1/+1 |
2016-04-28 | Remove vector specific style | David Baker | 1 | -14/+0 |
2016-04-28 | Some basic css to make it halfway legible | David Baker | 3 | -16/+58 |
2016-04-28 | Fix notification link | David Baker | 1 | -1/+1 |
2016-04-28 | May as well always include room link | David Baker | 1 | -4/+3 |
2016-04-28 | Put back real delay before mailing | David Baker | 1 | -1/+1 |
2016-04-28 | Support file messages & fix plain text | David Baker | 2 | -7/+6 |
2016-04-28 | Support image notifs | David Baker | 2 | -15/+33 |
2016-04-28 | Fix more typos in per-request metrics | Mark Haines | 1 | -4/+5 |
2016-04-28 | pep8 | David Baker | 2 | -3/+6 |
2016-04-28 | Only import email pusher if email notifs are on | David Baker | 1 | -6/+8 |
2016-04-28 | Fix typo in request metrics | Mark Haines | 1 | -1/+1 |
2016-04-28 | fix typo | Matthew Hodgson | 1 | -1/+1 |
2016-04-28 | Add a comment explaining why automatic metric reporting is disabled for JsonR... | Mark Haines | 1 | -0/+4 |
2016-04-28 | Check if report_metrics is True | Mark Haines | 1 | -3/+4 |
2016-04-28 | Handle room invites in email notifs | David Baker | 3 | -13/+42 |
2016-04-28 |