- Fix installation error message
Out-of-path file extraction(for #320)
- Updated and tested app for Nextcloud 33 (for #320)
- Updated dependencies
- Updated and tested app for Nextcloud 32 (for #290)
- The sharing API was fixed for Nextcloud v28.0.14 and newer (for #271, thank you, @DanRiess)
- Updated and tested password functionality for Nextcloud 31 (for #260)
- The custom
PsrLoggerwas removed in favor of\Psr\Log\LoggerInterface, because it doesn't work with Nextcloud 31 - Server breaking changes in the sharing API were fixed in
ShareAPIController
- The custom
- Updated dependencies
- Updated and tested app for Nextcloud 30 (for #226)
- Nextcloud instance breaking changes in the sharing API were fixed
- Updated dependencies
- Prevent common password managers to fill out admin form (for #215)
- Restore file sharing API in Nextcloud 27+ (for #197, thank you, @DanRiess)
- Updated dependencies
- Fixed breaking change introduced in Nextcloud 29.0.2 (for #200)
- Updated dependencies
- Updated and tested app for Nextcloud 29 (for #177)
- Updated dependencies
- The missing controller for the Preview API was added (for #149, thank you, @aleixq)
- Updated dependencies
- Fixed
app.infodeprecation warning debug message (for #145) - Updated dependencies
- Basic preview API support was added (for #94, thank you, @aleixq)
- Updated and tested app for Nextcloud 28
- Updated dependencies
- Updated and tested app for Nextcloud 27
- Updated dependencies
- Updated store description (for #1)
- A files sharing API with origin check was added (for #1, thank you, @aleixq)
- Updated and tested app for Nextcloud 26
- Migrate fully to GitHub
- Enabled and tested app for Nextcloud 25
- Added support for Access-Control-Allow-Credentials header (for #6, thank you, @powerflo)
- Enabled and tested app for Nextcloud 24
- Enabled and tested app for Nextcloud 23
- Updated and tested app for Nextcloud 22
- Updated and tested app for Nextcloud 21
- Mention CalDAV on Nextcloud app page
- Now also CalDAV requests are allowed
- Now the
webdavUrlwill be returned bypostMessageto prevent issues if the UID doesn't match the loginName (for #13)
- Leading and trailing whitespaces will now be automatically trimmed from the origins
- Updated and tested app for Nextcloud 20
- Fixed the expiring temporary app passwords after 5 min with NextCloud OIDC Login (for #11)
- The
target-originwill now be shown asDevicein the temporary app passwords
- Updated summary and description
- Updated example and issue links
- Added more documentation and links
- Renamed app from
Web App PasswordtoWebAppPassword - Fixed
app:check-codecompliance
- Did cleanup of files
- Added more app description
- Allowed generating of temporary app password
- Set CORS headers to allow WebDAV access from inside a webpage
- Implement settings page