Uwe Steinmann
d6419d38ef
add new config var enableRemoveRevApp
2021-07-01 12:14:55 +02:00
Uwe Steinmann
84b0f6ac35
check for type and value and showConfigVar()
2021-06-28 12:04:27 +02:00
Uwe Steinmann
b0478bec3c
show a message if conf var is disabled, but do not hide it completely
2021-06-28 09:00:35 +02:00
Uwe Steinmann
1eb2c3ed9f
check if partitionsize is greater the max upload size
2021-06-26 11:56:25 +02:00
Uwe Steinmann
a18bc970df
do not explode hiddenConfFields, because it's done when reading the xml
2021-06-24 22:34:04 +02:00
Uwe Steinmann
932835ef03
add field in configuration for hidden other fields in settings form
2021-06-23 16:27:09 +02:00
Uwe Steinmann
c75ae806ae
switch to jquery validation of forms
2021-05-27 21:57:12 +02:00
Uwe Steinmann
fb366307bf
fix second parameter of showEndPaneContent()
2021-05-11 17:21:11 +02:00
Uwe Steinmann
5d00837489
use warningMsg() instead of plain html
2021-05-06 15:12:11 +02:00
Uwe Steinmann
cdd75239e3
fix wrong call of parent method
2021-05-06 15:08:33 +02:00
Uwe Steinmann
23b1ab9e06
use pane function from parent class
2021-05-04 12:09:44 +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
0ba7aaf9b1
add css class to make look nice with bootstrap4
2021-04-30 14:49:38 +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
dbe98b3a9d
remove extra '"' in attribute of input element
2021-04-06 18:56:30 +02:00
Uwe Steinmann
1e7e1a08d5
set charset in Content-Type header for js
2021-03-10 15:58:22 +01:00
Uwe Steinmann
ef20172f57
add csrf protection
2021-01-25 09:08:12 +01:00
Uwe Steinmann
4708e8b393
add new config var _useHomeAsRootFolder
2020-12-18 08:06:01 +01:00
Uwe Steinmann
6bb4218e44
initial support customizable date format
2020-12-01 18:25:22 +01:00
Uwe Steinmann
386e37db0d
saving the settings will no longer reenable an extention with no configuration
2020-11-22 12:35:26 +01:00
Uwe Steinmann
768ea3544c
theme in configuration can override theme of each user
2020-11-09 15:14:09 +01:00
Uwe Steinmann
5f8879a8e5
new conf variable for workflows in extensions
2020-10-08 21:58:20 +02:00
Uwe Steinmann
4bdb3c7061
put fulltext search into central service
2020-09-29 16:42:09 +02:00
Uwe Steinmann
c6d0a1d345
allow inline editing on document details page
2020-09-07 16:20:37 +02:00
Uwe Steinmann
b977d7c7fd
no need to call printFolderChooserJs() anymore
2020-08-28 11:54:52 +02:00
Uwe Steinmann
d4db6a2ba0
new version of font-awesome (4.7.1)
2020-08-27 07:52:52 +02:00
Uwe Steinmann
8638858d05
pass form field name to printFolderChooserJs()
2020-08-25 21:42:24 +02:00
Uwe Steinmann
d4ae4eed24
use user selection for auto login
2020-08-19 14:18:01 +02:00
Uwe Steinmann
1726d1f1f2
configuring a user id in the settings uses a list of existing users
2020-08-19 13:21:51 +02:00
Uwe Steinmann
395afcbcd4
run help of config var through htmlspecialchars()
2020-08-19 11:49:48 +02:00
Uwe Steinmann
969c9daba4
make save button primary, translate options of select menu
2020-08-12 07:25:35 +02:00
Uwe Steinmann
e6f20b8996
issue warning if no attributes are defined
2020-08-05 18:52:44 +02:00
Uwe Steinmann
7725a0b03b
add configuration for authentication by key in rest api
2020-06-17 11:19:02 +02:00
Uwe Steinmann
b80ffbf7c3
set data-allow-clear for select2
2020-04-01 14:04:24 +02:00
Uwe Steinmann
ae2b7d4631
add debug mode
2020-02-27 17:58:31 +01:00
Uwe Steinmann
4675c785db
set configuration for http proxy
2020-02-21 10:01:09 +01:00
Uwe Steinmann
b07b94b59a
allow config fields of type 'textarea'
2020-01-27 15:37:59 +01:00
Uwe Steinmann
f0ab6af744
asking for version number can be turned of completely
2020-01-16 13:08:48 +01:00
Uwe Steinmann
827049ee9a
nofication field can be turned of when uploading a new document
2020-01-16 12:45:59 +01:00
Uwe Steinmann
daf08343e3
set disable flag of extension
...
otherwise it will not be saved
2020-01-14 08:32:05 +01:00
Uwe Steinmann
8ae2874367
do not use global var EXT_CONF anymore
2020-01-03 10:21:58 +01:00
Uwe Steinmann
1f8c5fe7c3
workflows can be turned off completely
2019-12-19 16:08:10 +01:00
Uwe Steinmann
c332e0393b
add new config variable noDocumentFormFields
...
used for hiding some fields like comment, keywords, categories, ...
2019-12-19 09:03:59 +01:00
Uwe Steinmann
3c26142744
onePageMode can be turned on/off
2019-10-28 12:06:41 +01:00
Uwe Steinmann
75f3afdc84
new hooks processConfig and showConfig
...
hook 'showConfig' is anly called for extension variables if the type is
set to 'hook'. 'processConfig' is called after the extension
configuration is read
2019-10-23 09:06:19 +02:00
Uwe Steinmann
b1a895fb27
new config options for disallowing duplicate subfolder names
2019-07-01 10:50:40 +02:00
Uwe Steinmann
dcb0a746a0
new parameter xsendfile
2019-01-18 13:07:39 +01:00
Uwe Steinmann
24a6938f51
better handling of settings of extension if it was configured yet
2018-12-18 09:03:57 +01:00
Uwe Steinmann
7b1fc28cf4
pass on type and placeholder of extension config
...
this will fix password fields in the extension configuration which
were readable
2018-12-13 18:24:34 +01:00
Uwe Steinmann
0c53fee77d
show debug msg when test email is send
2018-11-09 17:22:33 +01:00