Commit Graph

288 Commits

Author SHA1 Message Date
Uwe Steinmann
d234673748 add hook additionalDocumentContentInfo 2022-05-06 12:54:11 +02:00
Uwe Steinmann
52fbe0128f use small button to remove link 2022-05-01 15:08:58 +02:00
Uwe Steinmann
637c9279aa make iframe height = 1.41 time width 2022-05-01 15:08:35 +02:00
Uwe Steinmann
af6f48db48 use new method getMaximumUploadSize() 2022-04-29 18:30:46 +02:00
Uwe Steinmann
1e0172dd8f move workflow protocol on workflow tab 2022-04-02 11:07:31 +02:00
Uwe Steinmann
4efc8226c8 show header of additional preview only if hook returns a text 2021-12-17 21:46:28 +01:00
Uwe Steinmann
14d8a1bd91 show date in configured format, skip groups of user if not exsit 2021-12-03 10:49:59 +01:00
Uwe Steinmann
898943dd6e add new conversion manager and services 2021-10-06 15:03:03 +02:00
Uwe Steinmann
7119b431f8 fix line indenting 2021-10-02 07:35:02 +02:00
Uwe Steinmann
ffc2565933 show translated action name in workflow log 2021-08-20 09:44:02 +02:00
Uwe Steinmann
a113649be3 add support for drag and drop of attachments 2021-07-16 16:03:34 +02:00
Uwe Steinmann
c1a2411882 remove plain html for error and warning msgs 2021-07-15 17:43:50 +02:00
Uwe Steinmann
51b72eb7b2 fix checking if a document link may be deleted 2021-07-11 20:08:13 +02:00
Uwe Steinmann
ee55fc6688 use html_url() where possible 2021-07-07 08:26:13 +02:00
Uwe Steinmann
b7885ad6f6 use check_xxx_access() and html_link(), backported from 6.0.x 2021-07-06 09:32:02 +02:00
Uwe Steinmann
40beffff14 remove lots of relative links because the can break with faked urls 2021-07-05 16:30:26 +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
0f072fc9a9 check if current workflow state != null 2021-06-01 10:54:06 +02:00
Uwe Steinmann
f187a80ac5 fix php warning because of missing $workflow 2021-05-31 21:54:16 +02:00
Uwe Steinmann
9ae4a01705 check if download/viewonline is allowed 2021-05-31 19:32:39 +02:00
Uwe Steinmann
ea45ed5b7b issue warning if document has expired, validate form to add link 2021-05-27 21:53:49 +02:00
Uwe Steinmann
19600dd7ca no need to include bootbox.js anymore 2021-05-21 10:37:09 +02:00
Uwe Steinmann
c56901147b add class action-list to list of version actions 2021-05-12 15:32:25 +02:00
Uwe Steinmann
75d033d73c use showVersionDetails() for previous versions 2021-05-06 13:42:18 +02:00
Uwe Steinmann
be7df6ffab get previewwidthdetail from view in showVersionDetails() 2021-05-06 13:13:12 +02:00
Uwe Steinmann
0cbfba4d41 pass previewer to showVersionDetails() 2021-05-06 12:52:24 +02:00
Uwe Steinmann
f63315f6c0 move version details in own method showVersionDetails() 2021-05-06 12:17:32 +02:00
Uwe Steinmann
ca4022ce7c add method showActions(), move version actions in second column 2021-05-06 11:02:20 +02:00
Uwe Steinmann
10e3ae560c set class of ul list for attachments 2021-05-04 15:56:09 +02:00
Uwe Steinmann
b4b0258fbd use nav-pills instead of nav-tabs, set attribute role 2021-05-04 09:57:23 +02:00
Uwe Steinmann
b10c3bf9af do not include bootbox.min.js, make docinfo tab active if none is selected 2021-05-03 09:02:32 +02:00
Uwe Steinmann
25a7a57112 make tables smaller (no column for status anymore) 2021-05-03 08:04:54 +02:00
Uwe Steinmann
98f7fc85f4 run htmlspecialchars on workflow names 2021-04-30 09:27:59 +02:00
Uwe Steinmann
871460899c use new SeedDMS_Theme_Style, replace plain html by methods in theme style 2021-04-18 07:08:00 +02:00
Uwe Steinmann
1e7e1a08d5 set charset in Content-Type header for js 2021-03-10 15:58:22 +01:00
Uwe Steinmann
32a855b740 initial support for drag and drop of attachments 2021-03-03 15:38:04 +01:00
Uwe Steinmann
9862eb5bf6 fix calculation of checksum 2021-01-27 16:27:24 +01:00
Uwe Steinmann
8a2224b669 check checksum of document version 2021-01-26 13:30:15 +01:00
Uwe Steinmann
cb4cd22caf add csrf protection 2021-01-25 10:04:45 +01:00
Uwe Steinmann
78dfd5269e run all mailto through htmlspecialchars to prevent clickjacking attacks 2021-01-11 07:59:32 +01:00
Uwe Steinmann
c29de3a7ca set audio preload to false 2020-12-05 15:27:40 +01:00
Uwe Steinmann
29c0d889cd format dates with getLongReadableDate() 2020-12-01 21:43:10 +01:00
Uwe Steinmann
f094262e8b hook documentInfos() replaces title and container, new hook additionalDocumentInfos 2020-11-13 11:23:04 +01:00
Uwe Steinmann
d08f6fe24c set button type which didn't have 2020-10-08 22:25:51 +02:00
Uwe Steinmann
d1a5a6823b use new row, column methods instead of plain html 2020-10-08 07:57:23 +02:00
Uwe Steinmann
0f9ac271ce do not show removed approvers/reviewers unless admin 2020-09-23 08:53:05 +02:00
Uwe Steinmann
76c02d89c7 remove old code for getting timeline items 2020-09-23 08:44:47 +02:00
Uwe Steinmann
ca1dce466d backport printVersionAttributes(), nicer output of reviewers and approvers 2020-09-23 08:37:51 +02:00
Uwe Steinmann
0a4fcb4c00 add new hooks prePreviousVersionsTab and preLatestVersionTab 2020-09-18 19:24:18 +02:00