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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
-
## Unreleased
8
+
## 1.23.0 - 2025-07-31
9
9
10
10
### Fixed
11
-
- Fixed `NoSuchElementException` in spaces listing page when user is not defined. The error occurred when calling `user.get.id` on an undefined user in the spaces ownership dropdown. Added proper user existence checks in `listSpaces.scala.html` and `miniList.scala.html` templates.
11
+
- Fixed XSS in space creation by escaping name and description field.
12
+
- Fixed `NoSuchElementException` in spaces listing page when user is not defined. The error occurred when calling
13
+
`user.get.id` on an undefined user in the spaces ownership dropdown. Added proper user existence checks in
14
+
`listSpaces.scala.html` and `miniList.scala.html` templates.
12
15
- Removed refrences to repo.typesafe.com from sbt-launch.jar and build.scala
13
-
14
-
### Removed
15
-
- Removed iRods integration and dependencies. The iRods file storage service and plugin have been completely removed from the codebase. Users who were using iRods for file storage will need to configure an alternative storage backend (filesystem, MongoDB GridFS, or AWS S3).
16
+
- Removed iRods integration and dependencies. The iRods file storage service and plugin have been completely removed
17
+
from the codebase. Users who were using iRods for file storage will need to configure an alternative storage
0 commit comments