synapse guest module: update org name & docs

This commit is contained in:
Andrew Ferrazzutti
2025-02-04 14:02:11 -05:00
parent ffb5fdaa30
commit caabc37519
3 changed files with 6 additions and 44 deletions
+2 -40
View File
@@ -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).
+1 -1
View File
@@ -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:**
@@ -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",