Commit Graph

838 Commits

Author SHA1 Message Date
Uwe Steinmann
20c3ddfd1e Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-09-28 14:20:41 +02:00
Uwe Steinmann
4219559450 get doc list ReviewByMe and ApproveByMe instead of AppRevByMe 2016-09-28 14:09:03 +02:00
Uwe Steinmann
583770dc04 add hooks 2016-09-27 17:31:35 +02:00
Uwe Steinmann
ce9bb05a0b add hooks 2016-09-27 17:31:21 +02:00
Uwe Steinmann
bdd0dd6582 add saving and reloading layout data 2016-08-31 11:54:51 +02:00
Uwe Steinmann
4d6ce5114a add operation for saving workflow layout (not ready yet) 2016-08-31 10:11:18 +02:00
Uwe Steinmann
b646e4f9cf Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-08-30 13:36:09 +02:00
Uwe Steinmann
4d7323177d set quota when creating new user (Closes #285) 2016-08-30 12:03:30 +02:00
Uwe Steinmann
5003c54deb Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-30 08:46:59 +02:00
Uwe Steinmann
1e691c2451 check early for guest login
even before any other authenitcation methods
2016-08-30 07:57:06 +02:00
Uwe Steinmann
a8fd2da7ea Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-08-25 17:10:01 +02:00
Uwe Steinmann
05a7a897f2 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-24 11:17:17 +02:00
Uwe Steinmann
f470255423 add missing header von ContentType, set header for Cache-Control
this fixes bug #280
2016-08-22 18:13:57 +02:00
Uwe Steinmann
3e45e8cb10 add actions '[update|remove]transmittalitem' 2016-08-22 06:25:17 +02:00
Uwe Steinmann
b6907c6bc2 pass accessop to 'view', remove '[update|remove]transmittalitem'
'[update|remove]transmittalitem' is now in op/op.TransmittalMgr.php
2016-08-22 06:23:22 +02:00
Uwe Steinmann
dc2edaca25 move more code into controller class 2016-08-11 22:56:12 +02:00
Uwe Steinmann
17c9556337 remove left over from git merge conflict 2016-08-11 12:11:09 +02:00
Uwe Steinmann
2e19ad3dcb check for access 2016-08-11 12:05:26 +02:00
Uwe Steinmann
eebb3e996d Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-08-10 17:53:12 +02:00
Uwe Steinmann
e1d09ac09f Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-10 15:53:31 +02:00
Uwe Steinmann
f890b23ccc put authentication into its own class 2016-08-10 15:52:55 +02:00
Uwe Steinmann
b3cbd5825c remove old comment 2016-08-10 08:49:24 +02:00
Uwe Steinmann
786ffb7523 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-10 08:46:15 +02:00
Uwe Steinmann
b8fd3b67f2 fix line indenting 2016-08-10 08:45:58 +02:00
Uwe Steinmann
79e7a2babe Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-10 08:38:33 +02:00
Uwe Steinmann
5d05057774 treat ldap auth like database auth
count login failures, check for guest user, etc.
2016-08-10 08:04:52 +02:00
Uwe Steinmann
b110549972 add command clearclipboard 2016-08-09 18:14:32 +02:00
Uwe Steinmann
e8c15079eb replace ':' by '-' in dump file (Closes: #267)
because MS-Windows has problems with ':' in a file name
2016-08-09 14:05:52 +02:00
Uwe Steinmann
0eaf8c34f7 fix runtime error 2016-08-09 08:01:30 +02:00
Uwe Steinmann
148088f42a Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-08-09 07:55:52 +02:00
Uwe Steinmann
ffab03a8b8 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-09 07:55:35 +02:00
Uwe Steinmann
5980b9697c fix line endings 2016-08-09 07:36:05 +02:00
Uwe Steinmann
6303973618 fix copyright in header 2016-08-09 07:34:30 +02:00
Uwe Steinmann
974a5d4a80 add missing copyright and license 2016-08-09 07:08:27 +02:00
Uwe Steinmann
b54b28e1f2 fix runtime error, show splash message after execution 2016-08-09 07:08:00 +02:00
Uwe Steinmann
229b7e874f set pwdExpiration to 'keep' instead of ''
set '' as value for never
2016-08-08 20:21:30 +02:00
Uwe Steinmann
138a6ce408 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-08-03 09:30:53 +02:00
Uwe Steinmann
b013553a3d Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-03 09:24:10 +02:00
Uwe Steinmann
04d7fdf258 update full text engine
also index content if file size is less the a configured size
(Closes: #270)
2016-08-02 17:09:49 +02:00
Uwe Steinmann
8770aaecb3 add new paramter maxSizeForFullText 2016-08-02 17:08:54 +02:00
Uwe Steinmann
3c6bd6bf6f check for su by regular user, call service hooks 2016-08-02 13:37:04 +02:00
Uwe Steinmann
5adaf41288 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-08-02 11:34:17 +02:00
Uwe Steinmann
adf217dbf7 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-02 11:34:05 +02:00
Uwe Steinmann
04c0b62b8c fix setting reviewer/approver for admins/owners 2016-08-02 11:33:21 +02:00
Uwe Steinmann
13c3e15b4f Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-07-27 21:10:42 +02:00
Uwe Steinmann
d167c565ce include Utils.php earlier 2016-07-27 08:57:51 +02:00
Uwe Steinmann
b5b9a5eac3 check code from google authenticator 2016-07-12 17:42:39 +02:00
Uwe Steinmann
2bc217b156 add files for 2 factor authentication 2016-07-12 17:39:10 +02:00
Uwe Steinmann
825ef2898b add enable2FactorAuthentication 2016-07-06 22:25:43 +02:00
Uwe Steinmann
3922d1706a Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2016-07-06 13:35:31 +02:00