Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2017-01-13Enable strict modeLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-26Add switch to configure whether SAML auth is used for desktop clientsLukas Reschke
2016-08-17Backport of #29 to stable10Lukas Reschke
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-07-06It should be uid not tokenLukas Reschke
That happens when testing locally with SQLite...
2016-07-04Only allow access if user is not authedLukas Reschke
Fixes https://github.com/nextcloud/user_saml/issues/15
2016-07-04Add Shibboleth users to DBLukas Reschke
So search etc. works fine
2016-06-29Add wantsnameidLukas Reschke
2016-06-29Add possibility to enforce local user accountLukas Reschke
Fixes https://github.com/nextcloud/user_saml/issues/12 Fixes https://github.com/nextcloud/user_saml/issues/5
2016-06-29Add application specific passwordsLukas Reschke
Fixes https://github.com/nextcloud/user_saml/issues/1
2016-06-29Make compatible with desktop clientsLukas Reschke
The cookie "_SHIBSESSION_" is expected. Fixes https://github.com/nextcloud/user_saml/issues/9
2016-06-29Only show logout if SLO is setLukas Reschke
Fixes https://github.com/nextcloud/user_saml/issues/10
2016-06-29Require CSRF tokenLukas Reschke
2016-06-29Proper session keysLukas Reschke
2016-06-29Reuse variableLukas Reschke
2016-06-29Add CSRF token and track AuthnRequestIDLukas Reschke
Fixes https://github.com/nextcloud/user_saml/issues/11
2016-06-29Add mapping editorLukas Reschke
Fixes https://github.com/nextcloud/user_saml/issues/4
2016-06-29Initial importLukas Reschke