Releases: Erudika/scoold
1.50.4
1.50.3
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
1.50.2
12b0981 Release v1.50.2.
d9dca25 added new SAML option for turning off NameID requirement, scoold.security.saml.security.want_nameid
e591e6e fixed bug preventing profile pictures to be set when creating users through the API
d00a477 fixed bug causing moderators to be hidden from the list of users in the default space, closes #335
de3bfa8 fixed issue with the Nice Profile badge, closes #333
7948cd6 Merge pull request #334 from rberends/master
faf262a Minor adjustments to dutch translation
7c83c8f Merge pull request #332 from cadamini/patch-1
9310d9e fixed minor bug causing avatar changed by admin to also change admin's own avatar temporarily, closes #330
8e6002c added more explicit explanation around docker compose up command, closes #329
2117a2e Merge pull request #331 from cadamini/patch-1
124a676 Improve readme
32d3e33 fixed configuration property type and docs
5cebb94 Merge pull request #328 from kobus-v-schoor/master
f35663a fix ldap.ad_mode_enabled being ignored
55fd650 fixed HTTP 406 error when calling the backup API from Swagger
a5abae5 fixed CSS overflow in pre tag
1.50.1
fe6a806 Release v1.50.1.
1b301a7 updated Spring Boot to 2.7.1
0f60d4b fixed incorrect indication of upvotes and downvotes on profile page, closes #324
1193a13 minor syntax fix - added semi colon
5833a5a Fix emoji picker (#323)
4986dca fixed possible content injection if CSP is explicitly disabled, closes #322
f11a491 Merge pull request #320 from rberends/Target-documentation
da63735 Update README.md to include "target" attribute
1.50.0
695d1b5 Release v1.50.0.
af508ea Merge pull request #318 from Erudika/rberends/master - added target
attribute to custom navbar links
18b13b4 fixed languages page should only show list of available translations
609c675 added support for custom badges in user profiles
9be3614 Adjusted enabled target checks for menu
922e52d Now allowing for "target" Support in custom links
93035e7 updated JWT library to 9.23
d455125 added new configuration option scoold.user_autocomplete_details_enabled = false
440e11d fixed profile pic CSS and broken emoji picker on firefox
90aeb01 added emoji picker
9a2936b fixed users query not finding users by their last name
1bdefd3 updated the Ubuntu installer script
76c809a fixed bug which caused user duplication when importing data from SO
45942db fixed vote indicator only visible after refresh
1.49.7
fadb309 Release v1.49.7.
2ffade4 updated dependencies
58bc154 fixed password should be auto-generated if missing when creating users via API
bad0efa fixed bug in ApiController
preventing the creation of new users via API
6509f55 added visual indicators for whichever vote was cast by the current user
53ff9c3 refactoring: renamed utility method fetchProfiles()
to getProfiles()
a9b5408 fixed bug causing reputation to drop on downvotes but not get restored on upvotes
806fcfc fixed search hints not hidden when closing the search box
6c195e1 fixed compact view checkbox not reset when filter drawer is closed
896f107 fixed profile box for questions showing 'deleted user' on Profile
page in compact view
b7053ba fixed votes go over the limit if cast in quick succession
1.49.6
6aefbc1 Release v1.49.6.
55ea066 updated Para client to 1.46.0
47822cd fixed several bugs in the code responsible for importing data from SO
b22cd30 fixed padding in the backups section on the admin page
284ef36 updated Spring Boot
d1cbd15 fixed assets version number should be different than the Scoold version for better security
325f300 fixed git revision should not be used for assets versioning, closes #305
1.49.5
42daf99 Release v1.49.5.
e1ba4cb updated Para client to 1.45.10
f051ed2 fixed Scoold log files should be prefixed with 'scoold' rather than 'para'
2ba47b1 fixed mentions not rendered when posting a new answer
0d60a0a fixed config file should not be saved locally on first startup if config.url
is set
baaacfb fixed bug in client side code, preventing the rendering of mentions
1.49.4
54665ed Release v1.49.4.
13a976e fixed OAuth2 groups mapping attribute name should be blank by default
0d2dd37 updated Cloudinary library
18713b6 fixed link to target in reports not absolute
62a0e92 fixed profile name not limited in length
19c7852 fixed feed.xml and sitemap.xml show content even when default space is not public
2828613 Merge pull request #301 from fpellet/allow-mod-anwser
55c2a86 Merge pull request #300 from fpellet/fix-avatar-edit
d5aa255 added option to enable/disable sitemap generation
4de945d Merge pull request #299 from fpellet/sitemap
a26d072 Generate sitemap
a3c5e5a Allow moderator to approve anwser
b307733 Fix avatar upload on profile admin