Skip to content

Releases: a-schild/nextcloud-java-api

11.3.0 Release

15 Jul 08:37
Compare
Choose a tag to compare
  • Added api to uploadFile a File instead of InputStream to work arround an FPM/FCGI chunk problem with certain server config
  • Deprecated the uploadFile(InputStream) because of the potential server problems
  • Addded api to retrieve file & folder properties

Small API enhancements

05 May 15:03
Compare
Choose a tag to compare
  • Added option to return full path to files in folder listings (Thanks to thepivo)
  • Added option to use the continue header in file uploads/puts (Thanks to TobiWineKenobi)
  • Version bump to 11.2.0 because of added api methods

11.1.0 Relase

24 Feb 10:51
Compare
Choose a tag to compare

2020-02-24

  • Added option to only return files in folder listings (Thanks to SimonIT)
  • Upgraded slf4j to 1.7.30, httpclient to 4.5.11, httpcore to 4.4.13
  • Integrated pull request from col-panic for clean shutdown and directory install support
  • Switch to slf4j as logging framework
  • fix to also use port in sardine connector
  • Upgraded to sardine 5.9
  • Added explicit dependencies to http core and http client libraries
  • downloadFile now can return an InputStream

11.0.3 Release

03 Dec 11:33
Compare
Choose a tag to compare
  • Clean URI handling with special characters
  • Port support corrected in server settings
  • Added E-Mail share type
  • Upgraded httpasyncclient to 4.1.4

11.0.2 Reworked file/folder handling

03 Aug 08:18
Compare
Choose a tag to compare
  • Reworked file and folder handling
  • Improved sardine connector handling
  • Upgraded to sardine 5.8
  • More code cleanups

Initial maven central release

25 Jul 20:59
Compare
Choose a tag to compare

New release for maven central