Commit Graph

1287 Commits

Author SHA1 Message Date
Uwe Steinmann
fa4f86e59b backport basic auth from seeddms 6.0.x 2026-04-27 07:51:31 +02:00
Uwe Steinmann
0b3219b0ec trigger error if global function getBaseUrl() is called 2026-04-24 08:11:07 +02:00
Uwe Steinmann
5f281a1e99 number of files listed in drop folder can be configured 2026-04-24 08:10:16 +02:00
Uwe Steinmann
a7b845c64f not longer use global function getBaseUrl() 2026-04-24 08:08:17 +02:00
Uwe Steinmann
469bd0cacf replace null bytes in password, no err msg when calling ldap_search 2026-04-20 16:04:10 +02:00
Uwe Steinmann
a395bd1030 new version 5.1.47 2026-04-15 10:28:12 +02:00
Uwe Steinmann
f9b1848ba6 some code simplification 2026-04-08 08:56:35 +02:00
Uwe Steinmann
a60b3b2779 do not index document if latest content does not exist 2026-04-05 22:23:32 +02:00
Uwe Steinmann
0663f79640 do not call mb_convert_encoding() if encoding is unknown 2026-04-02 10:16:29 +02:00
Uwe Steinmann
95bfe47f3a new method getExtensionConfiguration() 2026-03-30 07:39:32 +02:00
Uwe Steinmann
2ce38aa242 add new conf options when to consider ext. cmd has failed 2026-03-20 14:40:50 +01:00
Uwe Steinmann
a90269560f add two flags to set when a command is considered to be failed 2026-03-20 12:36:56 +01:00
Uwe Steinmann
5eb4d0bdd5 make html_url() and html_link() public 2026-03-16 21:51:56 +01:00
Uwe Steinmann
20a359e455 rename to PasswordStrength, add namespace and alias for old name 2026-03-13 11:31:05 +01:00
Uwe Steinmann
80c6eb2b16 do not include password strengt class, fix errors in DownloadMgr 2026-03-09 14:37:41 +01:00
Uwe Steinmann
195574485b add support for extra fields with multiple values 2026-03-06 21:27:40 +01:00
Uwe Steinmann
e048ad4307 convert all none utf16 and utf32 encodings to utf8 2026-03-05 14:38:44 +01:00
Uwe Steinmann
a8f5624579 check for env var SEEDDMS_EXTENSIONS to load only lіsted extensions 2026-03-03 14:46:16 +01:00
Uwe Steinmann
2492300883 array_merge returned arrays from hook (was '+') 2026-02-13 08:37:31 +01:00
Uwe Steinmann
2a06f6da0a start new version 5.1.46 2026-02-11 21:25:43 +01:00
Uwe Steinmann
34e612bd29 add function geoip() 2026-02-09 16:20:24 +01:00
Uwe Steinmann
508af07228 add dummy conversion from text/x-csrc to text/plain 2026-02-03 13:38:24 +01:00
Uwe Steinmann
c315f28171 move more methods into trait 2026-01-31 16:09:32 +01:00
Uwe Steinmann
86df898297 move some methods into trait, because extensions may need them 2026-01-31 16:06:51 +01:00
Uwe Steinmann
f903a32816 SessionMgr->create() should not be used 2026-01-26 09:00:01 +01:00
Uwe Steinmann
5fd791bbf6 ensure rootDir has a leading DIRECTORY_SEP 2026-01-22 13:40:32 +01:00
Uwe Steinmann
80321c12fe fix checking for contentDir and rootDir 2026-01-22 13:15:44 +01:00
Uwe Steinmann
e27cd6fc49 simple password strength algorithmn takes length of password into account, if length is greater than 8 2026-01-19 16:05:26 +01:00
Uwe Steinmann
e033268576 check for secure password when adding a new user, secure password check can be turned off for admins 2026-01-19 13:24:11 +01:00
Uwe Steinmann
8f07b8ca50 some more documentation 2026-01-17 08:49:53 +01:00
Uwe Steinmann
632ef17c63 save error msg when send mail failed 2026-01-17 08:49:19 +01:00
Uwe Steinmann
85638ebadb add config var to enable document/folder actions in dropdown menu 2026-01-13 17:06:28 +01:00
Uwe Steinmann
25adcfe5bd add parthesis for better readability 2026-01-05 16:32:05 +01:00
Uwe Steinmann
dfcd37ecc2 add 'use PDO;' 2026-01-05 07:54:00 +01:00
Uwe Steinmann
19216f738d start new version 5.1.45 2025-12-17 08:42:18 +01:00
Uwe Steinmann
c5f260df74 always include vendor/autoload.php (was not included in install mode) 2025-12-17 08:24:06 +01:00
Uwe Steinmann
73eba5331d start new version 5.1.44 2025-12-16 11:46:59 +01:00
Uwe Steinmann
dbd3c87f17 fix function getAttributeValidationError() 2025-11-22 12:48:42 +01:00
Uwe Steinmann
e7e2fde718 add check for missing 'changes' in conf.php, add warnings 2025-11-21 11:55:27 +01:00
Uwe Steinmann
4e236cf896 include inc.ClassExtensionMgr.php and inc.ClassExtBase.php because the console tool needs them 2025-11-17 15:35:31 +01:00
Uwe Steinmann
32351d6179 move classes into namespace Seeddms\Seeddms, add aliases for previous class names 2025-11-17 14:25:58 +01:00
Uwe Steinmann
3d9bdb02a0 create extension configuration after updating an extension 2025-11-17 07:06:45 +01:00
Uwe Steinmann
c304085c94 fix makeRandomString() 2025-11-16 19:37:46 +01:00
Uwe Steinmann
b81fb224d5 better documentation of updateExtensionList() 2025-11-15 20:43:41 +01:00
Uwe Steinmann
a8c3650725 check if downloading a file from the repository succeeded 2025-11-15 11:27:38 +01:00
Uwe Steinmann
3efcf064f2 better documentation of checkExtensionByName() 2025-11-15 11:27:06 +01:00
Uwe Steinmann
4be5afcef8 add method setRepositoryUrl() 2025-11-15 11:26:31 +01:00
Uwe Steinmann
25dd7873c9 use new Seeddms\Seeddms\Utilities 2025-11-14 16:54:58 +01:00
Uwe Steinmann
0d23b65271 update copyright year 2025-11-14 15:07:25 +01:00
Uwe Steinmann
2d963a3c6f use some functions into class Utitilities 2025-11-14 15:06:30 +01:00