Releases: nextcloud/xwiki
Releases · nextcloud/xwiki
XWiki Application for Nextcloud v0.1.2
XWiki Application for Nextcloud v0.1.1
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
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
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
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
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
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
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
This is the initial release of the XWiki application. Feedback welcome!