Commit Graph

1047 Commits

Author SHA1 Message Date
Uwe Steinmann
07ba52da63 make first 3 parameters of html_link() required, because 4th parameter is also required 2023-06-02 18:10:39 +02:00
Uwe Steinmann
0affcd93e7 execWithTimeout() fails if cmd returns something in stderr 2023-05-15 08:11:14 +02:00
Uwe Steinmann
5a96788ccc number of days to look back on dashboard can be configured 2023-05-13 12:07:47 +02:00
Uwe Steinmann
f3e4182c57 makes no sense to set cachedir 2023-05-09 08:47:40 +02:00
Uwe Steinmann
1c5139a00a set cache dir 2023-05-09 08:46:00 +02:00
Uwe Steinmann
e5c81e6e83 start new version 5.1.32 2023-05-04 14:25:04 +02:00
Uwe Steinmann
244066d34d default public status of attachments can be configured 2023-05-03 16:24:33 +02:00
Uwe Steinmann
921eab9e54 add more hooks for reindexing documents/folders 2023-04-28 18:39:53 +02:00
Uwe Steinmann
adfa9c442f fix setting comment in notificatoin mail 2023-04-28 18:38:48 +02:00
Uwe Steinmann
d69921c709 echo error message in debug mode 2023-04-25 12:27:27 +02:00
Uwe Steinmann
66ecc57780 add new config var suggestTerms 2023-04-21 13:02:42 +02:00
Uwe Steinmann
a43a09a0e2 use openssl to encrypt and decrypt data with key 2023-04-18 20:09:03 +02:00
Uwe Steinmann
63ee505c0f use openssl to create encryption key 2023-04-18 20:08:44 +02:00
Uwe Steinmann
2d9297c668 handle unknown objtype in getAttributeObjectTypeText() 2023-04-18 12:50:53 +02:00
Uwe Steinmann
4ffb8da5b2 no php error anymore 2023-04-18 09:59:18 +02:00
Uwe Steinmann
a067cc9949 add method getFromWithTo() 2023-04-13 09:05:03 +02:00
Uwe Steinmann
9092eeb0a3 comment of document, documentcontent and folder can be rendered as markdown 2023-04-04 17:46:08 +02:00
Uwe Steinmann
d4fbae1a4c new version 5.1.31 2023-04-04 12:31:52 +02:00
Uwe Steinmann
476c726a45 improve password expiration 2023-03-29 20:57:48 +02:00
Uwe Steinmann
382e78855d do not force password change if in substitute user mode 2023-03-29 20:48:07 +02:00
Uwe Steinmann
ed27dbcf4b add open office formats to get_extension 2023-03-24 16:33:17 +01:00
Uwe Steinmann
882b87c885 check if logger is set before using it 2023-03-21 11:25:08 +01:00
Uwe Steinmann
197a6e8824 set various callbacks to reindex document when it has changed 2023-03-19 09:17:08 +01:00
Uwe Steinmann
1bad1d2aa5 use require_once instead of include("Log.php") 2023-03-15 11:08:51 +01:00
Uwe Steinmann
da992a7bdd create 8-bit png instead of 16-bit 2023-03-11 18:59:02 +01:00
Uwe Steinmann
39026ef4a8 new algo for contrast color based on lightness 2023-03-03 16:14:01 +01:00
Uwe Steinmann
258914e884 override action to 'show' when showing error msg 2023-02-28 12:54:56 +01:00
Uwe Steinmann
d8f79b846e pass correct depth in callback of SeedDMS_FolderTree 2023-02-23 07:17:17 +01:00
Uwe Steinmann
9e6e13a041 add method getContrastColor() 2023-02-22 09:59:45 +01:00
Uwe Steinmann
a7b00ae22a add new key 'attrcallback' to configuration of fulltext engine 2023-02-20 16:07:22 +01:00
Uwe Steinmann
44d043ef21 add fold marks 2023-02-20 16:06:43 +01:00
Uwe Steinmann
535de29e7d check return value of postInitDMS 2023-02-18 15:49:55 +01:00
Uwe Steinmann
dc868bd83b getBaseUrl() checks for HTTP_X_FORWARDED_HOST and HTTP_X_FORWARDED_PROTO 2023-02-18 15:49:04 +01:00
Uwe Steinmann
4e08744631 addDirSep() can check for arbitrary chars at end of string 2023-02-17 16:10:59 +01:00
Uwe Steinmann
3e5497a7fd add more error checking when including extensions.php 2023-02-17 06:57:42 +01:00
Uwe Steinmann
d45f050e46 conversion from pdf to png replaces alpha channel with white 2023-02-15 08:27:37 +01:00
Uwe Steinmann
6fd8d3e7f5 log error when execution of command fails 2023-02-09 07:16:50 +01:00
Uwe Steinmann
27b19f5c3a start version 5.1.30 2023-02-09 06:50:15 +01:00
Uwe Steinmann
2ab8cd5215 init $t and $ot 2023-01-26 21:05:53 +01:00
Uwe Steinmann
d30ba981be add functions to return type of object type of attribute definitions 2023-01-26 20:55:42 +01:00
Uwe Steinmann
b495fd248b add baseUrl for those cases where seeddms cannot determine the host and protocol itself 2023-01-26 13:29:46 +01:00
Uwe Steinmann
e87d7546a3 handle proxy settings and _baseUrl in settings in getBaseUrl() 2023-01-26 13:18:40 +01:00
Uwe Steinmann
5c985f32b1 do not include SeedDMS/Preview.php anymore because it is included in inc.FulltextInit.php already 2023-01-22 19:15:11 +01:00
Uwe Steinmann
fc61b3d759 include SQLiteFTS.php from vendor/seeddms/sqlitefts 2023-01-21 09:15:46 +01:00
Uwe Steinmann
9b780bd883 include Lucene.php from vendor dir 2023-01-21 09:09:57 +01:00
Uwe Steinmann
9df57ebe67 no longer include Core.php from SeedDMS, use vendor/seeddms/core instead 2023-01-20 12:21:14 +01:00
Uwe Steinmann
b197639dd2 add wasSuccessful() to check if last conversion was successful 2023-01-19 15:01:43 +01:00
Uwe Steinmann
872c66158b conversion service gets reference to conversion mgr when service is added 2023-01-19 12:10:33 +01:00
Uwe Steinmann
9d69bd12eb fix text in comment 2023-01-19 07:05:41 +01:00
Uwe Steinmann
cafc50ca4b pass logger to hooks 2023-01-13 21:21:41 +01:00