mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-24 03:09:22 -06:00
The big change here is adding a new Spec class in spec.js. This replaces DatabaseSpec/DatasetSpec/PathSpec in specs.js, but I'm leaving those in and moving code over in a later patch. For now, only photos UI. The photos UI change is to plumb through the authorization token through the Spec code. For now, it's reading it from a URL parameter, but soon I'll make it session based (probably localStorage). The demo-server change is to add the Authorization header into CORS.