Matthew Petroff
15e0d09fec
Clean up the pull request that was just merged.
5 years ago
sayali-15
b0bf6e2538
Use actual image URL when blob fails to load because of CSP ( #813 ).
5 years ago
Matthew Petroff
6fd8a09710
Fix edge case with multires tiles.
Previously, one could generate a tile set that had the second level resolution
equal to the tile resolution, so it only had one tile per face.
5 years ago
Matthew Petroff
7700206de8
Revert "Revert "Revert "Revert "Revert "Temporarily revert 'Move `load` event to fire after rendering instead of before ( #768 ).'"""""
This reverts commit 8c085f4055
.
5 years ago
Matthew Petroff
17210d820a
Prep for release.
5 years ago
Matthew Petroff
8c085f4055
Revert "Revert "Revert "Revert "Temporarily revert 'Move `load` event to fire after rendering instead of before ( #768 ).'""""
This reverts commit d0c38ece31
.
5 years ago
Matthew Petroff
ac321d0c1a
Extend XSS vulnerability fix.
5 years ago
Matthew Petroff
c58cd4096d
Add CVE number.
5 years ago
Matthew Petroff
d0c38ece31
Revert "Revert "Revert "Temporarily revert 'Move `load` event to fire after rendering instead of before ( #768 ).'"""
This reverts commit cf5f4df48a
.
5 years ago
Matthew Petroff
a8df695d6e
Fix build.
5 years ago
Matthew Petroff
305f93d2e2
Prep for release.
5 years ago
Matthew Petroff
cf5f4df48a
Revert "Revert "Temporarily revert 'Move `load` event to fire after rendering instead of before ( #768 ).'""
This reverts commit b1794add89
.
5 years ago
Matthew Petroff
cc2f3d9995
Merge pull request from GHSA-m52x-29pq-w3vv
Fix potential XSS vulnerability
5 years ago
Matthew Petroff
f42e80facb
Extend yaw bounds range to allow restricted range that crosses +/-180deg.
5 years ago
Matthew Petroff
a8ace328bb
Fix device orientation for iOS 13 ( #797 ).
5 years ago
Matthew Petroff
40111b237e
Fix potential XSS vulnerability.
5 years ago
Matthew Petroff
f6ac45ba7f
Add note about HTTPS being needed for device orientation.
5 years ago
Matthew Petroff
1a7c71c062
Possibly fix request for device orientation permission ( #797 ).
5 years ago
Matthew Petroff
b1794add89
Revert "Temporarily revert 'Move `load` event to fire after rendering instead of before ( #768 ).'"
This reverts commit 6d12ef7968a484eb95802411c277260c3b867c5b, which restores
commit df4c45dd33
.
5 years ago
Matthew Petroff
c4d6a34790
Fix typo.
5 years ago
Matthew Petroff
a5ed9e64f3
Prep for release.
5 years ago
Matthew Petroff
a281267cf0
Add PDF of JOSS paper.
5 years ago
Matthew Petroff
6d12ef7968
Temporarily revert "Move `load` event to fire after rendering instead of before ( #768 )."
This reverts commit df4c45dd33
temporarily to
push a new point release.
5 years ago
Matthew Petroff
406d003e5c
Allow touch scrolling when `dragable` is false ( fixes #788 ).
5 years ago
Matthew Petroff
c3cf33a5db
Use a smaller canvas for splitting too large images ( fixes #785 ).
This fixes a silent error for iOS; WebGL texture size limit also applies to
canvas dimensions.
5 years ago
Matthew Petroff
bd2e6ec3ac
Add JOSS paper reference to readme.
5 years ago
Matthew Petroff
8b9cc48ca7
Request device orientation permission (untested).
This is needed for iOS 13+ for device orientation mode to work.
5 years ago
Matthew Petroff
df4c45dd33
Move `load` event to fire after rendering instead of before ( #768 ).
5 years ago
Matthew Petroff
1d8c3a7187
Update API documentation generation script for newer versions of Documentation.js.
5 years ago
Matthew Petroff
5e2e9c1e4f
Prep for release.
5 years ago
Matthew Petroff
0734cd806e
Fix build script Git detection.
5 years ago
Matthew Petroff
e1d4c9a5e5
Improved recovery from failed scene loading ( #755 ).
5 years ago
Matthew Petroff
6fe51935c8
Fix behavior of `multiResMinHfov` to match docs ( fixes #783 ).
5 years ago
Matthew Petroff
0972d3335a
Another minor proofreading change.
5 years ago
Matthew Petroff
5a058fac75
Minor proofreading changes to JOSS paper.
Garner's Modern English Usage (4th ed.) recommends "webpage" over "web page."
5 years ago
Matthew Petroff
c6dc2c8122
Merge pull request #780 from vsoch/add/missing-dockerfile-dependency
Adding missing Dockerfile dependency
5 years ago
Vanessa Sochat
4bb9df8983
adding missing dockerfile dependency
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
5 years ago
Matthew Petroff
9e506a46bf
Clarify nona error message further.
5 years ago
Matthew Petroff
83ec413b90
Merge pull request #779 from vsoch/add/generate-dockerfile
Adding complete example with Dockerfile to use generate.py
5 years ago
Matthew Petroff
37329ec247
Simplify dependencies in Dockerfile.
5 years ago
Matthew Petroff
1f06b1e5e3
Rewrite multires readme to not just be about Docker.
5 years ago
Vanessa Sochat
a886ab3518
adding complete example with Dockerfile to use generate.py
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
5 years ago
Will Calderbank
447537fbb0
Stop animate loop running after destroy has been called
5 years ago
Matthew Petroff
f9749f9b5e
Make issue with missing `nona` more obvious.
5 years ago
Matthew Petroff
539fdc2749
Substantially rework parts of readme to try to address #771 .
5 years ago
Matthew Petroff
bf5f14691e
Add note about feature branches for pull requests.
5 years ago
Matthew Petroff
e622878ff2
Remove CircleCI configuration, since Travis CI is working now.
5 years ago
Matthew Petroff
6675d15d9d
Try Travis CI build with Chrome.
5 years ago
Vanessasaurus
13ceeb6056
Squashed commits for fixing CI.
try adding circle config (#1 )
* adding automated tests to run on Circle with selenium, still need to add screenshots
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
Try taking screenshot (#2 )
Adding screenshots (working) back in to tests, ready to PR to upstream
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
Don't include driver binaries.
Take screenshot of only viewer element.
Don't remove Travis config, at least for now.
Run Black on tests script.
Fix automated tests for Firefox and some formatting changes.
Update test documentation.
5 years ago
Matthew Petroff
ac72b8cabf
Update examples documentation per #772 .
5 years ago