MatrixSynapse/synapse/storage/databases/main
Will Hunt b257c788c0
Add /user/{user_id}/shared_rooms/ api (#7785)
* Add shared_rooms api

* Add changelog

* Add .

* Wrap response in {"rooms": }

* linting

* Add unstable_features key

* Remove options from isort that aren't part of 5.x

`-y` and `-rc` are now default behaviour and no longer exist.

`dont-skip` is no longer required

https://timothycrosley.github.io/isort/CHANGELOG/#500-penny-july-4-2020

* Update imports to make isort happy

* Add changelog

* Update tox.ini file with correct invocation

* fix linting again for isort

* Vendor prefix unstable API

* Fix to match spec

* import Codes

* import Codes

* Use FORBIDDEN

* Update changelog.d/7785.feature

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>

* Implement get_shared_rooms_for_users

* a comma

* trailing whitespace

* Handle the easy feedback

* Switch to using runInteraction

* Add tests

* Feedback

* Seperate unstable endpoint from v2

* Add upgrade node

* a line

* Fix style by adding a blank line at EOF.

* Update synapse/storage/databases/main/user_directory.py

Co-authored-by: Tulir Asokan <tulir@maunium.net>

* Update synapse/storage/databases/main/user_directory.py

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>

* Update UPGRADE.rst

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>

* Fix UPGRADE/CHANGELOG unstable paths

unstable unstable unstable

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Co-authored-by: Tulir Asokan <tulir@maunium.net>

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Co-authored-by: Tulir Asokan <tulir@maunium.net>
2020-09-02 13:18:40 +01:00
..
schema
__init__.py Convert additional databases to async/await (#8199) 2020-09-01 09:21:48 -04:00
account_data.py Convert additional databases to async/await part 3 (#8201) 2020-09-01 11:04:17 -04:00
appservice.py
cache.py
censor_events.py
client_ips.py
deviceinbox.py
devices.py Make _get_e2e_device_keys_and_signatures_txn return an attrs (#8224) 2020-09-02 11:47:26 +01:00
directory.py
e2e_room_keys.py
end_to_end_keys.py Make _get_e2e_device_keys_and_signatures_txn return an attrs (#8224) 2020-09-02 11:47:26 +01:00
event_federation.py
event_push_actions.py
events.py Make StreamIdGen `get_next` and `get_next_mult` async (#8161) 2020-08-25 15:10:08 +01:00
events_bg_updates.py
events_worker.py Convert additional databases to async/await (#8199) 2020-09-01 09:21:48 -04:00
filtering.py
group_server.py
keys.py
media_repository.py Convert additional databases to async/await part 3 (#8201) 2020-09-01 11:04:17 -04:00
metrics.py
monthly_active_users.py
openid.py
presence.py
profile.py
purge_events.py Convert additional databases to async/await (#8199) 2020-09-01 09:21:48 -04:00
push_rule.py
pusher.py
receipts.py Convert additional databases to async/await (#8199) 2020-09-01 09:21:48 -04:00
registration.py
rejections.py
relations.py Convert additional databases to async/await (#8199) 2020-09-01 09:21:48 -04:00
room.py
roommember.py
search.py Convert additional databases to async/await part 3 (#8201) 2020-09-01 11:04:17 -04:00
signatures.py
state.py
state_deltas.py
stats.py Do not try to store invalid data in the stats table (#8226) 2020-09-02 07:59:39 -04:00
stream.py
tags.py
transactions.py
ui_auth.py
user_directory.py Add /user/{user_id}/shared_rooms/ api (#7785) 2020-09-02 13:18:40 +01:00
user_erasure_store.py