Skip to content

Releases: a-schild/nextcloud-java-api

First 13.0.0 release with updated dependencies

29 Sep 10:34
Compare
Choose a tag to compare
  • Switch to jakarta xml stuff for simpler Java 11+ compatibility
  • The api remains identical, except the places where javax.xml stuff was exposed
    They now use the jakarta.xml names
  • Bump all dependencies to latest versions, also build environment
  • Added Cyclode DX SBOM

Release 12.0.5

29 Sep 09:20
Compare
Choose a tag to compare
  • Release 12.0.5
  • added bearer authentication for non-webdav calls
  • Thanks to Arnout Engelen

12.0.2 Release

01 Apr 12:47
Compare
Choose a tag to compare

upgraded jaxb-runtime to 3.0.2 too because of indirect dependencies

12.0.1 release, security fix

01 Apr 10:03
Compare
Choose a tag to compare
  • Release 12.0.1, upgraded various dependencies
  • jackson-databind upgraded to 2.13.2.2 to fix CVE-2020-36518 (Thanks to MrRoubous)

12.0.0 Release

02 Nov 13:51
Compare
Choose a tag to compare

Do to the removal of the xml provisioning api we have to switch to version 12.0.0

We did remove all xml based provision api, since they don't work
in many cases, we use JSON now

  • The getQuota() method now returns an Optional, to handle the case
    when no quota is set at all (Allowing unlimited storage)
    Thanks @kriszman for the patches
    • Fix downloadFolder() when having special chars in folder name(s)
      Thanks to flelayo (Issue #71)
    • Adding bearer authentication (Constructors got lost in merge)
    • Added support for user quota field, pull request #70, thanks to kriszman
    • Fix downloaded file name if URI encoded values are returned, use request file name
      Thanks to flelayo for the fix to issue #69

Full Changelog: 11.6.0...12.0.0

11.6.0 Release

04 Oct 15:03
Compare
Choose a tag to compare
  • Merged the webdav path resolver from thestomprock with some fixups
  • Added bearer authentication, thanks torshid
  • Base path customization, thanks torshid

11.5.1 Release

09 Sep 13:41
Compare
Choose a tag to compare

Integrated fix for invalid userlist, pull request #62, Thanks kriszman

11.5.0 Release

20 May 14:29
Compare
Choose a tag to compare

Added rename/move method for files+folders

11.4.1 release

27 Apr 08:41
Compare
Choose a tag to compare

Updated pom dependencies

11.4.0 release

21 Nov 10:51
Compare
Choose a tag to compare
  • 2020-11-21
    • Added methods to access nextcloud instance installed in subfolders (Thanks to @helmut8080)
    • Version bump to 11.4.0 because of added api methods