seeddms-code/inc
2026-04-28 21:50:53 +02:00
..
inc.Authentication.php fix multiple redirection if password must be changed and 2 factor auth must be setup 2026-04-08 11:43:08 +02:00
inc.AuthenticationInit.php no need for 'global $logger' 2025-10-28 15:46:50 +01:00
inc.BasicAuthentication.php backport basic auth from seeddms 6.0.x 2026-04-27 07:51:31 +02:00
inc.ClassAccessOperation.php allow CheckOut for users 2025-03-27 14:14:18 +01:00
inc.ClassAcl.php fix typo in class var _dms 2023-08-28 12:09:33 +02:00
inc.ClassAuthentication.php remove constructor and class vars from abstract class 2022-11-28 21:35:41 +01:00
inc.ClassAuthenticationMiddleware.php rename SeedDMS_Session and SeedDMS_SessionMgr into \Seeddms\Seeddms\... 2025-11-13 22:21:07 +01:00
inc.ClassAuthenticationService.php add documentation for authenticate() 2023-08-25 12:33:08 +02:00
inc.ClassCalendar.php add class variable $user 2025-02-03 10:23:22 +01:00
inc.ClassController.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2025-10-29 07:47:10 +01:00
inc.ClassControllerCommon.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2025-06-25 12:59:25 +02:00
inc.ClassConversionMgr.php add new conversion service from text/html to text/plain 2024-05-07 13:51:21 +02: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 add two flags to set when a command is considered to be failed 2026-03-20 12:36:56 +01:00
inc.ClassConversionServiceHtmlToText.php suppress errors when loading html file 2024-12-11 15:58:11 +01:00
inc.ClassConversionServiceImageToImage.php add conversion for webp and avif images 2024-12-07 19:09:01 +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 add fold marks 2024-09-17 14:29:43 +02:00
inc.ClassConversionServiceTextToImage.php call constructor of parent 2023-01-05 08:05:46 +01:00
inc.ClassConversionServiceTextToText.php do not call mb_convert_encoding() if encoding is unknown 2026-04-02 10:16:29 +02:00
inc.ClassDbAuthentication.php allow login by email if turned on in configuration 2024-03-20 17:05:41 +01:00
inc.ClassDownloadMgr.php do not include password strengt class, fix errors in DownloadMgr 2026-03-09 14:37:41 +01:00
inc.ClassEmailNotify.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-01-20 09:03:23 +01:00
inc.ClassEmailUtils.php not longer use global function getBaseUrl() 2026-04-24 08:08:17 +02:00
inc.ClassExtBase.php move classes into namespace Seeddms\Seeddms, add aliases for previous class names 2025-11-17 14:25:58 +01:00
inc.ClassExtensionMgr.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2025-11-24 16:26:24 +01:00
inc.ClassFulltextService.php do not index document if latest content does not exist 2026-04-05 22:23:32 +02:00
inc.ClassHook.php check return value of hook 2017-05-02 18:29:47 +02:00
inc.ClassLdapAuthentication.php replace null bytes in password, no err msg when calling ldap_search 2026-04-20 16:04:10 +02:00
inc.ClassNotificationService.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-04-24 08:26:30 +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 rename to PasswordStrength, add namespace and alias for old name 2026-03-13 11:31:05 +01:00
inc.ClassScheduler.php add scheduler 2018-04-04 15:31:43 +02:00
inc.ClassSchedulerTask.php fix php error 2024-07-02 17:07:30 +02:00
inc.ClassSchedulerTaskBase.php pass translator to SeedDMS_EmailNotify, and SeedDMS_TaskSchedulerBase 2026-04-05 18:56:59 +02:00
inc.ClassSession.php SessionMgr->create() should not be used 2026-01-26 09:00:01 +01:00
inc.ClassSettings.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-04-24 08:26:30 +02:00
inc.ClassTranslator.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2025-11-16 17:47:48 +01:00
inc.ClassUI_Default.php remove all old methods not longer used 2021-07-21 15:45:24 +02:00
inc.ClassUI.php get dms and user from params in factory() 2025-10-29 07:50:09 +01:00
inc.ClassUtilities.php add function geoip() 2026-02-09 16:20:24 +01:00
inc.ClassViewCommon.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-03-16 22:02:11 +01:00
inc.ConversionInit.php add dummy conversion from text/x-csrc to text/plain 2026-02-03 13:38:24 +01:00
inc.DBInit.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2025-11-02 19:59:28 +01:00
inc.Extension.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-03-03 14:53:18 +01:00
inc.FulltextInit.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2023-04-28 18:43:27 +02:00
inc.Init.php add comment with info why seeddms core is still explicitly included 2025-02-03 12:18:15 +01:00
inc.Language.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2025-11-24 16:26:24 +01:00
inc.LogInit.php include Log.php, because the defines are needed in ClassSettings 2025-11-12 15:00:33 +01:00
inc.Notification.php move includes 2025-11-02 19:58:57 +01:00
inc.Scheduler.php add scheduler 2018-04-04 15:31:43 +02:00
inc.Settings.php always include vendor/autoload.php (was not included in install mode) 2025-12-17 08:24:06 +01:00
inc.Tasks.php pass translator to SeedDMS_EmailNotify, and SeedDMS_TaskSchedulerBase 2026-04-05 18:56:59 +02:00
inc.TraitRestapi.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-01-31 16:11:17 +01:00
inc.Utils.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-04-28 21:50:53 +02:00
inc.Version.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-04-15 10:28:46 +02:00