Commit graph

444 commits

Author SHA1 Message Date
Björn Schiessle c95ffc6335
Merge pull request #234 from nextcloud/release-1.6.0
prepare v1.6.0
2018-08-09 11:32:28 +02:00
Björn Schiessle 334f2d5df2
prepare v1.6.0
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-09 11:31:37 +02:00
Nextcloud bot 000288f20b
[tx-robot] updated from transifex 2018-08-08 00:40:06 +00:00
Nextcloud bot 1bab189f5f
[tx-robot] updated from transifex 2018-08-07 00:37:30 +00:00
Björn Schiessle b581b66047
Merge pull request #214 from nextcloud/multiple-accounts
Allow to configure multiple providers
2018-08-06 11:04:56 +02:00
Björn Schiessle c046cc1dd8
set default idp id if only one idp is configured
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-06 10:49:52 +02:00
Nextcloud bot 1f97d48854
[tx-robot] updated from transifex 2018-08-05 00:39:42 +00:00
Björn Schiessle 73ae008f6c
fix documentation
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03 18:31:14 +02:00
Björn Schiessle d055a0dafb
fix property name
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03 12:43:20 +02:00
Björn Schiessle f04ed98b21
fix integration tests
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03 12:43:20 +02:00
Björn Schiessle 2d62533eac
fix unit tests
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03 12:43:20 +02:00
Julius Härtl 00711b8fbb
Fix attribute mapping config fetching
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 12:43:19 +02:00
Björn Schiessle 20757e9f0e
make sure to always use the right idp config
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03 12:43:19 +02:00
Björn Schiessle dafaf016a6
skip the 'type' if we build the settings page
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03 12:43:19 +02:00
Julius Härtl 0aa53413a6
Update XML download button to current idp
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 12:43:19 +02:00
Julius Härtl da69ddd5e3
Fix missing config values when switching idp
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 12:43:19 +02:00
Björn Schiessle e378f22d10
always read the right idp config
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03 12:43:19 +02:00
Björn Schiessle 39b3d52746
make sure to redirect to correct idp
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03 12:43:19 +02:00
Björn Schiessle afeee8beaa
show all configured IdP's on the login screen
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03 12:43:19 +02:00
Julius Härtl ba2e04f7b8
Fix emtpy ui on new instances
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 12:42:09 +02:00
Julius Härtl 174234a14e
Fix issue when removing and adding the first idp
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 12:42:09 +02:00
Julius Härtl 224a2d6a6c
Fix tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 12:42:09 +02:00
Julius Härtl 1b4b4ee188
Add controller method to delete all idp config keys
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 12:42:08 +02:00
Julius Härtl 8c3a4b83e4
Add global settings that are valid for all identity providers
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 12:42:08 +02:00
Julius Härtl d908675b74
Add missing data-key values
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 12:42:08 +02:00
Julius Härtl a1148a5823
Fix some wording
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 12:42:08 +02:00
Julius Härtl ee5308382b
Allow to configure multiple SAML providers
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 12:42:06 +02:00
Nextcloud bot 9cdcae4bd5
[tx-robot] updated from transifex 2018-07-31 00:38:45 +00:00
Nextcloud bot 60f5b23907
[tx-robot] updated from transifex 2018-07-28 00:37:56 +00:00
Nextcloud bot 75ff73a4a5
[tx-robot] updated from transifex 2018-07-27 00:39:14 +00:00
Nextcloud bot 4977776236
[tx-robot] updated from transifex 2018-07-26 00:38:24 +00:00
Nextcloud bot 2a8a6a6995
[tx-robot] updated from transifex 2018-07-23 00:37:30 +00:00
Roeland Jago Douma 15c3de9399
Merge pull request #230 from nextcloud/allow_redirect_on_direct_login
Follow the redirect url on direct login
2018-07-11 19:55:45 +02:00
Roeland Jago Douma b6531dbca7
Follow the redirect url on direct login
This makes sure the auth flow also works with the direct login.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-11 13:35:15 +02:00
Björn Schiessle 7ced27bef8
Merge pull request #220 from FGIKCM/patch-1
Create skeleton and dispatch first login event for auto-created accounts
2018-07-11 11:16:27 +02:00
Nextcloud bot 2927ba4c9b
[tx-robot] updated from transifex 2018-07-11 00:38:50 +00:00
Nextcloud bot fbdd462845
[tx-robot] updated from transifex 2018-07-06 00:32:53 +00:00
Nextcloud bot 320409cea2
[tx-robot] updated from transifex 2018-07-04 00:32:26 +00:00
Nextcloud bot a24021bc00
[tx-robot] updated from transifex 2018-07-01 00:36:09 +00:00
Nextcloud bot 1632cff244
[tx-robot] updated from transifex 2018-06-27 00:37:38 +00:00
Nextcloud bot 37b89e4c32
[tx-robot] updated from transifex 2018-06-25 00:37:46 +00:00
Nextcloud bot c3bac47575
[tx-robot] updated from transifex 2018-06-22 00:39:07 +00:00
Nextcloud bot bd6318a09d
[tx-robot] updated from transifex 2018-06-19 00:40:20 +00:00
FGIKCM ce6e825b0f
Create skeleton and dispatch first login event
Code taken from 'regular' login method do create skeleton and dispatch event of the user creation.
A better idea would be to directly use the `prepareUserLogin()` method of `lib/private/User/Session.php`, but as it is private...
2018-06-18 16:21:28 +02:00
Nextcloud bot 3002bbfaaa
[tx-robot] updated from transifex 2018-06-15 00:41:29 +00:00
Nextcloud bot 2424544e43
[tx-robot] updated from transifex 2018-06-14 00:41:39 +00:00
Nextcloud bot 084ca3e57e
[tx-robot] updated from transifex 2018-06-12 00:43:23 +00:00
Nextcloud bot d68a95d235
[tx-robot] updated from transifex 2018-06-05 00:39:35 +00:00
Nextcloud bot 5fe1d88d53
[tx-robot] updated from transifex 2018-06-03 00:40:19 +00:00
Nextcloud bot 938c432cc6
[tx-robot] updated from transifex 2018-06-02 00:38:58 +00:00