Skip to content

Releases: Erudika/scoold

1.52.2

09 Mar 15:56
0380c53
Compare
Choose a tag to compare

0380c53 Release v1.52.2.
b6d6f26 updated SnakeYAML to 2.0
afaa8db updated dependencies
b270585 fixed bug when accepting answers leading to unlimited reputation gains, closes #370
5f85dc6 fixed default space shown twice in select inputs and a few other places
1cdd73d fixed default space shown twice in menu and on profile page, closes #368
aa718ec fixed sitemap.xml not containing links to all questions

1.52.1

16 Feb 14:51
528bcb4
Compare
Choose a tag to compare

528bcb4 Release v1.52.1.
5f94431 updated english language file
b5335a4 fixed API listUsers endpoint not returning embedded user objects
26999d9 fixed access log not disabled when scoold.file_logger_level=OFF
4cdc23c fixed minor logback configuration issue
8cf94d4 fixed bug breaking the admin mode switch in the navbar
3981708 added new property to Post class - approvalTimestamp indicating the time when an answer was accepted
2c82bdd updated the launch configuration file app.gae.yml for Google App Engine, closes #364
d1f6953 fixed API not allowing password changes
7afc5c7 fixed bug showing an incorrect default space name

1.52.0

15 Jan 18:22
8c80f4e
Compare
Choose a tag to compare

8c80f4e Release v1.52.0.
2b2ea46 updated Para client
4f86ddb fixed broken checkbox for modifying spaces on admin page
3283654 refactoring: moved logic for reading and updating all objects to ParaClient, resulting in much cleaner and safer code
eabf9ef added new option to configure a logo for dark mode, scoold.logo_dark_url, closes #337
7f859c4 added support for assigning spaces to all users from the UI and fixed the spaces API, closes #216
6193c91 fixed possible infinite redirect loop
02d0fef fixed question box not clickable on mobile
feab501 added clickable links to custom badges for browsing users with same badge
ad59ece fixed init message on startup not showing actual Para endpoint when custom context path is used
aa38cd5 added support for toggling admin/mod role from the UI to prevent accidental edits, closes #260
10760af added new option to configure min required tags per question - scoold.min_tags_per_post, closes #354
dfe4101 added support for editing badges in bulk for multiple users at a time, closes #358
7217ace added advanced filtering options and compact view mode on the users page for admins and moderators, closes #357
b70fe2a fixed bug which caused no results to be shown when the default space is selected in the menu
a18e6d4 added option for users to change their emails, closes #360
b1da487 fixed user search box too hidden on Users page
8deff9f minor fix for API bad request error message
606b807 added new option to disable negative votes scoold.downvotes_enabled
f78a647 fixed sign up page is still accessible even if password auth is disabled
c0302c3 fixed CC copyright line in footer not hidden when branding is disabled
1dc24f5 updated API docs

1.51.3

19 Dec 17:06
1f2b448
Compare
Choose a tag to compare

1f2b448 Release v1.51.3.
af2b448 fixed styling for user profile boxes in RTL mode (i18n)
dad1371 added new option to override the dark stylesheet only when dark mode is enabled, fixes #355
6a28700 fixed dark mode CSS could not be overridden with user-defined styles
e4725f4 fixed direct link to private space not working after login
b448996 fixed bug preventing Scoold from connecting to a Para server which is deployed under a custom context path
e652062 added option to disable logging to file scoold.file_logger_level = 'OFF'

1.51.2

09 Dec 15:45
e2160aa
Compare
Choose a tag to compare

e2160aa Release v1.51.2.
19b7bba updated Spring Boot
9887cc3 fixed bug where approve answer button was hidden for post authors
cec3598 fixed API Swagger docs not showing correct server URL when a context path is set
e08b534 fixed 404 on redirect after post actions are performed under specific context path
f0c4ad0 fixed default space not assigned when scoold.auto_assign_spaces = 'default' is explicitly set
13266ac fixed merge post button not hidden for regular users
db7cecf updated config declaration docs
704dca2 added 405 error exception handler to take care of log spam
f5e2266 updated deploy scripts and API docs
6a1799d updated Swagger docs
c936b73 updated installer.sh
d54ee1f fixed typo in config definitions
af28528 refactored option scoold.security.oauth.appid_in_state_param_enabled
5334c39 readme

1.51.1

17 Nov 16:41
d4026b8
Compare
Choose a tag to compare

d4026b8 Release v1.51.1.
b636217 fixed returnto redirect broken when visiting a link to a private space
ae25296 minor fix in ScooldConfig docs
d8c84a7 fixed CSS issues with fixed nav enabled
504c138 fixed issue where questions in space would not be updated when space is renamed
0d1e72e added new method in HttpUtils for determining the request origin

1.51.0

10 Nov 17:19
9ec96f3
Compare
Choose a tag to compare

9ec96f3 Release v1.51.0.
b09cc68 updated Para client
146b018 fixed creating a question in the default space from another space doesn't work as expected
28351f2 fixed spaces menu should be sorted alphabetically
5238b57 added new option scoold.security.oauth.state_param_enabled for working around issues with the state param and some IDPs
7343e27 added new query parameter includeReplies=true to API /api/posts to return all questions and answers in a single request
03199d5 added new option scoold.answers_approved_by to control who can accept answers
69d1ec4 fixed broken default tag option when creating new questions, making it impossible to have a question without tags
4a7101a updated Jose JWT
389be00 Merge pull request #350 from MortenAanaes/patch-1
b5db53e Fix typos in danish translation

1.50.5

27 Oct 13:57
757b440
Compare
Choose a tag to compare

757b440 Release v1.50.5.
3af2a5f updated SnakeYAML
0c9ad63 updated Para client
e301571 updated Spring Boot
53e335d fixed broken links when Scoold is deployed under a different context path
7604e6e added support for a few special chars in tags, closes #349
dfb2ecf fixed build
aee7d4a updated Para client
368238b added new API method for editing question tags

1.50.4

13 Oct 17:38
ec93133
Compare
Choose a tag to compare

ec93133 Release v1.50.4.
1769611 added button for admins to delete all reports
726945c added rate limiting when creating reports
b480396 updated Para client
51ae385 updated dependencies
0bf7118 added option to hide the Microsoft login button
22ce176 updated dependency

1.50.3

30 Sep 14:13
61cd3e0
Compare
Choose a tag to compare

61cd3e0 Release v1.50.3.
fc03af5 updated Spring Boot
ef84e5b fixed bug limiting the maximum number of favorite tags to 5, instead of 50
5debb0d added logback.xml
3302de9 added additional subscribe-to-thread button, aka notification bell icon, closes #344
a9bacdb fixed bug where moderators and admins are shown incorrectly in search results when editing user spaces in bulk
e371987 updated Para client