nextcloud icon indicating copy to clipboard operation
nextcloud copied to clipboard

Nextcloud OCS and WebDAV API wrapper for Ruby.

Results 10 nextcloud issues
Sort by recently updated
recently updated
newest added

I am trying to use the gem with a Ruby on Rails 7 app. This fails: ``` $ bundle Fetching gem metadata from https://rubygems.org/......... Resolving dependencies... Resolving dependencies... Resolving dependencies......

Issue: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call This will completely fail for ruby 3.0

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....

dependencies

Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. Release notes Sourced from activesupport's releases. v7.0.4.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes....

dependencies

Hi I am trying to find a way to share a calendar with an existing user. OCS supports fileshareing and I am wondering if it is something similar for Calendar...

Please merge updates, because I get dependency conflicts with current allowed versions.

This repo was forked from Dwimcore's version, and full commenting and file tagging support is added.

As an admin I would like to get the shares of all users or of a specific user without having to authenticate as that user. I dont know if the...

Hi, 1. Default Webdav in the latest version of Nextcloud is remote.php/webdav and not remote.php/dav. It worked only after changing the line 4, in lib/nextcloud/webdav_api.rb DAV_URL = "remote.php/dav".freeze to DAV_URL...

enhancement

Hi! Is there a way for editing Contacts with this gem? Thank you!

question