| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump schema version. | Mark Haines | 2015-12-04 | 4 | -23/+36 |
* | Merge pull request #414 from matrix-org/erikj/if_not_exists | Erik Johnston | 2015-12-03 | 1 | -1/+1 |
|\ |
|
| * | Older versions of SQLite don't like IF NOT EXISTS in virtual tables | Erik Johnston | 2015-12-02 | 1 | -1/+1 |
* | | Just replace the table definition with the one from full_schema 16 | David Baker | 2015-12-02 | 1 | -11/+10 |
* | | Fix schema delta 15 on postgres in the very unlikley event that anyone upgrad... | David Baker | 2015-12-02 | 1 | -1/+1 |
|/ |
|
* | Add API for setting account_data globaly or on a per room basis | Mark Haines | 2015-12-01 | 1 | -0/+23 |
* | Allow paginating search ordered by recents | Erik Johnston | 2015-11-30 | 1 | -0/+57 |
* | Remove size specifier for database column | Daniel Wagner-Hall | 2015-11-23 | 1 | -1/+3 |
* | Merge branch 'develop' into daniel/forgetrooms | Paul "LeoNerd" Evans | 2015-11-19 | 1 | -0/+17 |
|\ |
|
| * | Rename the database table | Mark Haines | 2015-11-18 | 1 | -0/+17 |
* | | Allow users to forget rooms | Daniel Wagner-Hall | 2015-11-17 | 1 | -0/+24 |
|/ |
|
* | Merge pull request #359 from matrix-org/markjh/incremental_indexing | Erik Johnston | 2015-11-11 | 2 | -75/+47 |
|\ |
|
| * | Fix param style to work on both sqlite and postgres | Mark Haines | 2015-11-11 | 1 | -2/+6 |
| * | Fix the background update | Mark Haines | 2015-11-11 | 1 | -4/+3 |
| * | Use a background task to update databases to use the full text search | Mark Haines | 2015-11-10 | 1 | -76/+24 |
| * | Add storage module for tracking background updates. | Mark Haines | 2015-11-09 | 1 | -0/+21 |
* | | Return world_readable and guest_can_join in /publicRooms | Daniel Wagner-Hall | 2015-11-10 | 1 | -0/+25 |
|/ |
|
* | Remove accidentally added ID column | Daniel Wagner-Hall | 2015-11-06 | 1 | -1/+0 |
* | Open up /events to anonymous users for room events only | Daniel Wagner-Hall | 2015-11-05 | 1 | -0/+26 |
* | Merge pull request #335 from matrix-org/markjh/room_tags | Mark Haines | 2015-11-03 | 1 | -0/+38 |
|\ |
|
| * | Store room tag content and return the content in the m.tag event | Mark Haines | 2015-11-02 | 1 | -0/+1 |
| * | Add APIs for adding and removing tags from rooms | Mark Haines | 2015-10-28 | 1 | -0/+37 |
* | | Add missing column | Daniel Wagner-Hall | 2015-10-30 | 1 | -1/+1 |
|/ |
|
* | Pull out sender when computing search results | Erik Johnston | 2015-10-23 | 1 | -14/+17 |
* | Implement rank function for SQLite FTS | Erik Johnston | 2015-10-23 | 1 | -1/+1 |
* | PEP8 | Erik Johnston | 2015-10-22 | 1 | -1/+2 |
* | Move FTS to delta 25 | Erik Johnston | 2015-10-22 | 1 | -2/+2 |
* | Split up run_upgrade | Erik Johnston | 2015-10-16 | 1 | -5/+11 |
* | Merge branch 'erikj/store_engine' into erikj/search | Erik Johnston | 2015-10-13 | 1 | -1/+1 |
|\ |
|
* | | Merge branch 'erikj/store_engine' into erikj/search | Erik Johnston | 2015-10-13 | 1 | -1/+1 |
|\| |
|
* | | Add sqlite schema | Erik Johnston | 2015-10-13 | 1 | -5/+64 |
* | | Keep FTS indexes up to date. Only search through rooms currently joined | Erik Johnston | 2015-10-12 | 1 | -1/+2 |
* | | Add basic full text search impl. | Erik Johnston | 2015-10-09 | 1 | -0/+57 |
|/ |
|
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 1 | -0/+22 |
* | Drop unused index | Erik Johnston | 2015-09-14 | 1 | -0/+16 |
* | Remove autoincrement since we incrementing the ID in the storage layer | Mark Haines | 2015-08-24 | 1 | -1/+1 |
* | Merge branch 'develop' into refresh | Daniel Wagner-Hall | 2015-08-20 | 1 | -0/+19 |
|\ |
|
| * | Merge pull request #211 from matrix-org/email_in_use | Mark Haines | 2015-08-20 | 1 | -0/+19 |
| |\ |
|
| | * | Add endpoint that proxies ID server request token and errors if the given ema... | David Baker | 2015-08-04 | 1 | -0/+19 |
* | | | /tokenrefresh POST endpoint | Daniel Wagner-Hall | 2015-08-20 | 1 | -0/+21 |
|/ / |
|
* / | Add index receipts_linearized_room_stream | Erik Johnston | 2015-08-17 | 1 | -0/+18 |
|/ |
|
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/receipts | Erik Johnston | 2015-07-13 | 1 | -0/+34 |
|\ |
|
| * | Uniquely name unique constraint | Erik Johnston | 2015-07-10 | 1 | -2/+2 |
| * | Don't bother with a timeout for one time keys on the server. | Mark Haines | 2015-07-09 | 1 | -1/+0 |
| * | Add store for client end to end keys | Mark Haines | 2015-07-06 | 1 | -0/+35 |
* | | Change format of receipts to allow inclusion of data | Erik Johnston | 2015-07-09 | 1 | -10/+6 |
* | | Add stream_id index | Erik Johnston | 2015-07-02 | 1 | -1/+5 |
* | | Add basic storage functions for handling of receipts | Erik Johnston | 2015-07-01 | 1 | -14/+17 |
* | | Add tables for receipts | Erik Johnston | 2015-06-30 | 1 | -0/+35 |
|/ |
|
* | Add a dummy.sql into delta/20 as pip isn't packinging the pushers.py | Erik Johnston | 2015-06-13 | 1 | -0/+1 |
* | pep8 | David Baker | 2015-06-04 | 1 | -1/+0 |
* | Add script to (re)convert the pushers table to changing the unique key. Also ... | David Baker | 2015-06-04 | 2 | -1/+78 |
* | Newline, remove debug logging | Erik Johnston | 2015-05-18 | 1 | -1/+1 |
* | Add index on events | Erik Johnston | 2015-05-13 | 1 | -0/+19 |
* | Drop the old table not the new table | Mark Haines | 2015-05-08 | 1 | -1/+1 |
* | Rename unique constraint | Mark Haines | 2015-05-08 | 1 | -1/+1 |
* | Remove unsigned | Mark Haines | 2015-05-08 | 1 | -2/+2 |
* | Make the timestamps in server_keys_json bigints | Mark Haines | 2015-05-08 | 1 | -0/+32 |
* | Remove some unused indexes | Erik Johnston | 2015-05-01 | 1 | -0/+18 |
* | Oops, update the contraint too | David Baker | 2015-04-29 | 1 | -1/+1 |
* | Be more postgressive | David Baker | 2015-04-29 | 1 | -2/+2 |
* | Be postgressive | David Baker | 2015-04-29 | 1 | -4/+3 |
* | Oops, forgot the schema delta file | David Baker | 2015-04-29 | 1 | -0/+10 |
* | bump database schema version | Mark Haines | 2015-04-29 | 1 | -0/+0 |
* | Use bytea rather than BLOB | Mark Haines | 2015-04-29 | 1 | -1/+1 |
* | Merge branch 'develop' into key_distribution | Mark Haines | 2015-04-29 | 11 | -29/+204 |
|\ |
|
| * | Merge branch 'develop' of github.com:matrix-org/synapse into postgres | Erik Johnston | 2015-04-28 | 1 | -0/+25 |
| |\ |
|
| | * | Merge pull request #126 from matrix-org/csauth | Mark Haines | 2015-04-28 | 1 | -0/+25 |
| | |\ |
|
| | | * | Merge branch 'develop' into csauth | David Baker | 2015-04-17 | 1 | -0/+30 |
| | | |\ |
|
| | | * | | Allow multiple pushers for a single app ID & pushkey, honouring the 'append' ... | David Baker | 2015-03-25 | 1 | -2/+25 |
| | | * | | 1) Pushers are now associated with an access token | David Baker | 2015-03-24 | 1 | -0/+2 |
| * | | | | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ... | Erik Johnston | 2015-04-28 | 5 | -28/+28 |
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into postgres | Erik Johnston | 2015-04-27 | 2 | -0/+28 |
| |\| | | |
|
| * | | | | Add unique index to room_aliases, remove duplicates on upgrade. Convert some ... | Erik Johnston | 2015-04-17 | 2 | -0/+11 |
| * | | | | Go back to storing JSON in TEXT | Erik Johnston | 2015-04-16 | 1 | -1/+1 |
| * | | | | Remove mysql/maria support | Erik Johnston | 2015-04-15 | 1 | -1/+1 |
| * | | | | Change full_schemas/11 to work with postgres | Erik Johnston | 2015-04-15 | 1 | -1/+4 |
| * | | | | Add index on events (topological_ordering, stream_ordering) to help with ORDE... | Erik Johnston | 2015-04-15 | 1 | -0/+1 |
| * | | | | Rename user_ips.user -> user_id | Erik Johnston | 2015-04-14 | 1 | -3/+3 |
| * | | | | Remove duplicate rows | Erik Johnston | 2015-04-10 | 1 | -0/+9 |
| * | | | | DROP indexes before recreating them | Erik Johnston | 2015-04-10 | 1 | -0/+8 |
| * | | | | Use LONGBLOB and TEXT for arbitary length rows | Erik Johnston | 2015-04-10 | 2 | -3/+3 |
| * | | | | Use unsigned bigint | Erik Johnston | 2015-04-10 | 3 | -9/+9 |
| * | | | | SQLite wants INTEGER and not BIGINT for primary keys | Erik Johnston | 2015-04-10 | 3 | -5/+5 |
| * | | | | Update full_schemas/16 to match delta files. Add delta/16 scripts | Erik Johnston | 2015-04-10 | 3 | -0/+122 |
| * | | | | Revert non-trivial changes to upgrade scripts | Erik Johnston | 2015-04-10 | 3 | -5/+5 |
| * | | | | Remove spurious spaces | Erik Johnston | 2015-04-09 | 3 | -7/+7 |
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into mysql | Erik Johnston | 2015-04-07 | 1 | -0/+31 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Add index to presence table | Erik Johnston | 2015-04-07 | 1 | -0/+2 |
| * | | | | Fix unicode support | Erik Johnston | 2015-04-02 | 3 | -16/+16 |
| * | | | | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 3 | -7/+7 |
| * | | | | Fix up schemas some more | Erik Johnston | 2015-03-20 | 1 | -1/+1 |
| * | | | | Fix up schemas to work with mariadb | Erik Johnston | 2015-03-19 | 3 | -15/+15 |
| * | | | | Update schema to work with mariadb | Erik Johnston | 2015-03-18 | 3 | -40/+33 |
| | |_|/
| |/| | |
|
* | | | | Add server_keys.sql to the current delta rather than creating a new delta | Mark Haines | 2015-04-28 | 1 | -0/+0 |
* | | | | Merge branch 'develop' into key_distribution | Mark Haines | 2015-04-24 | 2 | -0/+28 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Copyright notices | Mark Haines | 2015-04-24 | 2 | -0/+28 |
| | |/
| |/| |
|
* | | | Add methods for storing and retrieving the raw key json | Mark Haines | 2015-04-15 | 1 | -3/+3 |
* | | | Return a sha256 fingerprint rather than the entire tls certificate | Mark Haines | 2015-04-14 | 1 | -0/+24 |
|/ / |
|
* | | Edit SQL schema to use string IDs not ints. Use token as ID. Update tests. | Kegan Dougal | 2015-03-31 | 1 | -4/+3 |
* | | Use event IDs instead of dumping event content in the txns table. | Kegan Dougal | 2015-03-09 | 1 | -1/+1 |
* | | Finish appservice txn storage impl and tests. | Kegan Dougal | 2015-03-09 | 1 | -1/+1 |
* | | Merge branch 'develop' into application-services-txn-reliability | Kegan Dougal | 2015-03-06 | 1 | -0/+9 |
|\| |
|
| * | Schema change as delta in v14 | David Baker | 2015-03-06 | 1 | -0/+0 |
| * | Merge branch 'develop' into pushrules2 | David Baker | 2015-03-04 | 11 | -395/+23 |
| |\ |
|
| * | | Add enable/disable overlay for push rules (REST API not yet hooked up) | David Baker | 2015-02-25 | 1 | -0/+9 |
* | | | Add appservice txns sql schema | Kegan Dougal | 2015-03-06 | 1 | -0/+31 |
| |/
|/| |
|
* | | Change to use logger in db upgrade script | Erik Johnston | 2015-03-04 | 1 | -1/+4 |
* | | SYN-67: Finish up implementing new database schema management | Erik Johnston | 2015-03-04 | 11 | -395/+20 |
|/ |
|
* | Bump schema version | Erik Johnston | 2015-02-17 | 1 | -0/+0 |
* | Merge pull request #50 from matrix-org/application-services | Mark Haines | 2015-02-13 | 1 | -0/+34 |
|\ |
|
| * | Merge branch 'develop' into application-services | Kegan Dougal | 2015-02-09 | 2 | -24/+11 |
| |\ |
|
| * | | Register a user account for the AS when the AS registers. Add 'sender' column... | Kegan Dougal | 2015-02-09 | 1 | -0/+1 |
| * | | Add delta sql file. | Kegan Dougal | 2015-02-05 | 1 | -0/+33 |
* | | | Set database schema version in delta | Erik Johnston | 2015-02-12 | 1 | -0/+2 |
| |/
|/| |
|
* | | Move delta/v13.sql to delta/v12.sql | Erik Johnston | 2015-02-06 | 2 | -24/+11 |
|/ |
|
* | s/instance_handle/profile_tag/ | David Baker | 2015-02-03 | 1 | -1/+1 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storage | Erik Johnston | 2015-01-30 | 1 | -0/+24 |
|\ |
|
| * | Merge changes from develop | Mark Haines | 2015-01-29 | 1 | -0/+46 |
| |\ |
|
| * | | Move bump schema delta | Mark Haines | 2015-01-29 | 1 | -0/+0 |
| * | | Also edit the filter column on the delta SQL | Kegan Dougal | 2015-01-29 | 1 | -1/+1 |
| * | | Created schema delta | Paul "LeoNerd" Evans | 2015-01-27 | 1 | -0/+24 |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storage | Erik Johnston | 2015-01-30 | 1 | -0/+33 |
|\ \ \
| | |/
| |/| |
|
| * | | Move pushers delta to v12 and bump schema version | David Baker | 2015-01-28 | 1 | -0/+0 |
| * | | Oops: second part of commit dc938606 | David Baker | 2015-01-22 | 1 | -0/+13 |
| * | | add instance_handles to pushers so we have a way to refer to them even if the... | David Baker | 2015-01-20 | 1 | -0/+1 |
| * | | Require device language when adding a pusher. | David Baker | 2015-01-16 | 1 | -0/+1 |
| * | | Honour the 'rejected' return from push gateways | David Baker | 2015-01-13 | 1 | -0/+1 |
| * | | Merge branch 'develop' into pushers | David Baker | 2015-01-13 | 8 | -5/+49 |
| |\| |
|
| * | | Merge branch 'develop' into pushers | David Baker | 2014-12-18 | 1 | -0/+79 |
| |\ \ |
|
| * | | | schema version is now 10 | David Baker | 2014-12-18 | 1 | -0/+0 |
| * | | | Rename the pusher SQL delta to v9 which the next free one | David Baker | 2014-12-18 | 1 | -0/+0 |
| * | | | after a few rethinks, a working implementation of pushers. | David Baker | 2014-12-18 | 1 | -2/+1 |
| * | | | Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant. | David Baker | 2014-12-03 | 1 | -2/+3 |
| * | | | Merge branch 'develop' into pushers | David Baker | 2014-12-02 | 1 | -0/+34 |
| |\ \ \ |
|
| * | | | | More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP p... | David Baker | 2014-11-21 | 1 | -0/+2 |
| * | | | | Start creating a module to do generic notifications (just prints them to stdo... | David Baker | 2014-11-19 | 1 | -0/+28 |
* | | | | | Add support for storing rejected events in EventContext and data stores | Erik Johnston | 2015-01-22 | 1 | -0/+21 |
| |_|_|/
|/| | | |
|
* | | | | Add delta and bump DB version | Erik Johnston | 2015-01-06 | 1 | -0/+16 |
* | | | | Update copyright notices | Mark Haines | 2015-01-06 | 7 | -5/+33 |
| |_|/
|/| | |
|
* | | | Fix upgrade script to run all the missing deltas. | Erik Johnston | 2014-12-16 | 1 | -1/+57 |
* | | | track replication destination health, and perform exponential back-off when s... | Matthew Hodgson | 2014-12-07 | 1 | -0/+23 |
| |/
|/| |
|
* | | Add update delta for schema change | Erik Johnston | 2014-11-26 | 1 | -0/+34 |
|/ |
|
* | Bump database version number. | Erik Johnston | 2014-10-17 | 1 | -0/+31 |
* | SYN-48: Implement WHOIS rest servlet | Erik Johnston | 2014-09-29 | 1 | -1/+2 |
* | SYN-48: Track User-Agents as well as IPs for client devices. | Erik Johnston | 2014-09-29 | 1 | -1/+3 |
* | Track the IP users connect with. Add an admin column to users table. | Erik Johnston | 2014-09-26 | 1 | -0/+13 |
* | Rename deletions to redactions | Erik Johnston | 2014-09-24 | 1 | -5/+6 |
* | SYN-12: Implement auth for deletion by adding a 'delete_level' on the ops lev... | Erik Johnston | 2014-09-23 | 1 | -0/+4 |
* | Add m.room.deletion. If an event is deleted it will be returned to clients 'p... | Erik Johnston | 2014-09-23 | 1 | -2/+4 |
* | Add a deletions table | Erik Johnston | 2014-09-22 | 1 | -0/+5 |
* | Generate m.room.aliases event when the HS creates a room alias | Erik Johnston | 2014-09-05 | 1 | -0/+27 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Store SQL DDL deltas as well; attempt to upgrade the database on startup if i... | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -0/+168 |