Releases: Erudika/scoold
v1.36.1
v1.36.0
44a1318 Release v1.36.0.
8208120 updated Spring Boot to 2.2.2
e15c03b updated Para client to 1.34.2
4905c6c fixed styling
7479379 added external CSS URLs to CSP header
1c13413 fixed avatar pic CSS
6bf43bd minor fix in macro template
60cc310 updated docker-compose.yml
677de56 added options to customize welcome emails, closes #137
91985be fixed #138, could not post questions with empty body
44caae8 fixed a bug where comment length limit couldn't be modified
130f39e added new language strings
4064210 fixed profile picture broken when containing embedded data:
0ad709b fixed small logical bug which could prevent avatars from being updated
a53adc6 added option to use LDAP username as name, closes #133
6659006 fixed a possible NPE when assigning spaces to user
v1.35.3
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
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
v1.35.0
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
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
v1.33.0
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
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