Skip to content

Releases: otetard/ownpad

v0.12.0

18 Aug 13:56
Compare
Choose a tag to compare

0.12.0

Changed

  • Add support for Nextcloud 30 (no changes).

v0.11.0

02 May 12:53
767891b
Compare
Choose a tag to compare

Added

  • Add support for OAuth2 authentication now that Etherpad 2.x requires
    it. Keep support for old APIKey authentication. This requires a
    version strictly upper than 2.0.2.
  • Add a new “test etherpad authentication” button in settings.

Changed

  • Remove third party dependency etherpad-lite-client, talk to
    Etherpad API directly in Ownpad.
  • Rewrite settings page to make use of Vue to improve user experience
    and maintenance.

Fixed

  • Remove 3rdparty from the Nextcloud App Store tarball.

0.11.0-beta.2

29 Apr 17:15
Compare
Choose a tag to compare
0.11.0-beta.2 Pre-release
Pre-release

Fixed

  • Remove 3rdparty from the Nextcloud App Store tarball.

0.11.0-beta.1

29 Apr 17:06
de35928
Compare
Choose a tag to compare
0.11.0-beta.1 Pre-release
Pre-release

Added

  • Add support for OAuth2 authentication now that Etherpad 2.x requires it. Keep support for old APIKey authentication. This requires a version strictly upper than 2.0.2.

Changed

  • Remove third party dependency etherpad-lite-client, talk to Etherpad API directly in Ownpad.
  • Rewrite settings page to make use of Vue to improve user experience and maintenance.

v0.10.1

25 Apr 20:54
Compare
Choose a tag to compare

Changed

  • Add support for Nextcloud 29 (no changes).

v0.10.0

26 Jan 09:26
Compare
Choose a tag to compare

Changed

  • Add support for Nextcloud 28 and drop support for older versions.

v0.10.0-beta.1

24 Jan 21:51
Compare
Choose a tag to compare
v0.10.0-beta.1 Pre-release
Pre-release

Changed

  • Add support for Nextcloud 28 and drop support for older versions.

v0.9.5

28 Aug 20:02
ca1f859
Compare
Choose a tag to compare

Fixed

  • Make code compatible with PHP7.4
  • Pad name can’t be longer than 50 chars

v0.9.4

12 Aug 16:09
f0d4f9a
Compare
Choose a tag to compare

Fixed

  • Fix protected pad creation that was was broken since 0.9.0.
  • Display the error message returned by the API when creating a new pad.

v0.9.3

12 Aug 13:32
Compare
Choose a tag to compare

Fixed

  • Add l10n/ directory in the generated tar.gz when calling make appstore.