katana icon indicating copy to clipboard operation
katana copied to clipboard

We need to use sabre/dav's sql files because these are already out of sync

Open evert opened this issue 8 years ago • 4 comments

evert avatar Oct 20 '15 23:10 evert

Build is currently failing because one of the unittests contains an emoji, and we're not yet using utf8mb4 on sabre/dav. Opening a ticket in sabre/dav, and in the meantime changing the test in sabre/katana.

evert avatar Oct 20 '15 23:10 evert

I can't figure out what else to change to make the unittests not fail :( the error messages are rather cryptic and debugging is super hard.

evert avatar Oct 20 '15 23:10 evert

I figured it out. sabre/katana repurposes the digest authentication table for non-digest hashes. This will be a bit more work to fix, because it will require additional sql tables and a migration script.

evert avatar Oct 20 '15 23:10 evert

To fix, we'll create a new auth_basic table, and provide a simple migration script to move the faulty entries from the existing auth table. Post-0.4.0 release though.

evert avatar Oct 20 '15 23:10 evert