Joas Schilling

Results 651 comments of Joas Schilling

Well basically it needs to be commited to the master branch of this repository. Otherwise translations are not synced to transifex.

Related to #160 I guess and afterwards it's just an additional setting.

Right, https://github.com/nextcloud/registration/blob/master/lib/Service/MailService.php#L175 needs to get the language injected.

> The allowed mailing list can not be configured with more than one domain, You can specify multiple entries separated by `;` That should work fine.

try to remove the space (but I agree we should strip of whitespaces)

Let's keep it open so i remember to fix the trimming

The biggest issue is that most captchas are 3rdparty and so you would need a user consent before loading/embedding such services. Any thing custom written would be so "easy" to...

The model: https://github.com/nextcloud/registration/blob/master/lib/Db/Registration.php Database: https://github.com/nextcloud/registration/blob/master/lib/Migration/Version0005Date20200710135953.php but you can't modify the migration, so you need to generate a new migration file and then do something like: ```php $table = $schema->getTable('registration'); $table->addColumn('your...

Increases the complexity of the administration settings quite heavily :/