.. |
.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
|
- attributes can be edited
|
2012-10-09 10:08:10 +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
|
- attributes can be attached to folders
|
2012-10-09 10:00:58 +00:00 |
op.Ajax.php
|
cmd checkpwstrength returns password strengt relative to minimum strength set in configuration
|
2012-12-14 07:57:03 +00:00 |
op.ApproveDocument.php
|
- do not use mydmsDecodeString() anymore
|
2011-12-05 14:32:26 +00:00 |
op.AttributeMgr.php
|
- new files to manage and use attributes
|
2012-10-09 09:44:58 +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
|
replaced german comments
|
2012-12-14 07:59:56 +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
|
update of copyright notice
|
2012-12-14 08:00:30 +00:00 |
op.EditAttributes.php
|
- new files to manage and use attributes
|
2012-10-09 09:44:58 +00:00 |
op.EditComment.php
|
- fixed possible xss security holes
|
2012-09-05 20:59:12 +00:00 |
op.EditDocument.php
|
- attributes can be edited
|
2012-10-09 10:08:10 +00:00 |
op.EditEvent.php
|
from and to date can also be passed as a string with format 'Y-m-d'
|
2012-12-14 07:59:14 +00:00 |
op.EditFolder.php
|
check if post vars sequence and attributes are really set
|
2012-12-14 08:01:37 +00:00 |
op.EditUserData.php
|
language and theme can be passed and will be set in user record
|
2012-12-14 08:02:48 +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
|
link to out.Logout.php doesn't have to prefixed with httprootdir
|
2012-12-14 08:04:40 +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
|
check if index exists before indexing a new document
|
2012-12-14 08:05:29 +00:00 |
op.RemoveDocumentFile.php
|
fixed content of notification mail
|
2012-12-14 08:06:13 +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
|
- removed old code
|
2012-10-09 10:04:09 +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
|
- check if enableVersionDeletion is set
|
2012-10-05 19:48:22 +00:00 |
op.ReviewDocument.php
|
- minor code change not changing operation
|
2012-10-09 10:05:49 +00:00 |
op.Search.php
|
some code reoganisation
|
2012-12-14 08:08:03 +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
|
- check for new config options
|
2012-10-05 19:49:58 +00:00 |
op.Settings.php
|
- some new config options
|
2012-10-05 19:48:42 +00:00 |
op.UnlockDocument.php
|
- use global logger
|
2011-05-16 15:44:59 +00:00 |
op.UpdateDocument.php
|
- attributes can be edited
|
2012-10-09 10:08:10 +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 |