~cypheon

https://sinyax.net/

Trackers

~cypheon/nextcloud-chores

Last active 23 days ago

~cypheon/trakka

Last active 4 years ago

~cypheon/idris2-quickdocs

Last active 4 years ago

~cypheon/rapid

Last active 4 years ago

~cypheon/ecertmon

Last active 4 years ago

#2 Not compatible with MariaDB (was: Cannot create first chore after creating a team) 2 months ago

Comment by ~cypheon on ~cypheon/nextcloud-chores

Hi ~merbs, glad to hear it works now! The full source code is available here: https://sr.ht/~cypheon/nextcloud-chores/sources

REPORTED RESOLVED CLOSED

#2 Not compatible with MariaDB (was: Cannot create first chore after creating a team) 2 months ago

Comment by ~cypheon on ~cypheon/nextcloud-chores

Hi, the Nextcloud team has changed several internals regarding DB access and transformation of data types in the last versions. The latest chores app (v0.0.6) is compatible with NC31, so it should be worth another try to see if it works with MariaDB now.

#4 Chores does not run on Nextcloud 29 2 months ago

Comment by ~cypheon on ~cypheon/nextcloud-chores

Hi, I have just released version 0.0.6 which is compatible with Nextcloud 31.

REPORTED RESOLVED IMPLEMENTED

#5 Nextcloud v 30.0.6 issue 2 months ago

Comment by ~cypheon on ~cypheon/nextcloud-chores

Hi, I have just released version 0.0.6 which fixes the issue (tested on NC 31).

REPORTED RESOLVED FIXED

#2 Not compatible with MariaDB (was: Cannot create first chore after creating a team) 1 year, 12 days ago

on ~cypheon/nextcloud-chores

~joec or ~cypheon, could you kindly make these changes to a new version of chores compatible with Nextcloud 29? This would make it possibel for many more people to use chores - and believe me, the functionality is needed and appreciated!

#3 Publish stable version for use with managed hostrs 1 year, 1 month ago

Comment by ~cypheon on ~cypheon/nextcloud-chores

Hi Menelic,

thanks for your interest in the app and the kind words! I have uploaded the current version 0.0.5 to the stable channel. Since I'm happy (and surprised) that someone besides me has a use for this app, please let me know if you discover any bugs or missing basic features.

Thanks and best regards, Johann

REPORTED RESOLVED IMPLEMENTED

#3 Publish stable version for use with managed hostrs 1 year, 1 month ago

~cypheon assigned ~cypheon to #3 on ~cypheon/nextcloud-chores

#2 Not compatible with MariaDB (was: Cannot create first chore after creating a team) 2 years ago

Comment by ~cypheon on ~cypheon/nextcloud-chores

Version "10.x" probably means it's a MariaDB (that would explain that error). To verify you can run

SHOW VARIABLES LIKE 'version_comment';

to get the exact variant info.

#2 Not compatible with MariaDB (was: Cannot create first chore after creating a team) 2 years ago

Comment by ~cypheon on ~cypheon/nextcloud-chores

Hi, the issue seems to be related to either MariaDB or an older MySQL version not supporting the timezone offset that is appended when storing values in the DB. MySQL supports this since version 8.0.19, MariaDB unfortunately doesn't (see comments at the end of https://jira.mariadb.org/browse/MDEV-11576 ). Is it an option for you to switch to a version of MySQL >= 8.0.19? (I understand if it's not, since depending on the since of your Nextcloud instance this could be quite a major undertaking.)

#2 Not compatible with MariaDB (was: Cannot create first chore after creating a team) 2 years ago

~cypheon assigned ~cypheon to #2 on ~cypheon/nextcloud-chores