Commit Graph

5553 Commits (2bb5f035affda14742ab715033570616621c0000)
 

Author SHA1 Message Date
Erik Johnston 854ca32f10 Comments 9 years ago
David Baker d7ac861d3b Pull guest access token out of the auth session params, otherwise it will break if you open the email on a different device. 9 years ago
Erik Johnston 89b40b225c Order things correctly 9 years ago
Erik Johnston 4bf448be25 Switch over /events to use per room caches 9 years ago
Erik Johnston fa48020a52 Move state calculations from rest to handler 9 years ago
Erik Johnston 1ef7cae41b Merge branch 'develop' of github.com:matrix-org/synapse into erikj/sync 9 years ago
Erik Johnston 2d3837bec7 Merge pull request #543 from matrix-org/erikj/sync 9 years ago
Erik Johnston 498c2e60fd Merge pull request #544 from matrix-org/erikj/stream_rooms 9 years ago
Erik Johnston ceb6b8680a Only use room_ids if in get_room_events_stream if is_guest 9 years ago
Erik Johnston b264b9548f Merge branch 'develop' of github.com:matrix-org/synapse into erikj/sync 9 years ago
Erik Johnston d98a9f2583 Don't use before_token. Its wrong. Use actual limit. 9 years ago
Erik Johnston 226a9a5fa6 Merge pull request #542 from matrix-org/erikj/cache_fix 9 years ago
Erik Johnston 25c311eaf6 Cache get_room_changes_for_user 9 years ago
Erik Johnston cc9c97e0dc Invalidate _account_data_stream_cache correctly 9 years ago
Erik Johnston e70165039c If stream pos is greater then earliest known key and entity hasn't changed, then entity hasn't changed 9 years ago
Erik Johnston c1de91aca4 Merge pull request #540 from matrix-org/erikj/sync 9 years ago
Erik Johnston b55b90bfb4 Merge pull request #541 from matrix-org/erikj/fixsomeofpush 9 years ago
Erik Johnston 8da95b6f1b Comment. Remove superfluous order by 9 years ago
Mark Haines b91baae09d Merge pull request #539 from matrix-org/markjh/3pid 9 years ago
Erik Johnston 13724569ec Deal with None limit 9 years ago
Erik Johnston 4a6eb5eb45 Make /events always return a newer token, if one exists 9 years ago
Mark Haines 6927d0e091 Add missing param to the log line 9 years ago
Erik Johnston b5dbced938 Don't prefill account data 9 years ago
Mark Haines f2d5ff5bf2 Fix the mock homserver used in the tests 9 years ago
Erik Johnston 3d60686c0c Actually use cache 9 years ago
Erik Johnston 45488e0ffa Max is not a function 9 years ago
Erik Johnston f67d60496a Convert param style 9 years ago
Erik Johnston 18579534ea Prefill stream change caches 9 years ago
Mark Haines 47374a33fc Merge remote-tracking branch 'origin/develop' into markjh/3pid 9 years ago
Mark Haines 0fcafbece8 Add config option for setting the trusted id servers, disabling checking the ID server in integration tests 9 years ago
Erik Johnston ebc5f00efe Bump AccountDataAndTagsChangeCache size 9 years ago
Erik Johnston ea320d3464 Don't work out unread_notifs_for_room_id unless needed 9 years ago
Mark Haines 5687a00e4e Allow three_pid_creds as well as threePidCreds in /account/3pid 9 years ago
Erik Johnston b18114e19e Merge pull request #536 from matrix-org/erikj/sync 9 years ago
Erik Johnston 02a9c3be6c Merge pull request #538 from matrix-org/erikj/fix_lru_cache 9 years ago
Erik Johnston 4fce59f274 Add tests 9 years ago
Erik Johnston fb7299800f Directly set self.value 9 years ago
Erik Johnston c046630c33 Remove spurious self.size 9 years ago
Erik Johnston a30364c1f9 Correctly bookkeep the size of TreeCache 9 years ago
Erik Johnston 766526e114 Make TreeCache keep track of its own size. 9 years ago
Erik Johnston 50e18938a9 Reset size on clear 9 years ago
Erik Johnston f3af1840cb Merge pull request #537 from matrix-org/erikj/cache_filters 9 years ago
Erik Johnston 467c27a1f9 Amalgamate tags and account data stream caches 9 years ago
Erik Johnston 3f5dd18bd4 If the same as the earliest key, assume nothing has changed. 9 years ago
Erik Johnston 40431251cb Correctly update _entity_to_key 9 years ago
Erik Johnston 82cf3a8043 Fix inequalities 9 years ago
Erik Johnston 03b2c2577c Don't use defer.returnValue 9 years ago
Erik Johnston 0663c5bd52 Include cache hits with has_entity_changed 9 years ago
Erik Johnston 35981c8b71 Fix test 9 years ago
Erik Johnston 8fe8951a8d Cache filters 9 years ago