Commit Graph

7816 Commits

Author SHA1 Message Date
Uwe Steinmann
8f4c2f454b user uid instead of cn in distinguished name to auth. user 2022-08-30 18:11:00 +02:00
Uwe Steinmann
3fd63b98d9 add missing column in header of attribute values list 2022-08-25 08:23:29 +02:00
Uwe Steinmann
748041ffd8 allow batch operation on fulltext search result 2022-08-24 07:58:02 +02:00
Uwe Steinmann
d271dfbf1f folders and docs can be marked for batch operation 2022-08-24 07:57:14 +02:00
Uwe Steinmann
9f34304a41 remove spaces in empty lines 2022-08-24 07:55:10 +02:00
Uwe Steinmann
93ade78deb pass list of marked docs/folders to view 2022-08-24 07:54:04 +02:00
Uwe Steinmann
9c333447b2 show text of doc status in lists on large displays 2022-08-23 12:48:13 +02:00
Uwe Steinmann
eb1034d1cc allow wide modal boxes to be 642px height which is enough for an iframe with 600px height 2022-08-19 15:37:12 +02:00
Uwe Steinmann
e827a6c2d7 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2022-08-19 15:00:50 +02:00
Uwe Steinmann
208fb91788 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2022-08-19 15:00:40 +02:00
Uwe Steinmann
2eeb3771ee add missing translation 2022-08-19 15:00:23 +02:00
Uwe Steinmann
d2a3ca301c fix import of extension from repository 2022-08-19 14:50:25 +02:00
Uwe Steinmann
4bbf6ddecf output additional filters only if attributes exists 2022-08-19 10:06:27 +02:00
Uwe Steinmann
4eef2bd0b0 allow to change owner of folders, change owner only possible of search returned hits 2022-08-18 20:41:11 +02:00
Uwe Steinmann
e1aaf3a7b8 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2022-08-18 18:45:09 +02:00
Uwe Steinmann
fef53d3bc9 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2022-08-18 18:44:53 +02:00
Uwe Steinmann
377498b934 update translations 2022-08-18 18:44:34 +02:00
Uwe Steinmann
90ab728c6c add indonesian 2022-08-18 18:42:57 +02:00
Uwe Steinmann
966a6eb976 add batch operation to change owner 2022-08-18 18:40:51 +02:00
Uwe Steinmann
cac7608e0b backport export of search result from 6.0.x 2022-08-18 13:49:27 +02:00
Uwe Steinmann
bfaf43c6e9 sync code with seeddms6 (no functional changes) 2022-08-18 13:18:00 +02:00
Uwe Steinmann
8c12ecd0b2 add fold marks 2022-08-18 13:05:02 +02:00
Uwe Steinmann
d40a88125d add margin bottom to accordion 2022-08-18 10:12:41 +02:00
Uwe Steinmann
540d2fbab9 add changes for 5.1.27 2022-08-18 10:02:53 +02:00
Uwe Steinmann
475ba8fbfb use conversion mgr for creating previews 2022-08-18 10:02:13 +02:00
Uwe Steinmann
256a8ec6ca add changes for 5.1.27 2022-08-18 08:38:50 +02:00
Uwe Steinmann
0344ad0c80 open accordion if a filter parameter is set 2022-08-18 08:38:09 +02:00
Uwe Steinmann
ec570c9ba4 add parameter to printAccordion() in order to open/close it 2022-08-18 08:37:25 +02:00
Uwe Steinmann
93844fadbc fix translation, add title to 'list documents' icon 2022-08-17 20:53:08 +02:00
Uwe Steinmann
64a11add81 allow to delete own processes 2022-08-17 20:52:48 +02:00
Uwe Steinmann
4f1bb55a89 use '/folder' instead of '/folder/' 2022-08-16 17:06:07 +02:00
Uwe Steinmann
196f6f7658 add ':' after err msg 2022-08-12 10:54:22 +02:00
Uwe Steinmann
99f28f0cfc link behind logo in header can be set in extension 2022-08-12 10:40:54 +02:00
Uwe Steinmann
fdc7aa5ab7 drag&drop handler can call function after upload 2022-08-11 17:47:28 +02:00
Uwe Steinmann
db3fcbaaab add changes for 5.1.27 2022-08-11 07:59:16 +02:00
Uwe Steinmann
3c5a11fa08 set default for currenttab 2022-08-09 15:54:48 +02:00
Uwe Steinmann
d02f813205 add tabs above folder content 2022-08-09 15:54:12 +02:00
Uwe Steinmann
b54eb4dc61 return true in case of succees 2022-08-09 15:53:05 +02:00
Uwe Steinmann
e31c532c68 get rid of old code, use actions for 'version' and 'file' 2022-08-05 13:32:46 +02:00
Uwe Steinmann
014bcc009d first check if parameter 'action' is set, return false if preRun fails 2022-08-01 12:43:56 +02:00
Uwe Steinmann
5378d6e7d9 pass class name to preRun, invoke() returns false if preRun fails 2022-08-01 12:11:51 +02:00
Uwe Steinmann
59d24bde03 split run() into seperate methods() 2022-08-01 12:11:10 +02:00
Uwe Steinmann
ce084ccd45 add changes for 5.1.27 2022-07-29 21:45:42 +02:00
Uwe Steinmann
54d802b36a do not call run() but use __invoke() 2022-07-29 21:44:04 +02:00
Uwe Steinmann
4179a0398f set title of document/folder delete button 2022-07-29 21:43:43 +02:00
Uwe Steinmann
1051f669f4 create request 2022-07-29 21:41:43 +02:00
Uwe Steinmann
8b75ffaea1 call hook preRun and check result 2022-07-29 21:41:12 +02:00
Uwe Steinmann
718d922950 make some methods public 2022-07-29 21:40:32 +02:00
Uwe Steinmann
8ceb8d1e6a get action from request, run hook preRun and check for return value 2022-07-29 21:37:59 +02:00
Uwe Steinmann
1cce969ba7 pass request to controller 2022-07-29 21:36:40 +02:00