Skip to content

Releases: Erudika/scoold

v1.35.3

18 Nov 15:26
5e85693
Compare
Choose a tag to compare

5e85693 Release v1.35.3.
25ea541 fixed NPE when updating profile settings
fcdc8fe added option to enable SMTP debug logging more easily
74e7dfc updated Spring Boot to 2.1.9
9aea74a Merge pull request #131 from lameducks/pr/fix-request-url-for-globals.js
c3ea248 Fix request URL for globals.js when using CDN

v1.35.2

09 Oct 09:37
bad5a24
Compare
Choose a tag to compare

bad5a24 Release v1.35.2.
a34cd1f fixed some mention links not rendered properly
68ccbb2 added option to anonymize your profile, closes Erudika/scoold-pro#7
55b6707 fixed checkboxes not selected when user selected while editing spaces in bulk
4a3decc fixed favorite tags cannot be cleared in the settings page, closes Erudika/scoold-pro#18
6e67ec1 improved tags filter, related to Erudika/scoold-pro#17
d1cecbc fixed bug when listing tagged questions in a space, closes Erudika/scoold-pro#17
0800312 fixed German translation strings for reports, closes Erudika/scoold-pro#16

v1.35.1

01 Oct 13:10
39f2ae3
Compare
Choose a tag to compare

39f2ae3 Release v1.35.1.
dce02a2 updated Para to 1.34.1
287fc27 minor refactoring - moved 2 methods to HttpUtils
79a6e2f fixed form inputs in signin.vm
1b83b8e fixed space permissions wrong preventing access to profile page

v1.35.0

22 Sep 18:57
198fba5
Compare
Choose a tag to compare

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 and locked_after_sec
f67735c updated Para to 1.34.0
5af0e8f reduced code duplication
e9d15ba removed comma from postviews cookie
b04540e added avatar image validation and fallback handling
17609bc added Apache HttpClient to pom.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 variable Config.AUTH_COOKIE
5b9f348 added auth_cookie property to app.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
dc7017a disabled email verification by default when not in production

v1.34.0

11 Sep 13:05
088a609
Compare
Choose a tag to compare

088a609 Release v1.34.0.
70b69d8 fixed host_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 on delete()
31ef78f fixed issues reported by sonar
7948f9b removed session-based CSRF protection (in favor of SameSite=Lax), time tokens to make Scoold stateless
03f6239 fixed #125 in FeedbackController as well
b9149f2 fixed Erudika/scoold-pro#10, allow regular users to subscribe to new questions
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
0d51109 added default value for the app_name config parameter
fc8f7b7 fixed last activity label on question page

v1.33.1

06 Aug 07:47
da75bee
Compare
Choose a tag to compare

The option ?jwt=incookie has been removed because it didn't work in production. Thus, the configuration parameter para.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

16 Jul 22:57
12c7db9
Compare
Choose a tag to compare

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
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
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

28 Jun 13:48
a74c256
Compare
Choose a tag to compare

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 option para.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 for findSimilar() requests with a large text payload
a1810ed fixed links to spaces
4515968 fixed 'URI too long' bug for findSimilar() 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

12 Jun 10:03
04d9b1c
Compare
Choose a tag to compare

04d9b1c Release v1.32.0.
d77b627 added ability to sort users based on the reputation gained over a period of time, closes #116
ed128de added ability for moderators to approve posts submitted by new users when para.posts_need_approval = true
9c6b330 improved UI responsiveness for mobile devices

v1.31.4

06 Jun 10:58
2ade6f2
Compare
Choose a tag to compare

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 include JAVA_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 option para.name_edits_allowed, closes #114
2004d83 updated Hebrew translation
948bc17 added Hebrew translation
80317d2 added new option security.allow_unverified_emails
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 Disable RedirectHttp10Compatible 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