Commit Graph

5211 Commits (eb036256267dc76f13a8a25ab952356e1b1e9c00)
 

Author SHA1 Message Date
Mark Haines 15e9885197 Merge branch 'release-v0.12.0' into develop 9 years ago
Mark Haines 8505a4ddc3 Merge pull request #441 from matrix-org/markjh/fts_skip_invalid 9 years ago
Mark Haines 6051266924 Merge pull request #442 from matrix-org/markjh/missing_prev_content 9 years ago
Mark Haines 070e28e203 Combine the prev content tests 9 years ago
Mark Haines 834924248f Check whether prev_content or prev_sender is set before trying to rollback state 9 years ago
Mark Haines 98dfa7d24f Skip events that where the body, name or topic isn't a string when back populating the FTS index 9 years ago
Daniel Wagner-Hall 338c0a8a69 Include errcode on Internal Server Error 9 years ago
Mark Haines a874c0894a Merge pull request #437 from matrix-org/markjh/parallel_sync 9 years ago
Daniel Wagner-Hall f382a3bb7e Merge pull request #439 from matrix-org/daniel/typo 9 years ago
Daniel Wagner-Hall 76e69cc8de Fix typo 9 years ago
Mark Haines fde412b240 Merge pull request #438 from matrix-org/markjh/fix_search_sql 9 years ago
Mark Haines bfc52a2342 Fix typo in sql for full text search on sqlite3 9 years ago
Mark Haines deeebbfcb7 Merge branch 'release-v0.12.0' into develop 9 years ago
Mark Haines 1ee7280c4c Do the /sync in parallel accross the rooms like /initialSync does 9 years ago
Erik Johnston cde49d3d2b Merge pull request #435 from matrix-org/erikj/search 9 years ago
Paul Evans e738920156 Merge pull request #433 from matrix-org/paul/tiny-fixes 9 years ago
Mark Haines 0065e554e0 Merge pull request #436 from matrix-org/markjh/pip_instructions 9 years ago
Mark Haines 5a3e4e43d8 SYN-90: We don't need --proccess-dependency-links 9 years ago
Erik Johnston d9a5c56930 Include approximate count of search results 9 years ago
Erik Johnston 51fb590c0e Use more efficient query form 9 years ago
Matthew Hodgson 5577a61090 throwaway 1-liner for generating password hashes 9 years ago
David Baker 5e909c73d7 Store nothing instead of ['dont_notify'] for events with no notification required: much as it would be nice to be able to tell between the event not having been processed and there being no notification for it, this isn't worth filling up the table with ['dont_notify'] I think. Consequently treat the empty actions array as dont_notify and filter dont_notify out of the result. 9 years ago
Mark Haines e0c9f30efa Merge pull request #434 from matrix-org/markjh/forget_rooms 9 years ago
Mark Haines 515548a47a Missing yield 9 years ago
David Baker aa667ee396 Save event actions to the db 9 years ago
Mark Haines 7d6b313312 Add caches for whether a room has been forgotten by a user 9 years ago
David Baker a84a693327 Having consulted The Erikle, this should go at the end of on_receive_pdu, otherwise it will be triggered whenever we backfill too. 9 years ago
Paul "LeoNerd" Evans 99afb4b750 Ensure that the event that gets persisted is the one that was signed 9 years ago
David Baker 21f135ba76 Very first cut of calculating actions for events as they come in. Doesn't store them yet. Not very efficient. 9 years ago
Paul "LeoNerd" Evans d7ee7b589f Merge branch 'develop' into paul/tiny-fixes 9 years ago
Mark Haines a8589d1ff3 Mark the version as a -rc1 release candidate 9 years ago
Mark Haines dd9430e758 Update release date 9 years ago
Mark Haines 05f6cb42db Bump synapse version to v0.12.0 9 years ago
Mark Haines 5bdb93c2a6 Add to changelog 9 years ago
Mark Haines 613748804a Changelog for v0.12.0 9 years ago
David Baker 86345a511f Merge pull request #432 from matrix-org/pushrules_refactor 9 years ago
David Baker a24eedada7 pep8 9 years ago
David Baker 4a728beba1 Split out the push rule evaluator into a separate file so it can be more readily reused. Should be functionally identical. 9 years ago
Mark Haines 019597555f Merge pull request #431 from matrix-org/markjh/filter_inline 9 years ago
Mark Haines e4bfe50e8f Allow filter JSON object in the filter query parameter in /sync 9 years ago
Daniel Wagner-Hall 0f826b0b0d Merge pull request #430 from matrix-org/daniel/unstable 9 years ago
Erik Johnston 7c2ff8c889 Merge pull request #405 from matrix-org/erikj/search-ts 9 years ago
Daniel Wagner-Hall 7a8ba4c9a0 Actually host r0 and unstable prefixes 9 years ago
Mark Haines 219027f580 Merge pull request #429 from matrix-org/markjh/db_counters 9 years ago
Mark Haines 6a5ff5f223 Track the time spent in the database per request. 9 years ago
Mark Haines f7a1cdbbc6 Merge pull request #423 from matrix-org/markjh/archived_flag 9 years ago
Mark Haines d547afeae0 Merge remote-tracking branch 'origin/master' into develop 9 years ago
Mark Haines dd108286df Merge pull request #426 from OlegGirko/fix_mock_import 9 years ago
David Baker 266df8a9b8 Merge pull request #428 from matrix-org/pusher_api_log 9 years ago
David Baker 9c9b2829ae also do more structured logging 9 years ago