Commit Graph

3115 Commits

Author SHA1 Message Date
Clément Oudot
c4b9635c53 Fix some tests after recent modifications on Handler 2014-05-24 18:23:34 +00:00
Clément Oudot
5ce762e9e3 Work on Register page (#26) 2014-05-23 18:47:36 +00:00
Clément Oudot
0f963e0b2a Remove default value from MailReset (LEMONLDAP-686) 2014-05-23 18:44:20 +00:00
François-Xavier Deltombe
9d6a40e4de Define functions to manage HTTP headers in LL::NG::Handler::API::*.pm 2014-05-23 15:21:10 +00:00
François-Xavier Deltombe
c6f5fa3c21 Draft of API modularization, with set_user method working 2014-05-23 13:35:47 +00:00
François-Xavier Deltombe
b83ca9d9b2 pass $apacheRequest object to functions in parameters
instead of as a global var (#630)
2014-05-23 10:23:51 +00:00
François-Xavier Deltombe
003a36afd1 pass $apacheRequest object to accessRules in parameters
instead of as a global var (#630)
2014-05-22 15:08:18 +00:00
François-Xavier Deltombe
d41028ddfd pass $apacheRequest object to POST form transform fonctions
in parameters instead of as a global var (#630)
2014-05-22 14:15:50 +00:00
François-Xavier Deltombe
dcabb537d6 LL::NG::Handler: move $ntsv vars (except $ntsv->{datasUpdate})
into $tsv, since they can be thread shared (#630)
2014-05-22 12:21:28 +00:00
David COUTADEUR
e9dd825518 - updating documentation accordingly with new handler call (My::Packages -> Lemonldap::NG::Handler) in branch 1.4
- regenerating documentation with make documentation
(references #630)
2014-05-22 10:51:39 +00:00
François-Xavier Deltombe
e5ee68cace Nginx vhost config for LL::NG::Handler part (#583) 2014-05-22 10:10:40 +00:00
David COUTADEUR
42b351bf58 - updating documentation accordingly with new handler call (My::Packages -> Lemonldap::NG::Handler)
(references #630)
2014-05-22 09:58:26 +00:00
David COUTADEUR
e1890bac1c - fix former module name in handler apache vhost (for branch 1.4 and trunk)
- reinject modifications from trunk to branch experimental
(references #630)
2014-05-22 09:06:59 +00:00
Clément Oudot
75581e1eda Remove MyHandler form Makefile (#386) 2014-05-22 08:29:06 +00:00
Clément Oudot
8644533093 Adapt some default values to portal URL after change in r3329 (#686) 2014-05-22 07:50:54 +00:00
Clément Oudot
b0de7fe3a0 Default values are now centralized (#686) 2014-05-22 07:48:47 +00:00
David COUTADEUR
baaf923536 - renaming DefaultHandler into SharedConf, and using Handler.pm as new entry point
(references #630)
2014-05-21 17:44:24 +00:00
David COUTADEUR
ca6227f469 - deleting specific handlers defined in two places.
- deleting old MyHandler*, because they are not used anymore. (Specific handlers are called directly)
- renaming SpecificHandlers into Specific

- documentation updated accordingly in: 1.4/upgrades, 1.4/applications/zimbra, 1.4/applications/sympa, 1.4/securetoken
(references #630)
2014-05-21 16:30:14 +00:00
Clément Oudot
233026eb6f Fix password change as user for AD (#704) 2014-05-21 12:43:04 +00:00
François-Xavier Deltombe
85e9b0f0fb Fix unit test by setting LLNG_DEFAULTCONFFILE as a filename, not a file descriptor 2014-05-16 13:29:12 +00:00
Clément Oudot
9d6a947499 Specific behaviour for AD password change if it's done as user (#407) 2014-05-14 09:43:10 +00:00
Clément Oudot
ed2f525636 Fix session display in Session Exporer (#648) 2014-05-12 13:30:03 +00:00
Xavier Guimard
872e804520 Don't use default temp directory for tests 2014-05-11 20:03:56 +00:00
Xavier Guimard
3539f1c965 Bad portal URL (missing "/") 2014-05-11 20:02:43 +00:00
Xavier Guimard
1deaaff758 Corrects errors in extra tests (missing DB in conf) 2014-05-11 12:21:19 +00:00
Clément Oudot
0a0545c8f3 Fix unit test by using LLNG_DEFAULTCONFFILE env 2014-05-01 21:27:07 +00:00
Clément Oudot
25930249f8 Update cronjob to use Common::Session module (#671) 2014-04-25 08:20:00 +00:00
Clément Oudot
43a36aba3c Declare local session storage in attributes (#671) 2014-04-25 08:19:37 +00:00
Clément Oudot
831e6743eb Fix parameter name in perldoc (#671) 2014-04-25 08:19:00 +00:00
Clément Oudot
0d58aab979 Redefine Handler cache in .ini (#671) 2014-04-25 08:18:16 +00:00
François-Xavier Deltombe
4e24132b33 Fix typo about vhost https option in Handler (introduced in svn commit r3267 for #630) 2014-04-22 14:47:30 +00:00
Clément Oudot
a42f455ccc Manager and CLI can now start with an empty configuration (#LEMONDAP-702) 2014-04-22 13:26:06 +00:00
Clément Oudot
f14fa43167 Add Mouse as build dependency for RPM (#701) 2014-04-18 15:24:09 +00:00
Clément Oudot
91cbcd536e Build FR doc in RPM (#648) 2014-04-18 15:22:27 +00:00
Clément Oudot
9c22c93a54 Update SPEC file for 1.4 2014-04-18 10:18:26 +00:00
Clément Oudot
be37b1bef6 Publish FR doc in Manager (#648) 2014-04-18 10:17:08 +00:00
Clément Oudot
c7192f105e Add Mouse as Debian build dependency (#701) 2014-04-17 16:13:53 +00:00
Clément Oudot
05d7a72907 Do not link Handler.pm to DefaultHandler, else tests are broken (#630) 2014-04-17 16:13:22 +00:00
Clément Oudot
d28a7bb217 Update versions to 1.4.0 2014-04-17 15:20:28 +00:00
Clément Oudot
75c3a79abf Use main Handler module VERSION (#630) 2014-04-17 15:20:07 +00:00
Clément Oudot
bd95df3136 Add Mouse dependency in Debian (#701) 2014-04-17 14:30:42 +00:00
Clément Oudot
d69fd4ce25 Add Mouse as Handler dependency (#701) 2014-04-17 14:28:38 +00:00
Clément Oudot
1cfdd9fb6e Use new Session module in SAML authentication (#671, #LEMONLDAP-700) 2014-04-17 10:24:31 +00:00
Clément Oudot
e056a0427a Use new Session module in SAML Issuer (#671, #LEMONLDAP-700) 2014-04-17 10:16:33 +00:00
Clément Oudot
929c704343 Use new Session module in CAS Issuer (#671) 2014-04-16 15:19:59 +00:00
Clément Oudot
76c1ba75b9 Use new Session module in Remote (#671) 2014-04-15 16:09:56 +00:00
Clément Oudot
00bf404a0a Use new Session module in AuthGoogle (#671) 2014-04-15 15:34:21 +00:00
Clément Oudot
37493931b4 Fix comment of purgeLocalCache script (#671) 2014-04-15 14:43:02 +00:00
Clément Oudot
c331f96cc6 Add method updateCache in Common::Session (#671) 2014-04-15 14:03:17 +00:00
Clément Oudot
e3eacb3814 Use new session API in UpdateCookie Handler (#671) 2014-04-15 14:02:39 +00:00