Richard van der Hoff
|
eaaabc6c4f
|
replace 'except:' with 'except Exception:'
what could possibly go wrong
|
2017-10-23 15:52:32 +01:00 |
|
Erik Johnston
|
c2c47550f9
|
Fix schema delta versions
|
2017-10-11 13:23:15 +01:00 |
|
Erik Johnston
|
9ccb4226ba
|
Delete expired url cache data
|
2017-09-28 12:18:06 +01:00 |
|
Erik Johnston
|
ebcd55d641
|
Add DB schema for tracking users who share rooms
|
2017-06-15 09:45:48 +01:00 |
|
Erik Johnston
|
6e614e9e10
|
Add background task to clear out old event_auth
|
2017-05-24 15:23:34 +01:00 |
|
Erik Johnston
|
00957d1aa4
|
User Cursor.__iter__ instead of fetchall
This prevents unnecessary construction of lists
|
2017-03-23 17:53:49 +00:00 |
|
Erik Johnston
|
e4919b9329
|
Add stream_id index to device_lists_outbound_pokes
As this is used for replication streaming
|
2017-02-28 11:19:06 +00:00 |
|
Erik Johnston
|
caddadfc5a
|
Change device_inbox stream index to include user
This makes fetching the nost recently changed users much tricker, and
brings it in line with e.g. presence_stream indices.
|
2017-01-10 15:04:57 +00:00 |
|
Erik Johnston
|
f8ee66250a
|
Handle sending events and device messages over federation
|
2016-11-17 15:48:04 +00:00 |
|
Erik Johnston
|
8fd4d9129f
|
Replace postgres GIN with GIST
This is because GIN can be slow to write too, especially when the table
gets large.
|
2016-11-03 15:00:03 +00:00 |
|
Erik Johnston
|
6942d68247
|
Bump schema version
|
2016-10-17 11:17:45 +01:00 |
|
Erik Johnston
|
4f78108d8c
|
Readd entries to public_room_list_stream that were deleted
|
2016-09-21 15:24:22 +01:00 |
|
Erik Johnston
|
61cd9af09b
|
Log delta files we're applying
|
2016-09-08 13:40:46 +01:00 |
|
Erik Johnston
|
9e25443db8
|
Move to storing state_groups_state as deltas
|
2016-09-01 14:31:26 +01:00 |
|
Erik Johnston
|
4d70d1f80e
|
Add some invalidations to a cache_stream
|
2016-08-15 11:15:17 +01:00 |
|
Erik Johnston
|
314b146b2e
|
Track approximate last access time for remote media
|
2016-06-29 11:41:20 +01:00 |
|
Erik Johnston
|
984d4a2c0f
|
Add /report endpoint
|
2016-05-04 11:28:10 +01:00 |
|
Mark Haines
|
7e2f971c08
|
Remove some unused functions (#711)
* Remove some unused functions
* get_room_events_stream is only used in tests
* is_exclusive_room might actually be something we want
|
2016-04-08 14:01:56 +01:00 |
|
Erik Johnston
|
8aab9d87fa
|
Don't require config to create database
|
2016-04-06 14:15:45 +01:00 |
|
Erik Johnston
|
3d76b7cb2b
|
Store invites in a separate table.
|
2016-04-04 16:30:15 +01:00 |
|
Daniel Wagner-Hall
|
763360594d
|
Mark AS users with their AS's ID
|
2016-02-11 17:26:42 +00:00 |
|
Erik Johnston
|
78d6c1b5be
|
Change a log from debug to info
|
2016-02-09 14:44:12 +00:00 |
|
Erik Johnston
|
771528ab13
|
Change event_push_actions_rm_tokens schema
|
2016-02-03 10:50:49 +00:00 |
|
Daniel Wagner-Hall
|
cfd07aafff
|
Allow guests to upgrade their accounts
|
2016-01-05 18:01:18 +00:00 |
|
Mark Haines
|
d57c5cda71
|
Bump schema version.
As we released version 26 in v0.11.1
|
2015-12-04 15:28:39 +00:00 |
|
Mark Haines
|
1c960fbb80
|
s/private_user_data/account_data/
|
2015-11-18 15:31:04 +00:00 |
|
Erik Johnston
|
4d25bc6c92
|
Move FTS to delta 25
|
2015-10-22 11:12:28 +01:00 |
|
Erik Johnston
|
17c80c8a3d
|
rename schema_prepare to prepare_database
|
2015-10-13 13:56:22 +01:00 |
|