Uwe Steinmann
|
bb38dc7b22
|
properly handle duplicate names when moving a document/folder
|
2020-01-13 09:32:22 +01:00 |
|
Uwe Steinmann
|
e571fe38a5
|
send notifications, check for duplicate folder/document names if configured
|
2019-08-22 07:47:04 +02:00 |
|
Uwe Steinmann
|
482bf93cc0
|
set date of folder
|
2018-09-17 13:47:40 +02:00 |
|
Uwe Steinmann
|
45615be207
|
pass context to getAccessMode()
|
2018-07-12 22:36:44 +02:00 |
|
Uwe Steinmann
|
453dfcd71e
|
check for _enableWebdavReplaceDoc in settings
|
2018-04-12 11:32:10 +02:00 |
|
Uwe Steinmann
|
e13cd0fb49
|
add missing space
|
2018-03-22 15:15:13 +01:00 |
|
Uwe Steinmann
|
0e64f8a7fc
|
do not log DEBUG by default
|
2018-03-22 15:13:09 +01:00 |
|
Uwe Steinmann
|
75a6eafef4
|
better error logging
|
2018-03-22 15:12:53 +01:00 |
|
Uwe Steinmann
|
0d3b07b44d
|
place log files in contentDir/log
|
2018-03-14 10:16:10 +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
|
bcdcfe2b43
|
call controller for adding and removing a folder
|
2018-03-09 18:23:14 +01:00 |
|
Uwe Steinmann
|
ed93657566
|
use extensions and controller
|
2018-03-07 12:36:24 +01:00 |
|
Uwe Steinmann
|
2e4ef97bff
|
orig filename can be used instead of document name
|
2017-08-28 13:46:16 +02:00 |
|
Uwe Steinmann
|
ca9b3cb245
|
no need to check for password, but check for ip, guest login and disabled accounts (Closes #250)
|
2017-03-21 11:35:39 +01:00 |
|
Uwe Steinmann
|
14ab2120f1
|
take out definition of apache_request_headers(), do use method if not available
|
2017-01-17 13:47:14 +01:00 |
|
Uwe Steinmann
|
fae3831e11
|
add note on where apache_request_headers() orig. comes from
|
2017-01-13 08:22:41 +01:00 |
|
Uwe Steinmann
|
7a7976827a
|
add function apache_request_headers() in case it is missing
this allows to run the web dav server even on non apache environments
or fastcgi is used
|
2017-01-12 11:00:14 +01:00 |
|
Uwe Steinmann
|
1e4a07be94
|
use ldap authentication if turned on
|
2016-09-06 21:40:09 +02:00 |
|
Uwe Steinmann
|
6793dbfb66
|
remove restrictions that only admins may delete documents
|
2016-04-04 07:40:25 +02:00 |
|
Uwe Steinmann
|
63d4ee9460
|
better error checking when setting a custom attribute
|
2016-02-03 14:47:50 +01:00 |
|
Uwe Steinmann
|
7140b12357
|
initial support for getting/setting custom attributes
|
2016-01-29 16:47:21 +01:00 |
|
Uwe Steinmann
|
671fbd1f33
|
do not create new version anymore, unless the user, mimetype has changed
|
2014-11-27 13:42:00 +01:00 |
|
Uwe Steinmann
|
715410e437
|
allow users to access a document which has been locked by herself
|
2014-11-26 07:49:19 +01:00 |
|
Uwe Steinmann
|
4dade8e5cd
|
set propper last modification time
|
2014-11-24 13:11:29 +01:00 |
|
Uwe Steinmann
|
a7af6656b4
|
PROPFIND returns same documents like GET
PROPFIND previously returned all documents while GET returned only
released documents. They now both return only released documents.
|
2013-09-06 08:00:18 +02:00 |
|
Uwe Steinmann
|
73c6ff9427
|
major name change from letodms to seeddms
|
2013-02-14 12:10:53 +01:00 |
|
Uwe Steinmann
|
0487b37b51
|
rename letodms_webdav.php to webdav.php and fixed include
|
2013-02-13 21:06:47 +01:00 |
|
steinm
|
fcf9bf6583
|
- do not create a new version if the new file is identical to the
current version
|
2013-02-08 14:56:26 +00:00 |
|
steinm
|
3d822f2cff
|
- do not show documents which are not released
|
2013-02-04 14:34:52 +00:00 |
|
steinm
|
f2ca92f48b
|
do not allow to delete non empty folders
only admins may delete folders
|
2012-12-13 21:21:35 +00:00 |
|
steinm
|
15e556192c
|
- redid all changes in 3.4.x after project update at sf
|
2012-10-19 11:41:55 +00:00 |
|
steinm
|
e704adab00
|
- do a second reverse lookup for object on DELETE
|
2012-07-02 06:53:42 +00:00 |
|
steinm
|
ede1f4a992
|
- include Log.php after Settings has been read
- set db client encoding to utf8
|
2012-05-08 08:03:48 +00:00 |
|
steinm
|
c54512cb44
|
fixed weak access protection
|
2012-03-12 10:26:26 +00:00 |
|
steinm
|
957b13d84f
|
- better checking of access rights
|
2011-12-15 07:27:19 +00:00 |
|
steinm
|
d44a1a8549
|
- fixed use of rawurl[de|en]code
|
2011-12-08 18:30:49 +00:00 |
|
steinm
|
de0983ee7d
|
- fixed GET method (due to new storage of document and folder names)
|
2011-12-07 07:33:11 +00:00 |
|
steinm
|
d4d1c7ead9
|
- include inc.Settings.php before letodms_webdav.php
|
2011-12-07 07:32:01 +00:00 |
|
steinm
|
7b189e2449
|
- urldecode path in reverseLookup()
|
2011-10-27 07:57:31 +00:00 |
|
steinm
|
742615adec
|
- configuration is now taken from letodms
|
2011-10-19 08:54:42 +00:00 |
|
steinm
|
45f3aebcb7
|
- adopt to new LetoDMS_Core api
|
2011-07-27 19:53:52 +00:00 |
|
steinm
|
c26aa95b0d
|
- do not use old config file anymore.
- write log into contentDir/webdav-xx
|
2011-07-27 19:52:45 +00:00 |
|
steinm
|
bb3ce66aaf
|
- updated on new configuration setting
|
2011-07-20 07:19:06 +00:00 |
|
steinm
|
6587ae9aeb
|
- fixed call of constructor of LetoDMS_DMS
- output of file size and modification time in GetDir()
|
2011-05-16 06:47:06 +00:00 |
|
steinm
|
46134c1d6a
|
- fixed path to Core.php
|
2011-02-18 16:16:39 +00:00 |
|
steinm
|
0626b79380
|
- webdav server
|
2011-02-09 07:03:00 +00:00 |
|