Resolve "Enable encryption for newly created rooms" #138

Merged
magicfelix merged 2 commits from 41-enable-encryption-for-newly-created-rooms into master 2026-02-26 21:45:17 +01:00
magicfelix commented 2026-01-04 22:35:37 +01:00 (Migrated from edugit.org)

Information and screenshots

No further information have been provided.

Checklist

  • tox -e reformat,lint used
  • Changelog updated/No update necessary
  • Documentation (incl. Screenshots) up-to-date
  • Copyright in apps.py and README.rst up-to-date
  • (Unit) tests for new feature/regression tests for bug fixes (only if useful)
  • Adhere to URL scheme
  • Tested with admin account
  • Tested with normal account (based on permissions)

Backend checklist

  • Use permissions for all GraphQL mutations
  • Use query optimizer for all GraphQL queries
  • Don't use inefficient DB queries

Frontend checklist (mandatory with ~"part::frontend")

Closes #41

## Information and screenshots No further information have been provided. ## Checklist - [ ] `tox -e reformat,lint` used - [x] Changelog updated/No update necessary - [ ] Documentation (incl. Screenshots) up-to-date - [ ] Copyright in `apps.py` and `README.rst` up-to-date - [ ] (Unit) tests for new feature/regression tests for bug fixes (only if useful) - [ ] Adhere to [URL scheme](https://edugit.org/AlekSIS/official/AlekSIS/-/issues/86) - [ ] Tested with admin account - [ ] Tested with normal account (based on permissions) ## Backend checklist - [ ] Use permissions for all GraphQL mutations - [ ] Use query optimizer for all GraphQL queries - [ ] Don't use inefficient DB queries ## Frontend checklist (mandatory with ~"part::frontend") - [ ] Screenshots are attached (mobile and desktop) - [ ] Tested on mobile, tablet, and desktop sizes - [ ] Adhered to [frontend guidelines](https://edugit.org/AlekSIS/official/AlekSIS/-/blob/master/project/frontend_guidelines.rst?ref_type=heads) - [ ] Checked with [Firefox Accessibility Checker](https://firefox-source-docs.mozilla.org/devtools-user/accessibility_inspector/) Closes #41
hansegucker commented 2026-01-07 20:18:50 +01:00 (Migrated from edugit.org)

Make configurable (at least global site preference for now)

Make configurable (at least global site preference for now)
magicfelix commented 2026-02-16 11:04:39 +01:00 (Migrated from edugit.org)

added 11 commits

  • a2ca42ef...6ca33d45 - 2 commits from branch master
  • 1e3356ab - Fix migrations
  • 2fc5bea7 - Add empty objectLayouts
  • fa2d0e8f - Raise version and Core dependency
  • 56b1fa83 - Adapt to independent handling of PersonGroupThrough
  • b9955fd7 - Drop Dockerfile build
  • 29d164ed - Add delete option for matrix rooms
  • 8d37f361 - Reformat
  • 343bc483 - Enable encryption for Matrix rooms
  • 562e2bf2 - Add preference for encryption

Compare with previous version

added 11 commits <ul><li>a2ca42ef...6ca33d45 - 2 commits from branch <code>master</code></li><li>1e3356ab - Fix migrations</li><li>2fc5bea7 - Add empty objectLayouts</li><li>fa2d0e8f - Raise version and Core dependency</li><li>56b1fa83 - Adapt to independent handling of PersonGroupThrough</li><li>b9955fd7 - Drop Dockerfile build</li><li>29d164ed - Add delete option for matrix rooms</li><li>8d37f361 - Reformat</li><li>343bc483 - Enable encryption for Matrix rooms</li><li>562e2bf2 - Add preference for encryption</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-Matrix/-/merge_requests/87/diffs?diff_id=83433&start_sha=a2ca42efac8f37a8175c95b7cc4b3e9bf4020107)
yuha commented 2026-02-18 20:42:15 +01:00 (Migrated from edugit.org)

resolved all threads

resolved all threads
yuha commented 2026-02-18 20:42:29 +01:00 (Migrated from edugit.org)

assigned to @yuha

assigned to @yuha
yuha commented 2026-02-18 20:42:34 +01:00 (Migrated from edugit.org)

assigned to @hansegucker and unassigned @yuha

assigned to @hansegucker and unassigned @yuha
magicfelix (Migrated from edugit.org) changed target branch from master to release/4.0.0b0 2026-02-18 20:42:41 +01:00
magicfelix commented 2026-02-18 20:42:41 +01:00 (Migrated from edugit.org)

assigned to @yuha and unassigned @hansegucker

assigned to @yuha and unassigned @hansegucker
yuha commented 2026-02-18 20:43:38 +01:00 (Migrated from edugit.org)

assigned to @hansegucker and unassigned @yuha

assigned to @hansegucker and unassigned @yuha
magicfelix commented 2026-02-19 10:20:19 +01:00 (Migrated from edugit.org)

added 5 commits

  • 562e2bf2...83175dcd - 3 commits from branch release/4.0.0b0
  • eeb0122f - Enable encryption for Matrix rooms
  • ea966c4e - Add preference for encryption

Compare with previous version

added 5 commits <ul><li>562e2bf2...83175dcd - 3 commits from branch <code>release/4.0.0b0</code></li><li>eeb0122f - Enable encryption for Matrix rooms</li><li>ea966c4e - Add preference for encryption</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-Matrix/-/merge_requests/87/diffs?diff_id=83597&start_sha=562e2bf21771e88fdcb8e523f2be662b9585b0dd)
hansegucker commented 2026-02-21 16:36:33 +01:00 (Migrated from edugit.org)

deleted the release/4.0.0b0 branch. This merge request now targets the master branch

deleted the `release/4.0.0b0` branch. This merge request now targets the `master` branch
hansegucker commented 2026-02-25 20:25:46 +01:00 (Migrated from edugit.org)

added 7 commits

  • ea966c4e...480366c0 - 5 commits from branch master
  • 0f12e3f7 - Enable encryption for Matrix rooms
  • 2ff6f4ac - Add preference for encryption

Compare with previous version

added 7 commits <ul><li>ea966c4e...480366c0 - 5 commits from branch <code>master</code></li><li>0f12e3f7 - Enable encryption for Matrix rooms</li><li>2ff6f4ac - Add preference for encryption</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-Matrix/-/merge_requests/87/diffs?diff_id=83776&start_sha=ea966c4e942a9ca96848a19a94d5e98038e2e390)
magicfelix commented 2026-02-26 20:42:13 +01:00 (Migrated from edugit.org)

added 4 commits

  • 2ff6f4ac...288d30cd - 2 commits from branch master
  • f54f4d5f - Enable encryption for Matrix rooms
  • 96f0da8e - Add preference for encryption

Compare with previous version

added 4 commits <ul><li>2ff6f4ac...288d30cd - 2 commits from branch <code>master</code></li><li>f54f4d5f - Enable encryption for Matrix rooms</li><li>96f0da8e - Add preference for encryption</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-Matrix/-/merge_requests/87/diffs?diff_id=83802&start_sha=2ff6f4ac99676b2176e9c1d32ff4b73f8993615d)
hansegucker (Migrated from edugit.org) scheduled this pull request to auto merge when all checks succeed 2026-02-26 20:44:07 +01:00
hansegucker commented 2026-02-26 21:45:18 +01:00 (Migrated from edugit.org)

mentioned in commit 1762f71cd0

mentioned in commit 1762f71cd0127a845ef86ab0872f93f417909b12
hansegucker (Migrated from edugit.org) merged commit 1762f71cd0 into master 2026-02-26 21:45:18 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-App-Matrix!138
No description provided.