synapse guest module: update org name & docs
This commit is contained in:
@@ -1,45 +1,7 @@
|
|||||||
# @nordeck/synapse-guest-module
|
# @element-hq/synapse-guest-module
|
||||||
|
|
||||||
## 2.0.0
|
|
||||||
|
|
||||||
### Major Changes
|
|
||||||
|
|
||||||
- 5539790: Guest users are now only allowed in Ask to Join rooms
|
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|
||||||
- a05ce45: First stable release.
|
- Fork from [Nordeck's version](https://github.com/nordeck/element-web-modules/tree/main/packages/synapse-guest-module).
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Synapse Guest Module
|
# 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:**
|
**Features:**
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "@nordeck/synapse-guest-module",
|
"name": "@element-hq/synapse-guest-module",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A synapse module to restrict the actions of guests",
|
"description": "A synapse module to restrict the actions of guests",
|
||||||
"author": "Nordeck IT + Consulting GmbH",
|
"author": "New Vector Ltd.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "echo \"Nothing to clean\"",
|
"clean": "echo \"Nothing to clean\"",
|
||||||
"build": "echo \"Nothing to build\"",
|
"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\"",
|
"tsc": "echo \"Nothing to tsc\"",
|
||||||
"lint": "echo \"Nothing to lint\"",
|
"lint": "echo \"Nothing to lint\"",
|
||||||
"types:py": "node ./scripts/run_in_venv.js tox -e check_types",
|
"types:py": "node ./scripts/run_in_venv.js tox -e check_types",
|
||||||
|
|||||||
Reference in New Issue
Block a user