Commit Graph

4147 Commits

Author SHA1 Message Date
Uwe Steinmann
e3cc488384 use fontawesome icons 2026-04-21 14:04:33 +02:00
Uwe Steinmann
25da3812c5 add management of apikeys 2026-04-21 14:04:33 +02:00
Uwe Steinmann
2b801cb9b9 show apikeys 2026-04-21 14:04:33 +02:00
Uwe Steinmann
d4f9b1e500 disable login for an increasing amount of time if credentials are wrong 2026-04-21 14:03:17 +02:00
Uwe Steinmann
490fa7e2f3 remove code for creating download links. It is now an extension 2026-04-21 14:03:17 +02:00
Uwe Steinmann
d110226eea remove spaces 2026-04-21 14:03:17 +02:00
Uwe Steinmann
335260edf8 add support for webauthn 2026-04-21 14:03:17 +02:00
Uwe Steinmann
c0103c49cc add link to webauthn registration 2026-04-21 14:03:16 +02:00
Uwe Steinmann
2a2549e27e add new page for registering a crypto token 2026-04-21 14:03:16 +02:00
Uwe Steinmann
89d6c2de4a fix call of folderListRow() 2026-04-21 14:03:16 +02:00
Uwe Steinmann
abf8b70500 action menu wasn't shown in some cases 2026-04-21 14:03:16 +02:00
Uwe Steinmann
e0b5634f27 sync with other Mgr pages 2026-04-21 14:03:16 +02:00
Uwe Steinmann
45c6811317 use propper html tags 2026-04-21 14:03:16 +02:00
Uwe Steinmann
8b8e77e19a set $folder from view in documentInfos() 2026-04-21 14:03:16 +02:00
Uwe Steinmann
cf10a13380 download links can be created 2026-04-21 14:03:16 +02:00
Uwe Steinmann
d239549013 show attribute def groups
code was lost after rebasing
2026-04-21 14:03:16 +02:00
Uwe Steinmann
8cf8e9c606 use attribute def. groups
show only selected attributes in search list and search form
2026-04-21 14:03:16 +02:00
Uwe Steinmann
f67f30717c add missing br between attributes in documentListRow() 2026-04-21 14:03:16 +02:00
Uwe Steinmann
733c93860d show 'show' value when editing attributes 2026-04-21 14:03:16 +02:00
Uwe Steinmann
5f31655ece put output of version attriubtes into separate function 2026-04-21 14:03:16 +02:00
Uwe Steinmann
6169ea14d8 pass context for attributes to hooks and [document|folder]ListRow() 2026-04-21 14:03:16 +02:00
Uwe Steinmann
64d5789619 show attributes according to context in [document|folder]ListRow() 2026-04-21 14:03:16 +02:00
Uwe Steinmann
99cdcf18ff use filter parameter of getAttributeDefinitions(), call hook 2026-04-21 14:03:16 +02:00
Uwe Steinmann
d377dda623 call more hooks, filter attrdef list by show value when retrieving it 2026-04-21 14:03:16 +02:00
Uwe Steinmann
ce4547d8c4 use new method SeedDMS_Core_AttributeDefinitionGroup::getShowValues() 2026-04-21 14:03:16 +02:00
Uwe Steinmann
b1154850b3 fix variable mess
$i has been used several times for different usages
2026-04-21 14:03:16 +02:00
Uwe Steinmann
5baecedf70 take attribute groups into account if set 2026-04-21 14:03:16 +02:00
Uwe Steinmann
8ede764db0 check if assigned attribute was inherited
in that case do not allow to delete it
2026-04-21 14:03:16 +02:00
Uwe Steinmann
01999ec3a7 add new methods printAttribute() and printAttributeValue() 2026-04-21 14:03:16 +02:00
Uwe Steinmann
d729de094a fix, because getAttributeDefintion() has slight different return value 2026-04-21 14:03:16 +02:00
Uwe Steinmann
c32f2e631c add link to AttrGroupMgr 2026-04-21 14:03:16 +02:00
Uwe Steinmann
4f43c62f1a add initial support for attribute definition groups 2026-04-21 14:03:16 +02:00
Uwe Steinmann
77a35a4651 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-04-16 17:19:17 +02:00
Uwe Steinmann
13a9915845 check for php extension gd 2026-04-16 17:18:58 +02:00
Uwe Steinmann
96fe9145e2 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-04-16 16:20:12 +02:00
Uwe Steinmann
9ef3f9c8f7 output and check for reasonable values of post_size, memory_limit and upload_file_size 2026-04-16 14:03:07 +02:00
Uwe Steinmann
6d2d3195b2 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-04-13 09:17:49 +02:00
Uwe Steinmann
bcd82642a5 put extension config into table 2026-04-13 09:17:00 +02:00
Uwe Steinmann
0235b00113 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-04-13 08:34:58 +02:00
Uwe Steinmann
0a49c53f26 do add save btn to extension config dlg, if config cannot be written 2026-04-13 08:33:17 +02:00
Uwe Steinmann
292ae21811 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-04-10 12:07:06 +02:00
Uwe Steinmann
624dbeeed1 turn off creation of preview images in documentListRow() 2026-04-10 12:04:32 +02:00
Uwe Steinmann
58664d8a72 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-04-01 12:51:32 +02:00
Uwe Steinmann
e3b52ad744 fix output of error msg when outputing missing language keys 2026-04-01 12:51:01 +02:00
Uwe Steinmann
b5a7310206 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-03-25 19:14:24 +01:00
Uwe Steinmann
a042604a2e show categories on document details page like in list of documents 2026-03-25 13:31:44 +01:00
Uwe Steinmann
878d1f0874 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2026-03-23 12:47:17 +01:00
Uwe Steinmann
05fc7475d7 new import/export menu in admin area, move import users into user/group management 2026-03-23 09:28:30 +01:00
Uwe Steinmann
2ce38aa242 add new conf options when to consider ext. cmd has failed 2026-03-20 14:40:50 +01:00
Uwe Steinmann
ebdb23657a show parent folder in document list, use document list for duplicates 2026-03-19 16:46:59 +01:00