dav4rack icon indicating copy to clipboard operation
dav4rack copied to clipboard

WebDAV for Rack

Results 27 dav4rack issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.5.2 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...

dependencies

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.32 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...

dependencies

I see that there hasn't been a lot of activity here, but we still use this gem to provide WebDav sync for our users. Now we would like to migrate...

Bumps [rack](https://github.com/rack/rack) from 1.4.1 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.6.0 to 0.9.5. Release notes *Sourced from [i18n's releases](https://github.com/svenfuchs/i18n/releases).* > ## v0.9.5 > * [#404](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/404) reported a regression in 0.9.3, which wasn't fixed by 0.9.4. [#408](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/408) fixes...

dependencies

Bumps [activesupport](https://github.com/rails/rails) from 3.2.2 to 3.2.22.5. Commits - [`e4b0a5f`](https://github.com/rails/rails/commit/e4b0a5f66ebd2b7f29e4f868d2f6b2504df091e6) bumping version - [`c4e0169`](https://github.com/rails/rails/commit/c4e01690620c319ac3f04d213003f8001f33d14b) bumping version - [`ebc3639`](https://github.com/rails/rails/commit/ebc3639139d21eeb8452edb28ce62530cc075198) bumping version - [`1ac2ddb`](https://github.com/rails/rails/commit/1ac2ddbc433ec96dd06affb6f10f33d9eb12d52a) Preparing for 3.2.22.2 release - [`8d86637`](https://github.com/rails/rails/commit/8d86637fb64ae8ae81ab71a286ddba02cc3144a4) bumping version -...

dependencies

Is there a way to implement other authentication methods instead Basic auth (username and password)? In example OpenID Connect, oauth 2 etc, which should redirect the auth to external identity...

Sorry if this is the incorrect place to ask a question. Does Dav4Rack support chunked uploads?

As http://www.ics.uci.edu/~ejw/authoring/protocol/rfc2518.html#METHOD_PROPFIND suggests: "An empty PROPFIND request body MUST be treated as a request for the names and values of all properties." I saw that Microsoft's Mini-Redirector used to request...