- use ERB::Util.url_encode instead of CGI.escape (3590197)
- add .DS_Store to gitignore (9bc59f4)
- add recursive flag to create_folder (#7) (28d76b1)
- use ERB::Util.url_encode instead of CGI.escape to emulate URI.escape's behaviour
- make share permissions configurable
- avoid NoMethodError on delete_share when no share was found
- use github actions
- fix rubocop offenses
- escape filename in dav uri
- check in Gemfile and ignore Gemfile.lock
- refactor Ocman::Share
- use multi_json instead of json
- add
OCS-APIRequest: true
header nextcloud/server#2753
- Ocman now handles URI.encode and URI.decode automatically (breaking change)