Commit Graph

718 Commits

Author SHA1 Message Date
Joas Schilling 150e58880e
Fix other tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18 17:15:14 +02:00
Joas Schilling 906b1f8db2
Improve code coverage handling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18 17:11:30 +02:00
Joas Schilling b5ccb3e184
Add tests for submitUserForm
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18 17:11:30 +02:00
Joas Schilling 5f9ca2a8aa
Add a warning about admin approval breaking login flows
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18 17:11:30 +02:00
Joas Schilling 6f6057d0a9
Add unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18 17:11:30 +02:00
Joas Schilling 201f388dee
Form also uses ClientSecret now, so manually remove the registration at the end of the form too
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18 17:11:29 +02:00
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 1fe3f0b29a
Merge branch 'enh/noid/using-email-as-login' into master
* enh/noid/using-email-as-login:
  Fix minor issues
  ignore username input
2020-08-18 17:06:02 +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
Nextcloud bot 570c86664f
[tx-robot] updated from transifex 2020-08-16 02:56:05 +00:00
Nextcloud bot 76f325e20f
[tx-robot] updated from transifex 2020-08-13 02:57:58 +00:00
Nextcloud bot e32f8c8a7b
[tx-robot] updated from transifex 2020-08-12 02:57:18 +00:00
Nextcloud bot 107810bd56
[tx-robot] updated from transifex 2020-08-01 02:57:08 +00:00
Nextcloud bot 84583639ea
[tx-robot] updated from transifex 2020-07-29 02:58:19 +00:00
Nextcloud bot 2d84fbec9b
[tx-robot] updated from transifex 2020-07-28 02:57:06 +00:00
Nextcloud bot ca1849d881
[tx-robot] updated from transifex 2020-07-27 02:56:18 +00:00
Nextcloud bot 21c4a92133
[tx-robot] updated from transifex 2020-07-25 02:56:28 +00:00
Nextcloud bot 1c14b2165a
[tx-robot] updated from transifex 2020-07-23 02:58:34 +00:00
Nextcloud bot 89eb596d90
[tx-robot] updated from transifex 2020-07-22 02:57:46 +00:00
Joas Schilling eb41b6f000
Merge pull request #230 from nextcloud/techdebt/noid/use-event-to-register-login-option
Register login option via public API
2020-07-21 20:25:48 +02:00
Joas Schilling 650e3137f4
Don't test with incompatible versions anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-21 20:21:20 +02: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
Nextcloud bot 2d327c783c
[tx-robot] updated from transifex 2020-07-21 02:57:37 +00:00
Nextcloud bot e02f89b1fe
[tx-robot] updated from transifex 2020-07-20 02:57:03 +00:00
Nextcloud bot e16dc270e7
[tx-robot] updated from transifex 2020-07-18 02:57:04 +00:00
Nextcloud bot 809c06a9cb
[tx-robot] updated from transifex 2020-07-17 02:58:15 +00:00
Joas Schilling cbf1373e83
Merge pull request #220 from nextcloud/bugfix/noid/email-templates
Move emails to IEmailTemplate
2020-07-16 10:52:48 +02:00
Joas Schilling 24cc827440
Merge pull request #232 from nextcloud/bugfix/67/add-back-button
Add a "Back to login" link similar to the forgot password page
2020-07-16 10:06:46 +02:00
Joas Schilling 01b62e49b4
Add a "Back to login" link similar to the forgot password page
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-16 09:47:47 +02:00
Nextcloud bot a7d3bd0275
[tx-robot] updated from transifex 2020-07-16 03:07:07 +00:00
Joas Schilling 9f3b98d015
Merge pull request #231 from nextcloud/bugfix/noid/show-password-option
Fix show password option
2020-07-15 10:25:18 +02:00
Nextcloud bot f7d49d51c7
[tx-robot] updated from transifex 2020-07-15 03:05:08 +00: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 a9a61e31f2
Fix show password option
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-14 15:23:59 +02:00
Joas Schilling 7fb215c8e6
Update README.md 2020-07-14 11:25:43 +02:00
Joas Schilling f38d60b465
Merge pull request #229 from nextcloud/bugfix/noid/new-location
Update info.xml to new location
2020-07-14 11:25:04 +02:00
Joas Schilling 312c9db9b1
Merge pull request #221 from nextcloud/bugfix/noid/better-example-urls
Fix checkbox style in admin settings
2020-07-14 10:45:44 +02:00
Joas Schilling 39f298c43e
Merge pull request #219 from nextcloud/bugfix/68/use-primary-color-for-button-and-adjust-width-when-only-option
Use the primary color and adjust the width when it's the only option
2020-07-14 10:45:27 +02:00
Joas Schilling 84627e8e09
Merge pull request #226 from nextcloud/techdebt/noid/remove-unnecessary-compatibility-layers
Remove unnecessary compatibility layers
2020-07-14 10:34:16 +02:00
Joas Schilling 528b0549dc
On supported versions the version is always > 12
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-14 10:28:38 +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 2c8fcb6c6a
Merge pull request #228 from nextcloud/techdebt/noid/use-qbmapper
Use non-deprecated QBMapper
2020-07-14 09:08:26 +02:00
Nextcloud bot ac32b93128
[tx-robot] updated from transifex 2020-07-14 02:56:53 +00: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