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
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## 1.14.1 - 2021-02-02
8
+
9
+
- Google will no longer work as login provider, we are working on this issue [#157](https://github.com/clowder-framework/clowder/issues/157).
10
+
- If non local accounts are used the count can be wrong. Use the [fixcounts](https://github.com/clowder-framework/clowder/blob/develop/scripts/updates/fix-counts.js)
11
+
script to fix this.
12
+
13
+
### Fixed
14
+
- Error logging in with Orcid due to changed URL. [#91](https://github.com/clowder-framework/clowder/issues/91)
15
+
- Fixed error in url for Twitter login.
16
+
- Users count was not correct if using anything else but local accounts. [#136](https://github.com/clowder-framework/clowder/issues/136)
17
+
- Files were not properly reindexed when the Move button was used to move a file into or out of a folder in a dataset.
18
+
- When adding a file to a dataset by URL, prioritize the URL `content-type` header over the file content type established
19
+
by looking at the file name extension. [#139](https://github.com/clowder-framework/clowder/issues/139)
20
+
- Wrap words across lines to stay within interface elements. [#160](https://github.com/clowder-framework/clowder/issues/160)
21
+
7
22
## 1.14.0 - 2021-01-07
8
23
9
24
### Added
@@ -14,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
29
### Changed
15
30
-`api/reports/storage/spaces` endpoint now accepts a space parameter for ID rather than requiring a space filter.
16
31
- Datasets and collections in the trash are no longer indexed for discovery in search services.
32
+
- 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.
17
33
18
34
## 1.13.0 - 2020-12-02
19
35
@@ -62,8 +78,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
62
78
- Track user_id with every extraction event. [#94](https://github.com/clowder-framework/clowder/issues/94)
63
79
- Added a new storage report at `GET api/reports/storage/spaces/:id` for auditing user storage usage on a space basis.
64
80
- The file and dataset metrics reports also have support for since and until ISO8601 date parameters.
65
-
- Added `viewer_hop` a 3D models previewer for `*.ply` and `*.nxz` files. Added `mimetype.nxz=model/nxz` and
66
-
`mimetype.NXZ=model/nxz` as new mimetypes in `conf/mimetypes.conf`
81
+
- 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`
67
82
68
83
### Fixed
69
84
- Ignore the `update` field when posting to `/api/extractors`. [#89](https://github.com/clowder-framework/clowder/issues/89)
0 commit comments