Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-12-01 | Write the tap results for each database to different files when running sytest | Mark Haines | 1 | -2/+2 | |
2015-12-01 | Set the port when running sytest under postgresql | Mark Haines | 1 | -1/+1 | |
2015-12-01 | Use a PORT_BASE environment variable to configure the ports that sytest uses | Mark Haines | 1 | -12/+4 | |
2015-11-27 | Return words to highlight in search results | Erik Johnston | 2 | -22/+120 | |
2015-11-26 | Run sytest against postgresql if appropriate databases exist for it to run ↵ | Mark Haines | 1 | -0/+33 | |
against | |||||
2015-11-26 | Allow user to redact with an equal power | Erik Johnston | 1 | -1/+1 | |
Users only need their power level to be equal to the redact level for them to be allowed to redact events. | |||||
2015-11-23 | Fix SQL for postgres again | Daniel Wagner-Hall | 1 | -1/+1 | |
2015-11-23 | Fix SQL for postgres | Daniel Wagner-Hall | 1 | -1/+1 | |
2015-11-23 | Remove size specifier for database column | Daniel Wagner-Hall | 1 | -1/+3 | |
Postgres doesn't support them like this. We don't have a bool type in common between postgres and sqlite. | |||||
2015-11-20 | Added myself to AUTHORS.rst | Mads R. Christensen | 1 | -0/+3 | |
Signed-off-by: Mads Robin Christensen <mads@v42.dk> | |||||
2015-11-20 | Added prerequisite instructions for CentOS 7 | Mads R. Christensen | 1 | -0/+8 | |
Signed-off-by: Mads Robin Christensen <mads@v42.dk> | |||||
2015-11-20 | Fix typo | Erik Johnston | 2 | -3/+3 | |
2015-11-20 | Don't limit connections to perspective servers | Erik Johnston | 2 | -22/+21 | |
2015-11-20 | Add option to include the current room state | Erik Johnston | 1 | -0/+24 | |
2015-11-20 | Comment | Erik Johnston | 1 | -0/+8 | |
2015-11-20 | Optionally include historic profile info | Erik Johnston | 1 | -1/+30 | |
2015-11-20 | Use min and not max to set an upper bound on retry interval | Erik Johnston | 1 | -2/+2 | |
2015-11-19 | Ignore forgotten rooms in v2 sync | Daniel Wagner-Hall | 1 | -1/+1 | |
2015-11-19 | Remove m.login.token from advertised flows. | Erik Johnston | 1 | -1/+2 | |
2015-11-19 | Take a boolean not a list of lambdas | Daniel Wagner-Hall | 2 | -9/+18 | |
2015-11-19 | Simplify code | Daniel Wagner-Hall | 2 | -8/+6 | |
2015-11-19 | Bump changes and version | Erik Johnston | 2 | -1/+6 | |
2015-11-19 | Comment | Erik Johnston | 1 | -0/+2 | |
2015-11-19 | Put back the 'state.events' subobject | Richard van der Hoff | 1 | -1/+1 | |
We're keeping 'events', in case we decide to add more keys later. | |||||
2015-11-19 | v2 /sync: Rename the keys of the 'rooms' object to match member states | Richard van der Hoff | 1 | -3/+3 | |
joined->join invited->invite archived->leave | |||||
2015-11-19 | Flatten the /sync response to remove the event_map | Richard van der Hoff | 2 | -24/+14 | |
2015-11-19 | Spelling | Erik Johnston | 1 | -1/+1 | |