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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
9
## Unreleased
10
10
11
+
**_Important:_** This update requires a MongoDB update schema due to a bug in the original migration of showing summary statistics at the
12
+
space level. Make sure to start the application with -DMONGOUPDATE=1. You can also run the [fixCounts.js](https://github.com/clowder-framework/clowder/blob/develop/scripts/updates/fix-counts.js)
13
+
script prior to upgrading to minimize the downtime.
14
+
11
15
### Added
12
16
- MRI previewer for NIFTY (.nii) files.
17
+
- HEIC (.heic) and HEIF (.heif) mimetypes to support new Apple iPhone image file format.
18
+
- In the docker container the folder /home/clowder/data is now whitelisted by default for uploading by reference.
19
+
This can be changed using the environment variable CLOWDER_SOURCEPATH.
20
+
- The current CLA for developers of clowder.
13
21
14
22
### Fixed
15
23
- Send email to all admins in a single email when a user submits 'Request access' for a space
16
24
- Send email to all admins and request user in a single email when any admin accepts/rejects 'Request access' for a space [#330](https://github.com/clowder-framework/clowder/issues/330)
25
+
- script/code to count space in files was not correct [#366](https://github.com/clowder-framework/clowder/issues/336)
0 commit comments