This website requires JavaScript.
Explore
Help
Register
Sign In
redmine_plugins
/
redmine_dmsf
Watch
1
Star
0
Fork
0
You've already forked redmine_dmsf
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
redmine_dmsf
/
lib
/
redmine_dmsf
/
webdav
History
Daniel Munn
9f86383ab4
Resolves
#89
- with thanks to nolar
2013-01-18 23:34:24 +00:00
..
base_resource.rb
Fixes
#22
PUT request relies on request.body.length which passenger socket class does not contain (all other variants seems to) there is now implemented fallback based on reflection request.body.length then request.body.size and if all else fails request.content_length (which isn't ideal)
2012-07-08 21:09:53 +01:00
controller.rb
Resolves
#89
- with thanks to nolar
2013-01-18 23:34:24 +00:00
dmsf_resource.rb
Webdav R/RW functionality introduced
2012-07-11 15:23:32 +01:00
download.rb
Preparing for 1.4.1
2012-06-15 08:09:59 +01:00
index_resource.rb
Issue
#21
unable to access webdav when a subfolder
2012-07-05 13:00:58 +01:00
no_parse.rb
Preparing for 1.4.1
2012-06-15 08:09:59 +01:00
project_resource.rb
Updated files inline with changes in
#12
2012-06-22 13:38:21 +01:00
resource_proxy.rb
New: Support for lockdiscover and supported lock PROPFIND requests
2012-06-28 14:29:13 +01:00