seeddms-code/op
2021-11-08 15:53:43 +01:00
..
.htaccess - move all sources into trunk 2010-10-29 13:19:51 +00:00
op.Acl.php set propper messages, add missing commands 2016-03-03 07:06:10 +01:00
op.AddDocument.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-07-14 16:32:00 +02:00
op.AddDocumentLink.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-02-02 22:03:54 +01:00
op.AddEvent.php add csrf protection 2021-01-25 09:00:03 +01:00
op.AddFile.php move more emails into class NotificationService 2021-05-15 22:46:46 +02: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.AddToTransmittal.php major rework, make it work again 2021-05-04 18:25:33 +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.AddTransmittal.php do not include ../inc/inc.ClassEmail.php 2015-12-01 09:23:41 +01:00
op.Ajax.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-09-01 16:29:01 +02: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.CancelCheckOut.php allow to cancel checkout if document was not modified 2021-07-14 13:28:26 +02:00
op.Categories.php add missing LogInit 2021-02-02 20:52:29 +01:00
op.ChangePassword.php include inc/inc.ClassAccessOperation.php 2021-05-12 09:37:48 +02:00
op.CheckInDocument.php fix form validation, sync with UpdateDocument 2021-07-14 21:09:28 +02:00
op.CheckOutDocument.php use the checkout space of the logged in user not the substituted user 2015-12-01 18:06:41 +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 take over some changes from 5.1.x 2019-09-06 14:32:14 +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.Cron.php require basic auth and login as user cli_scheduler 2021-11-08 15:53:43 +01:00
op.DefaultKeywords.php add missing LogInit 2021-02-02 20:52:29 +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 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-06-08 07:09:04 +02:00
op.DropFolderPreview.php fix creating preview images in drop folder 2020-05-22 14:25:07 +02:00
op.EditAttributes.php add access control for EditComment and EditAttributes 2021-06-22 11:33:54 +02:00
op.EditComment.php add access control for EditComment and EditAttributes 2021-06-22 11:33:54 +02:00
op.EditDocument.php more access control 2021-06-29 09:44:30 +02:00
op.EditDocumentFile.php check access on RemoveDocumentFile and EditDocumentFile 2021-09-22 10:41:36 +02:00
op.EditEvent.php add support for configurable date format 2020-12-17 13:41:00 +01:00
op.EditFolder.php add access check for EditFolder, MoveFolder, put logo in header 2021-06-22 09:47:16 +02:00
op.EditOnline.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-05-21 10:11:42 +02:00
op.EditUserData.php add csrf protection 2021-01-25 09:08:40 +01:00
op.ExtensionMgr.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-11-08 14:36:39 +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 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2020-09-23 13:12:41 +02:00
op.LockDocument.php more access checking 2021-06-29 09:04:57 +02:00
op.Login.php remove extra '/' in referuri 2021-07-23 13:41:04 +02: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 more access checking 2021-06-29 09:04:57 +02:00
op.MoveFolder.php add access check for EditFolder, MoveFolder, put logo in header 2021-06-22 09:47:16 +02:00
op.OverrideContentStatus.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-05-21 10:11:42 +02:00
op.PasswordForgotten.php use new function getBaseUrl() 2019-11-28 10:01:59 +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.ReceiptDocument.php send notification on submit of reception 2021-08-27 09:55:08 +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 more access checking 2021-06-29 09:04:57 +02:00
op.RemoveDocumentFile.php check access on RemoveDocumentFile and EditDocumentFile 2021-09-22 10:41:36 +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 name for log files 2018-04-03 10:57:29 +02: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 use controller RemoveDocument, send mail with notification class 2021-05-19 08:33:15 +02: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.ReviseDocument.php set new/old status code in notification mail, fix sending mail 2021-02-10 15:36:52 +01:00
op.RewindWorkflow.php add and use sendRewindWorkflowMail() 2021-08-30 19:39:29 +02:00
op.RoleMgr.php pass $dms and $user to Controller::factory() 2018-03-20 11:16:13 +01:00
op.RunSubWorkflow.php fix type of recipient when send notification, remove old code 2021-08-30 16:04:15 +02:00
op.SchedulerTaskMgr.php add indexing task 2020-09-30 09:11:13 +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.SetRecipients.php add new notification receiver types, pass recv type to notif. service 2021-01-29 10:12:42 +01:00
op.SetReviewersApprovers.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-09-29 18:25:54 +02:00
op.SetRevisors.php support custom date format, remove some html 2021-05-06 14:22:50 +02:00
op.Settings.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-09-28 11:14:26 +02:00
op.Setup2Factor.php add files for 2 factor authentication 2016-07-12 17:39:10 +02:00
op.SetWorkflow.php move more emails into class NotificationService 2021-05-15 22:46:46 +02:00
op.SubstituteUser.php Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-08-09 07:55:52 +02:00
op.TimelineFeedPreview.php use jwt for securing preview image 2021-05-07 14:37:36 +02:00
op.TransferDocument.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-06-23 09:00:33 +02:00
op.TransmittalDownload.php pass $dms and $user to Controller::factory() 2018-03-20 11:16:13 +01:00
op.TransmittalMgr.php add actions '[update|remove]transmittalitem' 2016-08-22 06:25:17 +02:00
op.TriggerWorkflow.php call sendChangedDocumentStatusMail() if status has changed 2021-08-30 19:36:40 +02:00
op.UnlockDocument.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-06-29 09:07:23 +02:00
op.UpdateDocument.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-07-08 14:27:08 +02:00
op.UpdateDocument2.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2020-09-29 17:02:26 +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 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-06-28 09:03:35 +02:00
op.ViewOnline.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2020-12-09 19:55:29 +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-5.0.x' into seeddms-5.1.x 2016-10-06 15:29:11 +02:00
op.WorkflowStatesMgr.php fix wrong var name in addLogLine() 2020-06-08 12:05:50 +02:00