Commit Graph

248 Commits

Author SHA1 Message Date
Xavier Guimard
0bcc83c2c2 More logs 2016-01-22 12:32:14 +00:00
Xavier Guimard
5bef7284b3 Update copyright years 2016-01-21 21:15:19 +00:00
Xavier Guimard
ee5b1351e1 Update lmConf (missing required attributes) 2016-01-12 22:04:08 +00:00
Xavier Guimard
773ccfe718 Avoid some warnings 2016-01-12 21:00:09 +00:00
Xavier Guimard
6399846bee More readable error 2016-01-05 18:27:16 +00:00
Xavier Guimard
f21ab98e8e Better error management (0 conf) 2016-01-05 12:33:27 +00:00
Xavier Guimard
3868343e12 Avoid die when no conf is available 2016-01-05 11:06:13 +00:00
Clément Oudot
961e273d43 Fix 'Use of uninitialized value :: in concatenation (.) or string at /root/lemonldap-trunk/lemonldap-ng-handler/blib/lib/Lemonldap/NG/Handler/API.pm line 58' error on Debian Wheezy 2016-01-05 11:04:18 +00:00
Xavier Guimard
e8dac0fe6b Replace 'splice' by copy (Closes: #534) 2016-01-02 09:29:05 +00:00
Xavier Guimard
1409fb8cfd Update conf during startup
Closes: #395
2015-12-27 12:51:49 +00:00
Xavier Guimard
e252b719c2 Typo 2015-12-27 09:16:04 +00:00
Xavier Guimard
0036ad31cb Manage HTTP errors in FCGI (redirections) 2015-12-27 08:31:41 +00:00
Xavier Guimard
0d42b85e7d Avoid 'Unescaped left brace in regex is deprecated' warning 2015-12-26 10:49:15 +00:00
Xavier Guimard
b606628e5e Add coudot in copyrights 2015-12-25 10:46:22 +00:00
Xavier Guimard
920fbebb20 Update POD 2015-12-25 10:46:11 +00:00
Xavier Guimard
f2d55e8e1d Spelling error 2015-12-22 13:17:46 +00:00
Xavier Guimard
e933d3badb Preload configuration 2015-12-21 11:16:10 +00:00
Clément Oudot
4a1f957fdd Set trunk version to 1.9.0 2015-12-18 09:31:36 +00:00
Xavier Guimard
cc38a382e2 Convert to utf8 2015-12-17 22:24:59 +00:00
Xavier Guimard
bfe9869cc1 Overload sendError to add user id 2015-12-10 12:28:07 +00:00
Xavier Guimard
71c26b0d83 Parse user datas only if set 2015-12-02 20:25:02 +00:00
Clément Oudot
df59540d22 make tidy 2015-10-22 08:40:12 +00:00
Clément Oudot
7dd6f9dab4 Apply r3909 to trunk (#848) 2015-09-23 07:40:41 +00:00
Clément Oudot
c0e4872250 Fix purgeLocalCache script (#846) 2015-09-21 14:02:48 +00:00
Clément Oudot
9f689ed222 Apply session activity patch to trunk (#845) 2015-09-21 08:18:46 +00:00
Xavier Guimard
7b830114e4 Add user datas access 2015-07-27 21:15:14 +00:00
Xavier Guimard
9261cf2836 Manager logging in progress
Logging works now for protection => 'manager||authenticate'
2015-07-27 19:30:22 +00:00
Xavier Guimard
4645600eda Trace in progress (cfgAuthor) 2015-07-26 12:18:16 +00:00
Xavier Guimard
aae896a839 Starting cfgAuthor job 2015-07-24 07:23:57 +00:00
François-Xavier Deltombe
9cfb59ad81 Nginx handler: API completed and config files examples added 2015-06-20 22:31:47 +00:00
Xavier Guimard
87fd52a0ab Update copyrights 2015-06-18 11:00:24 +00:00
Xavier Guimard
63c3aaa9b6 Patch to manage multiple handler types in the same server 2015-06-16 11:08:42 +00:00
Xavier Guimard
562348d4bf Re-order choice 2015-06-15 17:39:56 +00:00
Xavier Guimard
b8dc61d1f6 Export makes no sense here 2015-06-15 14:19:30 +00:00
Xavier Guimard
b5db36d8e1 Bad usage of $AUTOLOAD 2015-06-15 11:41:44 +00:00
Xavier Guimard
1a7a7b1899 Ability to use more than 1 Handler::API::* module 2015-06-15 11:13:56 +00:00
Xavier Guimard
ecea942f11 Avoid little warning 2015-06-10 20:40:26 +00:00
Xavier Guimard
564ecac9e2 Very strange ModPerl bug 2015-06-10 20:40:18 +00:00
Xavier Guimard
d694323b11 Set version to 2.0.0 2015-05-14 06:45:13 +00:00
Xavier Guimard
2186b2295b Update MANIFESTs 2015-05-14 06:44:46 +00:00
Xavier Guimard
3e2322fe3a Import and adapt https://github.com/guimard/angular-lemonldap-ng-manager.git 2015-05-14 06:44:38 +00:00
Clément Oudot
1c0df34268 Replace version 2.00 by 2.0.0 2015-04-15 14:18:38 +00:00
Xavier Guimard
e84963ac32 Bad $_ use 2015-04-13 20:32:12 +00:00
Xavier Guimard
705c48b6fc Die on load error 2015-04-13 20:12:13 +00:00
Clément Oudot
3ee120fe2b Do not update session _lastSeen at each request (#805) 2015-04-11 11:27:33 +00:00
Xavier Guimard
375feb9329 Remove port number in hostname 2015-04-07 19:24:17 +00:00
Xavier Guimard
d1136112f1 Authorize access when rule is set to none even if conf is bad 2015-04-05 18:07:49 +00:00
Xavier Guimard
63429e9dff Use $self->{protection} if defined
Else, manager protection is not used: section is set to [handler]
2015-04-05 18:07:47 +00:00
Clément Oudot
798ade94a8 Use remote_ip/client_ip depending on Apache 2 version (#802) 2015-03-28 13:40:35 +00:00
Clément Oudot
6f128235af Set version 2.00 in the trunk 2015-03-11 09:05:04 +00:00