Commit Graph

8601 Commits

Author SHA1 Message Date
Xavier
81c88216b0 Fix forced french display (Fixes: #1657) 2019-03-25 21:46:17 +01:00
Xavier Guimard
3c0a9d7ecc Second fix for #1673 2019-03-25 19:34:29 +01:00
Xavier Guimard
4138b7edae Fix menu app cache (#1673) 2019-03-25 16:48:57 +01:00
Clément OUDOT
07b7103e3d URL encode POST data keys (#1680) 2019-03-25 14:23:27 +01:00
Clément OUDOT
ef8c097897 Use new jquery URL for form replay (#1679) 2019-03-25 13:36:51 +01:00
Antoine ROSIER
b0824190ad Merge remote-tracking branch 'upstream/v2.0' into v2.0 2019-03-22 10:24:52 +01:00
Clément OUDOT
93ee1bcfa3 Keep LDAP parameters for AD in Choice/Combination (#1676) 2019-03-21 20:02:21 +01:00
Christophe Maudoux
40643f1258 Fix parameters setting (#1661) 2019-03-20 17:38:45 +01:00
Christophe Maudoux
7704964219 Hide secret values (#1661) 2019-03-20 16:56:26 +01:00
Maxime Besson
3575e0ef23 Clear url pdata on CDA redirection
Fixes #1650
2019-03-19 19:15:47 +01:00
Christophe Maudoux
73c8a1a8d7 Allow to hide other keys (#1661) 2019-03-19 17:56:46 +01:00
Clément OUDOT
8a9a5b0b3a New method to override messages with JSON files (#1595) 2019-03-19 17:39:13 +01:00
Clément OUDOT
8ab1eb54bf Update MANIFEST 2019-03-19 15:39:13 +01:00
Clément OUDOT
447c09c0a2 Remove old translation file (#1595) 2019-03-19 15:38:36 +01:00
Xavier
4fcf77e721 Merge branch 'v2.0' 2019-03-19 08:32:33 +01:00
Clément OUDOT
438d5bcbaf Revert patch on GrantSession plugin (#1666) 2019-03-18 21:35:02 +01:00
Clément OUDOT
4166ae6d90 Merge branch 'v2.0' of gitlab.ow2.org:lemonldap-ng/lemonldap-ng into v2.0 2019-03-18 21:29:31 +01:00
Clément OUDOT
9798c78068 Remove userData if authentication fails (#1666) 2019-03-18 21:29:15 +01:00
Christophe Maudoux
d412f3d807 Update version (#1666) 2019-03-18 17:14:22 +01:00
Christophe Maudoux
7af0e0e30c Improve perltidy options 2019-03-18 17:13:39 +01:00
Christophe Maudoux
ce776c7994 Merge branch 'v2.0' of gitlab.ow2.org:lemonldap-ng/lemonldap-ng into v2.0 2019-03-18 17:05:38 +01:00
Christophe Maudoux
d1ce6384b6 Fix default conf manager rule 2019-03-18 16:43:56 +01:00
Christophe Maudoux
8491387486 Improve GUI 2019-03-18 16:43:37 +01:00
Clément OUDOT
4366488fb6 Adapt GrantSession plugin to display authentication error on login form (#1666) 2019-03-18 11:53:30 +01:00
Clément OUDOT
627548e95d Display authentication error on login form (#1666) 2019-03-18 11:41:41 +01:00
Christophe Maudoux
fb7541ace0 Merge branch 'viewer' into 'v2.0'
Viewer

See merge request lemonldap-ng/lemonldap-ng!67
2019-03-15 16:13:36 +01:00
Christophe Maudoux
eba7a48fd5 Fix unit test 2019-03-15 15:59:17 +01:00
Christophe Maudoux
6903087f63 Merge branch 'viewer' of gitlab.ow2.org:lemonldap-ng/lemonldap-ng into viewer 2019-03-15 15:52:30 +01:00
Christophe Maudoux
5474bf1b10 Fix default conf 2019-03-15 15:42:14 +01:00
Christophe Maudoux
e7f21b2c73 Append Viewer SPA (#1661) 2019-03-15 15:40:08 +01:00
Christophe Maudoux
71fc765d01 WIP - Inherits Conf.pm (#1661) 2019-03-15 15:40:08 +01:00
Christophe Maudoux
0a8c3c1049 Fix default conf 2019-03-15 15:40:08 +01:00
Christophe Maudoux
bfa7482a1f WIP - Hidden ConfTree PK (#1661) 2019-03-15 15:40:08 +01:00
Christophe Maudoux
bc40d48a14 WIP - Fix routes (#1661) 2019-03-15 15:40:08 +01:00
Christophe Maudoux
2070b03303 WIP - Viewer SPA (#1661) 2019-03-15 15:40:08 +01:00
Christophe Maudoux
4a8a614bc9 WIP - Append relative files (#1661) 2019-03-15 15:40:08 +01:00
Antoine ROSIER
ce8ca0edcd Merge remote-tracking branch 'upstream/v2.0' into v2.0 2019-03-15 15:25:25 +01:00
Xavier Guimard
b7a78b500e Merge remote-tracking branch 'maxbes/proverc' into v2.0 2019-03-14 17:27:31 +01:00
Maxime Besson
7c16a2f7ad Exclude .proverc from manifests 2019-03-14 16:57:08 +01:00
Xavier Guimard
cd41efa378 Update META 2019-03-14 16:47:09 +01:00
Christophe Maudoux
ab4054b6b9 WIP - Inherits Conf.pm (#1661) 2019-03-14 16:39:49 +01:00
Maxime Besson
f46260204c Provide configuration for manual launching of unit tests
This commit adds a .proverc configuration in lemonldap-* subdirectories

It allows you to run unit tests easily during development

    make clean && make
    cd lemonldap-ng-portal
    prove t/my-unit-test.t
    prove -v t/my-unit-test.t
    prove t/*.t

You'll get a nice colored output, plenty of details with '-v' (great is
you set logLevel to "debug" in the test), etc.
2019-03-14 16:38:40 +01:00
Xavier Guimard
c3532c3e6e Update autopkgtest runner 2019-03-14 15:04:49 +01:00
Xavier Guimard
8941ee4dd5 Merge branch 'v2.0' 2019-03-14 14:57:39 +01:00
Christophe Maudoux
3729b70717 Merge branch 'v2.0' into viewer 2019-03-14 09:41:19 +01:00
Christophe Maudoux
9034f6db57 Fix default conf 2019-03-14 09:38:34 +01:00
Christophe Maudoux
a32a1626bc WIP - Hidden ConfTree PK (#1661) 2019-03-13 22:56:16 +01:00
Christophe Maudoux
4174d41765 WIP - Fix routes (#1661) 2019-03-13 17:12:38 +01:00
Clément OUDOT
d620ae2e8b Merge branch 'maxbes/lemonldap-ng-saml-issuer-entityid-override' into v2.0 2019-03-13 10:30:16 +01:00
Clément OUDOT
dee4818f0c Merge branch 'issue1543' into 'v2.0'
Save Urldc when using SAML Discovery

See merge request lemonldap-ng/lemonldap-ng!62
2019-03-13 10:19:14 +01:00