Commit Graph

19 Commits

Author SHA1 Message Date
steinm
5572ad52c7 - do not log user, if it is not set 2013-02-07 16:59:41 +00:00
steinm
65c5f4ad33 added functions getReadableDuration() and getReadableDurationArray() 2013-01-24 08:34:59 +00:00
steinm
14334d55ae - added function checkQuota() 2012-12-19 10:08:06 +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
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
8eac512855 - prevent XSS attack in showtree() 2012-08-28 06:39:15 +00:00
steinm
b0b47789db - do not use mydmsDecodeString() anymore 2011-12-05 14:52:05 +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
a915dccadf - use global logger 2011-05-16 15:44:59 +00:00
steinm
b61813474a - use $dms->contentDir instead of $settings->_contentDir where ever possible 2011-01-28 07:41:26 +00:00
steinm
8a84bc3b51 - rename all classes belonging to the core of LetoDMS into LetoDMS_Core_xxx
- move them all into LetoDMS_Core
2011-01-20 08:18:37 +00:00
steinm
955be450f3 - getFolderPathHTML() is now a function in inc/inc.Utils.php because
it uses links only known by the calling application
2010-12-22 08:50:57 +00:00
steinm
457b805f2c - declare $dms global 2010-12-16 09:29:49 +00:00
steinm
93a57dcc3f - makeDir() is now a function in LetoDMS_File 2010-11-25 21:26:42 +00:00
steinm
4678218f1a - moved function to admin users and groups in LetoDMS_DMS 2010-11-15 12:01:21 +00:00
steinm
cfd3eaae06 - first step to get rid of global variables from all files in inc/
- added new Class LetoDMS_DMS which represents the DMS, contains
  all settings for the DMS and the database connection. A document
	and a folder have a reference to the DMS
2010-11-12 22:47:41 +00:00
steinm
b5bc621318 - move all sources into trunk 2010-10-29 13:19:51 +00:00