This commit is contained in:
Brandon Robins
2018-05-16 02:40:15 -05:00
parent 2ce668b9ea
commit 944668ffcb
16 changed files with 320 additions and 12 deletions

View File

@@ -24,6 +24,7 @@ require 'calligraphy/web_dav_request/propfind'
require 'calligraphy/web_dav_request/proppatch'
require 'calligraphy/web_dav_request/put'
require 'calligraphy/web_dav_request/unlock'
require 'calligraphy/web_dav_request/acl'
#:nodoc:
module Calligraphy
@@ -43,7 +44,7 @@ module Calligraphy
mattr_accessor :allowed_http_methods
@@allowed_http_methods = %w[
options get put delete copy move
mkcol propfind proppatch lock unlock
mkcol propfind proppatch lock unlock acl
]
# Proc responsible for returning the user's password, API key,
@@ -70,7 +71,7 @@ module Calligraphy
mattr_accessor :web_dav_actions
@@web_dav_actions = %i[
options get put delete copy move
mkcol propfind proppatch lock unlock
mkcol propfind proppatch lock unlock acl
]
# Default way to set up Calligraphy.