| .. | 
		
		
			
			
			
			
				| .htaccess | - move all sources into trunk | 2010-10-29 13:19:51 +00:00 | 
		
			
			
			
			
				| op.AddDocument.php | add new hook cleanUpDocument | 2022-04-14 16:59:42 +02:00 | 
		
			
			
			
			
				| op.AddDocumentLink.php | add missing LogInit | 2021-02-02 20:52:29 +01:00 | 
		
			
			
			
			
				| op.AddEvent.php | add csrf protection | 2021-01-25 09:00:03 +01:00 | 
		
			
			
			
			
				| op.AddFile.php | check if post request succeeds | 2021-12-09 17:30:01 +01:00 | 
		
			
			
			
			
				| op.AddFile2.php | use new function getBaseUrl() | 2019-11-28 10:01:59 +01:00 | 
		
			
			
			
			
				| op.AddMultiDocument.php | use new function getBaseUrl() | 2019-11-28 10:01:59 +01:00 | 
		
			
			
			
			
				| op.AddSubFolder.php | remove old commented code | 2021-05-19 16:11:18 +02:00 | 
		
			
			
			
			
				| op.AddToClipboard.php | Merge branch 'seeddms-4.3.x' into seeddms-5.0.x | 2016-08-09 07:55:35 +02:00 | 
		
			
			
			
			
				| op.AddTransitionToWorkflow.php | Merge branch 'seeddms-4.3.x' into seeddms-5.0.x | 2016-10-06 15:27:52 +02:00 | 
		
			
			
			
			
				| op.Ajax.php | categories and keywords can be set in uploaddocument | 2022-03-09 08:38:19 +01:00 | 
		
			
			
			
			
				| op.ApproveDocument.php | propperly check return value of setApprovalByXX | 2021-09-29 17:25:24 +02:00 | 
		
			
			
			
			
				| op.AttributeMgr.php | return better error msg if regex is invalid | 2021-09-16 17:11:42 +02:00 | 
		
			
			
			
			
				| op.Categories.php | output splash messages when adding, editing, removing an entry | 2022-02-22 09:10:04 +01:00 | 
		
			
			
			
			
				| op.ChangePassword.php | extra error msg if hash is invalid | 2021-12-03 09:30:00 +01:00 | 
		
			
			
			
			
				| op.ClearCache.php | put ClearCache into controller, add hooks when clearing the cache | 2020-08-21 10:03:22 +02:00 | 
		
			
			
			
			
				| op.ClearClipboard.php | Merge branch 'seeddms-4.3.x' into seeddms-5.0.x | 2016-08-09 07:55:35 +02:00 | 
		
			
			
			
			
				| op.CreateDump.php | createDump() has moved into database class and now expects a file pointer | 2021-09-17 19:03:14 +02:00 | 
		
			
			
			
			
				| op.CreateFolderArchive.php | use backup dir for backup archives and sql dumps | 2019-07-30 06:39:25 +02:00 | 
		
			
			
			
			
				| op.CreateSubFolderIndex.php | add missing LogInit | 2021-02-02 20:52:29 +01:00 | 
		
			
			
			
			
				| op.CreateVersioningFiles.php | Merge branch 'seeddms-4.3.x' into seeddms-5.0.x | 2016-08-09 07:55:35 +02:00 | 
		
			
			
			
			
				| op.DefaultKeywords.php | output splash messages when adding, editing, removing an entry | 2022-02-22 09:10:04 +01:00 | 
		
			
			
			
			
				| op.DocumentAccess.php | move sending notification emails into notification service | 2021-05-19 21:19:32 +02:00 | 
		
			
			
			
			
				| op.DocumentNotify.php | issue splash message | 2021-05-21 08:51:47 +02:00 | 
		
			
			
			
			
				| op.Download.php | ensure log file ends with .log | 2022-03-27 17:03:36 +02:00 | 
		
			
			
			
			
				| op.DropFolderPreview.php | fix creating preview images in drop folder | 2020-05-22 14:25:07 +02:00 | 
		
			
			
			
			
				| op.EditAttributes.php | init $oldattributes | 2021-12-04 17:51:18 +01:00 | 
		
			
			
			
			
				| op.EditComment.php | check if comment is set | 2021-05-27 19:51:50 +02:00 | 
		
			
			
			
			
				| op.EditDocument.php | move sending mails into NotificationService | 2021-05-15 12:17:07 +02:00 | 
		
			
			
			
			
				| op.EditDocumentFile.php | fix check for errors | 2018-11-09 19:15:27 +01:00 | 
		
			
			
			
			
				| op.EditEvent.php | add support for configurable date format | 2020-12-17 13:41:00 +01:00 | 
		
			
			
			
			
				| op.EditFolder.php | move notification mail into notification service | 2021-05-19 15:13:49 +02:00 | 
		
			
			
			
			
				| op.EditOnline.php | move sending notification mail into Notification service | 2021-05-21 09:14:55 +02:00 | 
		
			
			
			
			
				| op.EditUserData.php | add csrf protection | 2021-01-25 09:08:40 +01:00 | 
		
			
			
			
			
				| op.ExtensionMgr.php | get error msg from controller | 2021-11-26 14:32:00 +01:00 | 
		
			
			
			
			
				| op.FolderAccess.php | move sending notification emails into notification service | 2021-05-19 21:19:32 +02:00 | 
		
			
			
			
			
				| op.FolderNotify.php | issue splash messages | 2021-05-21 08:53:43 +02:00 | 
		
			
			
			
			
				| op.GroupMgr.php | check if name and comment is set | 2021-05-27 19:52:13 +02:00 | 
		
			
			
			
			
				| op.GroupView.php | Merge branch 'seeddms-4.3.x' into seeddms-5.0.x | 2016-08-09 07:55:35 +02:00 | 
		
			
			
			
			
				| op.ImportFS.php | check if metadata is set before using it | 2020-10-15 13:30:34 +02:00 | 
		
			
			
			
			
				| op.ImportUsers.php | fix setting quota when importing users | 2020-09-23 10:35:57 +02:00 | 
		
			
			
			
			
				| op.LockDocument.php | secure locking/inlocking documents with security token | 2021-06-16 14:23:53 +02:00 | 
		
			
			
			
			
				| op.Login.php | set session to null if login fails to prevent warning when error msg is shown | 2022-03-04 08:17:07 +01:00 | 
		
			
			
			
			
				| op.Logout.php | add missing LogInit | 2021-02-02 20:52:29 +01:00 | 
		
			
			
			
			
				| op.ManageNotify.php | better error checking, send notification mail via notification service | 2021-05-21 08:54:07 +02:00 | 
		
			
			
			
			
				| op.MoveClipboard.php | move sending mails into NotificationService | 2021-05-15 12:17:07 +02:00 | 
		
			
			
			
			
				| op.MoveDocument.php | move sending mails into NotificationService | 2021-05-15 12:17:07 +02:00 | 
		
			
			
			
			
				| op.MoveFolder.php | move sending mails into NotificationService | 2021-05-15 12:17:07 +02:00 | 
		
			
			
			
			
				| op.OverrideContentStatus.php | move notification emails into notification service | 2021-05-19 20:41:50 +02:00 | 
		
			
			
			
			
				| op.PasswordForgotten.php | no need to include inc.ClassEmailNotify.php | 2022-03-04 08:17:34 +01:00 | 
		
			
			
			
			
				| op.PdfPreview.php | add new conversion manager and services | 2021-10-06 15:03:03 +02:00 | 
		
			
			
			
			
				| op.Preview.php | add new conversion manager and services | 2021-10-06 15:03:03 +02:00 | 
		
			
			
			
			
				| op.RemoveApprovalLog.php | propperly check return value after removing log entry | 2021-09-29 17:27:00 +02:00 | 
		
			
			
			
			
				| op.RemoveArchive.php | use backup dir for backup archives and sql dumps | 2019-07-30 06:39:25 +02:00 | 
		
			
			
			
			
				| op.RemoveDocument.php | move more emails into class NotificationService | 2021-05-15 22:46:46 +02:00 | 
		
			
			
			
			
				| op.RemoveDocumentFile.php | move sending notification mail into Notification Service | 2021-05-19 16:18:03 +02:00 | 
		
			
			
			
			
				| op.RemoveDocumentLink.php | pass context to getAccessMode() | 2018-07-12 22:36:44 +02:00 | 
		
			
			
			
			
				| op.RemoveDump.php | use backup dir for backup archives and sql dumps | 2019-07-30 06:39:25 +02:00 | 
		
			
			
			
			
				| op.RemoveEvent.php | Merge branch 'seeddms-4.3.x' into seeddms-5.0.x | 2017-02-21 17:42:00 +01:00 | 
		
			
			
			
			
				| op.RemoveFolder.php | remove already commented code | 2021-05-19 08:34:31 +02:00 | 
		
			
			
			
			
				| op.RemoveFolderFiles.php | Merge branch 'seeddms-4.3.x' into seeddms-5.0.x | 2016-10-06 15:27:52 +02:00 | 
		
			
			
			
			
				| op.RemoveFromClipboard.php | Merge branch 'seeddms-4.3.x' into seeddms-5.0.x | 2016-08-09 07:55:35 +02:00 | 
		
			
			
			
			
				| op.RemoveLog.php | fix possible DoS | 2022-03-26 18:48:04 +01:00 | 
		
			
			
			
			
				| op.RemoveReviewLog.php | propperly check return value after removing log entry | 2021-09-29 17:27:00 +02:00 | 
		
			
			
			
			
				| op.RemoveTransitionFromWorkflow.php | Merge branch 'seeddms-4.3.x' into seeddms-5.0.x | 2016-10-06 15:27:52 +02:00 | 
		
			
			
			
			
				| op.RemoveVersion.php | move send of notification mail in Notification class, do not inform approvers and reviewers anymore | 2021-12-03 19:13:16 +01:00 | 
		
			
			
			
			
				| op.RemoveWorkflow.php | use layout like categories, attributes | 2018-12-03 07:40:58 +01:00 | 
		
			
			
			
			
				| op.RemoveWorkflowAction.php | use layout like categories, attributes | 2018-12-03 07:40:58 +01:00 | 
		
			
			
			
			
				| op.RemoveWorkflowFromDocument.php | pass type of notification receiver in each call of notification service | 2021-01-29 08:58:21 +01:00 | 
		
			
			
			
			
				| op.RemoveWorkflowState.php | use layout like categories, attributes | 2018-12-03 07:40:58 +01:00 | 
		
			
			
			
			
				| op.ResetSu.php | do not redirect to a specific folder | 2020-12-18 06:32:44 +01:00 | 
		
			
			
			
			
				| op.ReturnFromSubWorkflow.php | remove old code | 2021-08-30 16:03:42 +02:00 | 
		
			
			
			
			
				| op.ReviewDocument.php | propperly change the return value of setReviewByXXX | 2021-09-29 17:26:20 +02:00 | 
		
			
			
			
			
				| op.RewindWorkflow.php | add and use sendRewindWorkflowMail() | 2021-08-30 19:39:29 +02:00 | 
		
			
			
			
			
				| op.RunSubWorkflow.php | fix type of recipient when send notification, remove old code | 2021-08-30 16:04:15 +02:00 | 
		
			
			
			
			
				| op.SetExpires.php | add csrf protection | 2021-01-25 10:00:20 +01:00 | 
		
			
			
			
			
				| op.SetLanguage.php | use host name in redirect to prevent redirecting to arbitrary pages | 2019-07-30 06:36:34 +02:00 | 
		
			
			
			
			
				| op.SetReviewersApprovers.php | check for new return values when modifying reviewers and approvers | 2021-09-29 17:27:43 +02:00 | 
		
			
			
			
			
				| op.Settings.php | certain fields in configuration can be disabled for editing | 2021-12-15 08:39:11 +01:00 | 
		
			
			
			
			
				| op.SetWorkflow.php | move more emails into class NotificationService | 2021-05-15 22:46:46 +02:00 | 
		
			
			
			
			
				| op.SubstituteUser.php | Merge branch 'seeddms-4.3.x' into seeddms-5.0.x | 2016-08-09 07:55:35 +02:00 | 
		
			
			
			
			
				| op.TransferDocument.php | add access control | 2021-06-23 08:58:55 +02:00 | 
		
			
			
			
			
				| op.TriggerWorkflow.php | call getLastWorkflowLog() instead od getWorkflowLog() | 2022-02-21 11:10:13 +01:00 | 
		
			
			
			
			
				| op.UnlockDocument.php | include Settings.php only if $settings not set | 2021-06-29 09:06:49 +02:00 | 
		
			
			
			
			
				| op.UpdateDocument.php | add new hook cleanUpDocument | 2022-04-14 16:59:42 +02:00 | 
		
			
			
			
			
				| op.UpdateDocument2.php | put fulltext search into central service | 2020-09-29 16:42:09 +02:00 | 
		
			
			
			
			
				| op.UploadChunks.php | take out authentication and secure script with a token | 2020-08-26 11:40:04 +02:00 | 
		
			
			
			
			
				| op.UserDefaultKeywords.php | add missing LogInit | 2021-02-02 20:52:29 +01:00 | 
		
			
			
			
			
				| op.UserListCsv.php | export users of a group as csv file | 2020-09-23 11:39:19 +02:00 | 
		
			
			
			
			
				| op.UsrMgr.php | handle case when certain docs are passed to removefromprocesses | 2022-05-09 09:55:48 +02:00 | 
		
			
			
			
			
				| op.ViewOnline.php | add fold marks | 2020-12-09 19:54:58 +01:00 | 
		
			
			
			
			
				| op.WorkflowActionsMgr.php | Merge branch 'seeddms-4.3.x' into seeddms-5.0.x | 2016-10-06 15:27:52 +02:00 | 
		
			
			
			
			
				| op.WorkflowMgr.php | Merge branch 'seeddms-4.3.x' into seeddms-5.0.x | 2016-10-06 15:27:52 +02:00 | 
		
			
			
			
			
				| op.WorkflowStatesMgr.php | fix wrong var name in addLogLine() | 2020-06-08 12:05:50 +02:00 |