Commit Graph

331 Commits

Author SHA1 Message Date
Xavier Guimard
7653c2d3d3 Better test for customFunction (#820) 2016-02-17 18:40:36 +00:00
Xavier Guimard
1799b59c45 Manage logout rules (#820) 2016-02-17 17:28:33 +00:00
Xavier Guimard
45dfd72b0b Bad customFunctions test (Closes: #938) 2016-02-17 16:38:10 +00:00
Xavier Guimard
f4ed479a1c Bad regexp for uri 2016-02-17 14:31:30 +00:00
Xavier Guimard
aab84b0d6f make tidy 2016-02-17 10:12:19 +00:00
Xavier Guimard
365701ee49 New "post" storage (#733) 2016-02-13 12:31:01 +00:00
Xavier Guimard
8c1bd8efeb Avoid using each(): it tries to delete key 2016-02-13 10:06:48 +00:00
Xavier Guimard
b86a321aac Bad usage of userInfo() (#820) 2016-02-12 17:57:50 +00:00
Xavier Guimard
0f8fe7894f Rename router() to handler() in PSGI (#820) 2016-02-11 06:00:35 +00:00
Xavier Guimard
2f91261261 Typo 2016-02-09 22:17:48 +00:00
Xavier Guimard
f654aa6a23 Do not use cached configuration for manager 2016-02-09 22:17:46 +00:00
Xavier Guimard
cef5f5eb42 Better debug (#820) 2016-02-09 22:17:44 +00:00
Xavier Guimard
ae7febe69d Add extended functions in locationRules test (may close #924) 2016-02-09 22:17:42 +00:00
Xavier Guimard
27048b1670 More tests 2016-02-09 12:38:43 +00:00
Xavier Guimard
bb710cead0 Insert custom functions in locationRules test (#820) 2016-02-09 12:19:01 +00:00
Clément Oudot
444275b1ef Fix notifications dir in Zero Conf (#903) 2016-02-08 10:03:49 +00:00
Xavier Guimard
2de9bca842 Prepare new lemonldap-ng-cli 2016-02-06 09:00:54 +00:00
Xavier Guimard
c4137c1d3e Update parameters tests + add test (#583, Closes #LEMONLDAP-924) 2016-02-05 11:21:00 +00:00
Clément Oudot
4d6b6b547b Fix encoding of notifications (#928) 2016-02-05 10:29:11 +00:00
Xavier Guimard
cfb485828a reloadUrl keys may contain a port number 2016-02-04 18:07:47 +00:00
Xavier Guimard
44b1e63428 Recursive tests (for locationRules, todo later, #820) 2016-02-04 06:44:13 +00:00
Xavier Guimard
b854473362 Test keys and values for hash parameters (#820) 2016-02-03 21:54:53 +00:00
Xavier Guimard
769e6f19f9 Avoid circular references (#820) 2016-02-03 21:54:50 +00:00
Xavier Guimard
b59b728e6a Start hash parameters test (#820) 2016-02-03 21:30:32 +00:00
Xavier Guimard
7fc0e05371 Types wre not well copied (#820) 2016-02-03 21:30:30 +00:00
Clément Oudot
6773ef3474 Fix text on slaveMasterIP (#923) 2016-02-02 16:11:51 +00:00
Clément Oudot
499976b95f Use simple int form for timeoutActivity (#917) 2016-02-02 10:22:09 +00:00
Clément Oudot
607641dcfd Possibility to use certificate in SAML response (#836) 2016-02-01 16:42:15 +00:00
Xavier Guimard
c01a84fadd Move noAjaxHook in portal redirections 2016-02-01 10:18:37 +00:00
Xavier Guimard
b7a8cc63f4 Create Common::PSGI::Lib (#583) 2016-02-01 10:18:35 +00:00
Xavier Guimard
4f3a42ba48 Manage Ajax requests redirection with 401 (new parameter noAjaxHook) 2016-01-28 06:43:46 +00:00
Xavier Guimard
2568201eca Split Handler::PSGI in 2 : classic and router 2016-01-25 18:03:46 +00:00
Xavier Guimard
7c676d8d99 make tidy 2016-01-22 16:53:41 +00:00
Xavier Guimard
5bef7284b3 Update copyright years 2016-01-21 21:15:19 +00:00
Xavier Guimard
b264f7635d Serialize SAML arrays (Closes: #885) 2016-01-21 20:27:49 +00:00
Clément Oudot
3d1a70ad0e Add default attributes for an RP (#892) 2016-01-21 17:17:44 +00:00
Clément Oudot
ee105c4ead Add default attributes for an OP (#892) 2016-01-21 17:17:43 +00:00
Clément Oudot
ac722bdbbf Do not set default value for prompt (#820) 2016-01-21 14:19:31 +00:00
Clément Oudot
5059d3720c Associate correct help page to OpenID Connect nodes (#895) 2016-01-21 13:50:25 +00:00
Xavier Guimard
2849b4b610 Exclude conftree.js from beautification 2016-01-21 12:15:38 +00:00
Xavier Guimard
598b9ac8d8 Beautify generated js 2016-01-21 12:10:12 +00:00
Xavier Guimard
77158b92f5 Attribute help was not displayed (#Closes: #895) 2016-01-21 06:02:02 +00:00
Xavier Guimard
d8273075bd Bugs in SAML/OIDC options (may close #885) 2016-01-20 20:56:06 +00:00
Clément Oudot
8b6a5b49ab Allow 'Content-Type: application/json; charset=utf-8' to retrieve OpenID Connect configuration (#885) 2016-01-20 13:14:30 +00:00
Clément Oudot
442ccd08f9 Add localSessionStorage parameters to ZeroConf (#903) 2016-01-20 10:32:30 +00:00
Xavier Guimard
4cfa1be559 Unminify conftree.js (#908) 2016-01-20 07:59:35 +00:00
Xavier Guimard
2b5fdbb2e4 Manage subkeys of OIDC metadatas (#885) 2016-01-19 22:38:11 +00:00
Xavier Guimard
4e0f37d071 Return "setDefault" when key is undefined (Closes: #903) 2016-01-19 21:22:05 +00:00
Xavier Guimard
9aa23b4dd3 Zeroconf + Serializer (#877, #LEMONLDAP-903)
I really don't understand how it has worked before...
2016-01-18 18:40:47 +00:00
Clément Oudot
253aeef0ba Set required attributes in default configuration (#903) 2016-01-18 17:19:06 +00:00