seeddms-code/op
2012-09-11 13:18:29 +00:00
..
.htaccess - move all sources into trunk 2010-10-29 13:19:51 +00:00
convert_excel.js - move all sources into trunk 2010-10-29 13:19:51 +00:00
convert_pp.js - move all sources into trunk 2010-10-29 13:19:51 +00:00
convert_word.js - move all sources into trunk 2010-10-29 13:19:51 +00:00
op.AddDocument.php - fixed possible xss security holes 2012-09-05 20:59:12 +00:00
op.AddDocumentLink.php - do not include LetoDMS_Core.php anymore it is now include bei inc.DBInit.php 2011-01-20 12:39:25 +00:00
op.AddEvent.php - remove sanitizeString() where possible 2011-12-02 18:44:42 +00:00
op.AddFile.php - do not use sanitizeString() anymore 2012-01-12 16:57:23 +00:00
op.AddFile2.php - do not use mydmsDecodeString() anymore 2011-12-05 14:32:26 +00:00
op.AddMultiDocument.php - do not use mydmsDecodeString() anymore 2011-12-05 14:32:26 +00:00
op.AddSubFolder.php - fixed possible xss security holes 2012-09-05 20:59:12 +00:00
op.Ajax.php - simple webservice 2012-08-28 08:48:56 +00:00
op.ApproveDocument.php - do not use mydmsDecodeString() anymore 2011-12-05 14:32:26 +00:00
op.Categories.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.ChangePassword.php - no need to sanitize password hash anymore 2011-12-01 21:29:34 +00:00
op.CreateDump.php - fixed creation of dump file 2012-07-06 10:03:25 +00:00
op.CreateFolderArchive.php - do not use mydmsDecodeString() anymore 2011-12-05 14:32:26 +00:00
op.CreateStatusIndex.php - do not include LetoDMS_Core.php anymore it is now include bei inc.DBInit.php 2011-01-20 12:39:25 +00:00
op.CreateSubFolderIndex.php - do not include LetoDMS_Core.php anymore it is now include bei inc.DBInit.php 2011-01-20 12:39:25 +00:00
op.CreateVersioningFiles.php - changed into unix line endings 2011-12-05 13:31:16 +00:00
op.DefaultKeywords.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.DocumentAccess.php - fixed security hole 2012-08-31 07:44:25 +00:00
op.DocumentNotify.php - fixed sending of mails when notifier is changed 2012-09-11 12:52:42 +00:00
op.Download.php - do not use mydmsDecodeString() anymore 2011-12-05 14:32:26 +00:00
op.EditComment.php - fixed possible xss security holes 2012-09-05 20:59:12 +00:00
op.EditDocument.php - allow to reset categories 2011-12-06 12:23:57 +00:00
op.EditEvent.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.EditFolder.php - do not use mydmsDecodeString() anymore 2011-12-05 14:32:26 +00:00
op.EditUserData.php - check for password strength and if it was previously used before setting 2012-08-28 06:30:20 +00:00
op.FolderAccess.php - fixed possible xss security holes 2012-09-05 20:59:12 +00:00
op.FolderNotify.php - fixed more xss security holes 2012-09-11 12:51:46 +00:00
op.GroupMgr.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.GroupView.php - simplyfied code by using joinGroup() and leaveGroup() 2011-10-10 14:10:16 +00:00
op.LockDocument.php - use global logger 2011-05-16 15:44:59 +00:00
op.Login.php - count login failures and disable account if a certain number is exceeded 2012-08-28 06:31:26 +00:00
op.Logout.php - no need to sanitize session Cookie anymore 2011-12-01 21:28:59 +00:00
op.ManageNotify.php - do not use mydmsDecodeString() anymore 2011-12-05 14:32:26 +00:00
op.MoveDocument.php - do not use mydmsDecodeString() anymore 2011-12-05 14:32:26 +00:00
op.MoveFolder.php - do not use mydmsDecodeString() anymore 2011-12-05 14:32:26 +00:00
op.OverrideContentStatus.php - do not use mydmsDecodeString() anymore 2011-12-05 14:32:26 +00:00
op.PasswordForgotten.php - fixed to login page 2012-02-27 19:30:55 +00:00
op.RemoveArchive.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.RemoveDocument.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.RemoveDocumentFile.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.RemoveDocumentLink.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.RemoveDump.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.RemoveEvent.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.RemoveFolder.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.RemoveFolderFiles.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.RemoveLog.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.RemoveVersion.php - fixed possible xss security holes 2012-09-05 20:59:12 +00:00
op.ReviewDocument.php - added form key 2012-09-11 13:15:59 +00:00
op.Search.php - fixed possible xss security holes 2012-09-05 20:59:12 +00:00
op.SearchFulltext.php - fixed more xss security holes 2012-09-11 12:51:46 +00:00
op.SetExpires.php - use intval() instead of sanitizeString() where an integer is expected anyway 2011-06-15 06:08:47 +00:00
op.SetReviewersApprovers.php - removed debug echo statement 2012-09-11 13:18:29 +00:00
op.Settings.php - lots of fixes to prevent CSRF attacks 2012-08-29 20:37:22 +00:00
op.UnlockDocument.php - use global logger 2011-05-16 15:44:59 +00:00
op.UpdateDocument.php - check if expiritation is set before doing any action 2012-07-06 10:57:22 +00:00
op.UpdateDocument2.php - do not use mydmsDecodeString() anymore 2011-12-05 14:32:26 +00:00
op.UserDefaultKeywords.php - remove sanitizeString() where possible 2011-12-02 18:44:42 +00:00
op.UsrMgr.php - check if password expiration is set 2012-09-11 13:16:47 +00:00
op.ViewOnline.php - do not use mydmsDecodeString() anymore 2011-12-05 14:32:26 +00:00