synapse/changelog.d
Daniel Sonck 6b241f5286
Make pagination of rooms in admin api stable (#11737)
Always add state.room_id after the configurable ORDER BY. Otherwise,
for any sort, certain pages can contain results from
other pages. (Especially when sorting by creator, since there may
be many rooms by the same creator)

* Document different order direction of numerical fields

"joined_members", "joined_local_members", "version" and "state_events"
are ordered in descending direction by default (dir=f). Added a note
in tests to explain the differences in ordering.

Signed-off-by: Daniël Sonck <daniel@sonck.nl>
2022-01-17 11:42:51 +00:00
..
.gitignore
11530.bugfix
11561.feature Allow tracking puppeted users for MAU (#11561) 2022-01-12 16:09:36 +00:00
11576.feature Remove the 'password_hash' from the Users Admin API endpoint response dictionary (#11576) 2022-01-14 14:53:33 +00:00
11587.bugfix
11593.bugfix
11612.misc
11659.bugfix Include bundled aggregations in the sync response cache. (#11659) 2022-01-13 10:45:28 -05:00
11667.bugfix
11672.feature
11682.removal
11685.misc
11691.misc Use buildkit's cache feature to speed up docker builds (#11691) 2022-01-12 10:37:57 +00:00
11692.misc Use auto_attribs/native type hints for attrs classes. (#11692) 2022-01-13 13:49:28 +00:00
11693.misc
11695.bugfix
11699.misc
11701.misc
11702.misc
11707.misc
11710.bugfix Fix missing app variable in mail subject (#11745) 2022-01-13 20:19:10 +00:00
11714.misc Deal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714) 2022-01-10 13:40:46 +00:00
11715.doc Document the SYNAPSE_TEST_PERSIST_SQLITE_DB unit test env var (#11715) 2022-01-10 17:06:42 +00:00
11716.misc Fix docstring on add_account_data_for_user. (#11716) 2022-01-10 15:38:22 +00:00
11718.misc Complement environment variable name change and update .gitignore. (#11718) 2022-01-10 23:18:56 +00:00
11723.misc Simplify GC prometheus metrics (#11723) 2022-01-13 14:35:52 +00:00
11725.doc Fix documentation of supported PostgreSQL version (#11725) 2022-01-12 14:43:48 +00:00
11735.doc Fix typo in demo docs: differnt (#11735) 2022-01-13 13:10:42 +00:00
11737.bugfix Make pagination of rooms in admin api stable (#11737) 2022-01-17 11:42:51 +00:00
11739.doc update room spec url in config files (#11739) 2022-01-13 17:09:15 +00:00
11740.doc Mention python3-venv and libpq-dev dependencies in contribution guide (#11740) 2022-01-13 16:33:37 +00:00
11742.misc Replace uses of simple_insert_many with simple_insert_many_values. (#11742) 2022-01-13 19:44:18 -05:00
11744.misc Invite PR submitters to credit themselves (#11744) 2022-01-13 18:12:59 +00:00
11745.bugfix Fix missing app variable in mail subject (#11745) 2022-01-13 20:19:10 +00:00
11749.feature Fix sample_config.yaml in regards track_puppeted_user_ips (#11749) 2022-01-14 14:11:55 +00:00