Thomas Citharel
Thomas Citharel
Please fill the issue template and especially provide browser logs when importing.
Since #21357 is merged this should now be possible.
Can you have user B export the event from their side and check if the file still contains `CLASS:PRIVATE`? Or you can try to find the object data in the...
Why not give it enough space for « Current version » to be shown entirely?
RFC 5545 says: > All names of properties, property parameters, enumerated property values, and property parameter values are case-insensitive. The issue lies here where a case-sensitive comparison is done when...
This is nice, but I feel working with Sabre's DAV Push to use WebPush would be half the work and bring the same functionality to 3rd-party clients for the same...
- [ ] Add creation date to `OC\Authentication\Token\IToken` and implementations (`OC\Authentication\Token\PublicKeyToken`) - [ ] Add a migration to create the new column - [ ] Make sure any new `PublicKeyToken`...
Yup, still the correct way. Improved the message a little to give pointers.
@skjnldsv This one is important and I need some help on the database migration.
For PostgreSQL : https://stackoverflow.com/questions/19300113/unable-to-convert-postgresql-text-column-to-bytea For Oracle : https://asktom.oracle.com/ords/f?p=100:11:::::P11_QUESTION_ID:510622111991 If we have less than 50k rows (value yet to determine), perform the migrations straight away. Otherwise, skip the migration, set an...