You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
20
### Changed
21
21
-`api/reports/storage/spaces` endpoint now accepts a space parameter for ID rather than requiring a space filter.
22
22
- Datasets and collections in the trash are no longer indexed for discovery in search services.
23
+
- Switched to loading the 3DHOP libraries used by `viewer_hop.js` from http://vcg.isti.cnr.it/3dhop/distribution to https://3dhop.net/distribution. The new server is a safer https server.
23
24
24
25
## 1.13.0 - 2020-12-02
25
26
@@ -68,8 +69,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
68
69
- Track user_id with every extraction event. [#94](https://github.com/clowder-framework/clowder/issues/94)
69
70
- Added a new storage report at `GET api/reports/storage/spaces/:id` for auditing user storage usage on a space basis.
70
71
- The file and dataset metrics reports also have support for since and until ISO8601 date parameters.
71
-
- Added `viewer_hop` a 3D models previewer for `*.ply` and `*.nxz` files. Added `mimetype.nxz=model/nxz` and
72
-
`mimetype.NXZ=model/nxz` as new mimetypes in `conf/mimetypes.conf`
72
+
- Added `viewer_hop` a 3D models previewer for `*.ply` and `*.nxz` files. Added `mimetype.nxz=model/nxz` and `mimetype.NXZ=model/nxz` as new mimetypes in `conf/mimetypes.conf`
73
73
74
74
### Fixed
75
75
- Ignore the `update` field when posting to `/api/extractors`. [#89](https://github.com/clowder-framework/clowder/issues/89)
0 commit comments