David Baker
|
f1b67730fa
|
Add unread_notif_count in incremental_sync_with_gap
|
2016-01-04 14:50:36 +00:00 |
|
David Baker
|
c914d67cda
|
Rename event-actions to event_push_actions as per PR request
|
2016-01-04 14:05:37 +00:00 |
|
David Baker
|
928c575c6f
|
Merge remote-tracking branch 'origin/develop' into store_event_actions
|
2016-01-04 13:39:51 +00:00 |
|
David Baker
|
3051c9d002
|
Address minor PR issues
|
2016-01-04 13:39:29 +00:00 |
|
Mark Haines
|
517fb9a023
|
Move the doc string to the public facing method
|
2015-12-22 18:53:47 +00:00 |
|
Mark Haines
|
9ac417fa88
|
Add a cache for initialSync responses that expires after 5 minutes
|
2015-12-22 18:27:56 +00:00 |
|
David Baker
|
d2a92c6bde
|
Fix merge fail with anon access stuff
|
2015-12-22 18:25:04 +00:00 |
|
David Baker
|
140a50f641
|
Merge remote-tracking branch 'origin/develop' into store_event_actions
|
2015-12-22 17:23:35 +00:00 |
|
David Baker
|
5645d9747b
|
Add some comments to areas that could be optimised.
|
2015-12-22 17:19:22 +00:00 |
|
Mark Haines
|
0ee0138325
|
Include the list of bad room ids in the error
|
2015-12-22 15:49:32 +00:00 |
|
Mark Haines
|
251aafccca
|
Use a list comprehension
|
2015-12-22 14:03:24 +00:00 |
|
Mark Haines
|
cdd04f7055
|
Hook up read receipts and typing notifications for guest access
|
2015-12-22 11:59:55 +00:00 |
|
Mark Haines
|
542ab0f886
|
Merge branch 'develop' into markjh/guest_access
|
2015-12-22 11:49:12 +00:00 |
|
Mark Haines
|
c3fff251a9
|
Allow guest access to /sync
|
2015-12-22 11:21:03 +00:00 |
|
Mark Haines
|
45a9e0ae0c
|
Allow guest access if the user provides a list of rooms in the filter
|
2015-12-22 10:25:46 +00:00 |
|
Daniel Wagner-Hall
|
7f3148865c
|
Return room avatar URLs in /publicRooms
Spec: https://github.com/matrix-org/matrix-doc/pull/244
Tests: https://github.com/matrix-org/sytest/pull/121
|
2015-12-21 19:38:04 +00:00 |
|
David Baker
|
c061b47c57
|
Merge remote-tracking branch 'origin/develop' into store_event_actions
|
2015-12-21 15:30:26 +00:00 |
|
David Baker
|
f73f154ec2
|
Only run pushers for users on this hs!
|
2015-12-21 15:28:54 +00:00 |
|
David Baker
|
091c545c4f
|
pep8
|
2015-12-21 10:14:57 +00:00 |
|
Matthew Hodgson
|
c8ea2d5b1f
|
Merge pull request #450 from matrix-org/matthew/no-identicons
Matthew/no identicons
|
2015-12-18 18:14:06 +00:00 |
|
David Baker
|
413d0d6a24
|
Make unread notification count sending work: put the correct count in incremental syncs too, where necessary, and fix silly bugs like only select the event actions for that user...
|
2015-12-18 17:47:00 +00:00 |
|
David Baker
|
0a2d73fd60
|
Merge branch 'release-v0.12.0' into develop
|
2015-12-18 10:07:48 +00:00 |
|
David Baker
|
ce4999268a
|
Fix typo that broke registration on the mobile clients
|
2015-12-18 10:07:28 +00:00 |
|
Matthew Hodgson
|
64374bda5b
|
fix indentation level
|
2015-12-17 23:04:53 +00:00 |
|
Matthew Hodgson
|
772ad4f715
|
stop generating default identicons. reverts most of 582019f870 and solves vector-web/vector-im#346
|
2015-12-17 23:04:20 +00:00 |
|
Daniel Wagner-Hall
|
bdacee476d
|
Add display_name to 3pid invite in m.room.member invites
|
2015-12-17 18:55:08 +01:00 |
|
Daniel Wagner-Hall
|
8c5f252edb
|
Strip address and such out of 3pid invites
We're not meant to leak that into the graph
|
2015-12-17 18:09:51 +01:00 |
|
David Baker
|
42ad49f5b7
|
still very WIP, but now sends unread_notifications_count in the room object on sync (only actually corrrect in a full sync: hardcoded to 0 in incremental syncs).
|
2015-12-16 18:42:09 +00:00 |
|
Daniel Wagner-Hall
|
0311612ce9
|
Give the IS a bunch more 3pid invite context
This allows it to form richer emails
|
2015-12-16 13:05:32 +00:00 |
|
Mark Haines
|
4fab578b43
|
Merge branch 'release-v0.12.0' into develop
|
2015-12-16 11:18:45 +00:00 |
|
Mark Haines
|
dbe7892e03
|
Fix a race between started/stopped stream
|
2015-12-14 15:09:41 +00:00 |
|
Mark Haines
|
15e9885197
|
Merge branch 'release-v0.12.0' into develop
|
2015-12-14 14:46:55 +00:00 |
|
Mark Haines
|
deeebbfcb7
|
Merge branch 'release-v0.12.0' into develop
|
2015-12-12 14:21:49 +00:00 |
|
Mark Haines
|
1ee7280c4c
|
Do the /sync in parallel accross the rooms like /initialSync does
|
2015-12-11 16:48:20 +00:00 |
|
Erik Johnston
|
cde49d3d2b
|
Merge pull request #435 from matrix-org/erikj/search
Include approximate count of search results
|
2015-12-11 16:27:38 +00:00 |
|
Erik Johnston
|
d9a5c56930
|
Include approximate count of search results
|
2015-12-11 11:40:23 +00:00 |
|
Mark Haines
|
7d6b313312
|
Add caches for whether a room has been forgotten by a user
|
2015-12-10 17:49:34 +00:00 |
|
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.
|
2015-12-10 17:18:46 +00:00 |
|
Paul "LeoNerd" Evans
|
99afb4b750
|
Ensure that the event that gets persisted is the one that was signed
|
2015-12-10 17:08:21 +00:00 |
|
David Baker
|
21f135ba76
|
Very first cut of calculating actions for events as they come in. Doesn't store them yet. Not very efficient.
|
2015-12-10 16:26:08 +00:00 |
|
Erik Johnston
|
7c2ff8c889
|
Merge pull request #405 from matrix-org/erikj/search-ts
Change the result dict to be a list in /search response
|
2015-12-08 16:15:27 +00:00 |
|
Mark Haines
|
660dee94af
|
Only include the archived rooms if a include_leave flag in set in the filter
|
2015-12-04 17:32:09 +00:00 |
|
Mark Haines
|
b29d2fd7f8
|
Merge pull request #419 from matrix-org/markjh/reuse_captcha_client
Reuse the captcha client rather than creating a new one for each request
|
2015-12-03 17:00:59 +00:00 |
|
Daniel Wagner-Hall
|
edfcb83473
|
Flatten devices into a dict, not a list
|
2015-12-03 16:19:21 +00:00 |
|
Mark Haines
|
478b4e3ed4
|
Reuse the captcha client rather than creating a new one for each request
|
2015-12-03 13:48:55 +00:00 |
|
Daniel Wagner-Hall
|
e880164c59
|
Merge pull request #418 from matrix-org/daniel/whois
Merge pull request #418 from matrix-org/daniel/whois
|
2015-12-03 12:18:01 +00:00 |
|
Daniel Wagner-Hall
|
526bc33e02
|
Fix implementation of /admin/whois
|
2015-12-02 17:29:47 +00:00 |
|
Mark Haines
|
491f3d16dc
|
Make state updates in the C+S API idempotent
|
2015-12-02 15:50:50 +00:00 |
|
Mark Haines
|
58d0927767
|
Merge pull request #410 from matrix-org/markjh/edu_frequency
Only fire user_joined_room if the user has actually joined.
|
2015-12-02 13:17:15 +00:00 |
|
Mark Haines
|
c2c70f7daf
|
Use the context returned by _handle_new_event
|
2015-12-02 12:01:24 +00:00 |
|