Skip to content

Releases: nextcloud/jsxc.nextcloud

JSXC for Nextcloud v5.0.0

04 Feb 13:49
276ee35
Compare
Choose a tag to compare

Added

  • bump Nextcloud support
  • bump JSXC to 4.4.0
  • BREAKING CHANGE: remove internal backend

Fixed

  • remove deprecated app.php
  • disable jsxc if not configured
  • hide internal option if not used

Misc

  • change version requirements
  • satisfy psalm
  • fix xml schema
  • update dependencies

JSXC for Nextcloud v5.0.0-beta.1

04 Jan 15:33
1152076
Compare
Choose a tag to compare
Pre-release

Added

  • bump Nextcloud support
  • bump JSXC to 4.4.0-beta.1
  • BREAKING CHANGE: remove internal backend

Fixed

  • remove deprecated app.php
  • disable jsxc if not configured
  • hide internal option if not used

Misc

  • change version requirements
  • satisfy psalm
  • fix xml schema
  • update dependencies

JSXC for Nextcloud v4.3.1

08 Jul 13:11
c4b9530
Compare
Choose a tag to compare

Fixed

  • update JSXC to 4.3.1 (changelog)
  • add deprecation label to internal option

Misc

  • update changelog
  • update dependencies

JSXC for Nextcloud v4.3.0

05 Jul 13:25
2f53d72
Compare
Choose a tag to compare

Added

  • update JSXC to 4.3.0 (changelog)
  • bump Nextcloud to version 21

Fixed

  • remove obsolete variable
  • command DI
  • multiple DI issues
  • php8 type error

Misc

  • use more automated DI
  • align filename with class name
  • add psalm
  • update dependencies
  • remove deprecated mock method
  • refactor deprecated tests
  • refactor hooks test
  • fix compatibility between nc versions
  • update phpunit
  • fix phpunit
  • fix nc version for php 8
  • fix branch name
  • move to github actions
  • update ci badge

JSXC for Nextcloud v4.3.0-beta.1

29 May 15:18
9383a77
Compare
Choose a tag to compare
Pre-release

Added

  • update JSXC to 4.3.0-beta.1 (changelog)
  • bump Nextcloud to version 21

Fixed

  • remove obsolete variable
  • command DI
  • multiple DI issues
  • php8 type error

Misc

  • use more automated DI
  • align filename with class name
  • add psalm
  • update dependencies
  • remove deprecated mock method
  • refactor deprecated tests
  • refactor hooks test
  • fix compatibility between nc versions
  • update phpunit
  • fix phpunit
  • fix nc version for php 8
  • fix branch name
  • move to github actions
  • update ci badge

JSXC for Nextcloud v4.2.1

28 Dec 11:36
daaa8d2
Compare
Choose a tag to compare

Fixed

  • fix undefined host key
  • fix undefined array key
  • fix chat icon injection

Misc

JSXC for Nextcloud v4.2.0

13 Dec 16:22
8dac9e6
Compare
Choose a tag to compare

Added

  • update JSXC to 4.2.0 (changelog)
  • use Nextcloud color scheme
  • bump max Nextcloud version to 20

Fixed

  • #159 do not restore accounts on login page
  • add chat login only to main login page
  • fix roster space for files table
  • fix correct use of ocp/util
  • increase timeout to register managed server
  • fix hosts with custom port
  • fix fast repeating locks
  • jsxc/jsxc#916 fix null xml attribute

Misc

  • run tests with master and php 7.4
  • update ci to bionic
  • replace deprecated annotations
  • fix integration tests with random values
  • add missing imports
  • update composer dependencies

2020-12-08 16 29 55 localhost aa3cc2443f23

JSXC for Nextcloud v4.2.0-beta.1

10 Dec 15:21
36c64f1
Compare
Choose a tag to compare
Pre-release

Added

  • update JSXC to 4.2.0-beta.1 (changelog)
  • use Nextcloud color scheme
  • bump max Nextcloud version to 20

Fixed

  • #159 do not restore accounts on login page
  • add chat login only to main login page
  • fix roster space for files table
  • fix correct use of ocp/util
  • increase timeout to register managed server
  • fix hosts with custom port
  • fix fast repeating locks
  • jsxc/jsxc#916 fix null xml attribute

Misc

  • run tests with master and php 7.4
  • update ci to bionic
  • replace deprecated annotations
  • fix integration tests with random values
  • add missing imports
  • update composer dependencies

JSXC for Nextcloud v4.1.1

22 Jun 15:12
6c9b1b8
Compare
Choose a tag to compare

Misc

  • update JSXC to v4.1.1 (change log)
  • update dependencies

JSXC for Nextcloud v4.1.0

15 May 16:00
19cbd91
Compare
Choose a tag to compare

Added

  • bump max nc version to 19
  • ship with own version of jquery
  • #143 handle xmpp links

Fixed

  • remove external service detection
  • #142 php notices
  • disable jsxc on totp page
  • #139 follow personal start setting

Misc

  • update JSXC to v4.1.0 (change log)
  • change dev structure
  • use fully-qualifier class name
  • move app file to lib
  • add publish script
  • beautify build output
  • show webpack progress