Commit Graph

166 Commits

Author SHA1 Message Date
Uwe Steinmann
7fcb8da860 do not include inc/inc.ClassNotificationService.php and inc.ClassEmailNotify.php 2023-04-18 12:48:20 +02:00
Uwe Steinmann
5a7f8655d8 check if adding to document to index succeeded 2023-04-15 13:24:12 +02:00
Uwe Steinmann
140b6de1a6 turn cache in SeedDMS_Core_DMS on 2023-04-14 12:47:57 +02:00
Uwe Steinmann
1bc2ff764e add missing shell script 2023-04-11 12:37:27 +02:00
Uwe Steinmann
245092bb10 fix get smtp parameters 2023-02-27 19:36:14 +01:00
Uwe Steinmann
28f16a5da5 check field 'indexed', count errors 2023-01-10 16:27:17 +01:00
Uwe Steinmann
b1b16e1008 output time in secs for indexing 2023-01-09 15:32:38 +01:00
Uwe Steinmann
a8ccf1669b script for uploading files from local disc 2023-01-03 14:16:43 +01:00
Uwe Steinmann
3633beb98d script for informing users about expired documents 2023-01-03 14:13:06 +01:00
Uwe Steinmann
7634208432 script for deleting a docuemnt 2023-01-03 14:09:48 +01:00
Uwe Steinmann
507d47869f initial support for setting verbosity 2022-07-28 21:11:29 +02:00
Uwe Steinmann
b3cb5de21f output overall stats of added, updated, unchanged docs and folders 2022-07-28 11:59:27 +02:00
Uwe Steinmann
c8ec7d70f0 set logger and add option to turn it off again 2022-05-12 09:02:24 +02:00
Uwe Steinmann
aa8eb38560 do not access $settings before loading it 2022-01-31 12:06:19 +01:00
Uwe Steinmann
d9d434a7be make it work with 6.0.17 2022-01-31 07:14:52 +01:00
Uwe Steinmann
efed9f2b9c add support for indexing folders 2020-12-12 16:29:56 +01:00
Uwe Steinmann
e3e46b853d get $index and $search before foreach loop 2020-09-29 16:42:09 +02:00
Uwe Steinmann
4bdb3c7061 put fulltext search into central service 2020-09-29 16:42:09 +02:00
Uwe Steinmann
85edac3734 get SEEDMS_HOME from parent dir if not set 2020-09-04 09:34:45 +02:00
Uwe Steinmann
e10ce3dc4b replace all ˝\n" by PHP_EOL 2020-09-04 09:21:40 +02:00
Uwe Steinmann
4e3922627b unified checking for settings.xml and accessing dms 2020-09-03 20:11:15 +02:00
Uwe Steinmann
504c3533f3 add missing option -c in usage informationen 2020-08-26 15:26:17 +02:00
Uwe Steinmann
8b1bc8351b keep documents from being index again unless they have really changed 2020-07-02 17:42:16 +02:00
Uwe Steinmann
8e139e46b3 do not check for db version if disabled 2020-06-03 18:21:56 +02:00
Uwe Steinmann
3d754a376b add coloured output, do not include Log.php, use PHP_EOL 2020-06-03 18:21:23 +02:00
Uwe Steinmann
dbfeae23db add support for uploading new document version 2020-05-25 14:45:55 +02:00
Uwe Steinmann
e129cd0d11 modernize script 2020-02-03 18:28:45 +01:00
Uwe Steinmann
4e19b003e5 fix typo in variable name 2020-01-22 14:26:43 +01:00
Uwe Steinmann
88a607ccd3 support for apache 2.4 2019-07-30 06:38:54 +02:00
Uwe Steinmann
24f0555d92 reindex document also if creation time is equal to content creation time 2019-01-08 16:59:55 +01:00
Uwe Steinmann
2d80dbce13 more info on scripts in utils folder 2018-11-13 08:48:00 +01:00
Uwe Steinmann
1592c794b0 fix line indenting 2018-11-13 08:47:46 +01:00
Uwe Steinmann
dbce942bb5 fix reading configuration 2018-10-29 10:50:02 +01:00
Uwe Steinmann
3c7caa4bd9 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2018-04-03 14:34:04 +02:00
Uwe Steinmann
12dd7a1652 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2018-04-03 14:33:54 +02:00
Uwe Steinmann
a9224b0070 fix some typos 2018-03-26 14:08:12 +02:00
Uwe Steinmann
b223344af9 set dms and user in controller
was previously taken from global variables
2018-03-12 18:34:17 +01:00
Uwe Steinmann
00429e6e3a remove old code, add some more comments 2018-03-07 15:10:19 +01:00
Uwe Steinmann
f5f28d9e30 use controller and check for extensions 2018-03-07 12:35:06 +01:00
Uwe Steinmann
ad8d0d9bba Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2018-02-20 06:38:22 +01:00
Uwe Steinmann
fc434419fe Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2018-02-20 06:36:20 +01:00
Uwe Steinmann
6bef6824c2 pass list of category objects to addDocument instead of cat ids 2018-02-20 06:35:16 +01:00
Uwe Steinmann
6c2a011a9a move block to parse categories after dms has been initialized 2018-02-20 06:17:44 +01:00
Uwe Steinmann
21518adecc call hooks 2017-12-22 13:05:35 +01:00
Uwe Steinmann
074aee914d set date of attachment 2017-12-12 09:48:32 +01:00
Uwe Steinmann
51942e2b54 fix typo in attribute name 2017-03-09 10:22:38 +01:00
Uwe Steinmann
cae24d3d22 fix syntax error 2017-03-09 09:34:16 +01:00
Uwe Steinmann
62e1a02ae7 use version and public field from document files 2017-03-09 07:57:39 +01:00
Uwe Steinmann
dea2327089 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2017-03-09 07:40:28 +01:00
Uwe Steinmann
21a3a51d11 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2017-03-09 07:40:16 +01:00