seeddms-code/inc
2023-02-23 07:18:42 +01:00
..
inc.Authentication.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2023-01-03 16:38:57 +01:00
inc.AuthenticationInit.php add authentication service 2022-11-28 21:40:42 +01:00
inc.BasicAuthentication.php use authenticator 2023-01-10 15:43:06 +01:00
inc.ClassAccessOperation.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2021-06-25 08:59:18 +02:00
inc.ClassAcl.php getPermission() returns always an int 2017-07-27 12:36:20 +02:00
inc.ClassAuthentication.php remove constructor and class vars from abstract class 2022-11-28 21:35:41 +01:00
inc.ClassAuthenticationMiddleware.php add slim middleware for authenticating with session 2023-01-01 19:58:28 +01:00
inc.ClassAuthenticationService.php add authentication service 2022-11-28 21:40:42 +01:00
inc.ClassCalendar.php addEvent() returns new event 2022-04-07 13:57:49 +02:00
inc.ClassController.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-08-12 10:53:32 +02:00
inc.ClassControllerCommon.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-08-12 10:53:32 +02:00
inc.ClassConversionMgr.php add wasSuccessful() to check if last conversion was successful 2023-01-19 15:01:43 +01:00
inc.ClassConversionServiceBase.php conversion service gets reference to conversion mgr when service is added 2023-01-19 12:10:33 +01:00
inc.ClassConversionServiceExec.php log error when execution of command fails 2023-02-09 07:16:50 +01:00
inc.ClassConversionServiceImageToImage.php call constructor of parent 2023-01-05 08:05:46 +01:00
inc.ClassConversionServiceImageToText.php set end of conversion in any case, not just if iptc data was found 2023-01-05 16:57:18 +01:00
inc.ClassConversionServicePdfToImage.php conversion from pdf to png replaces alpha channel with white 2023-02-15 08:27:37 +01:00
inc.ClassConversionServiceTextToImage.php call constructor of parent 2023-01-05 08:05:46 +01:00
inc.ClassConversionServiceTextToText.php call constructor of parent 2023-01-05 08:05:46 +01:00
inc.ClassDbAuthentication.php add constructor, authenticate() returns null if authentication fails 2022-11-28 21:36:40 +01:00
inc.ClassDownloadMgr.php value of extracols can be an array 2022-08-31 20:32:51 +02:00
inc.ClassEmailNotify.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-02-12 19:48:56 +01:00
inc.ClassEmailUtils.php remove cloѕing php tag 2020-04-20 10:18:51 +02:00
inc.ClassExtBase.php pass logger to contructor of SeedDMS_ExtBase 2021-02-04 10:41:16 +01:00
inc.ClassExtensionMgr.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2023-02-21 14:21:13 +01:00
inc.ClassFulltextService.php add fold marks 2023-02-20 16:06:43 +01:00
inc.ClassHook.php check return value of hook 2017-05-02 18:29:47 +02:00
inc.ClassLdapAuthentication.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-12-10 14:23:43 +01:00
inc.ClassNotificationService.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-05-30 17:48:18 +02:00
inc.ClassNotify.php remove toGroup() and toList() 2021-01-29 10:51:01 +01:00
inc.ClassPasswordHistoryManager.php put backticks around identifier in sql statements 2017-02-12 08:07:14 +01:00
inc.ClassPasswordStrength.php remove cloѕing php tag 2020-04-20 10:18:51 +02:00
inc.ClassScheduler.php add scheduler 2018-04-04 15:31:43 +02:00
inc.ClassSchedulerTask.php add method remove(), add optional parameter to getParameter() 2020-05-19 08:06:09 +02:00
inc.ClassSchedulerTaskBase.php pass conversion mgr to constructor of task 2021-10-16 17:43:42 +02:00
inc.ClassSession.php use getDMS() instead of accessing _dms in folder or document object 2020-05-18 18:29:19 +02:00
inc.ClassSettings.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2023-01-26 13:31:08 +01:00
inc.ClassUI_Default.php remove all old methods not longer used 2021-07-21 15:45:24 +02:00
inc.ClassUI.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-08-12 10:53:32 +02:00
inc.ClassViewCommon.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2023-02-22 10:11:37 +01:00
inc.ConversionInit.php add conversion service from text to png 2023-01-04 14:33:11 +01:00
inc.DBInit.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2023-02-21 14:21:13 +01:00
inc.Extension.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2022-11-09 12:20:32 +01:00
inc.FulltextInit.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2023-02-21 14:21:13 +01:00
inc.Init.php no longer include Core.php from SeedDMS, use vendor/seeddms/core instead 2023-01-20 12:21:14 +01:00
inc.Language.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2023-01-26 21:06:16 +01:00
inc.LogInit.php use getLogger() to retrieve logger 2022-11-08 20:07:39 +01:00
inc.Notification.php add method sendNewDocumentMail(), settings can be passed to construct 2021-05-14 21:55:00 +02:00
inc.Scheduler.php add scheduler 2018-04-04 15:31:43 +02:00
inc.Settings.php fix inclusion of php files 2022-11-09 09:25:45 +01:00
inc.Tasks.php better documentation 2023-01-26 13:16:18 +01:00
inc.Utils.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2023-02-23 07:18:42 +01:00
inc.Version.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x, start version 6.0.23 2023-02-09 06:51:31 +01:00