Skip to content

Releases: nextcloud/xwiki

XWiki Application for Nextcloud v0.1.2

11 Apr 15:39
Compare
Choose a tag to compare

Added

  • Support for Nextcloud 28, 29 and 30

XWiki Application for Nextcloud v0.1.1

28 Jun 09:08
Compare
Choose a tag to compare

Fixed

  • Fixed a case where a connection error to XWiki could cause PHP errors.
    A typo also caused PHP errors in other cases.

XWiki Application for Nextcloud v0.1.0

28 Jun 07:35
Compare
Choose a tag to compare

Changed

  • The way Nextcloud authenticate to XWiki has been revamped. It does not
    require the Nextcloud extension for XWiki anymore and uses the standard
    mechanism provided by the OICD Provider for XWiki. The Nextcloud extension
    is still advertised because it will be needed for future features.
  • Removed icons in buttons in the administration section. These icons are not
    provided by Nextcloud anymore, and adding a dependency on some package to
    restore them is not worth it.

XWiki Application for Nextcloud v0.0.6

15 May 10:04
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that prevented the navigation tree from appearing when only one
    XWiki instance was registered (#10)

XWiki Application for Nextcloud v0.0.5

03 Apr 16:29
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that prevented users from disabling instances
  • Non admin users can now save their preferences and get access to XWiki (#6)

Added

  • Support for Nextcloud 26 and 27

Changed

  • Updated dependencies

XWiki Application for Nextcloud v0.0.4

26 Jan 09:15
Compare
Choose a tag to compare

Fixed

  • Now works on the official Nextcloud Docker image. AJAX calls are done the right way, see this pull request if you are curious about the technical reasons.

XWiki Application for Nextcloud v0.0.3

20 Jan 09:27
Compare
Choose a tag to compare

Fixed

  • Don't use $_SERVER['HTTPS'] , which is not always set correctly in all installs.
    Use Nextcloud provided methods to generate URLs instead. In some case, the
    XWiki application was generating an HTTP redirect URI on https instances, which
    was wrong and is now fixed.

XWiki Application for Nextcloud v0.0.2

18 Jan 17:10
Compare
Choose a tag to compare

Added

  • Users can disable wikis they don’t want to use from their personal settings
  • When registering a wiki, its URL is autofixed when possible (a missing
    '/xwiki' is added for instance)
  • A CHANGELOG.md file

Changed

  • The welcome screen is hopefully nicer to read
  • Registering a wiki is now more user-friendly, with guiding onboarding
    messages
  • When registering a wiki, instance_uri is passed to XWiki, so XWiki can
    produce correct links to the Nextcloud instance

XWiki Application for Nextcloud v0.0.1

04 Jan 16:54
Compare
Choose a tag to compare

This is the initial release of the XWiki application. Feedback welcome!