Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

evert
Copy link
Member

@evert evert commented Oct 20, 2015

No description provided.

@evert
Copy link
Member Author

evert commented Oct 20, 2015

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
Copy link
Member Author

evert commented Oct 20, 2015

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
Copy link
Member Author

evert commented Oct 20, 2015

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
Copy link
Member Author

evert commented Oct 20, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants