This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
Releases: withspectrum/spectrum
Releases · withspectrum/spectrum
v2.4.71
- Fixes badge css #4270
- Fixes bad styling on username mentions #4270
- Improves thread slugs for better SEO and readability #3762
- Fixes copy on login modal to be in line with login view #4269
- Fixes desktop push notification ordering #4267
- Fixes postmark breaking auth-bound links when opening them on mobile #4264
v2.4.70
v2.4.69
- enforces use of
hsts
andssl
on the api #4257 - adds whitelist of subdomains allowed cors access #4258
- updates yarn lock files to only have
https
registries, updatesdebug
package #4252 - fixes authorization bug that could allow a moderator to block a community owner #4254
- fixes an insecure
isSpectrumUrl
check #4256 - switches
shortid
touuid/v4
for more secure token generation #4255 - uses built-in
passport.logout()
method to handle session destruction #4253 - fixes copy in login flow to make it clear that joining accepts the tos, privacy policy, and code of conduct #4248
- adds
lastAcceptedTerms
date field to user model, backfills old users via migration #4248