- The versioning API was fixed for Nextcloud 30 (for #50)
- Enabled and tested app for Nextcloud 30 (for #49)
- There were troubles with the version API that didn't always happen when trying to access the versions of a file:
Call to a member function getOwner() on null in file '/var/www/html/lib/private/Files/Filesystem.php' line 728
- It's unclear why this happens, but it seems to be a problem with the Nextcloud server and not the app
- There were troubles with the version API that didn't always happen when trying to access the versions of a file:
- enabled and tested app for Nextcloud 29 (for #48)
- enabled and tested app for Nextcloud 28 (for #46)
- updated the deprecated variable
$AppName
to$appName
- re-did the application structure for Nextcloud 27 (for #43)
- updated and tested app for Nextcloud 27 (for #44)
- the min-version was raised to 22
- enabled and tested app for Nextcloud 26 (for #42)
- the code got a cleanup
- enabled and tested app for Nextcloud 25 (for #41)
- errors for not found files in the version API are now caught
- enabled and tested app for Nextcloud 24 (for #38)
- enabled and tested app for Nextcloud 23 (for #36)
- enabled and tested app for Nextcloud 22
- added a workaround for the failing username detection in ownCloud 10.3+ (for #1725)
- enabled app for Nextcloud 20/21
- enabled and tested app for Nextcloud 18
- enabled and tested app for Nextcloud 17
- enabled and tested app for Nextcloud 16
- enabled app for all minor versions of ownCloud 10
- enabled and tested app for Nextcloud 15
- enabled and tested app for Nextcloud 14
- changes to get the app into the ownCloud Marketplace
- enabled and tested app for ownCloud 10 and Nextcloud 12
- fixed the time-output of the trashed notes api
- fixed some PHP warnings in the log
- changes to make it ready for the Nextcloud app store
- fixed a problem when the ownCloud or Nextcloud server didn't provide the path of a trashed note and thus no note was shown in the trash dialog of QOwnNotes
- increased
max-version
to9.2
- switched to rolling release version numbers
- added support for custom note file extensions
- fixed a warning on the app page in ownCloud 9.0
- added markdown (
.md
) file support to the trash restoration
- added check if notes path exists to app info api
- added api to restore trashed notes on the server
- fixed a bug in the trashed notes api were also notes from children folders of the notes folder would be viewed
- fixed a bug in the trashed notes api when the storage path is not in the ownCloud server path
- added checks if core trash bin and versions apps are enabled for the user
- app compliance changes
- added trashed notes api
- added app info api
- added versioning api
- first release