Uwe Steinmann
|
0fd0293f35
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2023-06-19 16:51:15 +02:00 |
|
Uwe Steinmann
|
b7d029475d
|
move most of the code in op/* into new controller
|
2023-06-18 13:59:23 +02:00 |
|
Uwe Steinmann
|
d4add8b343
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2023-05-08 18:00:20 +02:00 |
|
Uwe Steinmann
|
bad3799d62
|
make _finalize because it might be called from extensions
|
2023-05-08 17:59:31 +02:00 |
|
Uwe Steinmann
|
23568c0a6a
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2023-05-06 07:19:29 +02:00 |
|
Uwe Steinmann
|
cf75d8a7cc
|
move much of code after success full auth in __finalize()
|
2023-05-06 07:18:51 +02:00 |
|
Uwe Steinmann
|
6178252e56
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2023-04-28 18:43:27 +02:00 |
|
Uwe Steinmann
|
3dfcb8d581
|
do not reindex document imediately
|
2023-04-28 18:39:20 +02:00 |
|
Uwe Steinmann
|
63adb75fbc
|
fix regression when setting review by individual
|
2023-03-11 18:57:17 +01:00 |
|
Uwe Steinmann
|
c56a92b395
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2023-01-22 19:15:32 +01:00 |
|
Uwe Steinmann
|
5c985f32b1
|
do not include SeedDMS/Preview.php anymore because it is included in inc.FulltextInit.php already
|
2023-01-22 19:15:11 +01:00 |
|
Uwe Steinmann
|
244a5da6d8
|
get logger
|
2023-01-10 15:42:50 +01:00 |
|
Uwe Steinmann
|
99bb9e5e20
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2023-01-05 16:47:28 +01:00 |
|
Uwe Steinmann
|
b01dd7655c
|
separate cache by png, txt, and pdf
|
2023-01-05 15:09:25 +01:00 |
|
Uwe Steinmann
|
5694bf9501
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2022-12-10 14:23:43 +01:00 |
|
Uwe Steinmann
|
f7ebe88822
|
add authentication service
|
2022-11-28 21:40:42 +01:00 |
|
Uwe Steinmann
|
0c28f47481
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2022-11-24 12:40:55 +01:00 |
|
Uwe Steinmann
|
53389d9054
|
do cookie handling and session update only if logged in via web page
|
2022-11-24 12:38:59 +01:00 |
|
Uwe Steinmann
|
9dbe4e25aa
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2022-11-17 17:44:05 +01:00 |
|
Uwe Steinmann
|
2e4b19e4ef
|
fix counting of login failures if both ldap and db authentication is done
|
2022-11-17 17:43:55 +01:00 |
|
Uwe Steinmann
|
dbd43d5877
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2022-09-21 08:32:21 +02:00 |
|
Uwe Steinmann
|
4aa38182db
|
convert attribute of type date into format yyyy-mm-dd
|
2022-09-20 08:24:27 +02:00 |
|
Uwe Steinmann
|
877a94c37d
|
return err msg if attribute has not enough values
|
2022-09-20 08:23:52 +02:00 |
|
Uwe Steinmann
|
12675426e6
|
return false if attribute has not enough attribute values
|
2022-09-20 08:23:04 +02:00 |
|
Uwe Steinmann
|
2ee4773357
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2022-09-14 20:42:30 +02:00 |
|
Uwe Steinmann
|
fc68b025ef
|
add foldmarks
|
2022-09-14 14:24:33 +02:00 |
|
Uwe Steinmann
|
5cd59a7a84
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2022-09-09 06:31:17 +02:00 |
|
Uwe Steinmann
|
d3294518ad
|
check if content file exists
|
2022-09-08 16:43:29 +02:00 |
|
Uwe Steinmann
|
a0db4bcc6d
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2022-08-12 10:53:32 +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
|
59d24bde03
|
split run() into seperate methods()
|
2022-08-01 12:11:10 +02:00 |
|
Uwe Steinmann
|
9a0992751d
|
fix parameters for validate()
|
2022-07-27 09:37:58 +02:00 |
|
Uwe Steinmann
|
c21467a24d
|
pass flag $new=true to validate()
|
2022-07-27 09:32:59 +02:00 |
|
Uwe Steinmann
|
87a9db64f8
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2022-07-27 09:25:53 +02:00 |
|
Uwe Steinmann
|
1f6a509876
|
set flag $new when calling validate()
|
2022-07-27 09:24:59 +02:00 |
|
Uwe Steinmann
|
418c42ae59
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2022-07-08 18:46:17 +02:00 |
|
Uwe Steinmann
|
5c4ae08b4a
|
sync with RemoveFolder
|
2022-07-08 13:17:02 +02:00 |
|
Uwe Steinmann
|
be2ed2f061
|
fix some comments and variable names
|
2022-07-08 13:16:40 +02:00 |
|
Uwe Steinmann
|
821d9b1470
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2022-06-08 11:21:19 +02:00 |
|
Uwe Steinmann
|
4762b06741
|
fix validating custom attribute of type 'date'
|
2022-06-07 17:43:59 +02:00 |
|
Uwe Steinmann
|
6de426bbc3
|
call hook 'filenameDownloadItem' in search export and transmittal download
|
2022-03-25 08:44:32 +01:00 |
|
Uwe Steinmann
|
0652faf7c3
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2022-02-26 14:16:53 +01:00 |
|
Uwe Steinmann
|
8052b76165
|
set ETag
|
2022-02-25 19:14:54 +01:00 |
|
Uwe Steinmann
|
7b87cc355d
|
finish running cron jobs via web, result is returned as json
|
2021-12-12 12:58:42 +01:00 |
|
Uwe Steinmann
|
542a6cb045
|
require basic auth and login as user cli_scheduler
|
2021-11-08 15:53:43 +01:00 |
|
Uwe Steinmann
|
a830b18fc3
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2021-10-06 15:19:14 +02:00 |
|
Uwe Steinmann
|
898943dd6e
|
add new conversion manager and services
|
2021-10-06 15:03:03 +02:00 |
|
Uwe Steinmann
|
ab5aec99ba
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2021-09-29 18:25:54 +02:00 |
|
Uwe Steinmann
|
3b55c458c2
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2021-09-22 10:54:54 +02:00 |
|