Uwe Steinmann
|
66f478b36a
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2018-03-13 18:01:42 +01:00 |
|
Uwe Steinmann
|
b223344af9
|
set dms and user in controller
was previously taken from global variables
|
2018-03-12 18:34:17 +01:00 |
|
Uwe Steinmann
|
953e94cd8e
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2018-03-09 13:11:11 +01:00 |
|
Uwe Steinmann
|
7f0a8d1094
|
no need to include Init.php twice
|
2018-03-07 12:25:16 +01:00 |
|
Uwe Steinmann
|
57839377f8
|
remove duplicate code
|
2018-02-07 22:36:26 +01:00 |
|
Uwe Steinmann
|
ab7776bdb9
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2018-02-07 22:32:18 +01:00 |
|
Uwe Steinmann
|
9a23619f18
|
pass $dms to postAddService() and preAddService()
|
2018-02-07 19:02:09 +01:00 |
|
Uwe Steinmann
|
5b19253131
|
set sequence according to default position in configuration
|
2018-02-07 09:52:23 +01:00 |
|
Uwe Steinmann
|
dacacde524
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2018-02-05 15:14:45 +01:00 |
|
Uwe Steinmann
|
25657c2f64
|
save missing translations into cachedir
|
2018-02-05 14:27:54 +01:00 |
|
Uwe Steinmann
|
89ad08a537
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2018-01-30 08:05:00 +01:00 |
|
Uwe Steinmann
|
94efc33ec5
|
send error msg if indexing failed
the error is taken from stderr of the converter
|
2018-01-30 06:32:22 +01:00 |
|
Uwe Steinmann
|
c6e3aebc48
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2017-11-21 08:47:13 +01:00 |
|
Uwe Steinmann
|
64f7e9be10
|
call notification hooks before and after setting up email notification
|
2017-11-21 08:41:10 +01:00 |
|
Uwe Steinmann
|
5b2da28edd
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2017-09-27 07:02:38 +02:00 |
|
Uwe Steinmann
|
c9d01565ba
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2017-09-20 09:24:00 +02:00 |
|
Uwe Steinmann
|
bb3071bdae
|
use cmd timeout when indexing document (Closes 344)
|
2017-09-11 08:21:28 +02:00 |
|
Uwe Steinmann
|
7c01cadb2f
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2017-07-20 17:05:25 +02:00 |
|
Uwe Steinmann
|
2fe4724bfd
|
set $indexconf to null if fulltext is disabled
|
2017-07-20 17:04:26 +02:00 |
|
Uwe Steinmann
|
652e7a82af
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2017-06-13 14:48:55 +02:00 |
|
Uwe Steinmann
|
778f94f0d1
|
use AddDocument controller when uploading a document
this will make sure all hooks are being called
|
2017-06-09 12:29:20 +02:00 |
|
Uwe Steinmann
|
510067a714
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2017-04-11 06:42:27 +02:00 |
|
Uwe Steinmann
|
ca17bc0c8c
|
pass null as first argument to all hooks (will later be the controller)
|
2017-04-05 22:08:25 +02:00 |
|
Uwe Steinmann
|
a65315c537
|
move all task output into own view
|
2017-03-20 12:41:21 +01:00 |
|
Uwe Steinmann
|
df27dcf878
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2017-03-20 11:54:55 +01:00 |
|
Uwe Steinmann
|
479ee94fd8
|
take out command 'view', is now covered by view classes
|
2017-03-10 20:08:32 +01:00 |
|
Uwe Steinmann
|
0a8261fdcb
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2017-03-03 12:08:05 +01:00 |
|
Uwe Steinmann
|
7d252d691b
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2017-03-03 10:35:09 +01:00 |
|
Uwe Steinmann
|
02e016d74c
|
use utf8_basename() instead of basename()
|
2017-03-03 10:34:46 +01:00 |
|
Uwe Steinmann
|
29c5ae0f51
|
pass null for controller when calling hook preIndexDocument
|
2017-03-03 10:32:41 +01:00 |
|
Uwe Steinmann
|
fea676c1d4
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2017-02-24 19:07:23 +01:00 |
|
Uwe Steinmann
|
9802959e50
|
add command 'indexdocument'
|
2017-02-24 12:13:01 +01:00 |
|
Uwe Steinmann
|
31074ab8e7
|
fix calling hook after uploading document
|
2017-02-23 08:58:01 +01:00 |
|
Uwe Steinmann
|
4c794381e6
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2017-02-20 17:34:43 +01:00 |
|
Uwe Steinmann
|
a6673fe908
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2017-02-20 17:21:24 +01:00 |
|
Uwe Steinmann
|
6f0d9e5d5d
|
move folders/documents propperly checks for access rights (Closes #309)
|
2017-02-18 07:55:40 +01:00 |
|
Uwe Steinmann
|
e280a6afa9
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2017-01-20 15:02:27 +01:00 |
|
Uwe Steinmann
|
cd745eb518
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2017-01-18 21:24:01 +01:00 |
|
Uwe Steinmann
|
13973dd276
|
set default access for doc when uploading
|
2017-01-18 20:58:28 +01:00 |
|
Uwe Steinmann
|
c6d26ec3fa
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2016-12-15 06:42:15 +01:00 |
|
Uwe Steinmann
|
e9e0de4d2a
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2016-12-07 15:32:54 +01:00 |
|
Uwe Steinmann
|
1ea96a5db7
|
propperly check for filesize when indexing document
|
2016-12-06 20:21:14 +01:00 |
|
Uwe Steinmann
|
a8b7277759
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2016-12-06 18:06:19 +01:00 |
|
Uwe Steinmann
|
12d241fa68
|
use better error msg, use abstract class for full text search
|
2016-12-06 18:00:14 +01:00 |
|
Uwe Steinmann
|
718762d284
|
check for access on document in mytasks and view->menutasks (Ticket #88)
previously documents where listed, even if the user had no access
|
2016-11-14 08:38:12 +01:00 |
|
Uwe Steinmann
|
2cc90ccbaf
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2016-10-06 15:29:11 +02:00 |
|
Uwe Steinmann
|
1541fc26ec
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2016-10-06 15:27:52 +02:00 |
|
Uwe Steinmann
|
3e505cabc9
|
log only some actions if they were successful
|
2016-10-05 16:32:48 +02:00 |
|
Uwe Steinmann
|
4219559450
|
get doc list ReviewByMe and ApproveByMe instead of AppRevByMe
|
2016-09-28 14:09:03 +02:00 |
|
Uwe Steinmann
|
a8fd2da7ea
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2016-08-25 17:10:01 +02:00 |
|