mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-01 03:29:12 -05:00
50c48be4b8
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.