Commit Graph

20 Commits

Author SHA1 Message Date
Joas Schilling f0aa35b580
Make RegistrationService strict
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18 17:11:29 +02:00
Joas Schilling 0b4fac2edf
Redirect to ClientLoginFlow and ClientLoginFlowV2 when it was used
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18 17:11:26 +02:00
Joas Schilling 4d5fb2628a
Login Flow v2 compatibility
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18 17:09:07 +02:00
Joas Schilling 47b01c6639
Fix minor issues
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18 17:03:39 +02:00
Maxence Lange 459c9e0454 ignore username input
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-08-18 13:01:01 -01:00
Joas Schilling 9543a3670d
Register "Registration" as alternative login option via the new public API
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-21 20:21:19 +02:00
Joas Schilling 23408740ee
Fix variable names to use camelCase
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-14 17:01:57 +02:00
Joas Schilling fc0d42f30d
Make MailService strict
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-14 16:56:36 +02:00
Joas Schilling 2d71c46cad
Move emails to IEmailTemplate
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-14 16:46:24 +02:00
Joas Schilling 7d1fd1b49a
Simplify the settings module
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-14 10:28:38 +02:00
Joas Schilling 4a319ef21a
Remove unnecessary compatibility layers
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-14 10:28:37 +02:00
Joas Schilling ffa02627c6
Use backwards compatible "getX" for boolean value for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-13 17:01:33 +02:00
Joas Schilling 221edf0c20
Use non-deprecated QBMapper
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-13 16:01:06 +02:00
Joas Schilling 6ec4017295
Merge pull request #223 from nextcloud/techdebt/noid/move-to-migration
Move to migration
2020-07-13 08:26:01 +02:00
Joas Schilling d5cdfc262d
Move to migration
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-10 16:41:33 +02:00
Joas Schilling 298f7c4704
Objects are always passed by reference
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-10 16:24:32 +02:00
Joas Schilling f224b89da3
CS auto fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-10 10:13:03 +02:00
Joas Schilling 8266184a50 Move to PSR-4 naming to support upcoming composer update
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-09 10:54:37 -04:00
Pellaeon Lin 922f5adb82 Fix# implement missing methods required to register OC's admin panel,
fix #161
2019-04-13 09:50:16 +00:00
Pellaeon Lin ef3afbab06 Update# use the new way to register settings section, bump to 0.4.4
ref:
https://docs.nextcloud.com/server/14/developer_manual/app/settings.html
2018-10-10 11:47:54 +08:00