Uwe Steinmann
80c5934eb1
use new authentication mechanism, add ldap authentication
2017-12-20 13:16:15 +01:00
Uwe Steinmann
041c7934bc
do not add extension if it already exists (getDocumentContent())
2017-12-20 12:16:12 +01:00
Uwe Steinmann
83aa6fe02e
move retrieval of document data into function
2017-12-20 11:51:05 +01:00
Uwe Steinmann
b539921c23
do not call htmlspecialchars() for json data
...
it doesn't do any harm and it's up to the application to encode the data
2017-12-20 11:33:21 +01:00
Uwe Steinmann
be112427d6
remove white space, expand tabs
2017-12-20 11:24:40 +01:00
Uwe Steinmann
5013fb154c
do not htmlspecialchars() keywords, check attributes before setting them
2017-12-20 11:22:16 +01:00
Uwe Steinmann
f12d735124
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-10-27 07:59:42 +02:00
Uwe Steinmann
c86bcd50ce
Merge commit 'f3490fc6ced1af8d2c96b76c806d47c77553e4f1' into seeddms-5.0.x
2017-10-27 07:38:55 +02:00
Uwe Steinmann
43819b205e
Merge commit '957482bc9b23949923f7ac4a3dbb8b8b54892603' into seeddms-5.0.x
2017-10-27 07:38:26 +02:00
Uwe Steinmann
02b91a52cc
execute extension code
2017-10-16 09:06:37 +02:00
Uwe Steinmann
fcd8f1a53b
include previewer, include slim from vendor dir
2017-02-22 09:08:52 +01:00
Uwe Steinmann
fd2d343c71
add method getDocumentPreview(), fix setting some headers
2017-01-05 10:05:47 +01:00
Uwe Steinmann
bd67ea6abd
set filetype when uploading file
2016-12-22 07:54:52 +01:00
Sebastian Bartus-Kunz
f3490fc6ce
Small fix.
2016-06-10 15:08:33 +02:00
Sebastian Bartus-Kunz
957482bc9b
Added change password request.
2016-06-10 15:06:41 +02:00
Uwe Steinmann
45538b32ff
set 'orig_filename' get return value of getDocument()
2016-06-09 19:31:18 +02:00
Uwe Steinmann
f894ac441a
add methods get[Folder|Document]Attributes
2016-05-17 10:18:41 +02:00
Uwe Steinmann
b59d414adb
fix some bugs in changeFolderAccess.
2016-02-15 17:03:13 +01:00
Uwe Steinmann
fbf13b6806
lots of new functions
...
mostly for group and account management
2016-02-15 08:23:32 +01:00
Uwe Steinmann
ef902ee120
return file size of version where appropriate
2015-08-11 14:10:28 +02:00
Uwe Steinmann
858efedfdf
set default limit in doSearch to 5
2015-03-17 21:12:06 +01:00
Uwe Steinmann
401d02daaf
fixed limit restriction in doSearch()
2015-03-13 08:08:28 +01:00
Uwe Steinmann
7a1856bc5d
the limit passed to doSearch applys to the filtered result
...
previous the limit was applied to search befored filtering the
result by access rights. This can easily cause empty result sets if
the user has access to few documents. Now the search returns all
hits and limit will be applied when the documents are filtered by
access rights
2015-03-13 07:49:58 +01:00
Uwe Steinmann
15477a076d
set substitution user if set
2015-03-12 17:12:44 +01:00
Uwe Steinmann
4265ff97f3
better error checking, new upload document route
2014-07-11 08:39:10 +02:00
Uwe Steinmann
d0c055e0ee
more parameters for createfolder
...
comment and attributes can be set
2014-06-30 11:03:37 +02:00
Uwe Steinmann
8740020409
new method doSearchByAttr()
...
it searches objects by a given attribute and its value
2014-06-30 07:42:16 +02:00
Uwe Steinmann
010179fc98
getFolder() can be forced to treas $id as a name
2014-06-03 08:49:01 +02:00
Uwe Steinmann
f33e9ca232
getFolder also takes a name and a parent id
2014-05-28 09:50:41 +02:00
Uwe Steinmann
92803c5f39
add missing restapi files
2014-04-08 09:15:18 +02:00