Commit Graph

640 Commits

Author SHA1 Message Date
Joas Schilling 6cf4b2444c
Merge pull request #239 from nextcloud/bugfix/noid/remove-ocs-api
Remove old OCS API
2020-09-02 11:18:42 +02:00
Nextcloud bot 824b4fd36e
[tx-robot] updated from transifex 2020-09-02 02:58:18 +00:00
Joas Schilling 538897c9d5
Remove old OCS API
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-01 20:32:38 +02:00
Joas Schilling 7012d470a5
Merge pull request #216 from nextcloud/bugfix/184/case-insensitive-email-domain-check
Enhance email handling
2020-09-01 20:05:55 +02:00
Nextcloud bot 5f2a944999
[tx-robot] updated from transifex 2020-08-31 02:54:33 +00:00
Nextcloud bot eedf54fc65
[tx-robot] updated from transifex 2020-08-30 02:53:34 +00:00
Nextcloud bot d2461ca295
[tx-robot] updated from transifex 2020-08-29 02:55:35 +00:00
Joas Schilling b6a8a5b371
Update admin screenshot
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28 20:40:55 +02:00
Joas Schilling 9bdf377aec
Add settings for blocklist and showing the domain list
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28 20:39:37 +02:00
Joas Schilling 2438813f17
Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28 20:39:37 +02:00
Joas Schilling a9246921f0
Add admin UI option for "Force email as user id"
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28 20:39:37 +02:00
Joas Schilling 69197003a2
Cleaner admin settings
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28 20:39:37 +02:00
Joas Schilling d18ee78454
Allow wildcards in email domains
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28 20:39:37 +02:00
Joas Schilling fffb627844
Make the email domain check case insensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28 20:39:37 +02:00
Joas Schilling 0192fa9deb
Merge pull request #237 from nextcloud/bugfix/noid/update-screenshot-and-add-demo-gif
Bugfix/noid/update screenshot and add demo gif
2020-08-28 19:31:18 +02:00
Joas Schilling 64f8223df1
Update Readme and other docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28 19:21:35 +02:00
Joas Schilling af4b7332a1
Update screenshots and add demo.gif
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28 19:09:34 +02:00
Nextcloud bot 376e8eb6c1
[tx-robot] updated from transifex 2020-08-28 02:55:18 +00:00
Joas Schilling 10bce3e131
Merge pull request #234 from nextcloud/techdebt/223/login-flow-v2
Login Flow v2 compatibility
2020-08-27 18:13:16 +02:00
Nextcloud bot 945042a601
[tx-robot] updated from transifex 2020-08-24 02:57:52 +00:00
Nextcloud bot 22aee147a4
[tx-robot] updated from transifex 2020-08-19 02:58:55 +00:00
Joas Schilling ff71229016
Fix registration flow with email as name
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18 17:30:41 +02:00
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