Commit Graph

15 Commits

Author SHA1 Message Date
61ab3c832c Implement decline with reason (now with radio buttons) 2019-01-25 14:37:58 +01:00
Matthias
9334c61ab8 Merge branch 'add_snmp_auth' into master 2019-01-24 01:49:47 +01:00
2e02fca7c3 add PHPMailer (and composer with it) to allow sending mails via authed SNMP 2019-01-24 01:20:27 +01:00
ad3af8092b allow, that username contains digits 2019-01-23 22:51:26 +01:00
a6ad3e4e51 complete password fetching on registration; add Requirements section 2018-05-28 10:47:41 +02:00
083c848347 better error-message when registration_shared_secret is set wrong 2018-05-26 20:58:33 +02:00
dda0e83abe username check returns more apropriate error message 2018-05-26 19:20:58 +02:00
f49f6cef73 translation: fix missing string for en-gb 2018-04-24 15:36:30 +02:00
d130ba30c8 autoformatting 2018-04-24 15:27:17 +02:00
d597a54353 implement usage of __DIR__ to fix references on include 2018-04-24 13:35:33 +02:00
Matthias
2c524ed066 implementing multiple modes for operation
implement operationModes:
- local: With local database
- synapse: use register-API of synapse
2018-04-16 15:17:12 +02:00
Matthias
31bacaeb36 Implement multilanguage
This completes the multilanguage support

For this a new setting in the config got added "defaultLanguage"
2018-04-16 14:18:26 +02:00
79341b4c88 run some autoformat 2018-04-15 22:01:22 +02:00
f986867cad apply Apache License 2018-03-19 15:18:04 +01:00
Matthias
d5c18c2f2e First running version (#2)
This currently depends of interacting with matrix_synapse_rest_auth[1] and mxisd[2].
How to integrate that is explained in the README

[1] https://github.com/kamax-io/matrix-synapse-rest-auth
[2] https://github.com/kamax-io/mxisd
2018-03-19 13:57:15 +01:00