Commit Graph

3488 Commits (6b69ddd17a9fe75544ce32b402042f2d50826874)
 

Author SHA1 Message Date
Mark Haines 6b69ddd17a remove duplicate parse_size method 10 years ago
Mark Haines d624e2a638 Manually generate the default config yaml, remove most of the commandline arguments for synapse anticipating that people will use the yaml instead. Simpify implementing config options by not requiring the classes to hit the super class 10 years ago
David Baker 109c8aafd2 Fix includes 10 years ago
David Baker b7788f80a3 Accept both camelcase and underscore threepid creds for transition 10 years ago
Erik Johnston c8ed9bd278 pushers table requires an access_token 10 years ago
Mark Haines f2d90d5c02 Fix whitespace 10 years ago
Mark Haines 845b0b2c97 Check requirements before doing anything else when running the homeserver 10 years ago
Mark Haines c0036ced54 bump syutil to 0.0.6 10 years ago
Erik Johnston 970a9b9d2b We can't use REPLACE when upgrading databases now we have postgres 10 years ago
Erik Johnston 64991b0c8b Merge pull request #129 from matrix-org/key_distribution 10 years ago
Mark Haines e26a3d8d9e bump database schema version 10 years ago
Mark Haines 1319905d7a Use a defer.gatherResults to collect results from the perspective servers 10 years ago
Mark Haines a9549fdce3 Use bytea rather than BLOB 10 years ago
Mark Haines 4ad8b45155 Merge branch 'develop' into key_distribution 10 years ago
Mark Haines 19167fd21f Merge pull request #135 from matrix-org/erikj/postgres_charset_check 10 years ago
Matthew Hodgson 9c4ea42e79 minimal doc 10 years ago
Mark Haines 74874ffda7 Update the query format used by keyring to match current key v2 spec 10 years ago
Erik Johnston cd0864121b Make postgres database error slightly more helpful 10 years ago
Erik Johnston 4932a7e2d9 Use __all__ instead of assert to stop pyflakes from warning about unused import in __init__ 10 years ago
Matthew Hodgson 0baf923153 Merge pull request #134 from intelfx/contrib-systemd 10 years ago
Mark Haines 9894da6a29 Merge branch 'develop' into erikj/postgres_charset_check 10 years ago
Mark Haines 46d200a3a1 Implement minimum_valid_until_ts in the remote key resource 10 years ago
Erik Johnston 72443572bf Mention that postgres databases must have the correct charset encoding 10 years ago
Erik Johnston a08bf11138 Appease PEP8 10 years ago
Erik Johnston 204132a998 Check that postgres database has correct charset set 10 years ago
Mark Haines f4c9ebbc34 Delete ugly commented out log line. 10 years ago
Ivan Shapovalov 45278eaa19 contrib/systemd: add a sample systemd unit file and a logger configuration 10 years ago
Matthew Hodgson 478e511db0 improve postgres blurb a bit 10 years ago
Matthew Hodgson 68c0603946 comment out ugly test logline 10 years ago
Matthew Hodgson e3005d3ddb mention silviof's dockerfile 10 years ago
Matthew Hodgson cc5d68f4c4 general clean up. s/alpha/beta/g. add intelfx's AUR package for Arch. s/the homeserver/Synapse/g. move installation & running sections closer together. 10 years ago
Erik Johnston cc52f02d74 Fix rst 10 years ago
Erik Johnston 3151afee9e Update docs/postgres.rst to explain port script usage 10 years ago
Erik Johnston f41a9a1ffc Add better help to scripts/port_from_sqlite_to_postgres.py 10 years ago
Erik Johnston 1783c7ca92 Ensure we never miss any presence updates 10 years ago
Erik Johnston 0126ef7f3c Fix typo 10 years ago
Erik Johnston d98edb548a Ensure the serial returned by presence is always an integer 10 years ago
Erik Johnston 9fbcf19188 Merge pull request #123 from matrix-org/postgres 10 years ago
Erik Johnston 073b891ec1 Remove unused imports 10 years ago
Erik Johnston 327ca883ec Merge branch 'develop' of github.com:matrix-org/synapse into postgres 10 years ago
Erik Johnston a1d4813a54 Quickly fix dodgy est. time remaining 10 years ago
Erik Johnston 18f8247701 Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except for a limit 10 years ago
Erik Johnston af27b84ff7 Correctly handle total/remaining counts in the presence of sent_transasctions table 10 years ago
Erik Johnston 4a13ae7201 Correctly handle total/remaining counts in the presence of sent_transasctions table 10 years ago
Mark Haines 9182f87664 Merge pull request #126 from matrix-org/csauth 10 years ago
Mark Haines 55e1bc8920 And don't bump the schema version unnecessarily 10 years ago
Mark Haines 55fcf62e9c Merge pull request #133 from matrix-org/invite_power_level 10 years ago
Mark Haines b96c133034 Add server_keys.sql to the current delta rather than creating a new delta 10 years ago
Erik Johnston ce8b0b2868 Remove accidentally committed debug hardcode hack 10 years ago
Mark Haines 252e6f6869 Merge pull request #130 from matrix-org/server_rename_check 10 years ago