Commit Graph

163 Commits

Author SHA1 Message Date
steinm
13ed67e42c - added rootDir.'pear' to include path 2012-12-14 14:36:09 +00:00
steinm
8e7533ed88 output function has been moved into views 2012-12-14 08:58:27 +00:00
steinm
6cfdeb71b7 - code has moѕtly been moved into views 2012-12-14 08:57:29 +00:00
steinm
1182551098 added cacheDir and dropFolderDir
load() checks if configuration file exists and can be parsed
2012-12-14 07:48:20 +00:00
steinm
2bba022d94 read additional language file from the new views/theme directory 2012-12-13 21:33:15 +00:00
steinm
9490980ec2 added new function dskspace()
new optional parameter for getFolderPathHTML() to pass the document
added new function filterDocumentLinks()
2012-12-13 21:32:05 +00:00
steinm
6e6955176a set From and Reply-To from email settings in configuration 2012-12-13 21:30:01 +00:00
steinm
7d59ae97a8 - added methods mayReview() and mayApprove() 2012-10-23 09:17:07 +00:00
steinm
15e556192c - redid all changes in 3.4.x after project update at sf 2012-10-19 11:41:55 +00:00
steinm
b726a20ed9 - added method printAttributeEditField() 2012-10-09 09:58:15 +00:00
steinm
68e096e1f6 - new class with all checks wether an operation is allowed or not 2012-10-09 09:46:24 +00:00
steinm
fe3f5b7840 - added more config options for notification 2012-10-05 19:47:37 +00:00
steinm
24d41c956d - prevent xss attack 2012-09-11 12:54:43 +00:00
steinm
07b7578190 - allow to check forms with GET Request 2012-08-31 07:43:43 +00:00
steinm
2a11ab47bc - new function to create and check formular tokens for POST Requests 2012-08-29 20:49:42 +00:00
steinm
da2e00e96b - new method getId() 2012-08-29 20:42:33 +00:00
steinm
322d4e78d9 - added encryption key 2012-08-29 20:42:13 +00:00
steinm
c0fe231b4e - set version to 3.4.0 2012-08-28 09:19:50 +00:00
steinm
8eac512855 - prevent XSS attack in showtree() 2012-08-28 06:39:15 +00:00
steinm
59506d46e0 - check if password has expired 2012-08-28 06:36:33 +00:00
steinm
99d6b0b12f - fixed security wholes (mostly possible sql injections) 2012-08-28 06:35:43 +00:00
steinm
36dc571aa5 - added more configuration settings for password handling, stopwords file
and user listing
2012-08-28 06:34:21 +00:00
steinm
8ba211914e - simple class to manage the former passwords of a user 2012-08-28 06:28:42 +00:00
steinm
d2692de44a - class to calculate the password strength 2012-08-28 06:25:52 +00:00
steinm
46bf243ba8 - move added of adodb path to include path from DBInit.php to Settings.php 2012-05-08 08:02:06 +00:00
steinm
122da09a18 - searchConfigFilePath() uses getConfigDir() to get configuration directory 2012-04-16 19:37:46 +00:00
steinm
c06ad5b396 - added code to save and load converters for index from configuration 2012-02-14 12:53:47 +00:00
steinm
3765fd9ddd - prepare for version 3.3.0 2012-02-08 11:15:52 +00:00
steinm
5a39bffd73 - replace more <?= by <?php 2012-02-07 10:31:31 +00:00
steinm
c196697420 - do not try to create files in conten directory if it could not be
found in the first place
2012-01-17 08:31:45 +00:00
steinm
5d355b8f6d - new version 3.3.0-pre1 2011-12-21 12:15:38 +00:00
steinm
f43902413c - set maxDirID to value set in settings.xml 2011-12-08 19:43:39 +00:00
steinm
3dedb42075 - categories of a document can be deleted 2011-12-06 12:28:36 +00:00
steinm
d2a4147de3 - just replace ' by \' in javascript code, do not use htmlspecialchars() 2011-12-05 16:44:09 +00:00
steinm
b0b47789db - do not use mydmsDecodeString() anymore 2011-12-05 14:52:05 +00:00
steinm
670f0aca48 - call htmlspecialchars() where needed 2011-12-03 11:09:14 +00:00
steinm
5cf50ab13e - call htmlspecialchars() before output 2011-12-03 11:08:26 +00:00
steinm
d9cedd79fc - no more protection against sql injection in sanitizeString() (it's been
done when the sql statements are put together)
2011-12-02 09:13:07 +00:00
steinm
19d222b4df - quote string propperly before using in sql statement 2011-12-01 21:37:10 +00:00
steinm
385274824d - do not issue a warning if config file is not present during installation 2011-11-29 07:20:25 +00:00
steinm
c3c1694826 - added method qstr() to inc.DBAccess.php and use it class Session 2011-11-29 07:17:29 +00:00
steinm
f2e279f4c5 - no need to sanitize the session cookie, it is properly quoted when used
in the select statement
2011-11-29 07:16:04 +00:00
steinm
abd76b45a0 - added global statement 2011-10-26 07:31:48 +00:00
steinm
16eeb9bde8 - many more checks during installation process 2011-10-26 07:30:51 +00:00
steinm
8215cd7590 - put string into quotes in javascript code 2011-10-25 13:35:31 +00:00
steinm
ab3b98e1c1 - added _enableLargeFileUpload 2011-10-25 13:34:56 +00:00
steinm
0b7120239e - use themes from dir themes if available
- fixed error in javascript to show attributes of file in Jumploader
- lots of vim folding
2011-10-19 08:56:15 +00:00
steinm
ebf23b7c30 - added switch to enable password forgotten function 2011-10-10 08:39:31 +00:00
steinm
cca7d2c3c6 - added function sendPassword() 2011-10-07 16:11:58 +00:00
steinm
8ef7cea072 - do not run install if ENABLE_INSTALL_TOOL is not available
- do not run letodms if ENABLE_INSTALL_TOOL is available
2011-07-27 06:22:26 +00:00