Skip to content

Latest commit

 

History

History
76 lines (43 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

76 lines (43 loc) · 1.28 KB

1.4.1 (2021-01-28)

Bug Fixes

  • use ERB::Util.url_encode instead of CGI.escape (3590197)

Maintain

  • add .DS_Store to gitignore (9bc59f4)

1.4.0 (2020-12-22)

Features

  • add recursive flag to create_folder (#7) (28d76b1)

1.3.1 (2020-02-25)

Bug Fixes

  • use ERB::Util.url_encode instead of CGI.escape to emulate URI.escape's behaviour

1.3.0 (2020-02-21)

Features

  • make share permissions configurable

Bug Fixes

  • avoid NoMethodError on delete_share when no share was found

Maintenance

  • use github actions

Style

  • fix rubocop offenses

1.2.3 (2020-01-24)

Bug Fixes

  • escape filename in dav uri

maintain

  • check in Gemfile and ignore Gemfile.lock

1.2.2 (2016-12-30)

Other

  • refactor Ocman::Share
  • use multi_json instead of json

1.2.1 (2016.12.21)

Bug Fixes

1.1.0 (2016.09.12)

Bug Fixes:

  • Ocman now handles URI.encode and URI.decode automatically (breaking change)