Changelog History
Page 3
-
v1.35.0 Changes
September 22, 2019🚀 198fba5 Release v1.35.0.
🛠 8e7431f fixed lots of broken links when serving Scoold under a custom context path
c1a7c9a added 2 configuration parameters for votes -expires_after_sec
andlocked_after_sec
⚡️ f67735c updated Para to 1.34.0
5af0e8f reduced code duplication
🚚 e9d15ba removed comma frompostviews
cookie
b04540e added avatar image validation and fallback handling
17609bc added Apache HttpClient topom.xml
⚡️ b8df8b8 updated avatar image
a0059a6 added fonts locally
👍 b21bd53 added support for two additional generic OAuth 2.0 identity providers
🛠 4748e82 fixed error when editing spaces in bulk without selecting any users
🚚 da76f26 removed static variableConfig.AUTH_COOKIE
5b9f348 addedauth_cookie
property toapp.json
🛠 cc9458b fixed app_name property
🔧 c4b6020 Revert "fixed app_name configuration parameter not picked up on Heroku"
2586a17 added a new aggregate category 'all spaces', closes #127
🔧 7f36a06 fixed app_name configuration parameter not picked up on Heroku
0️⃣ dc7017a disabled email verification by default when not in production -
v1.34.0 Changes
September 11, 2019🚀 088a609 Release v1.34.0.
🛠 70b69d8 fixedhost_url
parameter should work in any environment
⚡️ 966b8c6 updated Spring Boot to 2.1.8
56983ae added ability to create tags containing dots and plus signs, closes Erudika/scoold-pro#15
⚡️ 14ce38d updated language files
6651594 added unsubscribe method to ScooldUtils, called ondelete()
🛠 31ef78f fixed issues reported by sonar
🚚 7948f9b removed session-based CSRF protection (in favor ofSameSite=Lax
), time tokens to make Scoold stateless
🛠 03f6239 fixed #125 inFeedbackController
as well
🛠 b9149f2 fixed Erudika/scoold-pro#10, allow regular users to subscribe to new questions
0️⃣ c357fae fixed near me (geolocation) feature should not be enabled by default as it requires a valid Google Maps API key
🔨 5fb93e1 refactor base.vm to load local assets, instead of using CDNs
🛠 5702a05 fixed Erudika/scoold-pro#12, allow Markdown in comments
⚡️ f6707db updated installer.sh
🛠 a2a5f09 fixed #125
0️⃣ 0d51109 added default value for theapp_name
config parameter
🛠 fc8f7b7 fixed last activity label on question page -
v1.33.1 Changes
August 06, 2019The option
?jwt=incookie
has been removed because it didn't work in production. Thus, the configuration parameterpara.jwt_in_url
is no longer valid. Please, ignore the note in the previous release.🚀 da75bee Release v1.33.1.
⚡️ 62837c2 updated Para to 1.33.1
⏪ 701f534 reverted option for jwt=incookie -
v1.33.0 Changes
July 16, 2019⬆️ ⚠️ Read this before upgrading:
If you upgrade to this version, you must either upgrade Para to 1.33 or set
para.jwt_in_url = true
.
If you don't do that Scoold authentication will break. If you wish to continue using an older version of Para, setpara.jwt_in_url = true
in Scoold'sapplication.conf
. Since v1.33 Scoold uses a more secure token delegation method, receiving JWTs from Para passed in aCookie
header. The old way of doing this passed JWTs as query parameters and they could appear in logs. This information is only relevant to this version only. These changes have been reverted in1.33.1
.🚀 12c7db9 Release v1.33.0.
🛠 0231dbe fixed a bug in tags autocomplete
📄 08d4f5a added docs for the Slack integration
⚡️ 37b5888 updated Para client to 1.33
0️⃣ 662bdf2 added backward-compatible option for JWTs in URL, false by default
6bdfe90 switched to a more secure JWT delegation via cookies, instead of query param
dfae16e added a method to Scoold API controller
🛠 9f5eab0 fixed config variable typo
⚡️ 62d6899 fixed bug where regular users couldn't move their questions to another space, all answers were updated unnecessarily, answers having wrong space id on creation.
⚡️ d50b897 fixed update triggered on each request
0️⃣ 27cfab7 fixed language file caching and default English strings missing
🛠 1c8695a fixed website URL should be validated
05c75b5 added sign in with Slack
🛠 c633bf4 fixed sorting by activity
8ca5779 added helper helm scripts for ECR
🔧 853d53a fixed warning of deprecated configuration keys in Spring
💻 dc39818 added health endpoint at/api
, added swagger schema and UI
🙋 0b0eabf added info to FAQ on landing page
🔀 701aaa4 Merge pull request #119 from dave08/fix-helm-configmap
🔀 8e707fc Merge branch 'master' into fix-helm-configmap
f0e835a Fix values file too
⏪ b14253c Revert ConfigMap to toYaml instead of repeat
bfaae04 Apply previous fix
3f226f8 Fix helm configmap using : instead of =
🔀 fbb8ae8 Merge pull request #118 from dave08/dave08-patch-1
00a070b Fix application.conf being repeated with settings
1a4b108 improved styling of notification emails
🛠 eb00f17 fixed small bug when tag input field loses focus
🛠 faf9ba9 fixed email notifications should contain the full text -
v1.32.1 Changes
June 28, 2019👀 Missing or invisible questions in default space? See #120
🚀 a74c256 Release v1.32.1.
🍱 a68aedc added support for webhooks 🎉, closes #104
⚡️ 2178416 updated Para to 1.32.0
6c39066 added .travis.yml
🏗 2583caf added new builder method to build space objects
94938b6 added new optionpara.auto_assign_spaces
to automatically assign spaces to new users
🛠 28db19b fixed question visibility issue when posted inside a space
🛠 3c6838d added support for spaces with Unicode ids, fixed many other small issues
48c9298 improved styling of spaces, space now links to the questions page
🛠 9b66dde fixed bug where only 30 spaces are shown on the bulk edit spaces page
🛰 190655f added workaround for URI too long errors forfindSimilar()
requests with a large text payload
🛠 a1810ed fixed links to spaces
🛠 4515968 fixed 'URI too long' bug forfindSimilar()
requests
🚀 ee35409 removed broken DO deploy button
🛠 a3843b6 fixed comments styling on mobile
💻 6acaedc fixed some more UI bugs on mobile
🛠 b65db68 fixed email messages should be BCC'd instead of CC'd
💻 092e1a7 small UI tweak on mobile
1cb839d added tabs on the profile page
🛠 5782a8d fixed a bug preventing admins from editing other profiles
🚚 f685d2c removed unused methods in Profile
💻 7e388e2 fixed mobile UI issues, added new translated strings -
v1.32.0 Changes
June 12, 2019 -
v1.31.4 Changes
June 06, 2019🚀 2ade6f2 Release v1.31.4.
⚡️ 5879e8f updated Para to 1.31.3
⚡️ 9d691e4 fixed text fields not updated with value
f7c5579 switched to EasyMDE to replace the unmaintained SimpleMDE editor
🚚 7c0696d removed unused method argument
🚚 fe93af0 removed CSP header from reports to make them less verbose
262dec9 added user agent info to CSP violation reports
👍 9764443 added a better explanation message for invalid JWTs
🛠 2f6fadc fixed log message on failed authentication
🛠 497756c fixed website, aboutme, location values not erasable
⚡️ d5abde7 updated Procfile to includeJAVA_OPTS
👍 30949a4 improved CSP header by adding support for nonces, passes csp-evaluator.withgoogle.com
daed04c added new option to enable/disable access token delegation for OAuth 2 authentication requests
e858df9 fixed name edits on Para not reflected in Scoold, added optionpara.name_edits_allowed
, closes #114
⚡️ 2004d83 updated Hebrew translation
🌐 948bc17 added Hebrew translation
80317d2 added new optionsecurity.allow_unverified_emails
0️⃣ c6e2ef0 changed some blank LDAP properties to have default values
⚡️ 520cd91 Updated Para to 1.31.2
⚠ 692563b fixed velocity config warning
⚡️ cca835e updated Velocity to 2.1
🛠 6ed4841 fixed small bug in notifications for new questions
🙋 d0236e7 added additional info to FAQ
🔨 ab76e0b refactored notification methods for new questions alerts
4c1a15a DisableRedirectHttp10Compatible
to stay on https (#113)
e9b02ca added name of sender to outgoing emails
1ed37ac added admin notification for new questions
a545a0f added alternative to captcha for new signups