Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/develop' into erikj/ss_hacks | Erik Johnston | 2024-07-30 | 11 | -167/+249 |
|\ | |||||
| * | Bump ruff from 0.5.4 to 0.5.5 (#17494) | dependabot[bot] | 2024-07-30 | 2 | -21/+21 |
| * | Add some more opentracing to sliding sync (#17501) | Erik Johnston | 2024-07-30 | 3 | -5/+34 |
| * | Fix `failures` property in `/keys/query` (#17499) | Richard van der Hoff | 2024-07-30 | 3 | -11/+75 |
| * | Only send rooms with updates down sliding sync (#17479) | Erik Johnston | 2024-07-30 | 5 | -30/+138 |
| * | Sliding Sync: Track whether we have sent rooms down to clients (#17447) | Erik Johnston | 2024-07-29 | 9 | -45/+814 |
* | | Don't set the initial flag | Erik Johnston | 2024-07-30 | 1 | -7/+8 |
* | | Trace stuff | Erik Johnston | 2024-07-29 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'origin/madlittlemods/sliding-sync-receipts-exte... | Erik Johnston | 2024-07-29 | 7 | -270/+892 |
|\ \ | |||||
| * | | Fix nested quote syntax | Eric Eastwood | 2024-07-25 | 1 | -1/+1 |
| * | | Some clean-up | Eric Eastwood | 2024-07-25 | 1 | -15/+2 |
| * | | Add changelog | Eric Eastwood | 2024-07-25 | 1 | -0/+1 |
| * | | Fix lints | Eric Eastwood | 2024-07-25 | 1 | -5/+7 |
| * | | Add tests | Eric Eastwood | 2024-07-25 | 2 | -182/+278 |
| * | | Remove tests that aren't necessary | Eric Eastwood | 2024-07-25 | 2 | -101/+0 |
| * | | Merge branch 'develop' into madlittlemods/sliding-sync-receipts-extension | Eric Eastwood | 2024-07-25 | 5 | -1251/+839 |
| |\| | |||||
| * | | Use more up to date base | Eric Eastwood | 2024-07-25 | 1 | -146/+348 |
| * | | Generalize extension test | Eric Eastwood | 2024-07-25 | 3 | -18/+72 |
| * | | Iterate more | Eric Eastwood | 2024-07-25 | 5 | -259/+542 |
| * | | Better standardize `find_relevant_room_ids_for_extension(...)` | Eric Eastwood | 2024-07-24 | 4 | -116/+213 |
* | | | Test | Erik Johnston | 2024-07-28 | 1 | -9/+24 |
* | | | Revert room subs | Erik Johnston | 2024-07-28 | 1 | -8/+1 |
* | | | fixup | Erik Johnston | 2024-07-28 | 1 | -1/+4 |
* | | | Updates | Erik Johnston | 2024-07-28 | 2 | -3/+3 |
* | | | Always initial on room subs | Erik Johnston | 2024-07-28 | 1 | -1/+5 |
* | | | Tag | Erik Johnston | 2024-07-26 | 1 | -1/+7 |
* | | | log response | Erik Johnston | 2024-07-26 | 1 | -0/+1 |
* | | | LINT | Erik Johnston | 2024-07-26 | 1 | -0/+1 |
* | | | REVERT | Erik Johnston | 2024-07-26 | 1 | -24/+0 |
* | | | REVERT | Erik Johnston | 2024-07-26 | 1 | -2/+2 |
* | | | REVERT | Erik Johnston | 2024-07-26 | 4 | -10/+11 |
* | | | REVERT | Erik Johnston | 2024-07-26 | 2 | -26/+0 |
* | | | Merge branch 'erikj/ss_noop_rooms' into erikj/ss_hacks | Erik Johnston | 2024-07-26 | 13 | -1723/+2330 |
|\ \ \ | |||||
| * \ \ | Merge remote-tracking branch 'origin/erikj/ss_room_store' into erikj/ss_noop_... | Erik Johnston | 2024-07-26 | 12 | -1674/+2211 |
| |\ \ \ | |||||
| | * | | | Add never test | Erik Johnston | 2024-07-26 | 1 | -0/+70 |
| | * | | | Previously state test | Erik Johnston | 2024-07-26 | 1 | -0/+111 |
| | * | | | Review comments | Erik Johnston | 2024-07-26 | 2 | -15/+21 |
| | * | | | Move to integration tests | Erik Johnston | 2024-07-25 | 2 | -395/+116 |
| | * | | | Use do_sync in tests | Erik Johnston | 2024-07-25 | 1 | -118/+50 |
| | * | | | Merge remote-tracking branch 'origin/develop' into erikj/ss_room_store | Erik Johnston | 2024-07-25 | 11 | -1176/+1871 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Refactor Sliding Sync tests to better utilize the `SlidingSyncBase.do_sync(..... | Eric Eastwood | 2024-07-25 | 2 | -1021/+726 |
| | | * | | Refactor Sliding Sync tests to better utilize the `SlidingSyncBase` (pt. 1) (... | Eric Eastwood | 2024-07-25 | 2 | -228/+107 |
| | | * | | Update config_documentation - Change example of msisdn in allowed_local_3pids... | YLong Shi | 2024-07-25 | 2 | -2/+6 |
| | | |/ | |||||
| | | * | Sliding Sync: Add Account Data extension (MSC3959) (#17477) | Eric Eastwood | 2024-07-24 | 6 | -2/+982 |
| | | * | Sliding Sync: ensure bump stamp ignores backfilled events (#17478) | Erik Johnston | 2024-07-24 | 3 | -3/+130 |
| | * | | Update comments | Erik Johnston | 2024-07-25 | 2 | -4/+5 |
| * | | | Don't send down rooms if nothing has happened | Erik Johnston | 2024-07-26 | 2 | -27/+15 |
| * | | | Make it clear we only filter out rooms in incremental sync | Erik Johnston | 2024-07-26 | 1 | -2/+2 |
| * | | | Add test that empty room comes down initial sync | Erik Johnston | 2024-07-26 | 1 | -11/+29 |
| * | | | Review comments | Erik Johnston | 2024-07-26 | 2 | -7/+4 |
| * | | | Newsfile | Erik Johnston | 2024-07-24 | 1 | -0/+1 |
| * | | | Only send rooms with updates down sliding sync | Erik Johnston | 2024-07-24 | 3 | -15/+85 |
| |/ / | |||||
* | | | REVERT | Erik Johnston | 2024-07-26 | 5 | -5/+5 |
* | | | FIXUP | Erik Johnston | 2024-07-26 | 1 | -2/+5 |
* | | | Also log json request | Erik Johnston | 2024-07-26 | 1 | -0/+2 |
* | | | Merge branch 'erikj/ss_room_store' into erikj/ss_hacks | Erik Johnston | 2024-07-24 | 43 | -460/+2042 |
|\| | | |||||
| * | | Merge remote-tracking branch 'origin/develop' into erikj/ss_room_store | Erik Johnston | 2024-07-24 | 3 | -346/+195 |
| |\| | |||||
| | * | Use a new token format for sliding sync (#17452) | Erik Johnston | 2024-07-24 | 6 | -208/+301 |
| | * | Update debian template - new link to the delegation docs (#17475) | Maciej Laskowski | 2024-07-24 | 1 | -1/+1 |
| * | | Merge branch 'erikj/ss_tokens' into erikj/ss_room_store | Erik Johnston | 2024-07-23 | 53 | -267/+1999 |
| |\ \ | |||||
| | * | | Change token names again | Erik Johnston | 2024-07-23 | 2 | -12/+14 |
| | * | | Fix tests | Erik Johnston | 2024-07-23 | 1 | -26/+106 |
| | * | | Merge remote-tracking branch 'origin/develop' into erikj/ss_tokens | Erik Johnston | 2024-07-23 | 53 | -251/+1901 |
| | |\| | |||||
| | | * | Address changelog review comments v1.112.0rc1 | Devon Hudson | 2024-07-23 | 1 | -5/+5 |
| | | * | 1.112.0rc1 | Devon Hudson | 2024-07-23 | 28 | -26/+65 |
| | | * | Speed up SS room sorting (#17468) | Erik Johnston | 2024-07-23 | 6 | -29/+159 |
| | | * | Reduce volume of 'Waiting for current token' logs, which were introduced in v... | reivilibre | 2024-07-23 | 3 | -5/+32 |
| | | * | Fixed presence results not returning offline users on initial sync (#17231) | Michael Hollister | 2024-07-23 | 4 | -1/+16 |
| | | * | Bump hiredis from 2.3.2 to 3.0.0 (#17464) | dependabot[bot] | 2024-07-22 | 1 | -111/+96 |
| | | * | Bump pyopenssl from 24.1.0 to 24.2.1 (#17465) | dependabot[bot] | 2024-07-22 | 1 | -4/+4 |
| | | * | Sliding Sync: Add E2EE extension (MSC3884) (#17454) | Eric Eastwood | 2024-07-22 | 9 | -34/+1023 |
| | | * | SS: Implement `$ME` support (#17469) | Erik Johnston | 2024-07-22 | 3 | -1/+80 |
| | | * | Speed up room keys query by using read/write lock (#17461) | Erik Johnston | 2024-07-22 | 2 | -9/+10 |
| | | * | Bump ruff from 0.5.0 to 0.5.4 (#17466) | dependabot[bot] | 2024-07-22 | 2 | -21/+21 |
| | | * | Bump sentry-sdk from 2.8.0 to 2.10.0 (#17467) | dependabot[bot] | 2024-07-22 | 1 | -3/+3 |
| * | | | Add test for cache being cleared | Erik Johnston | 2024-07-23 | 1 | -0/+71 |
| * | | | Ensure there is only one SlidingSyncHandler | Erik Johnston | 2024-07-23 | 1 | -0/+1 |
| * | | | Apply suggestions from code review | Erik Johnston | 2024-07-23 | 1 | -3/+4 |
| * | | | Merge branch 'erikj/ss_tokens' into erikj/ss_room_store | Erik Johnston | 2024-07-19 | 4 | -25/+38 |
| |\| | | |||||
| | * | | Merge remote-tracking branch 'origin/develop' into erikj/ss_tokens | Erik Johnston | 2024-07-19 | 14 | -40/+530 |
| | |\ \ | |||||
| | * | | | Remove '_token' prefix | Erik Johnston | 2024-07-18 | 2 | -15/+13 |
| | * | | | Add docstring | Erik Johnston | 2024-07-18 | 1 | -0/+6 |
| * | | | | Fix linting in tests | Erik Johnston | 2024-07-18 | 1 | -4/+4 |
| * | | | | Merge remote-tracking branch 'origin/develop' into erikj/ss_room_store | Erik Johnston | 2024-07-18 | 13 | -33/+514 |
| |\ \ \ \ | |||||
| * | | | | | Add some unit tests for 'get_room_sync_data' | Erik Johnston | 2024-07-18 | 1 | -3/+396 |
| * | | | | | Refactor to avoid SyncConfig.connection_id() | Erik Johnston | 2024-07-18 | 2 | -47/+48 |
| * | | | | | Add context to conn_id | Erik Johnston | 2024-07-18 | 1 | -0/+5 |
| * | | | | | Rename bounds | Erik Johnston | 2024-07-18 | 1 | -10/+12 |
| * | | | | | Keyword args | Erik Johnston | 2024-07-18 | 1 | -1/+3 |
| * | | | | | Reword doc | Erik Johnston | 2024-07-18 | 2 | -4/+3 |
| * | | | | | Apply suggestions from code review | Erik Johnston | 2024-07-18 | 3 | -9/+10 |
* | | | | | | Merge branch 'erikj/ss_faster_sort' into erikj/ss_hacks | Erik Johnston | 2024-07-22 | 31 | -79/+1022 |
|\ \ \ \ \ \ | |||||
| * | | | | | | WIP faster sort | Erik Johnston | 2024-07-22 | 2 | -17/+106 |
| | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Prepare for authenticated media freeze (#17433) | Shay | 2024-07-22 | 12 | -12/+362 |
| * | | | | | Add a cache on `get_rooms_for_local_user_where_membership_is` (#17460) | Erik Johnston | 2024-07-19 | 6 | -4/+38 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Generate room sync data concurrently (#17458) | Erik Johnston | 2024-07-19 | 2 | -2/+11 |
| * | | | | Bump sentry-sdk from 2.6.0 to 2.8.0 (#17456) | dependabot[bot] | 2024-07-19 | 1 | -5/+5 |
| | |/ / | |/| | | |||||
| * | | | Improve default_power_level_content_override documentation (#17451) | Ben Banfield-Zanin | 2024-07-18 | 3 | -0/+35 |
| * | | | Revert "Bump setuptools from 67.6.0 to 70.0.0" (#17455) | Erik Johnston | 2024-07-18 | 1 | -6/+7 |
| * | | | Add `m.room.create` to default bump event types (#17453) | Eric Eastwood | 2024-07-18 | 2 | -0/+2 |
| * | | | Order `heroes` by `stream_ordering` (as spec'ed) (#17435) | Eric Eastwood | 2024-07-17 | 4 | -26/+456 |
| * | | | Merge branch 'master' into develop | Till Faelligen | 2024-07-16 | 3 | -1/+14 |
| |\ \ \ | |||||
| | * | | | 1.111.0 v1.111.0 | Till Faelligen | 2024-07-16 | 3 | -1/+14 |
* | | | | | Remove fiddling | Erik Johnston | 2024-07-22 | 1 | -2/+2 |
* | | | | | Room keysgit checkout erikj/ss_hacks | Erik Johnston | 2024-07-19 | 1 | -9/+9 |
* | | | | | Revert "Remove lists" | Erik Johnston | 2024-07-19 | 2 | -4/+4 |
* | | | | | Remove lists | Erik Johnston | 2024-07-18 | 2 | -4/+4 |
* | | | | | Merge branch 'erikj/ss_incr_sync' into erikj/ss_hacks | Erik Johnston | 2024-07-17 | 3 | -4/+209 |
|\ \ \ \ \ | |||||
| * | | | | | Only return changed rooms github/erikj/ss_incr_sync erikj/ss_incr_sync | Erik Johnston | 2024-07-17 | 2 | -2/+26 |
| | |_|/ / | |/| | | | |||||
| * | | | | Add tests | Erik Johnston | 2024-07-17 | 1 | -0/+181 |
| * | | | | Bump typing-extensions for 'assert_never' | Erik Johnston | 2024-07-17 | 1 | -2/+2 |
* | | | | | Fixup | Erik Johnston | 2024-07-17 | 1 | -1/+1 |
* | | | | | Merge branch 'erikj/ss_room_store' into erikj/ss_hacks | Erik Johnston | 2024-07-17 | 25 | -217/+892 |
|\| | | | | |||||
| * | | | | Newsfile | Erik Johnston | 2024-07-17 | 1 | -0/+1 |
| * | | | | Fix tests | Erik Johnston | 2024-07-17 | 1 | -14/+2 |
| * | | | | Handle state deltas in non-initial rooms | Erik Johnston | 2024-07-17 | 2 | -3/+49 |
| * | | | | Handle initial flag correctly | Erik Johnston | 2024-07-17 | 1 | -35/+31 |
| * | | | | Use new room store to track if we've sent a room down | Erik Johnston | 2024-07-17 | 1 | -11/+44 |
| * | | | | Add conn_id field | Erik Johnston | 2024-07-17 | 4 | -5/+36 |
| * | | | | WIP/PoC of storing whether we have sent rooms down to clients | Erik Johnston | 2024-07-17 | 1 | -0/+197 |
| | |_|/ | |/| | | |||||
| * | | | Newsfile | Erik Johnston | 2024-07-17 | 1 | -0/+1 |
| * | | | Fix to use new token format | Erik Johnston | 2024-07-17 | 1 | -2/+9 |
| * | | | Don't create tokens manually in SSS tests | Erik Johnston | 2024-07-17 | 1 | -21/+119 |
| * | | | Pass throught SlidingSyncStreamToken | Erik Johnston | 2024-07-17 | 3 | -14/+28 |
| * | | | Add SlidingSyncStreamToken | Erik Johnston | 2024-07-17 | 1 | -0/+37 |
| |/ / | |||||
| * | | Bump mypy from 1.9.0 to 1.10.1 (#17445) | dependabot[bot] | 2024-07-16 | 2 | -29/+30 |
| * | | Bump matrix-org/done-action from 2 to 3 (#17440) | dependabot[bot] | 2024-07-16 | 1 | -2/+2 |
| * | | Handle remote download responses with `UNKNOWN_LENGTH` more gracefully (#17439) | Shay | 2024-07-16 | 4 | -60/+166 |
| * | | Bump setuptools from 67.6.0 to 70.0.0 (#17448) | dependabot[bot] | 2024-07-16 | 1 | -7/+6 |
| * | | Remove unnecessary call to resume producing in fake channel (#17449) | Shay | 2024-07-16 | 2 | -4/+1 |
| * | | Fix bug where sync could get stuck when using workers (#17438) | Erik Johnston | 2024-07-15 | 4 | -10/+138 |
| * | | Bump types-jsonschema from 4.22.0.20240610 to 4.23.0.20240712 (#17446) | dependabot[bot] | 2024-07-15 | 1 | -3/+3 |
| * | | Bump bytes from 1.6.0 to 1.6.1 (#17441) | dependabot[bot] | 2024-07-15 | 1 | -2/+2 |
| * | | Bump ulid from 1.1.2 to 1.1.3 (#17442) | dependabot[bot] | 2024-07-15 | 1 | -2/+2 |
| * | | Bump jsonschema from 4.22.0 to 4.23.0 (#17444) | dependabot[bot] | 2024-07-15 | 1 | -4/+4 |
| * | | Bump twine from 5.1.0 to 5.1.1 (#17443) | dependabot[bot] | 2024-07-15 | 1 | -4/+4 |
| * | | Make sure we use the right logic for enabling the media repo. (#17424) | Quentin Gliech | 2024-07-15 | 4 | -8/+3 |
* | | | Merge remote-tracking branch 'origin/develop' into erikj/ss_hacks | Erik Johnston | 2024-07-15 | 5 | -366/+1496 |
|\| | | |||||
| * | | Add room subscriptions to Sliding Sync `/sync` (#17432) | Eric Eastwood | 2024-07-15 | 5 | -358/+1489 |
* | | | Have more timeline events in incremental syncs | Erik Johnston | 2024-07-12 | 1 | -3/+7 |
* | | | Merge remote-tracking branch 'origin/develop' into erikj/ss_hacks | Erik Johnston | 2024-07-12 | 21 | -162/+894 |
|\| | | |||||
| * | | Add `is_dm` room field to Sliding Sync `/sync` (#17429) | Eric Eastwood | 2024-07-11 | 3 | -29/+70 |
| * | | Add `heroes` and room summary fields to Sliding Sync `/sync` (#17419) | Eric Eastwood | 2024-07-11 | 6 | -110/+529 |
| * | | Fix filtering room types on remote rooms (#17434) | Erik Johnston | 2024-07-11 | 4 | -13/+130 |
| * | | Fix docs on `record_action` to clarify the actions are applied (#17426) | Travis Ralston | 2024-07-11 | 2 | -3/+3 |
| * | | Add Red Hat Enterprise Linux and Rocky Linux installation instructions (#17423) | villepeh | 2024-07-11 | 3 | -2/+58 |
| * | | Use consistent casing between FROM and AS (#17431) | Joe Groocock | 2024-07-11 | 2 | -3/+3 |
| * | | Bump zipp from 3.15.0 to 3.19.1 (#17427) | dependabot[bot] | 2024-07-11 | 1 | -6/+6 |
| * | | Upload new logo with white bg and update readme to use it (#17387) | Will Lewis | 2024-07-10 | 3 | -1/+96 |
* | | | Fixup | Erik Johnston | 2024-07-12 | 2 | -2/+4 |
* | | | Fixup | Erik Johnston | 2024-07-12 | 1 | -1/+1 |
* | | | Fixup | Erik Johnston | 2024-07-11 | 1 | -1/+1 |
* | | | Reduce log spam | Erik Johnston | 2024-07-11 | 1 | -12/+8 |
* | | | Merge branch 'erikj/ss_sort' into erikj/ss_hacks | Erik Johnston | 2024-07-11 | 2 | -3/+4 |
|\ \ \ | |||||
| * | | | Faster sliding sync sorting github/erikj/ss_sort erikj/ss_sort | Erik Johnston | 2024-07-11 | 6 | -23/+235 |
| |/ / | |||||
* | | | Merge branch 'erikj/ss_sort' into erikj/ss_hacks | Erik Johnston | 2024-07-11 | 6 | -83/+127 |
|\ \ \ | |||||
| * | | | Faster sliding sync sorting | Erik Johnston | 2024-07-11 | 6 | -23/+232 |
| |/ / | |||||
* | | | Fixup | Erik Johnston | 2024-07-11 | 1 | -5/+8 |
* | | | Tracing | Erik Johnston | 2024-07-11 | 1 | -0/+3 |
* | | | Fixup | Erik Johnston | 2024-07-11 | 2 | -1/+5 |
* | | | Fixup room types | Erik Johnston | 2024-07-11 | 2 | -13/+36 |
* | | | New table | Erik Johnston | 2024-07-11 | 4 | -16/+101 |
* | | | Handle $ME correctly | Erik Johnston | 2024-07-11 | 1 | -1/+9 |
* | | | FIXUP | Erik Johnston | 2024-07-11 | 1 | -7/+9 |
* | | | Fixup | Erik Johnston | 2024-07-11 | 1 | -7/+18 |
* | | | FIXUP | Erik Johnston | 2024-07-10 | 1 | -1/+3 |
* | | | FIXUP | Erik Johnston | 2024-07-10 | 2 | -10/+13 |
* | | | FIXUP | Erik Johnston | 2024-07-10 | 10 | -11/+15 |
* | | | tracing | Erik Johnston | 2024-07-10 | 1 | -1/+5 |
* | | | Concurrent | Erik Johnston | 2024-07-10 | 1 | -2/+6 |
* | | | Fixup | Erik Johnston | 2024-07-10 | 1 | -4/+6 |
* | | | Fixup | Erik Johnston | 2024-07-10 | 1 | -7/+3 |
* | | | Fixup | Erik Johnston | 2024-07-10 | 2 | -1/+2 |
* | | | Fixup | Erik Johnston | 2024-07-10 | 3 | -8/+52 |
* | | | Fixup | Erik Johnston | 2024-07-10 | 1 | -10/+1 |
* | | | Fixup | Erik Johnston | 2024-07-10 | 1 | -1/+21 |
* | | | Fixup | Erik Johnston | 2024-07-10 | 2 | -7/+13 |
* | | | More fixups | Erik Johnston | 2024-07-10 | 3 | -12/+22 |
* | | | Faster room sorting | Erik Johnston | 2024-07-10 | 2 | -31/+28 |
|/ / | |||||
* | | Handle to-device extensions to Sliding Sync (#17416) | Erik Johnston | 2024-07-10 | 6 | -12/+392 |
* | | Merge branch 'release-v1.111' into develop | Quentin Gliech | 2024-07-10 | 8 | -5/+31 |
|\| | |||||
| * | 1.111.0rc2 v1.111.0rc2 | Quentin Gliech | 2024-07-10 | 6 | -4/+24 |
| * | Fix new media APIs when using synapse.app.media_repository (#17420) | Erik Johnston | 2024-07-09 | 3 | -2/+3 |
| * | Note the new federated media worker endpoints in the worker docs & upgrade no... | Andrew Morgan | 2024-07-09 | 3 | -2/+5 |
| * | Route auth'd fed media requests to media repo in Complement tests (#17422) | Andrew Morgan | 2024-07-09 | 2 | -0/+2 |
* | | Add `rooms` `name` and `avatar` to Sliding Sync `/sync` (#17418) | Eric Eastwood | 2024-07-09 | 3 | -55/+305 |
|/ | |||||
* | Fix up the changelog v1.111.0rc1 | Quentin Gliech | 2024-07-09 | 2 | -3/+2 |
* | Merge remote-tracking branch 'origin/develop' into release-v1.111 | Quentin Gliech | 2024-07-09 | 2 | -1/+3 |
|\ | |||||
| * | Fix exception when failing to talk to remote server (#17411) | Erik Johnston | 2024-07-09 | 2 | -1/+3 |
* | | Tweak the changelog for v1.111.0rc1 | Quentin Gliech | 2024-07-09 | 1 | -8/+7 |
* | | 1.111.0rc1 | Quentin Gliech | 2024-07-09 | 25 | -25/+61 |
|/ | |||||
* | Fix `/versions` requests (#17410) | Erik Johnston | 2024-07-09 | 3 | -1/+11 |
* | Bump ijson from 3.2.3 to 3.3.0 (#17413) | dependabot[bot] | 2024-07-09 | 1 | -90/+95 |
* | Bump pillow from 10.3.0 to 10.4.0 (#17412) | dependabot[bot] | 2024-07-09 | 1 | -71/+82 |
* | Fix bug in sliding sync when using old DB. (#17398) | Erik Johnston | 2024-07-08 | 8 | -212/+33 |
* | Add `rooms.bump_stamp` to Sliding Sync `/sync` for easier client-side sorting... | Eric Eastwood | 2024-07-08 | 9 | -34/+295 |
* | Bump serde_json from 1.0.119 to 1.0.120 (#17408) | dependabot[bot] | 2024-07-08 | 1 | -2/+2 |
* | Bump serde from 1.0.203 to 1.0.204 (#17409) | dependabot[bot] | 2024-07-08 | 1 | -4/+4 |
* | Bump mypy-zope from 1.0.4 to 1.0.5 (#17414) | dependabot[bot] | 2024-07-08 | 1 | -4/+3 |
* | Bump pydantic from 2.7.1 to 2.8.2 (#17415) | dependabot[bot] | 2024-07-08 | 1 | -85/+98 |
* | Declare support for Matrix 1.11 (#17403) | Travis Ralston | 2024-07-08 | 2 | -0/+2 |
* | MSC3861: allow overriding the introspection endpoint (#17406) | Quentin Gliech | 2024-07-08 | 3 | -2/+20 |
* | Bump certifi from 2023.7.22 to 2024.7.4 (#17404) | dependabot[bot] | 2024-07-08 | 1 | -4/+4 |
* | Support MSC3916 by adding a federation /thumbnail endpoint and authenticated ... | Shay | 2024-07-08 | 12 | -131/+585 |
* | Bump ruff from 0.3.7 to 0.5.0 (#17381) | dependabot[bot] | 2024-07-05 | 13 | -36/+41 |
* | Allow enabling sliding sync per-user (#17393) | Erik Johnston | 2024-07-05 | 7 | -6/+89 |
* | Finish up work to allow per-user feature flags (#17392) | Erik Johnston | 2024-07-05 | 8 | -49/+189 |
* | Fix links to MSC3916 (#17397) | Sandro | 2024-07-05 | 2 | -2/+2 |
* | Upon deactivation, forget all of the user's rooms (#17400) | Travis Ralston | 2024-07-05 | 3 | -0/+27 |
* | Fix links in README (#17379) | Hugh Nimmo-Smith | 2024-07-05 | 2 | -3/+4 |
* | Make the release script create a release branch for Complement as well (#17318) | Quentin Gliech | 2024-07-05 | 2 | -1/+25 |
* | Add `rooms.required_state` to Sliding Sync `/sync` (#17342) | Eric Eastwood | 2024-07-04 | 9 | -89/+1687 |
* | Changelog entries only get merged if they have the same content and extension... | Eric Eastwood | 2024-07-04 | 2 | -3/+4 |
* | Merge branch 'master' into develop | Devon Hudson | 2024-07-03 | 3 | -1/+14 |
|\ | |||||
| * | 1.110.0 v1.110.0 github/release-v1.110 release-v1.110 | Devon Hudson | 2024-07-03 | 3 | -1/+14 |
* | | Add `room_types`/`not_room_types` filtering to Sliding Sync `/sync` (#17337) | Eric Eastwood | 2024-07-02 | 5 | -7/+248 |
* | | Return some room data in Sliding Sync `/sync` (#17320) | Eric Eastwood | 2024-07-02 | 14 | -259/+3593 |
* | | Merge branch 'release-v1.110' into develop | Devon Hudson | 2024-07-02 | 7 | -5/+21 |
|\| | |||||
| * | 1.110.0rc3 v1.110.0rc3 | Devon Hudson | 2024-07-02 | 7 | -5/+21 |
* | | Merge remote-tracking branch 'origin/release-v1.110' into develop | Erik Johnston | 2024-07-02 | 5 | -10/+57 |
|\| | |||||
| * | Limit size of presence EDUs (#17371) | Erik Johnston | 2024-07-02 | 3 | -11/+140 |
| * | Fix regression when bounding future tokens (#17391) | Erik Johnston | 2024-07-02 | 3 | -10/+54 |
| * | Fix sync waiting for an invalid token from the "future" (#17386) | Erik Johnston | 2024-07-02 | 17 | -31/+229 |
| * | Fix building debian packages for sid (#17389) | Erik Johnston | 2024-07-02 | 2 | -0/+3 |
* | | Support MSC3916 by adding `_matrix/client/v1/media/download` endpoint (#17365) | Shay | 2024-07-02 | 26 | -84/+1718 |
* | | Fix sync waiting for an invalid token from the "future" (#17386) | Erik Johnston | 2024-07-02 | 17 | -31/+229 |
* | | Fix building debian packages on non-clean checkouts (#17390) | Erik Johnston | 2024-07-02 | 2 | -0/+4 |
* | | Bump types-setuptools from 69.5.0.20240423 to 70.1.0.20240627 (#17380) | dependabot[bot] | 2024-07-01 | 1 | -3/+3 |
* | | Bump serde_json from 1.0.117 to 1.0.119 (#17385) | dependabot[bot] | 2024-07-01 | 1 | -2/+2 |
* | | Bump log from 0.4.21 to 0.4.22 (#17384) | dependabot[bot] | 2024-07-01 | 1 | -2/+2 |
* | | Bump cryptography from 42.0.7 to 42.0.8 (#17382) | dependabot[bot] | 2024-07-01 | 1 | -33/+33 |
* | | Limit size of presence EDUs (#17371) | Erik Johnston | 2024-07-01 | 3 | -11/+140 |
* | | Clarify `url_preview_url_blacklist` is a usability feature (#17356) | davidegirardi | 2024-06-28 | 2 | -9/+13 |
* | | Use rstcheck to "lint" the README (#17367) | Till | 2024-06-27 | 2 | -0/+21 |
* | | Handle multiple rows device inbox (#17362) | Erik Johnston | 2024-06-27 | 2 | -3/+3 |
* | | Merge branch 'release-v1.110' into develop | Till Faelligen | 2024-06-26 | 46 | -49/+101 |
|\| | |||||
| * | 1.110.0rc2 v1.110.0rc2 | Till Faelligen | 2024-06-26 | 4 | -2/+16 |
| * | Fix uploading packages to PyPi (#17363) | Till | 2024-06-26 | 2 | -7/+8 |
| * | Fix typo v1.110.0rc1 | Till Faelligen | 2024-06-26 | 1 | -1/+1 |
| * | Update changelog | Till Faelligen | 2024-06-26 | 1 | -8/+6 |
| * | 1.110.0rc1 | Till Faelligen | 2024-06-26 | 46 | -49/+88 |
* | | Fix uploading packages to PyPi (#17363) | Till | 2024-06-26 | 2 | -7/+8 |
|/ | |||||
* | Fixes to the table of contents in the README (#17329) | Andrew Morgan | 2024-06-25 | 2 | -4/+5 |
* | Fix outdated Security Disclosure Policy references (#17341) | Denis Kasak | 2024-06-25 | 4 | -5/+6 |
* | Re-introduce federation /download endpoint (#17350) | Shay | 2024-06-25 | 8 | -11/+588 |
* | Fix refreshable_access_token_lifetime typo (#17357) | douglaz | 2024-06-25 | 1 | -1/+1 |
* | Limit amount of replication we send (#17358) | Erik Johnston | 2024-06-25 | 2 | -8/+8 |
* | Reintroduce "Reduce device lists replication traffic."" (#17361) | Erik Johnston | 2024-06-25 | 6 | -48/+89 |
* | Revert "Reduce device lists replication traffic." (#17360) | Erik Johnston | 2024-06-25 | 6 | -89/+48 |
* | Add `is_invite` filtering to Sliding Sync `/sync` (#17335) | Eric Eastwood | 2024-06-24 | 4 | -43/+199 |