Skip to content

Releases: Erudika/scoold-pro

1.50.4

13 Oct 17:50
f7adabd
Compare
Choose a tag to compare
  • added button for admins to delete all reports
  • added rate limiting when creating reports, questions or answers
  • updated Para client
  • updated dependencies
  • added option to hide the Microsoft login button
  • fixed crash on startup when using a custom S3 endpoint URL and region is not set in ENV

1.50.3

30 Sep 14:22
cc9161a
Compare
Choose a tag to compare
  • added configuration option to disable Mattermost authentication and login button
  • updated Spring Boot
  • fixed bug limiting the maximum number of favorite tags to 5, instead of 50
  • fixed bug where summary emails would be sent without a subject
  • added support for overriding the S3 endpoint URI for use with S3-compatible storage providers other than AWS
  • added logback.xml
  • added additional subscribe-to-thread button, aka notification bell icon, closes #344
  • fixed bug where moderators and admins are shown incorrectly in search results when editing user spaces in bulk

1.50.2

02 Sep 12:15
377f363
Compare
Choose a tag to compare
  • updated Para to 1.46.2
  • fixed CSP violation error when scoold.security.ldap.is_local is enabled
  • added new SAML option for turning off NameID requirement, scoold.security.saml.security.want_nameid
  • fixed bug preventing profile pictures to be set when creating users through the API
  • fixed bug causing moderators to be hidden from the list of users in the default space
  • fixed issue with the Nice Profile badge
  • updated Dutch translation file
  • fixed minor bug causing avatar changed by admin to also change admin's own avatar temporarily
  • added configuration property scoold.security.ldap.ad_mode_enabled for enabling AD auth explicitly
  • fixed typo in configuration documentation
  • fixed HTTP 406 error when calling the backup API from Swagger
  • fixed bug preventing uploading files with uppercase names
  • fixed CSS overflow in pre tag

1.50.1

12 Jul 22:13
44d72af
Compare
Choose a tag to compare
  • added new option to change the number of results when mentioning users
  • updated Spring Boot to 2.7.1
  • fixed incorrect indication of upvotes and downvotes on profile page
  • fixed a few issues with returned results when searching for users to mention
  • fixed z-index CSS for emoji picker
  • fixed possible content injection if CSP is explicitly disabled

1.50.0

22 Jun 18:24
b6805a2
Compare
Choose a tag to compare
  • added options to allow target attribute for custom links in navbar
  • fixed languages page should only show list of available translations
  • added support for custom badges in user profiles
  • fixed badge order in users automcomplete
  • updated JWT library to 9.23
  • minor fix in config docs
  • added extra details to differentiate users they're selected to be mentioned
  • added new configuration option scoold.user_autocomplete_details_enabled = false
  • fixed profile pic CSS and broken emoji picker on firefox
  • fixed mentions dropdown should not close when typing spaces
  • fixed broken link to post in mention nonitification emails
  • added emoji picker
  • fixed mentioning users by last name not working
  • updated the Ubuntu installer script
  • fixed bug which caused user duplication when importing data from SO
  • fixed vote indicator only visible after refresh

1.49.7

09 Jun 12:45
b1a4dc7
Compare
Choose a tag to compare
  • updated dependencies
  • fixed password should be auto-generated if missing when creating users via API
  • fixed bug in ApiController preventing the creation of new users via API
  • added visual indicators for whichever vote was cast by the current user
  • refactoring: renamed utility method fetchProfiles() to getProfiles()
  • fixed bug causing reputation to drop on downvotes but not get restored on upvotes
  • fixed search hints not hidden when closing the search box
  • fixed compact view checkbox not reset when filter drawer is closed
  • fixed profile box for questions showing 'deleted user' on Profile > Favorites
  • fixed votes go over the limit if cast in quick succession

1.49.6

27 May 21:36
51bce7a
Compare
Choose a tag to compare
  • updated Para client to 1.46.0
  • fixed several bugs in the code responsible for importing data from SO
  • fixed group mapping should only happen for OAuth2 users
  • fixed padding in the backups section on the admin page
  • updated Spring Boot to 2.7.0
  • fixed assets version number should be different than the Scoold version for better security
  • fixed git revision should not be used for assets versioning

1.49.5

13 May 14:51
896cda3
Compare
Choose a tag to compare
  • updated Para client to 1.45.10
  • fixed Scoold log files should be prefixed with 'scoold' rather than 'para'
  • fixed unhandled exceptions in UploadController resulting in stalled upload progress on the client side
  • fixed mentions not rendered when posting a new answer
  • fixed file uploading stalls when using the S3 storage provider
  • fixed config file should not be saved locally on first startup if config.url is set
  • fixed bug in client side code, preventing the rendering of mentions

1.49.4

30 Apr 13:03
4cd698a
Compare
Choose a tag to compare
  • fixed OAuth2 groups mapping attribute name should be blank by default
  • fixed exception not declared
  • fixed EXIF data should be removed from uploaded pictures
  • fixed link to target in reports not absolute
  • fixed profile name not limited in length
  • fixed feed.xml and sitemap.xml show content even when default space is not public
  • fixed moderators should be able to approve answers
  • added option to enable/disable sitemap generation

1.49.3

09 Apr 17:18
66505e2
Compare
Choose a tag to compare
  • fixed automatic group assignment using claims from OAuth2 providers
  • updated Para client
  • fixed startup code by using SpringApplicationBuilder
  • updated Heroku and GAE launch templates