Commit Graph

2660 Commits

Author SHA1 Message Date
Uwe Steinmann
181dd2c3ff output some more data (orig filename, document id, document name) 2025-07-30 19:12:18 +02:00
Uwe Steinmann
0c2f3c651a declare class variables 2025-07-30 14:27:37 +02:00
Uwe Steinmann
01f210ad43 check if user has a pwd expiration before outputing it 2025-07-30 14:27:12 +02:00
Uwe Steinmann
b6dae52f35 check orig filename only if admin 2025-07-30 09:03:13 +02:00
Uwe Steinmann
46594fa3bc allow to edit original filename 2025-07-29 21:21:05 +02:00
Uwe Steinmann
5dfd280ec5 add code for setting original filename 2025-07-29 21:18:33 +02:00
Uwe Steinmann
f20f4d2ae2 add method printInlineEditOriginalName() 2025-07-29 21:17:35 +02:00
Uwe Steinmann
ae8b383def fix potential XSS attack in many fields of settings 2025-07-24 20:43:29 +02:00
Uwe Steinmann
ee50953d11 fix list of related documents when hook documentListItem() is implemented 2025-07-24 09:15:18 +02:00
Uwe Steinmann
cf2bb2b4c3 more documentation for method documentListRow() 2025-07-24 09:13:59 +02:00
Uwe Steinmann
ae635fba1a fix setting path to document below title 2025-07-23 20:08:21 +02:00
Uwe Steinmann
f969669356 no php warning if company of author isn't set in conf.php 2025-07-18 16:50:32 +02:00
Uwe Steinmann
398a05ba47 break works if orig filename is too long 2025-07-07 19:53:41 +02:00
Uwe Steinmann
3c9b51c152 show number of reviewers/approvers how has done their work 2025-07-02 16:32:25 +02:00
Uwe Steinmann
4330c7fc7b add methods to show number of reviewers/approvers all ready done their work 2025-07-02 16:31:45 +02:00
Uwe Steinmann
a74f5d9668 get options before output of select tag 2025-06-25 12:57:49 +02:00
Uwe Steinmann
aa5524ec41 export options can be get by hook 2025-06-17 07:48:13 +02:00
Uwe Steinmann
7edd4fa0b9 action can be set when clicking on a thumbnail 2025-05-23 12:26:34 +02:00
Uwe Steinmann
396fd6a4fe allow attriutes for globalNavigationBar 2025-05-22 10:38:50 +02:00
Uwe Steinmann
e9388dc3ec use translation of documents_user_rejected in list of menu tasks 2025-05-13 18:53:46 +02:00
Uwe Steinmann
3fb3434c61 expired documents can be filtered by user 2025-05-08 19:33:42 +02:00
Uwe Steinmann
d377bd81ab rename methode and class for inline editiing of document name 2025-04-29 10:34:16 +02:00
Uwe Steinmann
e069f784b4 add hooks for addtional tabs 2025-04-29 10:33:13 +02:00
Uwe Steinmann
181482a1a7 set text for no-result in selection of mimetype 2025-04-29 10:32:20 +02:00
Uwe Steinmann
ae66ec223c add searching for mime types 2025-04-24 16:31:27 +02:00
Uwe Steinmann
a5edba86ae fix search url, add search for mime types 2025-04-24 16:30:48 +02:00
Uwe Steinmann
4184cd4f1d add hook for creating preview image (like preview images in lists) 2025-04-24 14:50:32 +02:00
Uwe Steinmann
6a39584dcc add search link in tables 2025-04-23 14:24:31 +02:00
Uwe Steinmann
cd4743d917 check if attribute 'remote' is set 2025-04-02 09:29:37 +02:00
Uwe Steinmann
de4fae18d0 set title of modal box for extension config to title of extension 2025-04-02 09:16:37 +02:00
Uwe Steinmann
f1859da68b remove aria-hidden from some buttons 2025-04-02 08:14:11 +02:00
Uwe Steinmann
c8a7dad7d6 run initMost() after modal box has been opened 2025-04-02 08:13:38 +02:00
Uwe Steinmann
3bed5b0d68 extension config can edited from extension mgr 2025-04-02 08:10:44 +02:00
Uwe Steinmann
1bff379d84 allow to set config of extension only 2025-04-02 08:09:57 +02:00
Uwe Steinmann
073948d4c3 add hidden field without value to checkboxes 2025-04-02 08:08:37 +02:00
Uwe Steinmann
4f3e6cadf5 remove aria-hidden from some buttons 2025-04-02 08:06:38 +02:00
Uwe Steinmann
42a38984f7 add method showConfigFolder() (currently not used) 2025-04-01 12:55:35 +02:00
Uwe Steinmann
8f2f15bb80 add new method extension() for showing config of extension 2025-04-01 12:50:01 +02:00
Uwe Steinmann
7f2d12e299 output timezone and current date/time on server 2025-04-01 10:39:48 +02:00
Uwe Steinmann
d1dfc924b5 fix possible xss attack when document name contains malicious code 2025-03-26 08:39:58 +01:00
Uwe Steinmann
5a40423836 set id of some select fields for extension config 2025-03-26 08:39:30 +01:00
Uwe Steinmann
edb91d3299 fix possible xss attack 2025-03-25 18:09:41 +01:00
Uwe Steinmann
f3fa653eee replace file_exists() with exists() function of object 2025-03-21 13:25:13 +01:00
Uwe Steinmann
37fd1ac969 replace functions directly accessing file system if documents or attachments are involved 2025-03-21 13:23:07 +01:00
Uwe Steinmann
54c3ec54fc seperate seeddms info from extension list, output storage driver 2025-03-21 13:20:52 +01:00
Uwe Steinmann
9b2c120b5f call hooks for show document and folder row 2025-03-18 09:57:45 +01:00
Uwe Steinmann
9abbf6a1e5 objects can be removed from clipboard 2025-03-17 15:57:51 +01:00
Uwe Steinmann
329b54d00f encrypt referer to prevent malicious manipulation 2025-03-03 21:42:54 +01:00
Uwe Steinmann
d66f12ae21 do not tread each field of search form as multivalued 2025-02-28 17:54:52 +01:00
Uwe Steinmann
4ba5099569 getAttributeEditField() handels arrays of attr values propperly 2025-02-28 17:53:54 +01:00