Commit Graph

105 Commits

Author SHA1 Message Date
Uwe Steinmann
4ad5628833 return better error msg if regex is invalid 2021-09-16 17:11:42 +02:00
Uwe Steinmann
42f2ce31cf check if hooks return false (but not action is taken) 2021-07-08 14:19:36 +02:00
Uwe Steinmann
7406ad6297 check if guest user actually exists 2021-05-27 12:56:31 +02:00
Uwe Steinmann
d647b72463 remove preview images before deleting document 2021-05-01 12:47:04 +02:00
Uwe Steinmann
756b38a067 do not declare callback function in run(), uses static method instead 2021-05-01 12:46:29 +02:00
Uwe Steinmann
e328c3c04e remove old document/folder from index before adding a new one 2021-01-08 10:07:12 +01:00
Uwe Steinmann
8b2e8e0c0d Content-Length is now set in sendFile() 2020-12-23 06:21:24 +01:00
Uwe Steinmann
d9fa867582 add support for configurable date format 2020-12-17 13:41:00 +01:00
Uwe Steinmann
5261cce10c fix syntax error 2020-12-15 10:03:28 +01:00
Uwe Steinmann
6e46e95702 pass current object and $new to validate() 2020-12-14 18:46:38 +01:00
Uwe Steinmann
5fdf6f460e pass $new=true to $attrdef->validate() 2020-12-14 18:17:19 +01:00
Uwe Steinmann
416568f1c4 fix indexing new folder 2020-12-14 08:02:02 +01:00
Uwe Steinmann
2d2375729e get fulltextservice 2020-12-14 07:58:34 +01:00
Uwe Steinmann
8bc8b3ae13 call postAddSubfolder, add folder to fulltext index 2020-12-14 07:56:15 +01:00
Uwe Steinmann
f18ae4ff2d update fulltext index 2020-12-14 07:53:29 +01:00
Uwe Steinmann
a3d92f5b72 return error if postAddDocument fails 2020-12-14 07:52:39 +01:00
Uwe Steinmann
e91dd1c09c call hoock postEditDocument even after hook editDocument 2020-12-14 07:51:51 +01:00
Uwe Steinmann
44daf8cc10 remove folders from fulltext index 2020-12-14 07:08:14 +01:00
Uwe Steinmann
19bb70af40 reindex document after editing it 2020-12-10 13:47:00 +01:00
Uwe Steinmann
4b4595181b move preview of attachments into controller 2020-12-09 19:54:31 +01:00
Uwe Steinmann
768ea3544c theme in configuration can override theme of each user 2020-11-09 15:14:09 +01:00
Uwe Steinmann
4bdb3c7061 put fulltext search into central service 2020-09-29 16:42:09 +02:00
Uwe Steinmann
9d2fba4fc6 log failed authentication at ldap server 2020-09-28 19:15:00 +02:00
Uwe Steinmann
df313d316c export users of a group as csv file 2020-09-23 11:39:19 +02:00
Uwe Steinmann
bcf7d2f2d8 set err msg of controller if uploading an extension fails 2020-08-27 12:15:59 +02:00
Uwe Steinmann
fc2682f5de add columns for hidden and disabled 2020-08-27 08:52:35 +02:00
Uwe Steinmann
b1560bb87b allways use http only cookie, pass referuri to controller 2020-08-26 11:38:25 +02:00
Uwe Steinmann
e3dea1073c actually set owner notified user, not the logged in user, check if notified user has access on document not currently logged in user. 2020-08-25 15:53:29 +02:00
Uwe Steinmann
991268a18b put ClearCache into controller, add hooks when clearing the cache 2020-08-21 10:03:22 +02:00
Uwe Steinmann
4efb265f2c export encrypted password 2020-07-28 12:53:17 +02:00
Uwe Steinmann
40a6de0353 fix output of log lines 2020-07-27 15:30:30 +02:00
Uwe Steinmann
076535bf7d a script for export users as csv 2020-07-27 14:17:11 +02:00
Uwe Steinmann
472caa19ba check if attributesversion has a value 2020-06-24 21:15:33 +02:00
Uwe Steinmann
aa0802ffae check if hook has left an error msg $dms->lasterror 2020-03-25 08:06:33 +01:00
Uwe Steinmann
072d203379 return false if hooks preRemove[Document|Folder] return false 2020-03-23 12:10:04 +01:00
Uwe Steinmann
f17b120126 move code into controller and add hooks 2020-03-22 09:31:31 +01:00
Uwe Steinmann
80348ec0c3 set timeout from settings 2020-03-22 09:27:41 +01:00
Uwe Steinmann
6bf193aa85 removePreviews() has been moved into controller 2020-02-25 17:08:13 +01:00
Uwe Steinmann
974ff603e1 check if hooks return a user object because true also indicates a failed login 2020-01-07 21:20:16 +01:00
Uwe Steinmann
8ae2874367 do not use global var EXT_CONF anymore 2020-01-03 10:21:58 +01:00
Uwe Steinmann
b3ffdd3b7d extension are disabled in the settings
the configuration of the extension will no longer work for disabling an
extension
2019-12-20 17:20:15 +01:00
Uwe Steinmann
058fc1217e fix validation of attributes 2019-12-13 17:39:05 +01:00
Uwe Steinmann
a0661536b3 move attribute validation into controller and call hook 2019-12-13 15:00:04 +01:00
Uwe Steinmann
4215eda966 remember current folder id on page, update drop folder list regulary 2019-09-05 12:53:45 +02:00
Uwe Steinmann
140926be96 log creation of preview files 2019-08-27 21:46:40 +02:00
Uwe Steinmann
111a2beec6 SeedDMS_Core_Folder::empty is now emptyFolder 2019-07-17 10:51:12 +02:00
Uwe Steinmann
585c81bb66 allow pass the object with the document content 2019-07-05 14:13:29 +02:00
Uwe Steinmann
c9d9bf6c7b new function and controller for emptying a folder 2019-07-02 08:47:12 +02:00
Uwe Steinmann
0f38a3dff6 propperly evaluate lang from REQUEST 2019-04-17 08:29:19 +02:00
Uwe Steinmann
e7f195f921 there is no parameter 'name' 2019-03-14 07:47:53 +01:00