Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 15:40
· 838 commits to main since this release
beb874c

What's Changed

This version mainly includes visual polish throughout the login and registration flow, as well as updates to the syn2mas migration tool.

Instance branding

Configuration parameters have been added to set an instance privacy policy URI, terms of services URI and a legal imprint, which are included in the footer of all web pages.

The following configuration:

branding:
  policy_uri: https://matrix.org/policy
  tos_uri: https://matrix.org/tos
  imprint: All Rights Reserved. The Super Chat name, logo and device are registered trade marks of BigCorp Ltd.

yields the following footer:

image

Updates to syn2mas

syn2mas is now published on npm, and as such can be run with:

npx @matrix-org/syn2mas --command=advisor --synapseConfigFie=./homeserver.yaml

Relevant pull requests

  • Add instance privacy policy, TOS and imprint, and loads of design cleanups by @sandhose in #2006
  • Package and publish syn2mas to npm by @hughns in #2023
  • syn2mas: accept ULIDs and UUIDs in arguments for upstream IDP mapping by @sandhose in #2034
  • syn2mas: support for deactivated users & use timestamps when generating IDs by @sandhose in #2048
  • Fix the login template not rendering on policy error by @sandhose in #2051

Full Changelog: v0.4.1...v0.5.0

Docker image

Regular image:

  • Digest:
    ghcr.io/matrix-org/matrix-authentication-service@sha256:6eec22df1af6fc288d17dec05a88b0383a693bbccc4229897a088312549776d5
    
  • Tags:
    ghcr.io/matrix-org/matrix-authentication-service:0.5.0
    ghcr.io/matrix-org/matrix-authentication-service:0.5
    ghcr.io/matrix-org/matrix-authentication-service:0
    ghcr.io/matrix-org/matrix-authentication-service:sha-beb874c
    ghcr.io/matrix-org/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/matrix-org/matrix-authentication-service@sha256:fff70a3bc58d4b2f7a871f42db8768ca768907d5d1e8415b1dba746cd43d595c
    
  • Tags:
    ghcr.io/matrix-org/matrix-authentication-service:0.5.0-debug
    ghcr.io/matrix-org/matrix-authentication-service:0.5-debug
    ghcr.io/matrix-org/matrix-authentication-service:0-debug
    ghcr.io/matrix-org/matrix-authentication-service:sha-beb874c-debug
    ghcr.io/matrix-org/matrix-authentication-service:latest-debug
    

syn2mas migration tool:

  • Digest:
    ghcr.io/matrix-org/matrix-authentication-service/syn2mas@sha256:7de303cfc00f54f6b401e4d4190e4d108b2fa25d43d53869bbe576900a72edb1
    
  • Tags:
    ghcr.io/matrix-org/matrix-authentication-service/syn2mas:0.5.0
    ghcr.io/matrix-org/matrix-authentication-service/syn2mas:0.5
    ghcr.io/matrix-org/matrix-authentication-service/syn2mas:0
    ghcr.io/matrix-org/matrix-authentication-service/syn2mas:sha-beb874c
    ghcr.io/matrix-org/matrix-authentication-service/syn2mas:latest