Commit Graph

27 Commits

Author SHA1 Message Date
Xavier Guimard
aa34a28bd3 Rearrange Nginx files 2016-01-30 12:26:14 +00:00
Xavier Guimard
40366bfed2 Enhance PSGI detection 2016-01-29 11:09:55 +00:00
Xavier Guimard
a61ef89228 Avoid object conflict 2016-01-29 11:09:51 +00:00
Xavier Guimard
4f3a42ba48 Manage Ajax requests redirection with 401 (new parameter noAjaxHook) 2016-01-28 06:43:46 +00:00
Xavier Guimard
154107fffa Avoid requiring more than 1 time + object call 2016-01-27 21:33:03 +00:00
Xavier Guimard
2568201eca Split Handler::PSGI in 2 : classic and router 2016-01-25 18:03:46 +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
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
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
564ecac9e2 Very strange ModPerl bug 2015-06-10 20:40:18 +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
Xavier Guimard
705c48b6fc Die on load error 2015-04-13 20:12:13 +00:00
Clément Oudot
7a7bb1fbda make tidy on all files 2015-03-10 15:07:33 +00:00
Clément Oudot
f97f5c72e0 make tidy 2014-07-24 15:48:32 +00:00
François-Xavier Deltombe
833efce50b Handler: define constant MAINTENANCE_CODE in API modules (#630) 2014-07-09 16:06:53 +00:00
François-Xavier Deltombe
02a0fffb87 Handler: Add functions in jail to get request data (#633) 2014-07-04 08:36:38 +00:00
François-Xavier Deltombe
16e2a6a374 Handler : fix slight bug introduced by r3470
(Note: I made a mistake on the file selected for previous commit)
2014-07-03 09:09:56 +00:00
François-Xavier Deltombe
42ceb63218 Handler: update CGI API (#630) 2014-07-02 14:20:00 +00:00
François-Xavier Deltombe
70ec1d03cb Refactor LL::NG::Handler::Specific::AuthBasic (#630) 2014-06-25 10:01:17 +00:00
François-Xavier Deltombe
7f8a4acd52 Simplify work done in svn commit r3410 2014-06-17 19:22:36 +00:00
David COUTADEUR
f6bc0bd81f - adjusting variable name : webserverCodes -> httpCodes (shorter + more descriptive)
(references #630 and complements r3410)
2014-06-16 09:44:39 +00:00
David COUTADEUR
e657a409c0 deport all module requirements and variables thread sharing in Main and
SharedConf into API specific modules.
 - creation of a thread_share function sharing or not variables (in MP2)
 - move apache module requirements to ApacheMP2
 - move variables thread sharing to ApacheMP2
 - creation of a webserverCodes tag for importing HTTP response codes
(references #630)
2014-06-13 16:12:54 +00:00
Clément Oudot
dbfbde2e9f make tidy 2014-06-08 10:04:50 +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