Commit Graph

3056 Commits

Author SHA1 Message Date
Clément Oudot
e2071971a5 Same authentication message for all modules (mask unnecessary technical information) 2013-10-24 14:44:46 +00:00
Clément Oudot
7d888dd85d Ignore MYMETA.json files 2013-10-24 14:24:18 +00:00
Clément Oudot
fecfb0b1f7 Documentation update (#524) 2013-10-24 12:42:58 +00:00
Clément Oudot
ce581e75e9 Add a specific timeout parameter for SAML RelayState sessions (#524) 2013-10-24 12:35:58 +00:00
Xavier Guimard
4e9a4e9789 Correct XHTML:
* alt is not an attribute of "a" in XHTML
 * remove utf-8 chars
2013-10-22 18:27:02 +00:00
Xavier Guimard
e1d59465d8 Correct XHTML:
* needs to be XHTML transitional to have some attributes (target,...)
 * missing "</form>"
 * missing "alt" in "img"
2013-10-22 18:14:49 +00:00
Xavier Guimard
2e7fe44098 Some cosmetics changes 2013-10-22 16:48:02 +00:00
Clément Oudot
13f5ddaa61 Update notifications doc (#457) 2013-10-22 16:31:19 +00:00
Clément Oudot
3106100c5d Possibility to autoconfigure LDAP notification backend from LDAP configuration backend (#457) 2013-10-22 16:26:20 +00:00
Xavier Guimard
625ae5ece0 Update documentation 2013-10-22 12:14:44 +00:00
Xavier Guimard
fdb545ca69 Add "useLocalConf" parameter for the portal to increase performances
Closes: #628
2013-10-22 12:02:44 +00:00
Xavier Guimard
0fa68c790f Replace "fast" keyword by "fastcgi" 2013-10-22 04:39:40 +00:00
Xavier Guimard
e174ff4732 FastCGI portal 2013-10-21 21:24:03 +00:00
Xavier Guimard
1fc09658d8 Missing constants in @EXPORT 2013-10-21 18:55:48 +00:00
Xavier Guimard
d13adf8fc8 Add optimization proposed by Jean-Charles + stupid bug 2013-10-20 05:32:43 +00:00
Xavier Guimard
ef0fef4e83 More comments 2013-10-19 16:41:58 +00:00
Xavier Guimard
199e14772e Cosmetic change 2013-10-19 16:37:01 +00:00
Xavier Guimard
0829a57f2e Use UTF-8 encoding in all Perl files 2013-10-19 16:34:20 +00:00
Xavier Guimard
1b429f6856 Correct bad CGI args reading order (and optimize) 2013-10-19 16:24:33 +00:00
Xavier Guimard
c90552a9a6 Tidy 2013-10-19 04:33:16 +00:00
Xavier Guimard
912bb86071 Move Apache::Session::Browseable dependency to Common 2013-10-19 04:29:41 +00:00
Xavier Guimard
a9c201476f Correct bug introduced by r2981, authenticate() must not call AuthSSL::authenticate() 2013-10-18 04:44:11 +00:00
Xavier Guimard
2b5de50614 Modify r2981 changes: now authenticate() launch extractFormInfo() if auth isn't done 2013-10-18 04:42:56 +00:00
Xavier Guimard
f29d3b563e s/utf8/utf-8/ in HTTP headers
Closes: #626
2013-10-17 19:21:45 +00:00
Xavier Guimard
70f32c5472 Revert r2984 since Perl 5.8 is enough exept for Cli 2013-10-17 04:15:07 +00:00
Xavier Guimard
00ad847b90 ip() compatibility with Apache-1.3 2013-10-15 12:47:30 +00:00
Xavier Guimard
b239dc286f Replace Apache2::Connection::remote_ip()
Closes: #625
2013-10-15 12:42:09 +00:00
Clément Oudot
827f9a1154 Use the correct form in BrowserID js (#584) 2013-10-15 09:58:37 +00:00
Xavier Guimard
98892cecbe "switch" feature is only available with Perl 5.10 2013-10-15 04:31:30 +00:00
Xavier Guimard
79a0393c50 Manage liblemonldap-ng-cli-perl conflict 2013-10-15 04:21:21 +00:00
Clément Oudot
b8d4429843 Sub getDisplayType must be in the module to work with AuthChoice (#623) 2013-10-14 13:10:22 +00:00
Xavier Guimard
954a9fe5d5 Modify authenticate() to be sure that SSL authentication has been done
See: http://mail.ow2.org/wws/arc/lemonldap-ng-dev/2013-10/msg00018.html
2013-10-14 09:46:07 +00:00
Xavier Guimard
a20fd97a14 Move Regexp::Assemble dependency from Common to Portal since it's used only there 2013-10-13 14:22:54 +00:00
Xavier Guimard
2c9adec38e Typo 2013-10-13 14:17:54 +00:00
Xavier Guimard
fb39a20563 Add WebID logo 2013-10-13 14:16:12 +00:00
Xavier Guimard
6423852f90 Add Web::ID in dependencies 2013-10-13 13:54:48 +00:00
Xavier Guimard
316589f044 Remove "experimental module" comment 2013-10-13 13:48:44 +00:00
Xavier Guimard
6a7d7627ba Add doc for WebID 2013-10-13 12:58:14 +00:00
Xavier Guimard
61e68ae5d8 UserDBWebID seems to be finished 2013-10-13 12:33:24 +00:00
Xavier Guimard
8b56492342 Remove debug line 2013-10-13 12:32:36 +00:00
Xavier Guimard
d7b33f9e8f AuthWebID seems to be ready... 2013-10-13 12:15:54 +00:00
Xavier Guimard
ffda037c52 Use user* methods instead of lmLog for user actions (can be put in syslog) 2013-10-13 12:15:01 +00:00
Xavier Guimard
01ae2b697d Split tests: certificate can exist without having wanted attribute 2013-10-13 12:13:48 +00:00
Xavier Guimard
cf0bb9d98d Update Manifest 2013-10-13 06:45:41 +00:00
Xavier Guimard
f349e998a0 Add POD 2013-10-13 06:44:56 +00:00
Xavier Guimard
8873d7ee23 WebID in progress (host white list, more checks,...) 2013-10-13 06:42:28 +00:00
Xavier Guimard
14937b1585 Add WebID in manager 2013-10-13 06:41:44 +00:00
Xavier Guimard
68ee3ec21a UserDBWebID skeleton 2013-10-13 06:40:45 +00:00
Xavier Guimard
5c1973d225 AuthWebID skeleton 2013-10-12 11:45:55 +00:00
Xavier Guimard
da41295b76 More comments 2013-10-11 18:59:18 +00:00