Start structural port from Spring Boot to Undertow
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
io.kamax.mxisd.backend.exec.ExecIdentityStoreSupplier
|
||||
io.kamax.mxisd.backend.firebase.GoogleFirebaseStoreSupplier
|
||||
io.kamax.mxisd.backend.ldap.LdapStoreSupplier
|
||||
io.kamax.mxisd.backend.ldap.netiq.NetIqLdapStoreSupplier
|
||||
io.kamax.mxisd.backend.memory.MemoryIdentityStoreSupplier
|
||||
io.kamax.mxisd.backend.rest.RestStoreSupplier
|
||||
io.kamax.mxisd.backend.sql.generic.GenericSqlStoreSupplier
|
||||
io.kamax.mxisd.backend.sql.synapse.SynapseSqlStoreSupplier
|
||||
io.kamax.mxisd.backend.wordpress.WordpressStoreSupplier
|
||||
@@ -240,8 +240,8 @@ session:
|
||||
server: 'matrix-org'
|
||||
|
||||
notification:
|
||||
# handler:
|
||||
# 3PID-medium: 'handlerId'
|
||||
# handler:
|
||||
# 3PID-medium: 'handlerId'
|
||||
handlers:
|
||||
sendgrid:
|
||||
api:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns:th="http://www.w3.org/1999/xhtml">
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Matrix Token Verification</title>
|
||||
@@ -37,7 +37,7 @@
|
||||
<p>Verification successful!</p>
|
||||
<p>Your email will remain private and you will only be discoverable with it on your own server, or any related
|
||||
servers configured by your system admin.<br/>
|
||||
If you would like to be globally discoverable, start the process <a th:href="${remoteSessionLink}">here</a>.
|
||||
If you would like to be globally discoverable, start the process <a href="${remoteSessionLink}">here</a>.
|
||||
<br/>If you chose to start the global publication process, wait until it is done before returning to your
|
||||
client.</p>
|
||||
<p>If the remote process is finished, or if you do not wish to start it at this time, you can now return to your
|
||||
|
||||
Reference in New Issue
Block a user