Commit Graph

1191 Commits

Author SHA1 Message Date
Uwe Steinmann
39ded6779d check if attribute is aof type document or folder and multivalue 2024-03-20 14:04:56 +01:00
Uwe Steinmann
88c49363ac document search show path of items 2024-03-18 13:54:35 +01:00
Uwe Steinmann
dd4149e3a6 add commands 'updatedocument' and 'addfolder' 2024-03-06 16:31:02 +01:00
Uwe Steinmann
d8c2a9df06 add global group approver/reviewer 2024-02-12 14:06:53 +01:00
Uwe Steinmann
663ce7f675 add global and group manager reviewers/approvers 2024-02-08 21:02:12 +01:00
Uwe Steinmann
255fb59416 do not allow url parameter 'action' if calling Login controller 2024-01-10 20:37:49 +01:00
Uwe Steinmann
183bdcfa69 use mayRemoveVersion() 2023-10-13 13:33:58 +02:00
Uwe Steinmann
2c01243ec5 use new function getTsByPeriod() 2023-09-29 14:30:20 +02:00
Uwe Steinmann
929c93fdb9 do not scale user image if too small, allow images up to 300px height 2023-09-27 11:30:02 +02:00
Uwe Steinmann
295c805a15 set maxsizeforfulltext 2023-09-27 11:28:54 +02:00
Uwe Steinmann
700add3b7f use SeedDMS_Core_File::mimetype() to determin mimetype 2023-09-27 11:28:39 +02:00
Uwe Steinmann
dce2b753a8 more documentation 2023-09-05 19:30:56 +02:00
Uwe Steinmann
3c92ebd942 send notifications when adding and deleting access 2023-08-31 17:39:43 +02:00
Uwe Steinmann
a7d4b786a2 send notification when document access changes 2023-08-31 14:19:52 +02:00
Uwe Steinmann
5567b57853 fix checking upload error 2023-08-30 15:48:34 +02:00
Uwe Steinmann
b3b5d11642 fix typos in comments 2023-08-30 15:48:14 +02:00
Uwe Steinmann
95372d6905 add option to disable setting a password 2023-08-25 12:34:09 +02:00
Uwe Steinmann
039473d905 remove old code, sync with 6.0.x 2023-06-19 17:20:45 +02:00
Uwe Steinmann
75d74cad69 more readable code 2023-06-18 13:59:58 +02:00
Uwe Steinmann
b7d029475d move most of the code in op/* into new controller 2023-06-18 13:59:23 +02:00
Uwe Steinmann
18215ebf7f fix php warning 2023-05-28 11:08:46 +02:00
Uwe Steinmann
1b45b1c1eb better logging 2023-05-22 10:43:10 +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
7a56c45db4 better checking of error msg after upload new document 2023-05-11 16:59:18 +02:00
Uwe Steinmann
d9f25b5a3a get error msg from controller just like AddDocument 2023-05-09 11:46:19 +02:00
Uwe Steinmann
244066d34d default public status of attachments can be configured 2023-05-03 16:24:33 +02:00
Uwe Steinmann
66ecc57780 add new config var suggestTerms 2023-04-21 13:02:42 +02:00
Uwe Steinmann
53d7ab063d fix preview for files in dropfolder 2023-04-13 12:56:59 +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
7790f483f0 no need to create notification service a second time 2023-03-31 12:00:56 +02:00
Uwe Steinmann
0e712c1554 empty password in csv file will not override an existing password 2023-03-04 10:09:05 +01:00
Uwe Steinmann
bcd0977803 fix inclusion of php files 2023-02-16 11:36:07 +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
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
cf82094149 add rule to provide auth info if php is run in fpm mode 2023-01-12 06:46:49 +01:00
Uwe Steinmann
99e7623ea0 init index with stopwords file 2023-01-05 08:04:48 +01:00
Uwe Steinmann
d8e9cb5707 indexdocument returns propper error msg 2023-01-03 14:07:05 +01:00
Uwe Steinmann
995fd19684 remove spaces 2022-12-10 12:59:32 +01:00
Uwe Steinmann
a5e975caa5 searchfolder returns full path of folder 2022-11-29 17:33:04 +01:00
Uwe Steinmann
f7ebe88822 add authentication service 2022-11-28 21:40:42 +01:00
Uwe Steinmann
2556bf5b3f set 'source' = 'web' for controller 2022-11-24 12:39:57 +01:00
Uwe Steinmann
823d98b261 add a render function for hashed passwords 2022-11-24 09:44:23 +01:00
Uwe Steinmann
820370d713 getMimeType() is now SeedDMS_Core_File::mimetype() 2022-11-17 11:35:34 +01:00
Uwe Steinmann
f52e950283 add command 'setmimetype' 2022-11-15 16:05:27 +01:00
Uwe Steinmann
28c2670504 add a random sequence number deviation 2022-11-11 10:42:28 +01:00
Uwe Steinmann
233639ce35 include inc.Utils.php early 2022-11-09 06:40:50 +01:00
Uwe Steinmann
df4d492874 do not include inc/inc.ClassEmailNotify.php 2022-11-02 09:00:13 +01:00
Uwe Steinmann
02947f1bf0 include missing class for email notification 2022-10-13 16:34:57 +02:00
Uwe Steinmann
5a806f729b check access on document in 'searchdocument' 2022-09-14 20:40:33 +02:00
Uwe Steinmann
100b0bfa26 check access on folder in 'searchfolder' 2022-09-14 18:07:57 +02:00