Permalink
Switch branches/tags
Nothing to show
Commits on Jun 18, 2017
Commits on Oct 26, 2016
Commits on Oct 2, 2016
Commits on Sep 12, 2016
  1. OpenSlide Java 0.12.2

    bgilbert committed Sep 12, 2016
Commits on Jul 18, 2016
  1. Windows build 20160717

    bgilbert committed Jul 18, 2016
Commits on Jun 19, 2016
  1. demo: Update to jQuery 3.0.0

    bgilbert committed Jun 19, 2016
Commits on Jun 14, 2016
  1. demo: Add README pointing to OpenSlide Python example programs

    The demo site is not necessarily a good starting point for a new viewer
    application.
    bgilbert committed Jun 14, 2016
  2. demo: Fetch tiles and metadata over HTTPS

    If GitHub Pages starts supporting HTTPS for custom domains, we'll need
    to fetch everything over HTTPS to avoid mixed-content warnings in the
    browser.  The S3 website endpoint doesn't support HTTPS.  The regular
    endpoint only supports HTTPS with an AWS wildcard cert, and as a result
    the bucket name can only contain dots if old-style path-based hosting
    is used.  Rename the bucket, switch to HTTPS using the regular endpoint
    with virtual hosting, and drop complications that were needed for the
    website endpoint.
    bgilbert committed Jun 14, 2016
Commits on Jun 12, 2016
  1. Windows build 20160612

    bgilbert committed Jun 12, 2016
  2. OpenSlide Python 1.1.1

    bgilbert committed Jun 12, 2016
Commits on May 22, 2016
  1. synctiles: Change tile size to 510 pixels

    The total size including overlaps should be a power of 2.
    bgilbert committed May 21, 2016
  2. synctiles: Only mark the bucket dirty if we're changing the stamp

    Otherwise we're only adding slides.
    bgilbert committed May 22, 2016
  3. demo: Display a notice while retiling, and refresh page afterward

    Refresh only if the stamp has changed.
    bgilbert committed May 22, 2016
  4. demo: Drop redundant cache argument to $.ajax()

    It was only needed for JSONP.
    bgilbert committed May 22, 2016
Commits on May 21, 2016
  1. demo: Switch from JSONP metadata to JSON

    The only remaining major browser that doesn't support CORS is IE9, which
    is only supported on Windows Vista, which will go EOL next April.  Close
    enough.
    bgilbert committed May 21, 2016
  2. synctiles: Fix S3 connections with Python >= 2.7.9

    Use OrdinaryCallingFormat to work around failure to validate S3 wildcard
    cert with bucket names containing dots.  Fixes exception:
    
        ssl.CertificateError: hostname 'demo.openslide.org.s3.amazonaws.com' doesn't match either of '*.s3.amazonaws.com', 's3.amazonaws.com'
    bgilbert committed May 21, 2016
  3. demo: Update jQuery to 2.2.4

    Internet Explorer < 9 is EOL, so we don't need to stay with jQuery 1.x
    anymore.
    bgilbert committed May 21, 2016
Commits on Mar 31, 2016
Commits on Feb 2, 2016
  1. Drop obsolete Jekyll settings

    bgilbert committed Feb 2, 2016
Commits on Oct 5, 2015
  1. Use HTTPS for external links/resources wherever possible

    openslide.org is not itself HTTPS, so this won't make much difference
    to end-user security, but it's a good general practice.
    bgilbert committed Oct 5, 2015
Commits on Oct 4, 2015
  1. demo: Update jQuery

    bgilbert committed Oct 4, 2015
Commits on Sep 10, 2015
  1. generic-tiff: Link to test data

    bgilbert committed Sep 10, 2015