Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-12-10 | Update release date | Mark Haines | 1 | -1/+1 | |
2015-12-09 | Bump synapse version to v0.12.0 | Mark Haines | 1 | -1/+1 | |
2015-12-09 | Add to changelog | Mark Haines | 1 | -7/+7 | |
2015-12-09 | Changelog for v0.12.0 | Mark Haines | 1 | -0/+34 | |
2015-12-09 | pep8 | David Baker | 1 | -4/+4 | |
2015-12-09 | Split out the push rule evaluator into a separate file so it can be more ↵ | David Baker | 2 | -185/+234 | |
readily reused. Should be functionally identical. | |||||
2015-12-09 | Allow filter JSON object in the filter query parameter in /sync | Mark Haines | 1 | -9/+21 | |
Documented by matrix-org/matrix-doc#224 | |||||
2015-12-08 | Actually host r0 and unstable prefixes | Daniel Wagner-Hall | 5 | -85/+80 | |
2015-12-07 | Track the time spent in the database per request. | Mark Haines | 5 | -4/+38 | |
and track the number of transactions that request started. | |||||
2015-12-07 | also do more structured logging | David Baker | 1 | -0/+1 | |
2015-12-07 | pep8 | David Baker | 1 | -0/+1 | |
2015-12-07 | Add logging to pushers API to log the body of the request | David Baker | 1 | -0/+4 | |
2015-12-07 | Add a setter for the current log context. | Mark Haines | 1 | -16/+24 | |
Move the resource tracking inside that setter so that it is easier to make sure that the resource tracking isn't double counting the resource usage. | |||||
2015-12-07 | Take object not bool | Daniel Wagner-Hall | 1 | -0/+5 | |
Allows bool as legacy fallback See https://github.com/matrix-org/matrix-doc/pull/212 | |||||
2015-12-06 | Fix mock import in tests. | Oleg Girko | 1 | -1/+1 | |
For some reason, one test imports Mock class from mock.mock rather than from mock. This change fixes this error. Signed-off-by: Oleg Girko <ol@infoserver.lv> | |||||
2015-12-05 | Added installation instructions for postgres on CentOS 7 | Mads R. Christensen | 1 | -2/+15 | |
2015-12-04 | Only include the archived rooms if a include_leave flag in set in the filter | Mark Haines | 2 | -6/+10 | |
2015-12-04 | Bump schema version. | Mark Haines | 5 | -24/+37 | |
As we released version 26 in v0.11.1 | |||||
2015-12-04 | Add metrics to track the cpu on the main thread consumed by each type of request | Mark Haines | 1 | -0/+17 | |
2015-12-04 | Add comments to explain why we are hardcoding RUSAGE_THREAD | Mark Haines | 1 | -0/+8 | |
2015-12-04 | Fix warnings | Mark Haines | 2 | -3/+13 | |
2015-12-03 | Track the cpu used in the main thread by each logging context | Mark Haines | 3 | -10/+72 | |
2015-12-03 | Flatten devices into a dict, not a list | Daniel Wagner-Hall | 1 | -4/+3 | |
2015-12-03 | Reuse the captcha client rather than creating a new one for each request | Mark Haines | 1 | -4/+2 | |
2015-12-02 | Fix implementation of /admin/whois | Daniel Wagner-Hall | 2 | -18/+12 | |
2015-12-02 | Just replace the table definition with the one from full_schema 16 | David Baker | 1 | -11/+10 | |
2015-12-02 | Fix schema delta 15 on postgres in the very unlikley event that anyone ↵ | David Baker | 1 | -1/+1 | |
upgrades to 15... | |||||
2015-12-02 | Make state updates in the C+S API idempotent | Mark Haines | 1 | -0/+12 | |
2015-12-02 | Update endpoints to reflect current spec | Daniel Wagner-Hall | 6 | -35/+11 | |
2015-12-02 | Throw if unrecognized DB type | Erik Johnston | 1 | -1/+4 | |
2015-12-02 | Older versions of SQLite don't like IF NOT EXISTS in virtual tables | Erik Johnston | 1 | -1/+1 | |
2015-12-02 | Fix so highlight matching works again | Erik Johnston | 1 | -8/+13 | |
2015-12-02 | Remove deuplication. Add comment about regex. | Erik Johnston | 1 | -21/+11 | |
2015-12-02 | Use the context returned by _handle_new_event | Mark Haines | 1 | -4/+1 | |
2015-12-02 | Search: Add prefix matching support | Erik Johnston | 1 | -5/+32 | |
2015-12-02 | Reuse a single http client, rather than creating new ones | Mark Haines | 3 | -18/+10 | |
2015-12-02 | Change the m.room.message rule to be disabled by default so we only notify ↵ | David Baker | 1 | -0/+1 | |
for 1:1 rooms / highlights out-of-the-box | |||||
2015-12-02 | Fix typo in collect_presencelike_data | Mark Haines | 1 | -1/+1 | |
2015-12-02 | Add comments | Mark Haines | 2 | -0/+6 | |
2015-12-02 | Added a single line to explain what the server_name is used for | Mads R. Christensen | 1 | -0/+1 | |
2015-12-02 | Added a few lines to better explain how to run Synapse on a FQDN that is not ↵ | Mads R. Christensen | 1 | -0/+4 | |
part of the UserID | |||||
2015-12-01 | various fixes - thanks to Mark White for pointing out you need to run ↵ | Matthew Hodgson | 1 | -12/+13 | |
synapse before you try to register a new user | |||||
2015-12-01 | Fix definitions script | Mark Haines | 1 | -1/+1 | |
2015-12-01 | Wrap calls to distributor.fire in appropriately named functions so that ↵ | Mark Haines | 7 | -53/+78 | |
static analysis can work out want is calling what | |||||
2015-12-01 | Only fire user_joined_room if the membership has changed | Mark Haines | 1 | -3/+8 | |
2015-12-01 | Added --report-status=yes|no as Synapse won't generate the config without it | Mads R. Christensen | 1 | -2/+3 | |
2015-12-01 | Added libffi-devel in CentOS 7 installation requirements and fixed ↵ | Mads R. Christensen | 1 | -2/+2 | |
indentation of yum groupinstall. Signed-off-by: Mads Robin Christensen <mads@v42.dk> | |||||
2015-12-01 | Add API for setting account_data globaly or on a per room basis | Mark Haines | 11 | -25/+476 | |
2015-12-01 | Host /unstable and /r0 versions of r0 APIs | Daniel Wagner-Hall | 27 | -117/+133 | |
2015-12-01 | Search: Don't disregard grouping info in pagination tokens | Erik Johnston | 1 | -3/+12 | |
2015-12-01 | rename the method in the tests as well | Mark Haines | 1 | -3/+3 | |
2015-12-01 | Only fire user_joined_room on the distributor if the user has actually ↵ | Mark Haines | 1 | -4/+6 | |
joined the room | |||||
2015-12-01 | Rename presence_handler.send_invite to presence_handler.send_presence_invite ↵ | Mark Haines | 2 | -2/+2 | |
to distinguish it from normal invites | |||||
2015-12-01 | Change the result tict to be a list | Erik Johnston | 1 | -6/+4 | |
2015-12-01 | Add options to definitions.py to fetch referrers and to output dot | Mark Haines | 1 | -6/+39 | |
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-12-01 | Only add the user_id if the sender is present | Mark Haines | 1 | -1/+3 | |
2015-12-01 | Tidy up a bit | Erik Johnston | 1 | -8/+9 | |
2015-11-30 | Copy rather than move the fields to shuffle between a v1 and a v2 event. | Mark Haines | 1 | -9/+5 | |
This should make all v1 APIs compatible with v2 clients. While still allowing v1 clients to access the fields. This makes the documentation easier since we can just document the v2 format and explain that some of the fields, in some of the APIs are duplicated for backwards compatibility, rather than having to document two separate event formats. | |||||
2015-11-30 | Allow paginating search ordered by recents | Erik Johnston | 4 | -84/+219 | |
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 | Mention report_stats in upgrade.rst | Erik Johnston | 1 | -0/+13 | |
2015-11-20 | Fix english | Erik Johnston | 1 | -2/+2 | |
2015-11-20 | Bump changes and version | Erik Johnston | 2 | -1/+16 | |
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 | |
2015-11-18 |