Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Releases: withspectrum/spectrum

v2.4.52

28 Oct 05:44
c777fbb
Compare
Choose a tag to compare
  • Adds better catches for banned users performing mutations #4130
  • Prevents emails from being sent to @qq.com email addresses #4133
  • Grammar and punctuation improvements in docs #4140 @jchiatt
  • Fully removes the attachments field from the thread model #4137

v2.4.51

28 Oct 05:42
c777fbb
Compare
Choose a tag to compare
  • Fixes a scrolling bug on latest firefox version #4118
  • Performance improvements in daily/weekly digest processing #4117
  • Adds blob type to CSP #4125
  • Hides the thread notifications button on signed-out thread action bars #4124
  • Various static fixes #4122
  • Removes link previews from threads #4126

v2.4.50

24 Oct 16:52
f792221
Compare
Choose a tag to compare
  • Fixes user profile dropdown positioning on marketing pages #4052 @rfbotto
  • Returns an error message if an image upload fails #4107
  • Adds a temporary fix to auth flow if id field is missing in deserialized user data #4104
  • Disables alpha deployments via ci #4103
  • Fixes queue arguments when a user is created #4115

v2.4.49

23 Oct 20:50
11cadef
Compare
Choose a tag to compare
  • Prevents undefined from accidentally breaking identifyAnalytics queue #4099
  • Downgrades react temporarily #4100
  • Fallback getUser query in case passed userId arg is a stringified user object #4101

v2.4.48

23 Oct 20:02
07ae79b
Compare
Choose a tag to compare
  • Ships optimized db queries, now in shared/ #3876
  • Fixes inaccurate member counts on communities and channels #4092
  • Fixes return in rootChannel query if no channel is found in db #4093
  • Adds shim to hyperion for window.addEventListener for upstream react deps #4095

v2.4.47

19 Oct 18:36
bc60a9b
Compare
Choose a tag to compare

Fixes

  • Fixes CSP to allow local file uploads for image previews #4089

v2.4.46

19 Oct 17:31
08413f0
Compare
Choose a tag to compare

Fixes

  • Fixes a bug where banning a user wouldn't delete their DMs #4087
  • Fixes a bug with uploading cover photos to user profiles #4085

v2.4.45

19 Oct 15:48
2f947ec
Compare
Choose a tag to compare

Fixes

  • Removes unused access tokens from codebase #4078
  • Adds state parameter to GitHub Oauth strategy #4079
  • Sanitizes URLs in DraftJS data #4081
  • Enables CSP #4080

v2.4.44

19 Oct 14:37
247f93b
Compare
Choose a tag to compare

Fixes

  • Fixed a bug that allowed users to react to threads where they didn't have permission c37a3bf
  • Fixed a bug that could expose the join token for private communities 867207e
  • Fixed a bug that could expose the join settings for private channels f222f6e
  • Fixed a bug that could allow a direct message to get sent to the wrong thread 56bccac
  • Fixed a bug that could allow private member and thread information to be queried afda3dc
  • Removes an outdated token from the codebase b35e744

v2.4.43

19 Oct 14:25
b99b58f
Compare
Choose a tag to compare

Fixes

  • Reordered migrations to align with the order they were run in prod #4016
  • Upgrade React version #4006
  • Initialize new communities with memberCount of 1 #4025
  • Initialize threads with message and reaction count of 0 #4024
  • Deprecate channel.metadata fetches #4020
  • Allow DM snippet to be null #4028
  • Use apollo-link-schema for SSR #4033
  • Use em-dash and rich quote in UI #4057 @zanedb
  • Add privacy links on login views #4060
  • Various bug fixes and patches #4072
  • Lots of dependency updates