Commit Graph

15 Commits (598317927cb8f741528d639f3ce875299fde478e)

Author SHA1 Message Date
Erik Johnston 9e25443db8 Move to storing state_groups_state as deltas 8 years ago
Erik Johnston 4d70d1f80e Add some invalidations to a cache_stream 8 years ago
Erik Johnston 314b146b2e Track approximate last access time for remote media 9 years ago
Erik Johnston 984d4a2c0f Add /report endpoint 9 years ago
Mark Haines 7e2f971c08 Remove some unused functions (#711) 9 years ago
Erik Johnston 8aab9d87fa Don't require config to create database 9 years ago
Erik Johnston 3d76b7cb2b Store invites in a separate table. 9 years ago
Erik Johnston e5999bfb1a Initial cut 9 years ago
Daniel Wagner-Hall 763360594d Mark AS users with their AS's ID 9 years ago
Erik Johnston 78d6c1b5be Change a log from debug to info 9 years ago
Erik Johnston 771528ab13 Change event_push_actions_rm_tokens schema 9 years ago
Daniel Wagner-Hall cfd07aafff Allow guests to upgrade their accounts 9 years ago
Mark Haines d57c5cda71 Bump schema version. 9 years ago
Mark Haines 1c960fbb80 s/private_user_data/account_data/ 9 years ago
Daniel Wagner-Hall ba26eb3d5d Allow users to forget rooms 9 years ago
Erik Johnston 4d25bc6c92 Move FTS to delta 25 9 years ago
Erik Johnston 17c80c8a3d rename schema_prepare to prepare_database 9 years ago
Erik Johnston ec398af41c Expose error more nicely 9 years ago
Erik Johnston 40b6a5aad1 Split out the schema preparation and update logic into its own module 9 years ago
Erik Johnston c85c912562 Add basic full text search impl. 9 years ago
Daniel Wagner-Hall 6d59ffe1ce Add some docstrings 9 years ago
Daniel Wagner-Hall 7213588083 Implement configurable stats reporting 9 years ago
Daniel Wagner-Hall a0b181bd17 Remove completely unused concepts from codebase 9 years ago
Daniel Wagner-Hall cecbd636e9 /tokenrefresh POST endpoint 9 years ago
Erik Johnston 8f4165628b Add index receipts_linearized_room_stream 9 years ago
Erik Johnston 20addfa358 Change Cache to not use *args in its interface 9 years ago
Paul "LeoNerd" Evans 0db40d3e93 Don't complain about extra .pyc files we find while hunting for database schemas 9 years ago
Erik Johnston b8e386db59 Change Cache to not use *args in its interface 9 years ago
David Baker e124128542 Bump schema version 9 years ago
Erik Johnston 716e426933 Fix various typos 10 years ago
Mark Haines b5770f8947 Add store for client end to end keys 10 years ago
Erik Johnston 901f56fa63 Add tables for receipts 10 years ago
Erik Johnston 1e365e88bd Bump schema version 10 years ago
David Baker 63a7b3ad1e Add script to (re)convert the pushers table to changing the unique key. Also give the python db upgrade scripts the database engine so they can convert parameter strings, and add *args **kwargs to the upgrade function so we can add more args in future and previous scripts will ignore them. 10 years ago
Erik Johnston 4f1d984e56 Add index on events 10 years ago
Mark Haines 84e1cacea4 Bump schema version 10 years ago
Erik Johnston 657298cebd Don't lock user_ips table for upsert. 10 years ago
Erik Johnston 970a9b9d2b We can't use REPLACE when upgrading databases now we have postgres 10 years ago
Mark Haines e26a3d8d9e bump database schema version 10 years ago
Mark Haines 55e1bc8920 And don't bump the schema version unnecessarily 10 years ago
David Baker 8a5be236e0 pep8 10 years ago
David Baker b02e1006b9 Run database check before daemonizing, at the cost of database hygiene. 10 years ago
Mark Haines 32e14d8181 Return a sha256 fingerprint rather than the entire tls certificate 10 years ago
Erik Johnston 5a95cd4442 Rename user_ips.user -> user_id 10 years ago
Erik Johnston 58d8339966 Add support for postgres instead of mysql. Change sql accourdingly. blob + varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS. 10 years ago
Erik Johnston ce797ad373 Bump schema version 10 years ago
Erik Johnston 0bfa78b39b PEP8 10 years ago
Erik Johnston 6bc9edd8b2 Fix prepare_sqlite3_database's convert_param_style 10 years ago
Erik Johnston 05a35d62b6 Bump database version 10 years ago
Erik Johnston 9236136f3a Make work in both Maria and SQLite. Fix tests 10 years ago