Commit Graph

619 Commits

Author SHA1 Message Date
Uwe Steinmann
78e701d585 date can be passed to AddEvent 2022-03-28 19:11:00 +02:00
Uwe Steinmann
b8924666b6 ensure log file ends with .log 2022-03-27 17:03:36 +02:00
Uwe Steinmann
d68c922152 fix possible DoS 2022-03-26 18:48:04 +01:00
Uwe Steinmann
8fdc151198 check if passed categories actually exist 2022-03-04 08:20:45 +01:00
Uwe Steinmann
5b5ac45e21 no need to create access restriction class 2022-03-03 12:41:42 +01:00
Uwe Steinmann
faf62aaff0 fix php warning 2021-12-03 10:48:47 +01:00
Uwe Steinmann
c75a9ef455 do not authenticate 2021-12-03 09:30:21 +01:00
Uwe Steinmann
f2dbe4c18b pass record_type to view, some code formating 2021-11-19 13:49:07 +01:00
Uwe Steinmann
5049169d09 show fulltext search tab if fulltext search was used 2021-11-10 08:33:52 +01:00
Uwe Steinmann
898943dd6e add new conversion manager and services 2021-10-06 15:03:03 +02:00
Uwe Steinmann
e95b5a971e edit comment and sequence of folders can be turned off 2021-09-22 09:59:33 +02:00
Uwe Steinmann
3e1dcc3c75 add new configuration noFolderFormFields 2021-09-22 09:53:53 +02:00
Uwe Steinmann
f1db74929c pass sortusersinlist of view 2021-09-16 16:25:36 +02:00
Uwe Steinmann
a7aa3ff904 fix php error when checking for undeletable user ids 2021-08-18 10:57:18 +02:00
Uwe Steinmann
a113649be3 add support for drag and drop of attachments 2021-07-16 16:03:34 +02:00
Uwe Steinmann
40ca91d9d7 pass $dms to view which fixes an error when calling the page 2021-07-11 20:07:30 +02:00
Uwe Steinmann
0037aeae68 pass dms to view, because it's needed in globalBanner() 2021-07-10 12:53:07 +02:00
Uwe Steinmann
4d7e041388 approvals can be removed by admins 2021-07-02 08:34:06 +02:00
Uwe Steinmann
1360fbc478 allow removal of reviews 2021-07-01 12:17:04 +02:00
Uwe Steinmann
ece38b9d22 store undelUserIds as array in settings class 2021-06-26 11:57:02 +02:00
Uwe Steinmann
9fd8465a43 pass fulltextservice to view 2021-06-24 12:52:27 +02:00
Uwe Steinmann
98e5c868a4 pass access object to view 2021-06-23 17:48:46 +02:00
Uwe Steinmann
e21ef794c4 add access control 2021-06-23 08:58:55 +02:00
Uwe Steinmann
2ec025451b pass $dms and guestId to view 2021-05-27 21:52:40 +02:00
Uwe Steinmann
67511017bd remove SeedDMS_AccessOperation 2021-05-12 09:37:27 +02:00
Uwe Steinmann
1e20ddcddf remove SeedDMS_AccessOperation 2021-05-12 09:37:06 +02:00
Uwe Steinmann
d1bd50fa24 support for 5.1.23 2021-05-11 21:18:36 +02:00
Uwe Steinmann
02bed41f65 check if certian variables are empty 2021-05-05 14:32:58 +02:00
Uwe Steinmann
e870e2071b redo the search form 2021-05-05 13:47:38 +02:00
Uwe Steinmann
22882e2634 pass access object to view 2021-05-04 17:50:36 +02:00
Uwe Steinmann
c5b5ac07db set 'setcategory' in view 2021-05-04 17:29:55 +02:00
Uwe Steinmann
720615c175 pass enableRecursiveCount and maxRecursiveCount to view 2021-05-02 07:56:58 +02:00
Uwe Steinmann
4ec36dc6db pass accessobject to view 2021-04-30 14:48:40 +02:00
Uwe Steinmann
42b97969b5 pass task and previewer to view 2021-04-27 19:35:35 +02:00
Uwe Steinmann
9565010cd0 pass AccessOperation to view 2021-04-18 19:39:37 +02:00
Uwe Steinmann
28480a8733 move 'new SeedDMS_AccessOperation' after document is known 2021-04-18 07:05:57 +02:00
Uwe Steinmann
a6ac5d546a include inc.DBInit.php 2021-04-18 07:05:10 +02:00
Uwe Steinmann
43567ac1d7 include missing inc.Utils.php 2021-04-18 07:04:15 +02:00
Uwe Steinmann
67ab1e23e5 ensure the encryption key is alwasy set 2021-04-06 11:15:47 +02:00
Uwe Steinmann
fad2020cfd add searching for last date of a document status 2021-03-15 16:08:51 +01:00
Uwe Steinmann
7c18872531 fix some php warning because of missing view variables 2021-03-14 14:11:14 +01:00
Uwe Steinmann
6ead3fe425 convert dates in custom attributes into propper format before searching 2021-03-12 10:06:54 +01:00
Uwe Steinmann
248d106852 pass more data to view, do not use $_GET in view anymore 2021-02-09 11:16:20 +01:00
Uwe Steinmann
e52d5b52b3 init vars for view to prevent lots of php warnings 2021-01-11 08:20:46 +01:00
Uwe Steinmann
73f136b41d total number of hits is returned in $searchresult['count'] 2020-12-21 15:48:58 +01:00
Uwe Steinmann
d339aad6ae init $limit and $total early, use $dms->getRootFolder() 2020-12-18 10:54:53 +01:00
Uwe Steinmann
4e0452265c call getRootFolder() instead of using _roofFolderId 2020-12-18 07:52:14 +01:00
Uwe Steinmann
924a125d88 remove old scripts for searching 2020-12-18 06:24:28 +01:00
Uwe Steinmann
7746fb72db replace rootFolderId with $dms->getHomeFolder() 2020-12-17 21:31:03 +01:00
Uwe Steinmann
14cf90a5bb pass start and root folder to fulltext search 2020-12-17 18:34:40 +01:00