nextcloud-grauphel
nextcloud-grauphel copied to clipboard
Tomboy note synchronization REST server nextcloud app
Hello, since NC update I cannot register TomBoy (or other) client. apache-error.log: ` [Thu Jun 23 17:11:19.027925 2022] [php7:error] [pid 242422] [client xxxx:xxxx:xxxx:xxxx::xxxx:xxxxx] PHP Fatal error: Declaration of OCA\\Grauphel\\Search\\Provider::search(OCA\\Grauphel\\Search\\OCP\\IUser $user,...
To prevent a warning when used with ownCloud.
Hello Nextcloud 23.0.0 Grauphel 1.0.4 PHP 7.3 Ubuntu 18.04 When enabling the app from https://myhost.com/index.php/settings/apps/tools/grauphel > An error occured during the request. Unable to proceed. > Unknown column type "timestamp"...
Search does not work anymore with Nextcloud 20, because that version shipped a new search concept and API. https://docs.nextcloud.com/server/stable/developer_manual/digging_deeper/search.html Grauphel needs to implement that.
This seems to make searching work at least at a basic level for me. Fixes errors reported in https://github.com/grosjo/nextcloud-grauphel/issues/100
After upgrading to [Nextcloud Hub 3] (25.0.4) and Grauphel 1.0.18 i receive plenty of errors in NC Logging: `Declaration of OCA\Grauphel\Search\Provider::search(OCA\Grauphel\Search\OCP\IUser $user, OCA\Grauphel\Search\OCP\Search\ISearchQuery $query) must be compatible with OCP\Search\IProvider::search(OCP\IUser $user,...
``` This app cannot be installed because the following dependencies are not fulfilled: The library OAuth is not available. ```