summary refs log tree commit diff
path: root/synapse/storage/schema/delta (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Older versions of SQLite don't like IF NOT EXISTS in virtual tablesErik Johnston2015-12-021-1/+1
* | Just replace the table definition with the one from full_schema 16David Baker2015-12-021-11/+10
* | Fix schema delta 15 on postgres in the very unlikley event that anyone upgrad...David Baker2015-12-021-1/+1
|/
* Add API for setting account_data globaly or on a per room basisMark Haines2015-12-011-0/+23
* Allow paginating search ordered by recentsErik Johnston2015-11-301-0/+57
* Remove size specifier for database columnDaniel Wagner-Hall2015-11-231-1/+3
* Merge branch 'develop' into daniel/forgetroomsPaul "LeoNerd" Evans2015-11-191-0/+17
|\
| * Rename the database tableMark Haines2015-11-181-0/+17
* | Allow users to forget roomsDaniel Wagner-Hall2015-11-171-0/+24
|/
* Merge pull request #359 from matrix-org/markjh/incremental_indexingErik Johnston2015-11-112-75/+47
|\
| * Fix param style to work on both sqlite and postgresMark Haines2015-11-111-2/+6
| * Fix the background updateMark Haines2015-11-111-4/+3
| * Use a background task to update databases to use the full text searchMark Haines2015-11-101-76/+24
| * Add storage module for tracking background updates.Mark Haines2015-11-091-0/+21
* | Return world_readable and guest_can_join in /publicRoomsDaniel Wagner-Hall2015-11-101-0/+25
|/
* Remove accidentally added ID columnDaniel Wagner-Hall2015-11-061-1/+0
* Open up /events to anonymous users for room events onlyDaniel Wagner-Hall2015-11-051-0/+26
* Merge pull request #335 from matrix-org/markjh/room_tagsMark Haines2015-11-031-0/+38
|\
| * Store room tag content and return the content in the m.tag eventMark Haines2015-11-021-0/+1
| * Add APIs for adding and removing tags from roomsMark Haines2015-10-281-0/+37
* | Add missing columnDaniel Wagner-Hall2015-10-301-1/+1
|/
* Pull out sender when computing search resultsErik Johnston2015-10-231-14/+17
* Implement rank function for SQLite FTSErik Johnston2015-10-231-1/+1
* PEP8Erik Johnston2015-10-221-1/+2
* Move FTS to delta 25Erik Johnston2015-10-221-2/+2
* Split up run_upgradeErik Johnston2015-10-161-5/+11
* Merge branch 'erikj/store_engine' into erikj/searchErik Johnston2015-10-131-1/+1
|\
* | Merge branch 'erikj/store_engine' into erikj/searchErik Johnston2015-10-131-1/+1
|\|
* | Add sqlite schemaErik Johnston2015-10-131-5/+64
* | Keep FTS indexes up to date. Only search through rooms currently joinedErik Johnston2015-10-121-1/+2
* | Add basic full text search impl.Erik Johnston2015-10-091-0/+57
|/
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-0/+22
* Drop unused indexErik Johnston2015-09-141-0/+16
* Remove autoincrement since we incrementing the ID in the storage layerMark Haines2015-08-241-1/+1
* Merge branch 'develop' into refreshDaniel Wagner-Hall2015-08-201-0/+19
|\
| * Merge pull request #211 from matrix-org/email_in_useMark Haines2015-08-201-0/+19
| |\
| | * Add endpoint that proxies ID server request token and errors if the given ema...David Baker2015-08-041-0/+19
* | | /tokenrefresh POST endpointDaniel Wagner-Hall2015-08-201-0/+21
|/ /
* / Add index receipts_linearized_room_streamErik Johnston2015-08-171-0/+18
|/
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/receiptsErik Johnston2015-07-131-0/+34
|\
| * Uniquely name unique constraintErik Johnston2015-07-101-2/+2
| * Don't bother with a timeout for one time keys on the server.Mark Haines2015-07-091-1/+0
| * Add store for client end to end keysMark Haines2015-07-061-0/+35
* | Change format of receipts to allow inclusion of dataErik Johnston2015-07-091-10/+6
* | Add stream_id indexErik Johnston2015-07-021-1/+5
* | Add basic storage functions for handling of receiptsErik Johnston2015-07-011-14/+17
* | Add tables for receiptsErik Johnston2015-06-301-0/+35
|/
* Add a dummy.sql into delta/20 as pip isn't packinging the pushers.pyErik Johnston2015-06-131-0/+1
* pep8David Baker2015-06-041-1/+0
* Add script to (re)convert the pushers table to changing the unique key. Also ...David Baker2015-06-042-1/+78
* Newline, remove debug loggingErik Johnston2015-05-181-1/+1
* Add index on eventsErik Johnston2015-05-131-0/+19
* Drop the old table not the new tableMark Haines2015-05-081-1/+1
* Rename unique constraintMark Haines2015-05-081-1/+1
* Remove unsignedMark Haines2015-05-081-2/+2
* Make the timestamps in server_keys_json bigintsMark Haines2015-05-081-0/+32
* Remove some unused indexesErik Johnston2015-05-011-0/+18
* Oops, update the contraint tooDavid Baker2015-04-291-1/+1
* Be more postgressiveDavid Baker2015-04-291-2/+2
* Be postgressiveDavid Baker2015-04-291-4/+3
* Oops, forgot the schema delta fileDavid Baker2015-04-291-0/+10
* bump database schema versionMark Haines2015-04-291-0/+0
* Use bytea rather than BLOBMark Haines2015-04-291-1/+1
* Merge branch 'develop' into key_distributionMark Haines2015-04-2911-29/+204
|\
| * Merge branch 'develop' of github.com:matrix-org/synapse into postgresErik Johnston2015-04-281-0/+25
| |\
| | * Merge pull request #126 from matrix-org/csauthMark Haines2015-04-281-0/+25
| | |\
| | | * Merge branch 'develop' into csauthDavid Baker2015-04-171-0/+30
| | | |\
| | | * | Allow multiple pushers for a single app ID & pushkey, honouring the 'append' ...David Baker2015-03-251-2/+25
| | | * | 1) Pushers are now associated with an access tokenDavid Baker2015-03-241-0/+2
| * | | | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ...Erik Johnston2015-04-285-28/+28
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into postgresErik Johnston2015-04-272-0/+28
| |\| | |
| * | | | Add unique index to room_aliases, remove duplicates on upgrade. Convert some ...Erik Johnston2015-04-172-0/+11
| * | | | Go back to storing JSON in TEXTErik Johnston2015-04-161-1/+1
| * | | | Remove mysql/maria supportErik Johnston2015-04-151-1/+1
| * | | | Change full_schemas/11 to work with postgresErik Johnston2015-04-151-1/+4
| * | | | Add index on events (topological_ordering, stream_ordering) to help with ORDE...Erik Johnston2015-04-151-0/+1
| * | | | Rename user_ips.user -> user_idErik Johnston2015-04-141-3/+3
| * | | | Remove duplicate rowsErik Johnston2015-04-101-0/+9
| * | | | DROP indexes before recreating themErik Johnston2015-04-101-0/+8
| * | | | Use LONGBLOB and TEXT for arbitary length rowsErik Johnston2015-04-102-3/+3
| * | | | Use unsigned bigintErik Johnston2015-04-103-9/+9
| * | | | SQLite wants INTEGER and not BIGINT for primary keysErik Johnston2015-04-103-5/+5
| * | | | Update full_schemas/16 to match delta files. Add delta/16 scriptsErik Johnston2015-04-103-0/+122
| * | | | Revert non-trivial changes to upgrade scriptsErik Johnston2015-04-103-5/+5
| * | | | Remove spurious spacesErik Johnston2015-04-093-7/+7
| * | | | Merge branch 'develop' of github.com:matrix-org/synapse into mysqlErik Johnston2015-04-071-0/+31
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Add index to presence tableErik Johnston2015-04-071-0/+2
| * | | | Fix unicode supportErik Johnston2015-04-023-16/+16
| * | | | Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-013-7/+7
| * | | | Fix up schemas some moreErik Johnston2015-03-201-1/+1
| * | | | Fix up schemas to work with mariadbErik Johnston2015-03-193-15/+15
| * | | | Update schema to work with mariadbErik Johnston2015-03-183-40/+33
| | |_|/ | |/| |
* | | | Add server_keys.sql to the current delta rather than creating a new deltaMark Haines2015-04-281-0/+0
* | | | Merge branch 'develop' into key_distributionMark Haines2015-04-242-0/+28
|\ \ \ \ | | |_|/ | |/| |
| * | | Copyright noticesMark Haines2015-04-242-0/+28
| | |/ | |/|
* | | Add methods for storing and retrieving the raw key jsonMark Haines2015-04-151-3/+3
* | | Return a sha256 fingerprint rather than the entire tls certificateMark Haines2015-04-141-0/+24
|/ /
* | Edit SQL schema to use string IDs not ints. Use token as ID. Update tests.Kegan Dougal2015-03-311-4/+3
* | Use event IDs instead of dumping event content in the txns table.Kegan Dougal2015-03-091-1/+1
* | Finish appservice txn storage impl and tests.Kegan Dougal2015-03-091-1/+1
* | Merge branch 'develop' into application-services-txn-reliabilityKegan Dougal2015-03-061-0/+9
|\|
| * Schema change as delta in v14David Baker2015-03-061-0/+0
| * Merge branch 'develop' into pushrules2David Baker2015-03-0411-395/+23
| |\
| * | Add enable/disable overlay for push rules (REST API not yet hooked up)David Baker2015-02-251-0/+9
* | | Add appservice txns sql schemaKegan Dougal2015-03-061-0/+31
| |/ |/|
* | Change to use logger in db upgrade scriptErik Johnston2015-03-041-1/+4
* | SYN-67: Finish up implementing new database schema managementErik Johnston2015-03-0411-395/+20
|/
* Bump schema versionErik Johnston2015-02-171-0/+0
* Merge pull request #50 from matrix-org/application-servicesMark Haines2015-02-131-0/+34
|\
| * Merge branch 'develop' into application-servicesKegan Dougal2015-02-092-24/+11
| |\
| * | Register a user account for the AS when the AS registers. Add 'sender' column...Kegan Dougal2015-02-091-0/+1
| * | Add delta sql file.Kegan Dougal2015-02-051-0/+33
* | | Set database schema version in deltaErik Johnston2015-02-121-0/+2
| |/ |/|
* | Move delta/v13.sql to delta/v12.sqlErik Johnston2015-02-062-24/+11
|/
* s/instance_handle/profile_tag/David Baker2015-02-031-1/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storageErik Johnston2015-01-301-0/+24
|\
| * Merge changes from developMark Haines2015-01-291-0/+46
| |\
| * | Move bump schema deltaMark Haines2015-01-291-0/+0
| * | Also edit the filter column on the delta SQLKegan Dougal2015-01-291-1/+1
| * | Created schema deltaPaul "LeoNerd" Evans2015-01-271-0/+24
* | | Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storageErik Johnston2015-01-301-0/+33
|\ \ \ | | |/ | |/|
| * | Move pushers delta to v12 and bump schema versionDavid Baker2015-01-281-0/+0
| * | Oops: second part of commit dc938606David Baker2015-01-221-0/+13
| * | add instance_handles to pushers so we have a way to refer to them even if the...David Baker2015-01-201-0/+1
| * | Require device language when adding a pusher.David Baker2015-01-161-0/+1
| * | Honour the 'rejected' return from push gatewaysDavid Baker2015-01-131-0/+1
| * | Merge branch 'develop' into pushersDavid Baker2015-01-138-5/+49
| |\|
| * | Merge branch 'develop' into pushersDavid Baker2014-12-181-0/+79
| |\ \
| * | | schema version is now 10David Baker2014-12-181-0/+0
| * | | Rename the pusher SQL delta to v9 which the next free oneDavid Baker2014-12-181-0/+0
| * | | after a few rethinks, a working implementation of pushers.David Baker2014-12-181-2/+1
| * | | Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant.David Baker2014-12-031-2/+3
| * | | Merge branch 'develop' into pushersDavid Baker2014-12-021-0/+34
| |\ \ \
| * | | | More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP p...David Baker2014-11-211-0/+2
| * | | | Start creating a module to do generic notifications (just prints them to stdo...David Baker2014-11-191-0/+28
* | | | | Add support for storing rejected events in EventContext and data storesErik Johnston2015-01-221-0/+21
| |_|_|/ |/| | |
* | | | Add delta and bump DB versionErik Johnston2015-01-061-0/+16
* | | | Update copyright noticesMark Haines2015-01-067-5/+33
| |_|/ |/| |
* | | Fix upgrade script to run all the missing deltas.Erik Johnston2014-12-161-1/+57
* | | track replication destination health, and perform exponential back-off when s...Matthew Hodgson2014-12-071-0/+23
| |/ |/|
* | Add update delta for schema changeErik Johnston2014-11-261-0/+34
|/
* Bump database version number.Erik Johnston2014-10-171-0/+31
* SYN-48: Implement WHOIS rest servletErik Johnston2014-09-291-1/+2
* SYN-48: Track User-Agents as well as IPs for client devices.Erik Johnston2014-09-291-1/+3
* Track the IP users connect with. Add an admin column to users table.Erik Johnston2014-09-261-0/+13
* Rename deletions to redactionsErik Johnston2014-09-241-5/+6
* SYN-12: Implement auth for deletion by adding a 'delete_level' on the ops lev...Erik Johnston2014-09-231-0/+4
* Add m.room.deletion. If an event is deleted it will be returned to clients 'p...Erik Johnston2014-09-231-2/+4
* Add a deletions tableErik Johnston2014-09-221-0/+5
* Generate m.room.aliases event when the HS creates a room aliasErik Johnston2014-09-051-0/+27
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Store SQL DDL deltas as well; attempt to upgrade the database on startup if i...Paul "LeoNerd" Evans2014-09-031-0/+168