Skip to content

Releases: Erudika/scoold

1.65.0

22 Oct 12:09
3be13ba

Choose a tag to compare

3be13ba Release v1.65.0.
51ec51d added new config option scoold.security.ldap.displayname_attribute for mapping the LDAP display name to the user's full name
4fdf4d8 updated Spring Boot
9a10505 updated chat widget
c7dc089 updated dependencies
d7c8403 migrated code to use new StringUtils namespaces, fixed deprecation warnings
d058146 added profile link sharing button
df666ba added new config option scoold.ai_training_allowed for permission for AI training on content from the website, implementing the new RSL standard.
a01447d fixed bug in post links leading to 404 errors, updated dependencies

1.64.5

27 May 16:56
092e968

Choose a tag to compare

092e968 Release v1.64.5.
5470723 updated Para client
a6498b5 updated dependencies
185e07c fixed unnecessary full page reload when saving each configuration change on Admin page
7dc7c18 fixed broken profile link when server is deployed under a specific context path, closes #468

1.64.4

04 Apr 18:53
600cb57

Choose a tag to compare

600cb57 Release v1.64.4.
9ae0e1a fixed bug which broke most API endpoints when Scoold is deployed under a context path, closes #467
679cb2a increased default header size for client requests to prevent auth failures

1.64.3

27 Mar 14:24
dfc3b88

Choose a tag to compare

dfc3b88 Release v1.64.3.
ffa4df0 updated Para client
1377d5a updated dependencies
480e038 updated github workflows
fa33044 updated Spring Boot

1.64.2

23 Jan 17:44
47d0a73

Choose a tag to compare

47d0a73 Release v1.64.2.
c8a26d5 updated Para client
ac42a54 fixed bug when importing single JSON file from an SO backup archive
117a90d fixed issues with configuration API where config properties could not be cleared from config file
6e18436 Merge pull request #465 from fpellet/fix-accent-url
fb5e690 fixed configuration editing bug on Admin page which prevented changes to boolean config properties
40f7056 minor fixes on landing page
982e790 updated Spring Boot and Velocity dependencies

1.64.1

15 Dec 10:16
0d990ce

Choose a tag to compare

0d990ce Release v1.64.1.
dbcb4a1 readme
de81468 added new configuration options for enabling/disabling data import/export and configuration editing from the UI
7fb3aef fixed UI bug when hovering over custom badges on profile page
afdb872 fixed profile link issues with # when user discoverability is disabled
633502d added Matomo script to landing page
fc5ab1e updated Spring Boot
0ad610b fixed logs returned by API are too long sometimes
a78d65d fixed Velocity exception in pagination.vm when page param doesn't contain digits

1.64.0

29 Oct 13:03
e7faaca

Choose a tag to compare

⚠️ This release contains a fix for a critical vulnerability found in Scoold CVE-2024-50334

e7faaca Release v1.64.0.
1d6ca17 updated Para client
23ac30f updated JOSE, closes #462
82a5fbb added limit for number of returned log lines in API controller
1c124fd fixed redirects
b2db86e updated dependencies
58f4495 replaced zxing library with QR4J for QR code gen
49b9681 refactored config parsing methods
2af94bb fixed URI and paths normalization
de77c87 updated Spring Boot
98e7163 added support for setting a preffered starting space each user individually, closes #461
d839031 updated jQuery
ffbeb5e fixed bug with JS modals on AJAX load

1.63.0

11 Oct 10:57
5b0538b

Choose a tag to compare

5b0538b Release v1.63.0.
e2c5830 updated Velocity
de6742b fixed bug which prevented bulk-edit operations via API for a large number of users
46f5210 updated API controller to allow spaces parameter for /users/{id}/moderator requests
6af35ae updated dependencies
56c74e2 fixed bug in previous commit
d615249 fixed query filter for questions with no accepted answer, when applied through the filter drawer
e694730 updated landing page
6d932d5 updated installer.sh to fetch Java 21
0ae5f30 added new configuration option to Teams integration and updated docs around it
d981897 updated Teams integration guide

1.62.0

01 Aug 15:45
fb063c8

Choose a tag to compare

fb063c8 Release v1.62.0.
862f969 updated dependencies
ade066c fixed converting answer to comment doesn't update answercount on parent question, closes Erudika/scoold-pro#68
11c301d updated API docs
00c0cd6 updated dependencies
3b9a0e6 fixed problematic space filter for moderators when browsing the default space
36a5838 added a couple of new webhook events - question.approve and answer.approve to trigger when a mod approves a post
e8b4b26 fixed login email should not be case-sensitive
cfb3c98 fixed JS for tooltips on tag descriptions
32f7cda added text to landing page
2602afa fixed minor bug with Akismet integration
5f1c6c5 added new API endpoint for listing answers for a particular question /api/posts/{id}/answers
dd97aa9 fixed tooltips for tag descriptions
b11b99e updated reflect-config
321cd6a added support for printing out logs throught the stats API endpoint
d31308f fixed space caching issue when adding or removing spaces on Admin page
3f7295b fixed bug which caused reports to be left uncleared for posts that were already approved
4ccc760 removed Rome dependency and upgraded RSS feed to 2.0

1.58.1

06 Aug 08:10
fb063c8

Choose a tag to compare

c28d4cc Release v1.58.1.
c16ce93 updated Para client
2a08c3c fixed bug in bulk edit spaces
11a9d6b migrated project to Spring Boot 3.x
667d86d updated API docs
72d0ad6 updated API docs
c7163c0 fixed new space missing in list of spaces if created by other admins, but reappears after restart