Commit Graph

1544 Commits (363786845b728bcd7146b3d949a86021a96eb2d2)

Author SHA1 Message Date
Richard van der Hoff 363786845b PEP8 8 years ago
Richard van der Hoff ec5717caf5 Create index on user_ips in the background 8 years ago
Richard van der Hoff c445f5fec7 storage/client_ips: remove some dead code 8 years ago
Richard van der Hoff bc8f265f0a GET /devices endpoint 8 years ago
Richard van der Hoff ec041b335e Record device_id in client_ips 8 years ago
Richard van der Hoff 053e83dafb More doc-comments 8 years ago
Erik Johnston f91faf09b3 Comment 8 years ago
Richard van der Hoff 40cbffb2d2 Further registration refactoring 8 years ago
Richard van der Hoff 022b9176fe schema fix 8 years ago
Richard van der Hoff f863a52cea Add device_id support to /login 8 years ago
Erik Johnston f52565de50 Fix /purge_history bug 8 years ago
Erik Johnston 978fa53cc2 Pull out min stream_ordering from ex_outlier_stream 8 years ago
Erik Johnston eec9609e96 event_backwards_extremeties may not be empty 8 years ago
Erik Johnston d554ca5e1d Add support for filters in paginate_room_events 8 years ago
Erik Johnston b64aa6d687 Add sender and contains_url field to events table 8 years ago
Mark Haines dfde67a6fe Add a comment explaining allow_none 9 years ago
Mark Haines 10c843fcfb Ensure that the guest user is in the database when upgrading accounts 9 years ago
Erik Johnston b92e7955be Comment 9 years ago
Erik Johnston c98e1479bd Return 400 rather than 500 9 years ago
Erik Johnston 67f2c901ea Add rest servlet. Fix SQL. 9 years ago
Erik Johnston be3548f7e1 Remove spurious txn 9 years ago
Erik Johnston 4adf93e0f7 Fix for postgres 9 years ago
Erik Johnston 651faee698 Add an admin option to shared secret registration 9 years ago
Erik Johnston 8f8798bc0d Add ReadWriteLock for pagination and history prune 9 years ago
Mark Haines dd2ccee27d Fix typo 9 years ago
Mark Haines b6b0132ac7 Make get_events_around more efficient on sqlite3 9 years ago
Mark Haines d44d11d864 Use true/false for boolean parameter inclusive to avoid potential for sqli, and possibly make the code clearer 9 years ago
Erik Johnston 2d21d43c34 Add purge_history API 9 years ago
Mark Haines 0fb76c71ac Use different SQL for postgres and sqlite3 for when using multicolumn indexes 9 years ago
Erik Johnston a67bf0b074 Add storage function to purge history for a room 9 years ago
Mark Haines f18d7546c6 Use a query that postgresql optimises better for get_events_around 9 years ago
Erik Johnston f328d95cef Feature: Add deactivate account admin API 9 years ago
Erik Johnston a70688445d Implement purge_media_cache admin API 9 years ago
Erik Johnston 314b146b2e Track approximate last access time for remote media 9 years ago
David Baker aa3a4944d5 more pep8 9 years ago
David Baker 870c45913e Use similar naming we use in email notifs for push 9 years ago
David Baker b5fb7458d5 Actually we need to order these properly 9 years ago
David Baker f73fdb04a6 Style 9 years ago
David Baker 3a4120e49a Put most recent 20 messages in notif 9 years ago
Mark Haines d5fb561709 Optionally make committing to postgres asynchronous. 9 years ago
Mark Haines 41e4b2efea Add the create_profile method back since the tests use it 9 years ago
Mark Haines 9f1800fba8 Remove registered_users from the distributor. 9 years ago
Mark Haines a352b68acf Use worker_ prefixes for worker config, use existing support for multiple config files 9 years ago
Mark Haines 364d616792 Access the event_cache_size directly from the server object. 9 years ago
Erik Johnston 1a815fb04f Don't hit DB for noop replications queries 9 years ago
Mark Haines 0b2158719c Remove dead code. 9 years ago
Erik Johnston 84379062f9 Fix AS retries, but with correct ordering 9 years ago
Erik Johnston 310197bab5 Fix AS retries 9 years ago
Erik Johnston 7aa778fba9 Add metric counter for number of persisted events 9 years ago
Erik Johnston 70aee0717c Add events to cache when we persist them 9 years ago