| Commit message (Expand) | Author | Age | Files | Lines |
* | 1.105.1 v1.105.1 github/release-v1.105 release-v1.105 | Erik Johnston | 2024-04-23 | 4 | -2/+21 |
* | Fix GHSA-3h7q-rfh9-xm4v | Erik Johnston | 2024-04-23 | 4 | -104/+117 |
* | 1.105.0 v1.105.0 | Olivier Wilkinson (reivilibre) | 2024-04-16 | 3 | -1/+14 |
* | 1.105.0rc1 v1.105.0rc1 | Andrew Morgan | 2024-04-11 | 19 | -17/+39 |
* | Stabilize support for MSC4010: push rules & account data. (#17022) | Patrick Cloke | 2024-04-09 | 3 | -28/+7 |
* | Stabliize support for MSC3981: recurse /relations (#17023) | Patrick Cloke | 2024-04-09 | 5 | -19/+9 |
* | Also check if first event matches the last in prev batch (#17066) | Erik Johnston | 2024-04-09 | 3 | -7/+109 |
* | #17039 Issue: Update base_rules.rs (#17043) | Sumiran Pokharel | 2024-04-09 | 2 | -4/+5 |
* | Fix PR #16677, a parameter was missing in a function call (#17033) | Mathieu Velten | 2024-04-09 | 2 | -0/+2 |
* | Add forgotten schema delta (#17054) | Erik Johnston | 2024-04-09 | 3 | -7/+23 |
* | Bump packaging from 23.2 to 24.0 (#17027) | dependabot[bot] | 2024-04-09 | 1 | -3/+3 |
* | Bump serde_json from 1.0.114 to 1.0.115 (#17041) | dependabot[bot] | 2024-04-09 | 1 | -2/+2 |
* | Bump regex from 1.10.3 to 1.10.4 (#17028) | dependabot[bot] | 2024-04-08 | 1 | -2/+2 |
* | Bump ruff from 0.3.2 to 0.3.5 (#17060) | dependabot[bot] | 2024-04-08 | 2 | -20/+20 |
* | Bump types-pillow from 10.2.0.20240125 to 10.2.0.20240406 (#17061) | dependabot[bot] | 2024-04-08 | 1 | -3/+3 |
* | Bump typing-extensions from 4.9.0 to 4.11.0 (#17062) | dependabot[bot] | 2024-04-08 | 1 | -3/+3 |
* | Bump types-requests from 2.31.0.20240125 to 2.31.0.20240406 (#17063) | dependabot[bot] | 2024-04-08 | 1 | -4/+4 |
* | Fixups to #17064 (#17065) | Erik Johnston | 2024-04-08 | 2 | -0/+4 |
* | Add back fast path for non-gappy syncs (#17064) | Erik Johnston | 2024-04-08 | 2 | -0/+37 |
* | Pull out fewer receipts from DB when doing push (#17049) | Erik Johnston | 2024-04-05 | 2 | -22/+103 |
* | Fix bug in calculating state for non-gappy syncs (#16942) | Richard van der Hoff | 2024-04-04 | 5 | -56/+145 |
* | `/sync`: fix bug in calculating `state` response (#16930) | Richard van der Hoff | 2024-04-04 | 3 | -41/+94 |
* | Fix bug in `/sync` response for archived rooms (#16932) | Richard van der Hoff | 2024-04-04 | 4 | -34/+314 |
* | Add missing index to `access_tokens` table (#17045) | Erik Johnston | 2024-04-04 | 2 | -0/+8 |
* | Merge branch 'master' into develop | Erik Johnston | 2024-04-02 | 4 | -2/+14 |
|\ |
|
| * | 1.104.0 v1.104.0 github/release-v1.104 release-v1.104 | Erik Johnston | 2024-04-02 | 4 | -2/+14 |
* | | Refactor chain fetching (#17044) | Erik Johnston | 2024-04-02 | 2 | -96/+67 |
* | | Fixups to new push stream (#17038) | Erik Johnston | 2024-03-28 | 9 | -12/+27 |
* | | Add support for moving `/push_rules` off of main process (#17037) | Erik Johnston | 2024-03-28 | 10 | -40/+133 |
|/ |
|
* | Fixup changelog v1.104.0rc1 | Erik Johnston | 2024-03-26 | 1 | -3/+3 |
* | Fixup changelog | Erik Johnston | 2024-03-26 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/develop' into release-v1.104 | Erik Johnston | 2024-03-26 | 2 | -0/+8 |
|\ |
|
| * | Fix OIDC login regression (#17031) | Erik Johnston | 2024-03-26 | 2 | -0/+8 |
* | | 1.104.0rc1 | Erik Johnston | 2024-03-26 | 25 | -24/+68 |
|/ |
|
* | Ensure that pending to-device events are sent over federation at startup (#16... | Richard van der Hoff | 2024-03-22 | 4 | -31/+127 |
* | Add OIDC config to add extra parameters to the authorize URL (#16971) | Mathieu Velten | 2024-03-22 | 4 | -6/+26 |
* | Do not refuse to set read_marker if previous event_id is in wrong room (#16990) | SpiritCroc | 2024-03-21 | 4 | -9/+12 |
* | Fix reject knocks on deactivating account (#17010) | Hanadi | 2024-03-21 | 4 | -12/+117 |
* | generate configuration with correct user in start.py for docker (#16978) | Sam Wedgwood | 2024-03-21 | 2 | -7/+9 |
* | Bump dawidd6/action-download-artifact from 3.1.2 to 3.1.4 (#17008) | dependabot[bot] | 2024-03-21 | 1 | -1/+1 |
* | OIDC: try to JWT decode userinfo response if JSON parsing failed (#16972) | Mathieu Velten | 2024-03-21 | 2 | -4/+29 |
* | Patch the db conn pool sooner in tests (#17017) | Richard van der Hoff | 2024-03-21 | 2 | -53/+60 |
* | Bump netaddr from 0.9.0 to 1.2.1 (#17006) | dependabot[bot] | 2024-03-21 | 1 | -4/+7 |
* | Remove the hardcoded poetry version from contributing guide (#17002) | Tadeusz Sośnierz | 2024-03-21 | 2 | -1/+2 |
* | Add note to using --curses under sqlite porting (#17012) | grahhnt | 2024-03-21 | 1 | -1/+1 |
* | Update link, in installation guide, for docker hub synapse images (#17001) | Eirik | 2024-03-21 | 1 | -1/+1 |
* | Bump types-jsonschema from 4.21.0.20240118 to 4.21.0.20240311 (#17007) | dependabot[bot] | 2024-03-21 | 1 | -3/+3 |
* | Prevent `start_for_complement.sh` from setting `START_POSTGRES` to `false` wh... | Andrew Morgan | 2024-03-21 | 3 | -3/+5 |
* | Update power level default for public rooms (#16907) | Shay | 2024-03-19 | 3 | -1/+20 |
* | Improve event validation (#16908) | Shay | 2024-03-19 | 6 | -3/+180 |
* | Bump pydantic from 2.6.0 to 2.6.4 (#17004) | dependabot[bot] | 2024-03-19 | 1 | -84/+84 |
* | Bump anyhow from 1.0.80 to 1.0.81 (#17009) | dependabot[bot] | 2024-03-19 | 1 | -2/+2 |
* | Bump jinja2 from 3.1.2 to 3.1.3 (#17005) | dependabot[bot] | 2024-03-19 | 1 | -3/+3 |
* | Bump types-pyopenssl from 23.3.0.0 to 24.0.0.20240311 (#17003) | dependabot[bot] | 2024-03-19 | 1 | -4/+4 |
* | Pass module API to OIDC mapping provider (#16974) | Mathieu Velten | 2024-03-19 | 3 | -4/+18 |
* | Specify IP subnet literals in canonical form (#16953) | V02460 | 2024-03-19 | 2 | -2/+3 |
* | Clarify docs for some room state functions (#16950) | Richard van der Hoff | 2024-03-19 | 2 | -3/+6 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2024-03-19 | 3 | -1/+14 |
|\ |
|
| * | 1.103.0 v1.103.0 github/release-v1.103 release-v1.103 | Olivier Wilkinson (reivilibre) | 2024-03-19 | 3 | -1/+14 |
* | | `/sync`: Fix edge-case in calculating the "device_lists" response (#16949) | Richard van der Hoff | 2024-03-14 | 2 | -2/+10 |
* | | Split up `SyncHandler.compute_state_delta` (#16929) | Richard van der Hoff | 2024-03-14 | 2 | -145/+238 |
* | | Sort versions in the documentation version picker appropriately. (#16966) | Will Hunt | 2024-03-14 | 2 | -3/+24 |
* | | upgrade.md: fix grammatical errors (#16965) | Richard van der Hoff | 2024-03-14 | 2 | -3/+4 |
* | | Add query to update local cache of a remote user's device list to docs (#16892) | Andrew Morgan | 2024-03-14 | 2 | -0/+10 |
* | | Improve lock performance when a lot of locks are waiting (#16840) | Mathieu Velten | 2024-03-14 | 4 | -7/+74 |
* | | Bump types-psycopg2 from 2.9.21.16 to 2.9.21.20240311 (#16995) | dependabot[bot] | 2024-03-14 | 1 | -4/+4 |
* | | Bump pyo3 from 0.20.2 to 0.20.3 (#16962) | dependabot[bot] | 2024-03-14 | 1 | -10/+18 |
* | | Multi-worker-docker-container: disable log buffering (#16919) | Richard van der Hoff | 2024-03-13 | 2 | -2/+6 |
* | | Bump ruff from 0.1.14 to 0.3.2 (#16994) | dependabot[bot] | 2024-03-13 | 3 | -27/+20 |
* | | Bump mypy from 1.5.1 to 1.8.0 (#16901) | dependabot[bot] | 2024-03-13 | 12 | -59/+49 |
* | | Bump dawidd6/action-download-artifact from 3.1.1 to 3.1.2 (#16960) | dependabot[bot] | 2024-03-13 | 1 | -1/+1 |
* | | Bump cryptography from 41.0.7 to 42.0.5 (#16958) | dependabot[bot] | 2024-03-13 | 1 | -31/+40 |
* | | Bump serde_json from 1.0.113 to 1.0.114 (#16961) | dependabot[bot] | 2024-03-13 | 1 | -2/+2 |
* | | Bump serde from 1.0.196 to 1.0.197 (#16963) | dependabot[bot] | 2024-03-13 | 1 | -4/+4 |
* | | Bump log from 0.4.20 to 0.4.21 (#16977) | dependabot[bot] | 2024-03-13 | 1 | -2/+2 |
* | | Bump black from 23.10.1 to 24.2.0 (#16936) | dependabot[bot] | 2024-03-13 | 74 | -509/+407 |
* | | Raise poetry-core version cap to 1.9.0 (#16986) | V02460 | 2024-03-13 | 2 | -1/+2 |
|/ |
|
* | Update changelog v1.103.0rc1 | Erik Johnston | 2024-03-12 | 2 | -1/+1 |
* | Merge remote-tracking branch 'origin/develop' into release-v1.103 | Erik Johnston | 2024-03-12 | 2 | -9/+35 |
|\ |
|
| * | Prevent locking up while processing batched_auth_events (#16968) | Gerrit Gogel | 2024-03-12 | 2 | -9/+35 |
* | | 1.103.0rc1 | Erik Johnston | 2024-03-12 | 9 | -7/+35 |
|/ |
|
* | deactivated flag refactored to filter deactivated users. (#16874) | Alexander Fechler | 2024-03-11 | 6 | -8/+95 |
* | Stabilize support for Retry-After header (MSC4014) (#16947) | Patrick Cloke | 2024-03-08 | 5 | -21/+5 |
* | Fix joining remote rooms when a `on_new_event` callback is registered (#16973) | Quentin Gliech | 2024-03-06 | 4 | -16/+21 |
* | Merge remote-tracking branch 'origin/release-v1.102' into develop | Andrew Morgan | 2024-03-05 | 5 | -148/+128 |
|\ |
|
| * | Switch #16979 changelog type from internal change to bugfix v1.102.0 github/release-v1.102 release-v1.102 | Andrew Morgan | 2024-03-05 | 1 | -1/+1 |
| * | 1.102.0 | Andrew Morgan | 2024-03-05 | 4 | -2/+14 |
| * | Revert "Improve DB performance of calculating badge counts for push. (#16756)... | Andrew Morgan | 2024-03-05 | 3 | -147/+115 |
* | | Revert "Ignore notification counts from rooms you've left" (#16981) | Andrew Morgan | 2024-03-05 | 2 | -16/+3 |
* | | Ignore notification counts from rooms you've left (#16954) | Andrew Morgan | 2024-02-23 | 2 | -3/+16 |
* | | Add docs on upgrading from a very old version (#16951) | Twilight Sparkle | 2024-02-22 | 3 | -0/+26 |
* | | Bump anyhow from 1.0.79 to 1.0.80 (#16935) | dependabot[bot] | 2024-02-21 | 1 | -2/+2 |
* | | Bump pyopenssl from 23.3.0 to 24.0.0 (#16937) | dependabot[bot] | 2024-02-21 | 1 | -4/+4 |
* | | Bump JasonEtco/create-an-issue from 2.9.1 to 2.9.2 (#16934) | dependabot[bot] | 2024-02-21 | 2 | -2/+2 |
* | | Bump types-netaddr from 0.10.0.20240106 to 1.2.0.20240219 (#16938) | dependabot[bot] | 2024-02-21 | 1 | -3/+3 |
* | | Bump furo from 2023.9.10 to 2024.1.29 (#16939) | dependabot[bot] | 2024-02-21 | 2 | -5/+5 |
* | | Bump dawidd6/action-download-artifact from 3.0.0 to 3.1.1 (#16933) | dependabot[bot] | 2024-02-21 | 1 | -1/+1 |
* | | Better complement docs (#16946) | kegsay | 2024-02-20 | 2 | -0/+12 |
* | | Merge branch 'release-v1.102' into develop | Andrew Morgan | 2024-02-20 | 11 | -9/+38 |
|\| |
|
| * | 1.102.0rc1 v1.102.0rc1 | Andrew Morgan | 2024-02-20 | 11 | -9/+38 |
* | | Add HAProxy example for single port operation (#16768) | Georg | 2024-02-20 | 2 | -0/+20 |
|/ |
|
* | Don't lock up when joining large rooms (#16903) | Erik Johnston | 2024-02-20 | 2 | -9/+18 |
* | bugfix: always prefer unthreaded receipt when >1 exist (MSC4102) (#16927) | kegsay | 2024-02-20 | 2 | -3/+19 |
* | Fix incorrect docker hub link in release script (#16910) | Erik Johnston | 2024-02-20 | 2 | -1/+2 |
* | fix typo in admin_api/rooms.md (#16857) | Rainer Zufall | 2024-02-20 | 2 | -1/+2 |
* | Add metric for emails sent (#16881) | Remi Rampin | 2024-02-14 | 2 | -0/+24 |
* | Merge branch 'master' into develop | Erik Johnston | 2024-02-13 | 4 | -2/+16 |
|\ |
|
| * | 1.101.0 v1.101.0 github/release-v1.101 release-v1.101 | Erik Johnston | 2024-02-13 | 4 | -2/+16 |
* | | Don't invalidate the entire event cache when we purge history (#16905) | Erik Johnston | 2024-02-13 | 5 | -7/+100 |
* | | Add a config to not send out device list updates for specific users (#16909) | Erik Johnston | 2024-02-13 | 3 | -2/+20 |
* | | Bump pygithub from 2.1.1 to 2.2.0 (#16902) | dependabot[bot] | 2024-02-12 | 1 | -5/+4 |
* | | Bump attrs from 23.1.0 to 23.2.0 (#16899) | dependabot[bot] | 2024-02-12 | 1 | -5/+6 |
* | | Bump bcrypt from 4.0.1 to 4.1.2 (#16900) | dependabot[bot] | 2024-02-12 | 1 | -23/+29 |
* | | Bump sentry-sdk from 1.40.0 to 1.40.3 (#16898) | dependabot[bot] | 2024-02-12 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'origin/release-v1.101' into develop | Erik Johnston | 2024-02-09 | 2 | -2/+3 |
|\| |
|
| * | Increase batching when fetching auth chains (#16893) | Erik Johnston | 2024-02-09 | 2 | -2/+3 |
* | | Only do one concurrent fetch per server in keyring (#16894) | Erik Johnston | 2024-02-09 | 2 | -4/+6 |
|/ |
|
* | 1.101.0rc1 v1.101.0rc1 | Erik Johnston | 2024-02-06 | 7 | -5/+39 |
* | Accept unprefixed form of MSC3981 recurse parameter (#16842) | David Baker | 2024-02-06 | 2 | -1/+2 |
* | Bump lxml-stubs from 0.4.0 to 0.5.1 (#16885) | dependabot[bot] | 2024-02-06 | 3 | -9/+7 |
* | Bump dorny/paths-filter from 2 to 3 (#16869) | dependabot[bot] | 2024-02-06 | 1 | -1/+1 |
* | Update docs for MacOS installs (#16854) | kegsay | 2024-02-06 | 2 | -0/+12 |
* | Fix broken links on docs (#16853) | kegsay | 2024-02-06 | 6 | -7/+8 |
* | Bump sigstore/cosign-installer from 3.3.0 to 3.4.0 (#16890) | dependabot[bot] | 2024-02-06 | 1 | -1/+1 |
* | Bump sentry-sdk from 1.39.1 to 1.40.0 (#16889) | dependabot[bot] | 2024-02-06 | 1 | -3/+3 |
* | Bump pydantic from 2.5.3 to 2.6.0 (#16888) | dependabot[bot] | 2024-02-06 | 1 | -112/+86 |
* | Bump jsonschema from 4.20.0 to 4.21.1 (#16887) | dependabot[bot] | 2024-02-06 | 1 | -3/+3 |
* | Bump types-requests from 2.31.0.10 to 2.31.0.20240125 (#16886) | dependabot[bot] | 2024-02-06 | 1 | -4/+4 |
* | Bump hiredis from 2.2.3 to 2.3.2 (#16862) | dependabot[bot] | 2024-02-01 | 1 | -90/+110 |
* | Bump mypy-zope from 1.0.1 to 1.0.3 (#16865) | dependabot[bot] | 2024-02-01 | 1 | -4/+4 |
* | Bump types-pillow from 10.1.0.2 to 10.2.0.20240125 (#16864) | dependabot[bot] | 2024-02-01 | 1 | -4/+4 |
* | Bump types-setuptools from 69.0.0.0 to 69.0.0.20240125 (#16863) | dependabot[bot] | 2024-02-01 | 1 | -4/+4 |
* | Bump phonenumbers from 8.13.26 to 8.13.29 (#16868) | dependabot[bot] | 2024-02-01 | 1 | -3/+3 |
* | Bump serde from 1.0.195 to 1.0.196 (#16867) | dependabot[bot] | 2024-02-01 | 1 | -4/+4 |
* | Bump serde_json from 1.0.111 to 1.0.113 (#16866) | dependabot[bot] | 2024-02-01 | 1 | -2/+2 |
* | Update version picker for element-hq (#16880) | Will Hunt | 2024-02-01 | 2 | -2/+3 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2024-01-31 | 3 | -1/+14 |
|\ |
|
| * | 1.100.0 v1.100.0 github/release-v1.100 release-v1.100 | Olivier Wilkinson (reivilibre) | 2024-01-30 | 3 | -1/+14 |
* | | Bump gitpython from 3.1.40 to 3.1.41 (#16850) | dependabot[bot] | 2024-01-24 | 1 | -4/+4 |
|/ |
|
* | 1.100.0rc3 v1.100.0rc3 | Olivier Wilkinson (reivilibre) | 2024-01-24 | 4 | -2/+16 |
* | Run `ANALYZE` after fiddling with stats (#16849) | Erik Johnston | 2024-01-24 | 3 | -0/+19 |
* | Tweak changelog v1.100.0rc2 | Olivier Wilkinson (reivilibre) | 2024-01-24 | 1 | -0/+2 |
* | 1.100.0rc2 | Olivier Wilkinson (reivilibre) | 2024-01-24 | 4 | -2/+16 |
* | Downgrade the `download-artifact` and `upload-artifact` actions to v3 due to ... | reivilibre | 2024-01-24 | 2 | -4/+5 |
* | Update changelog v1.100.0rc1 | Olivier Wilkinson (reivilibre) | 2024-01-23 | 1 | -1/+1 |
* | 1.100.0rc1 | Olivier Wilkinson (reivilibre) | 2024-01-23 | 24 | -23/+70 |
* | Speed up e2e device keys queries for bot accounts (#16841) | Erik Johnston | 2024-01-23 | 2 | -11/+19 |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 731 | -0/+846 |
* | Preparatory work for tweaking performance of auth chain lookups (#16833) | Erik Johnston | 2024-01-23 | 5 | -27/+163 |
* | Add a `--generate-only` option to the Complement launcher. (#16828) | reivilibre | 2024-01-22 | 2 | -1/+15 |
* | listen http2 deprecated nginx (updating documentation) (#16831) | Arnold | 2024-01-22 | 2 | -4/+5 |
* | Allow room creation but not publishing to continue if room publication rules ... | Shay | 2024-01-22 | 5 | -34/+65 |
* | Bump regex from 1.9.6 to 1.10.3 (#16837) | dependabot[bot] | 2024-01-22 | 1 | -6/+6 |
* | Bump minimum Rust version to 1.65.0 (#16818) | Erik Johnston | 2024-01-22 | 4 | -10/+19 |
* | Bump types-netaddr from 0.9.0.1 to 0.10.0.20240106 (#16839) | dependabot[bot] | 2024-01-22 | 1 | -4/+4 |
* | Bump ruff from 0.1.13 to 0.1.14 (#16838) | dependabot[bot] | 2024-01-22 | 2 | -20/+20 |
* | Bump pydantic from 2.5.2 to 2.5.3 (#16836) | dependabot[bot] | 2024-01-22 | 1 | -110/+110 |
* | Bump isort from 5.13.1 to 5.13.2 (#16835) | dependabot[bot] | 2024-01-22 | 1 | -3/+6 |
* | Bump types-jsonschema from 4.20.0.20240105 to 4.21.0.20240118 (#16834) | dependabot[bot] | 2024-01-22 | 1 | -3/+4 |
* | Handle wildcard type filters properly (#14984) | Mo Balaa | 2024-01-22 | 4 | -7/+47 |
* | Bump actions/cache from 3 to 4 (#16832) | dependabot[bot] | 2024-01-22 | 2 | -2/+2 |
* | Fix broken links in issue template (#16810) | Erik Johnston | 2024-01-17 | 3 | -8/+9 |
* | Merge branch 'master' into develop | Andrew Morgan | 2024-01-16 | 3 | -3/+16 |
|\ |
|
| * | Merge branch 'release-v1.99' | Andrew Morgan | 2024-01-16 | 1211 | -9670/+21442 |
| |\ |
|
| | * | Fix text and add second link v1.99.0 | Andrew Morgan | 2024-01-16 | 1 | -2/+3 |
| | * | Fix link and remove email from changelog. | Andrew Morgan | 2024-01-16 | 1 | -4/+1 |
| | * | 1.99.0 | Andrew Morgan | 2024-01-16 | 3 | -3/+18 |
| | * | Update license in Debian metadata (#16807) | Erik Johnston | 2024-01-16 | 2 | -0/+10 |
| * | | Revert changes to README | Erik Johnston | 2023-12-13 | 2 | -25/+4 |
| * | | Update README.rst | Will Lewis | 2023-12-13 | 1 | -0/+2 |
| * | | Update README.rst | Will Lewis | 2023-12-13 | 1 | -1/+1 |
* | | | feat: add msc4028 to versions api (#16787) | Hanadi | 2024-01-16 | 2 | -0/+3 |
* | | | Bump ruff from 0.1.7 to 0.1.13 (#16814) | dependabot[bot] | 2024-01-16 | 2 | -20/+20 |
* | | | Bump service-identity from 23.1.0 to 24.1.0 (#16816) | dependabot[bot] | 2024-01-15 | 1 | -4/+4 |
* | | | Bump typing-extensions from 4.8.0 to 4.9.0 (#16815) | dependabot[bot] | 2024-01-15 | 1 | -3/+3 |
* | | | Bump lxml from 4.9.3 to 5.1.0 (#16813) | dependabot[bot] | 2024-01-15 | 1 | -96/+82 |
* | | | Bump immutabledict from 4.0.0 to 4.1.0 (#16812) | dependabot[bot] | 2024-01-15 | 1 | -3/+3 |
* | | | Fix building of deps after bump of `pillow` version (#16817) | Erik Johnston | 2024-01-15 | 1 | -3/+4 |
* | | | Update license in Debian metadata (#16807) | Erik Johnston | 2024-01-11 | 2 | -0/+10 |
* | | | Optimize query for fetching to-device messages in `/sync` (#16805) | Erik Johnston | 2024-01-11 | 2 | -77/+73 |
* | | | Improve DB performance of calculating badge counts for push. (#16756) | Erik Johnston | 2024-01-11 | 3 | -114/+148 |
* | | | Bump pillow from 10.1.0 to 10.2.0 (#16802) | dependabot[bot] | 2024-01-11 | 1 | -55/+73 |
* | | | Bump actions/upload-artifact from 3 to 4 (#16796) | dependabot[bot] | 2024-01-11 | 5 | -8/+8 |
* | | | Bump actions/download-artifact from 3 to 4 (#16795) | dependabot[bot] | 2024-01-11 | 1 | -1/+1 |
* | | | Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0 (#16794) | dependabot[bot] | 2024-01-11 | 1 | -1/+1 |
* | | | Correctly handle OIDC config with no `client_secret` set (#16806) | Erik Johnston | 2024-01-10 | 2 | -1/+15 |
* | | | Faster load recents for sync (#16783) | Erik Johnston | 2024-01-10 | 3 | -7/+25 |
* | | | Bump types-commonmark from 0.9.2.4 to 0.9.2.20240106 (#16797) | dependabot[bot] | 2024-01-10 | 1 | -4/+4 |
* | | | Bump pyo3 from 0.20.0 to 0.20.2 (#16791) | dependabot[bot] | 2024-01-10 | 1 | -10/+10 |
* | | | Pull less state out if we fail to backfill (#16788) | Erik Johnston | 2024-01-10 | 2 | -9/+13 |
* | | | Bump anyhow from 1.0.75 to 1.0.79 (#16789) | dependabot[bot] | 2024-01-10 | 1 | -2/+2 |
* | | | Bump sentry-sdk from 1.35.0 to 1.39.1 (#16799) | dependabot[bot] | 2024-01-10 | 1 | -3/+3 |
* | | | Bump serde_json from 1.0.108 to 1.0.111 (#16792) | dependabot[bot] | 2024-01-10 | 1 | -12/+12 |
* | | | Reduce amount of state pulled out when querying federation hierachy (#16785) | Erik Johnston | 2024-01-10 | 4 | -3/+82 |
* | | | Split up deleting devices into batches (#16766) | Erik Johnston | 2024-01-10 | 2 | -2/+7 |
* | | | Fix auto-merge CI to correctly wait for linting. (#16781) | Erik Johnston | 2024-01-10 | 2 | -1/+19 |
* | | | Remove CI check for sign off (#16776) | Erik Johnston | 2024-01-10 | 3 | -7/+2 |
* | | | Add a link to the Request log format page from Logging Sample Config (#16778) | Andrew Morgan | 2024-01-10 | 2 | -0/+4 |
* | | | Bump types-jsonschema from 4.20.0.0 to 4.20.0.20240105 (#16800) | dependabot[bot] | 2024-01-10 | 1 | -3/+3 |
* | | | Faster partial join to room with complex auth graph (#7) | Erik Johnston | 2024-01-10 | 2 | -49/+31 |
* | | | Bump authlib from 1.2.1 to 1.3.0 (#16801) | dependabot[bot] | 2024-01-10 | 1 | -5/+5 |
| |/
|/| |
|
* | | Fixup changelog links v1.99.0rc1 | Erik Johnston | 2024-01-09 | 1 | -4/+4 |
* | | Fix changelog links | Erik Johnston | 2024-01-09 | 1 | -15/+15 |
* | | 1.99.0rc1 | Erik Johnston | 2024-01-09 | 24 | -23/+54 |
* | | Filter out rooms from the room directory being served to other homeservers wh... | reivilibre | 2024-01-08 | 4 | -52/+221 |
* | | Port `EventInternalMetadata` class to Rust (#16782) | Erik Johnston | 2024-01-08 | 12 | -124/+600 |
* | | Fix linting (#16780) | Erik Johnston | 2024-01-05 | 2 | -1/+12 |
* | | Simplify internal metadata class. (#16762) | Erik Johnston | 2024-01-05 | 6 | -46/+24 |
* | | Implement cosign on docker image (#16774) | Gaël Goinvic | 2024-01-04 | 2 | -1/+17 |
* | | Add recursion_depth to /relations if recursing (#16775) | David Baker | 2024-01-04 | 2 | -0/+5 |
* | | Search non ASCII display names using Admin API (#16767) | Adam Jędrzejewski | 2024-01-04 | 3 | -1/+26 |
* | | Update the contributing guide after reliecensing (#16772) | Erik Johnston | 2024-01-03 | 2 | -78/+16 |
* | | Fix email verification redirection (#16761) | FadhlanR | 2024-01-02 | 4 | -5/+43 |
* | | Re-enable automatic triaging | Erik Johnston | 2024-01-02 | 1 | -3/+2 |
* | | Revert "Disable automatic traiging" | Erik Johnston | 2024-01-02 | 1 | -5/+5 |
* | | Delete the add version picker GHA workflow (#9453) | Andrew Morgan | 2024-01-02 | 2 | -90/+1 |
* | | Add another custom statistics collection server (#16769) | Christian Lölkes | 2024-01-02 | 2 | -0/+2 |
* | | Enable user without password (#16770) | Dirk Klimpel | 2024-01-02 | 4 | -26/+34 |
* | | Remove config value from header (#16763) | Fredrik Lanker | 2024-01-02 | 2 | -1/+2 |
* | | Move the rust stubs inline for better IDE integration (#16757) | Erik Johnston | 2023-12-21 | 5 | -0/+1 |
* | | Fix sample config doc CI (#16758) | Erik Johnston | 2023-12-21 | 2 | -0/+2 |
* | | Disable automatic traiging | Erik Johnston | 2023-12-15 | 1 | -5/+5 |
* | | Fix typo | Erik Johnston | 2023-12-13 | 17 | -52/+50 |
* | | Update book location | Erik Johnston | 2023-12-13 | 43 | -122/+120 |
* | | More renaming | Erik Johnston | 2023-12-13 | 24 | -126/+125 |
* | | Update nightly jobs to run on element-hq/synapse. | Erik Johnston | 2023-12-13 | 2 | -5/+5 |
* | | Update repo for release scripts. | Patrick Cloke | 2023-12-13 | 2 | -14/+16 |
* | | Keep pointing at packages.matrix.org for now | Erik Johnston | 2023-12-13 | 2 | -4/+4 |
* | | Fix debian link | Erik Johnston | 2023-12-13 | 1 | -1/+1 |
* | | Update documentation to refer to element-hq. | Patrick Cloke | 2023-12-13 | 8 | -52/+36 |
* | | Fix links | Erik Johnston | 2023-12-13 | 2 | -2/+2 |
* | | Update debian build with AGPL changes. | Patrick Cloke | 2023-12-13 | 3 | -3/+3 |
* | | Log the new license during start. | Patrick Cloke | 2023-12-13 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop | Erik Johnston | 2023-12-13 | 1125 | -8815/+19505 |
|\ \ |
|
| * | | Update license headers | Patrick Cloke | 2023-11-21 | 1137 | -8638/+19110 |
| * | | Update packaging metadata | Patrick Cloke | 2023-11-21 | 1 | -1/+1 |
| * | | Update the license from Apache License v2 to AGPL-3.0. | Patrick Cloke | 2023-11-21 | 1 | -176/+660 |
* | | | Revert changes to README | Erik Johnston | 2023-12-13 | 2 | -25/+4 |
* | | | Update README.rst | Will Lewis | 2023-12-13 | 1 | -0/+2 |
* | | | Update README.rst | Will Lewis | 2023-12-13 | 1 | -1/+1 |
* | | | Merge remote-tracking branch 'origin/clokep/morg-readme' into develop | Erik Johnston | 2023-12-13 | 2 | -4/+23 |
|\ \ \
| | |/
| |/| |
|
| * | | Update text github/clokep/morg-readme clokep/morg-readme | Erik Johnston | 2023-12-12 | 2 | -6/+15 |
| * | | Update the README pointing to the Element fork. | Patrick Cloke | 2023-12-12 | 2 | -4/+14 |
* | | | Merge remote-tracking branch 'origin/master' into develop | Erik Johnston | 2023-12-12 | 5 | -7/+20 |
|\| | |
|
| * | | Update changelog v1.98.0 github/release-v1.98 release-v1.98 | Erik Johnston | 2023-12-12 | 1 | -3/+3 |
| * | | 1.98.0 | Erik Johnston | 2023-12-12 | 3 | -2/+15 |
| * | | Version picker added for v1.98 docs | Action Bot | 2023-12-11 | 6 | -2/+230 |
* | | | Sentry Alert configuration based on production and development environment (#... | Zeeshan Rafiq | 2023-12-12 | 4 | -1/+9 |
* | | | Add avatar and topic settings for server notice room (#16679) | Mathieu Velten | 2023-12-12 | 6 | -14/+235 |
* | | | Add config to change the delay before sending a notification email (#16696) | Mathieu Velten | 2023-12-12 | 4 | -9/+17 |