Skip to content

Releases: Erudika/scoold

1.57.2

06 Dec 17:14
a899854
Compare
Choose a tag to compare

a899854 Release v1.57.2.
e277faa updated Para client to 1.49.1
b05bf0f fixed bug preventing external scripts config from being loaded via ENV variable
53d000b fixed visibility of unapproved questions and answers even if posts_need_approval is set to false, #422
7256630 added 3 new standard webhook events - question.view, user.signin, user.search, closes #418
d892b5f updated commons lang3 and text because of an incompatibility issue

1.57.1

23 Nov 19:31
fdfb44d
Compare
Choose a tag to compare

fdfb44d Release v1.57.1.
20201aa improved exception handling during profile creation to prevent profile overwrites
3561d9a added additional check before creating a new profile to prevent overwriting of existing users
67cea91 added additional checks and logging when validating API keys
dcc814e fixed caching issue when adding/removing spaces on multiple hosts behind load balancer
bc5f91d fixed issue which could cause API keys to be overwritten in DB if a new one is registered quickly after startup
cddbe4d fixed bug which caused all users to be notified for questions with no tags
657d99f improved readme, closes #417

1.57.0

25 Oct 17:22
a550765
Compare
Choose a tag to compare

a550765 Release v1.57.0.
b5dd976 added support for updating basic user notification options and favorite tags via API
997e86c added new moderation button to quickly convert an answer to a comment
873da8d added reputation counter over user avatar in top right menu
7206339 minor UX fix - changed copy permalink icon to be more obvious
89ccfe6 fixed NPE when importing data from SO archive, related to #406
b07cb61 added support for setting a new question template for each space, closes #413
4170223 added support for having individually assigned moderators for each space
c73198f added support for pre-polulating text inputs on the ask question page, closes #412
99d714e fixed some minor CSS issues

1.56.1

21 Sep 12:58
478cadf
Compare
Choose a tag to compare

478cadf Release v1.56.1.
4ea7fff updated Spring Boot
7a49aed fixed bug preventing users from applying the favorite tags and 'near me' filters
b61706a added frame-ancestors to CSP header
f8a87b2 fixed typo in html template

1.56.0

25 Aug 12:50
11354f3
Compare
Choose a tag to compare

11354f3 Release v1.56.0.
3216d8d updated Spring Boot
087f26f added new config option scoold.notifications_as_reports_enabled to allow admins/mods to get notification copies as reports; added button for deleting all unapproved posts, closes #397
4acce9b improved reports UI, now showing unapproved content which can be approved without leaving the page
ca5710d add new option scoold.mods_access_all_spaces = true to allow moderators for assigned spaces only; allowed scoold.posts_need_approval to be configured per space, closes #396
40ee46a added notification switch for admins/mods for subscribing to new answers, closes #409
5b52ea5 removed some unnecessary details from the profile page like the IDP badge on the avatar
add2487 fixed a few issues around the import from SO functions, closes #406
8d48044 fixed bug preventing edits when post ID contains punctuation chars
5599903 added option for not sending scope parameter in OAuth2 token requests scoold.security.oauth.send_scope_to_token_endpoint, closes #402

1.55.0

27 Jul 14:40
c6a293e
Compare
Choose a tag to compare

c6a293e Release v1.55.0.
05896eb updated Para
49310b3 added form for creating new tags on the tags page, closes #388
010539c fixed API endpoint for editing spaces in bulk doesn't allow adding the default space
23a632b updated Swagger docs for API
35329f1 fixed API endpoint for creating posts does not allow arbitrary IDs, closes #400
6225d49 added alias URL for questions /questions/{id}, closes #399
a549009 added 'answered' filter on questions page, fixed bad query syntax errors, closes #395
80c5161 fixed tags autocomplete allows even if tag input when tag creation is disabled, #393
8f21bc4 added new query parameter notificationsDisabled to API to prevent spam when creating posts in bulk
e753926 fixed question created with no tags if tag creation is disabled, closes #393

1.54.1

01 Jul 12:20
cc8dd5f
Compare
Choose a tag to compare

cc8dd5f Release v1.54.1.
be5f15d updated Spring Boot
1f64ead fixed bug preventing tags from updating when tag_creation_allowed = false, closes #393
d91e33c fixed minor CSS issue - bold text not bold enough, closes #392
8f911b8 added error message for users trying to regsiter and login with an email from unapproved domain
3167bc3 added new option for showing an info banner on top the the /signin pages only, scoold.welcome_message_prelogin
01a9c35 minor refactoring - moved a method to ScooldUtils
f6d180d fixed possible race condition when setting the access token on ParaClient
e5b9024 fixed incorrect 'deleted user' shown as author of questions on the /profile page

1.54.0

05 Jun 16:09
c213686
Compare
Choose a tag to compare

c213686 Release v1.54.0.
29d529e fixed styling inconsistencies in tabs on Admin page
740fdf7 added checkbox to delete all data before importing a zipped backup, on Admin page
f3313f6 fixed permalink URL in post macro
aa6d29f added new option for hiding user profiles and users page - scoold.users_discoverability_enabled, closes #376
3732ea5 added support for deep linking (permalinks) to comments, closes #377
fd432dc fixed Hebrew language not loaded properly and not shown in list of available translations

1.53.0

05 May 20:55
166e973
Compare
Choose a tag to compare

166e973 Release v1.53.0.
770e906 updated dependencies
5c385b0 fixed a few untranslated parts of Scoold
16e45cc updated language files with new machine-translated strings
5e25d84 updated Italian translation
b51d4a7 added new option for restricting the creation of new tags by users, scoold.tag_creation_allowed = true, closes #373
881fcbc fixed expired label for API keys
431eff3 fixed bug which breaks JS code when an unescaped apostrophe is contained in custom welcome messages, closes #375
32c171a fixed inconsistency - spaces dropdown menu not showing default space for admins/mods
294042a fixed issues with default space duplication which resulted in broken All Spaces filter
76940b7 fixed possible space duplication when new users are created
3cf3e3f added Italian translation
8dfca4e fixed NPE in ScooldUtils
d436b66 fixed possible space duplication and overall performance when loading spaces and creating users
0649d8e fixed questions and answers on profile page not showing correct results, missing sticky posts, etc
8e719ef updated dependencies
1010289 updated dependencies

1.52.3

20 Mar 15:19
0da450f
Compare
Choose a tag to compare

0da450f Release v1.52.3.
4f3edf1 fixed slowness while generating sitemap