Commit graph

48 commits

Author SHA1 Message Date
Lukas Reschke 28a2256c52 Merge pull request #101 from nextcloud/stable10-bump-to-2-10-5
[stable10] Bump to 2.10.5
2017-03-16 20:56:25 +01:00
Lukas Reschke 04c7b4187a
Bump to 2.10.5
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-03-16 16:27:07 +01:00
Lukas Reschke 24af5a150a Merge pull request #74 from nextcloud/stable10-strict-mode
[stable10] Enable strict mode
2017-01-12 22:23:42 +01:00
Lukas Reschke 28bb7c673d
Enable strict mode
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-12 22:16:12 +01:00
Lukas Reschke bcf5f87130 Merge pull request #65 from nextcloud/stable10-update-saml
Updates onelogin/php-saml to v2.10.2
2017-01-03 11:54:33 +01:00
Lukas Reschke 13df88274e
Updates onelogin/php-saml to v2.10.2
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-03 11:14:35 +01:00
Lukas Reschke 220fe7c662 Merge pull request #50 from nextcloud/stable10-update
Stable10 update
2016-11-14 14:09:59 +01:00
Lukas Reschke cab55e0dc4
Don't run on OCC
Fixes https://github.com/nextcloud/user_saml/issues/46

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-14 14:08:55 +01:00
Lukas Reschke 4bacf21462
Update PHP-SAML
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-14 14:08:11 +01:00
Lukas Reschke ed2e232df1
Set default to on
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-26 22:13:51 +02:00
Lukas Reschke 0b5b042e2e
Add switch to configure whether SAML auth is used for desktop clients 2016-09-26 22:08:35 +02:00
Lukas Reschke 547bc665b1
Handle redirect in PHP and not in JS
Since Nextcloud 10 we have a proper login endpoint that we can match on
2016-09-26 22:07:57 +02:00
Lukas Reschke 57af6687da Merge pull request #33 from nextcloud/stable10-add-icon
[stable10] add icon
2016-08-29 12:15:26 +02:00
Morris Jobke ea1adc1c87
add icon 2016-08-19 13:46:13 +02:00
Lukas Reschke 0e606f18b1 Merge pull request #31 from nextcloud/backport-29-stable10
Backport of #29 to stable10
2016-08-17 16:54:44 +02:00
Lukas Reschke 157dd1df28
Backport of #29 to stable10
Use new admin page module

Makes this page a single page as implemented in https://github.com/nextcloud/server/pull/796

specify namespace for autoloader

IAdmin is now ISettings
2016-08-17 11:47:14 +02:00
Lukas Reschke 17b463014f Merge pull request #28 from nextcloud/stable10-backport-27
[stable10] fix casing of user_saml app
2016-08-10 00:06:22 +02:00
Morris Jobke cc9d9f1c1a
fix casing of user_saml app 2016-08-10 00:02:39 +02:00
Roeland Jago Douma 3c35f5c864
Slide in/out extra options 2016-08-09 20:49:58 +02:00
Roeland Jago Douma b748ed3a17
Save next to title 2016-08-09 20:49:54 +02:00
Lukas Reschke deed02bb2b Remove registered personal page 2016-08-04 14:09:40 +02:00
Lukas Reschke b1cbece1f1
Bump version to 9.1 2016-07-21 00:41:40 +02:00
Lukas Reschke a5a8b98512
It should be uid not token
That happens when testing locally with SQLite...
2016-07-06 15:11:54 +02:00
Lukas Reschke 1160b2c874
Add hint whether settings may work
Fixes https://github.com/nextcloud/user_saml/issues/14
2016-07-05 11:00:02 +02:00
Lukas Reschke 53b182990c
Only allow access if user is not authed
Fixes https://github.com/nextcloud/user_saml/issues/15
2016-07-04 14:33:26 +02:00
Lukas Reschke d57c221ada Merge pull request #19 from nextcloud/add-users-in-db
Add SAML users to DB
2016-07-04 14:17:13 +02:00
Lukas Reschke 07a98d66f1
Add Shibboleth users to DB
So search etc. works fine
2016-07-04 11:34:20 +02:00
Lukas Reschke 755c51997f Merge pull request #16 from nextcloud/improve-design
Replace tab based design with a scrollable design
2016-06-30 17:00:17 +02:00
Morris Jobke 96708c6562
Replace tab based design with a scrollable design 2016-06-30 16:41:12 +02:00
Lukas Reschke 1abff7050e
Add workaround for stable9 non-stable entry URL 2016-06-30 00:31:11 +02:00
Lukas Reschke b9a157e36d
Add wantsnameid 2016-06-29 21:50:09 +02:00
Lukas Reschke f734958836
Add possibility to enforce local user account
Fixes https://github.com/nextcloud/user_saml/issues/12
Fixes https://github.com/nextcloud/user_saml/issues/5
2016-06-29 20:34:10 +02:00
Lukas Reschke 487bf76165
Heuristic for stable9
Nextcloud 10 will have a way better logic...
2016-06-29 20:01:15 +02:00
Lukas Reschke 107be703bf
It's an authentication app 2016-06-29 18:54:44 +02:00
Lukas Reschke 84c1547c85
Add application specific passwords
Fixes https://github.com/nextcloud/user_saml/issues/1
2016-06-29 18:50:02 +02:00
Lukas Reschke 03646e6159
Make compatible with desktop clients
The cookie "_SHIBSESSION_" is expected.

Fixes https://github.com/nextcloud/user_saml/issues/9
2016-06-29 12:06:50 +02:00
Lukas Reschke 943797c329
Use IRequest 2016-06-29 11:38:00 +02:00
Lukas Reschke 5f8183276d
More generic matching 2016-06-29 11:36:47 +02:00
Lukas Reschke 77499230a2
Only show logout if SLO is set
Fixes https://github.com/nextcloud/user_saml/issues/10
2016-06-29 11:10:59 +02:00
Lukas Reschke 906a1aba34
Require CSRF token 2016-06-29 10:58:05 +02:00
Lukas Reschke 46bab66c28
Proper session keys 2016-06-29 10:56:27 +02:00
Lukas Reschke 75d0e0d124
Reuse variable 2016-06-29 10:52:23 +02:00
Lukas Reschke 0e66028025
Add CSRF token and track AuthnRequestID
Fixes https://github.com/nextcloud/user_saml/issues/11
2016-06-29 10:51:07 +02:00
Lukas Reschke 99bbde20dc
Add mapping editor
Fixes https://github.com/nextcloud/user_saml/issues/4
2016-06-29 10:25:09 +02:00
Lukas Reschke c942f6826b
Fix name 2016-06-29 00:19:54 +02:00
Lukas Reschke 328c77e389
Don't auth against SAML if invalid config
Fixes https://github.com/nextcloud/user_saml/issues/7
2016-06-29 00:15:40 +02:00
Lukas Reschke ada6b6ebc8
Initial import 2016-06-29 00:04:23 +02:00
Lukas Reschke 4d2517473a
Add gitignore 2016-06-29 00:04:17 +02:00