From caabc37519151a98aa9284956baa511af9d4f22f Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Tue, 4 Feb 2025 14:02:11 -0500 Subject: [PATCH] synapse guest module: update org name & docs --- .../restricted-guests/synapse/CHANGELOG.md | 42 +------------------ modules/restricted-guests/synapse/README.md | 2 +- .../restricted-guests/synapse/package.json | 6 +-- 3 files changed, 6 insertions(+), 44 deletions(-) diff --git a/modules/restricted-guests/synapse/CHANGELOG.md b/modules/restricted-guests/synapse/CHANGELOG.md index 0bf2ec3720..2d5904137d 100644 --- a/modules/restricted-guests/synapse/CHANGELOG.md +++ b/modules/restricted-guests/synapse/CHANGELOG.md @@ -1,45 +1,7 @@ -# @nordeck/synapse-guest-module - -## 2.0.0 - -### Major Changes - -- 5539790: Guest users are now only allowed in Ask to Join rooms +# @element-hq/synapse-guest-module ## 1.0.0 ### Major Changes -- a05ce45: First stable release. - -## 0.3.1 - -### Patch Changes - -- 344b7bf: Update the repository name - -## 0.3.0 - -### Minor Changes - -- 27680cd: Provide a dedicated registration endpoint to not interfere with the original - registration endpoint. -- 997f47b: Deactivate guest users after a configured expiration time. - -## 0.2.0 - -### Minor Changes - -- 00c92e0: Don't include guest users in the search results. - -## 0.1.0 - -### Minor Changes - -- b43b066: Disable certain homeserver-wide actions (create room, invite user) for guest users. - -## 0.0.1 - -### Patch Changes - -- Add initial version. +- Fork from [Nordeck's version](https://github.com/nordeck/element-web-modules/tree/main/packages/synapse-guest-module). diff --git a/modules/restricted-guests/synapse/README.md b/modules/restricted-guests/synapse/README.md index 3fb51aacba..52e14ae710 100644 --- a/modules/restricted-guests/synapse/README.md +++ b/modules/restricted-guests/synapse/README.md @@ -1,6 +1,6 @@ # Synapse Guest Module -A [pluggable synapse module](https://matrix-org.github.io/synapse/latest/modules/index.html) to restrict the actions of guests. +A [pluggable synapse module](https://element-hq.github.io/synapse/latest/modules/index.html) to restrict the actions of guests. **Features:** diff --git a/modules/restricted-guests/synapse/package.json b/modules/restricted-guests/synapse/package.json index d2f45f0442..468b3f4254 100644 --- a/modules/restricted-guests/synapse/package.json +++ b/modules/restricted-guests/synapse/package.json @@ -1,14 +1,14 @@ { - "name": "@nordeck/synapse-guest-module", + "name": "@element-hq/synapse-guest-module", "version": "2.0.0", "private": true, "description": "A synapse module to restrict the actions of guests", - "author": "Nordeck IT + Consulting GmbH", + "author": "New Vector Ltd.", "license": "Apache-2.0", "scripts": { "clean": "echo \"Nothing to clean\"", "build": "echo \"Nothing to build\"", - "docker:build": "docker build -t nordeck/synapse-guest-module -f Dockerfile .", + "docker:build": "docker build -t element-hq/synapse-guest-module -f Dockerfile .", "tsc": "echo \"Nothing to tsc\"", "lint": "echo \"Nothing to lint\"", "types:py": "node ./scripts/run_in_venv.js tox -e check_types",