Commit Graph

5473 Commits (18579534ea67f2d98c189e2ddeccc4bfecb491eb)
 

Author SHA1 Message Date
Mark Haines c582f178b7 Merge pull request #469 from matrix-org/markjh/joined_guest_access 9 years ago
Mark Haines 4cec90a260 Pass whether the user was a guest to some of the event streams 9 years ago
David Baker 0e48f7f245 fix tests 9 years ago
Mark Haines 392773ccb2 Guest users must be joined to a room to see it in /sync 9 years ago
Daniel Wagner-Hall bf32922e5a Log when starting stats reporting 9 years ago
Daniel Wagner-Hall 797691f908 Log on stats scheduling 9 years ago
Daniel Wagner-Hall e5ea4fad78 Merge pull request #466 from matrix-org/daniel/logloglog 9 years ago
Daniel Wagner-Hall 5880de186b Log when we skip daily messages 9 years ago
David Baker 992928304f Delete notifications for redacted events 9 years ago
David Baker ae1262a241 Add schema change file for is_guest flag 9 years ago
David Baker c79f221192 Add is_guest flag to users db to track whether a user is a guest user or not. Use this so we can run _filter_events_for_client when calculating event_push_actions. 9 years ago
Erik Johnston 8ce5679813 Update readme to reflect change in signing key name 9 years ago
David Baker eb03625626 Merge remote-tracking branch 'origin/develop' into store_event_actions 9 years ago
Daniel Wagner-Hall 87d577e023 Merge pull request #463 from matrix-org/daniel/hashtagnofilter 9 years ago
Daniel Wagner-Hall 2ef6de928d Skip, rather than erroring, invalid guest requests 9 years ago
Daniel Wagner-Hall 29e131df43 Merge pull request #462 from matrix-org/daniel/guestupgrade 9 years ago
Daniel Wagner-Hall cfd07aafff Allow guests to upgrade their accounts 9 years ago
Erik Johnston a178eb1bc8 Merge pull request #464 from matrix-org/erikj/crop_correct 9 years ago
Erik Johnston 8737ead008 Use larger thumbnail rather than smaller. 9 years ago
Erik Johnston 90921981be Merge pull request #461 from matrix-org/erikj/sync_leave 9 years ago
Erik Johnston acb19068d0 Return /sync when something under the 'leave' key has changed 9 years ago
Erik Johnston d74c4e90d4 Merge pull request #460 from matrix-org/erikj/create_room_3pid_invite 9 years ago
David Baker 85ca8cb90c comment typo 9 years ago
Erik Johnston c3ea36304b Use named args 9 years ago
Erik Johnston 1b5642604b Support inviting 3pids in /createRoom 9 years ago
Erik Johnston 07c33eff43 Merge branch 'master' of github.com:matrix-org/synapse into develop 9 years ago
David Baker 4eb7b950c8 = not == in sql 9 years ago
Matthew Hodgson dc65d0ae9d typoe 9 years ago
Matthew Hodgson b18b99eb14 fix another whitespace rst bug 9 years ago
Matthew Hodgson 5680be70ae fix whitespace bug 9 years ago
David Baker c77e7e60fc Only joined rooms have unread_notif_count 9 years ago
David Baker d74c6ace24 comma 9 years ago
David Baker f1b67730fa Add unread_notif_count in incremental_sync_with_gap 9 years ago
David Baker 92a1e74b20 fix tests 9 years ago
David Baker c914d67cda Rename event-actions to event_push_actions as per PR request 9 years ago
Mark Haines f35f8d06ea Merge remote-tracking branch 'origin/release-v0.12.0' 9 years ago
Mark Haines d2709a5389 Bump changelog and version for v0.12.0 9 years ago
David Baker 928c575c6f Merge remote-tracking branch 'origin/develop' into store_event_actions 9 years ago
David Baker 3051c9d002 Address minor PR issues 9 years ago
Richard van der Hoff 34c09f33da Update CHANGES 9 years ago
Richard van der Hoff cf3282d103 Merge pull request #459 from matrix-org/rav/fix_r0_login 9 years ago
Richard van der Hoff 32d9fd0b26 Expose /login under r0 9 years ago
Mark Haines c6e79c84de Bump version and update changelog for v0.12.0-rc3 9 years ago
Mark Haines 8d6dde7825 Merge pull request #457 from matrix-org/markjh/cached_sync 9 years ago
Mark Haines d12c00bdc3 Add some docstring explaining the snapshot cache does 9 years ago
Mark Haines ba39d3d5d7 Merge pull request #458 from matrix-org/markjh/guest_auth 9 years ago
Mark Haines f3948e001f Missing yield on guest access auth check 9 years ago
Mark Haines 7fa71e3267 Add a unit test for the snapshot cache 9 years ago
Mark Haines 517fb9a023 Move the doc string to the public facing method 9 years ago
Mark Haines 9ac417fa88 Add a cache for initialSync responses that expires after 5 minutes 9 years ago