Streak.club Versions Save

a website for running creative streaks

2022-2-6

1 year ago

MP4 files below 8 megabytes can now embed directly into your posts. You still have the option to download the video.

Some older uploaded videos may not be eligible for the embed yet as they have not had their size metadata calculated.

https://user-images.githubusercontent.com/15198/217089288-1e85e0b8-5683-45d8-9b6a-640143946e23.mp4

2020-2-5

4 years ago

Now live on https://streak.club

  • Updated dashboard:
    • Show active streaks sorted by most recently submitted (or joined) first
    • Show some account summary stats
    • Change how active streaks are displayed to include information relevant to your participation (submissions, streak, etc.)
  • Enhance admin pages
    • Base widget for admin pages
    • Admin home page
    • Rewrite table helper
  • Change how user flags are stored on user model, using a bit field
  • Add the ability to suspend (ban) accounts
    • Posts, comments, community posts are hidden and username displayed as "suspended account"
    • Streaks and profile will 404
    • Admin tool to edit account flags
    • Suspended accounts can not post, comment, like, follow, etc.
  • Uploading an image stores the dimensions of the image in the DB
  • Ensure src attribute of whitelisted iframes is http/https link
  • Update lapis-community to latest
  • Update dependencies: React, jQuery, underscore, commonmark, momentjs
    • Remove sticky kit
  • Minor styling updates
    • Streak unit page now mobile friendly
    • Collapse unit grid if there's a group with no submissions
    • Don't link to grid units that are empty when logged out
  • Minor bug fixes & tweaks

2019-7-18

4 years ago

Note: These changes were originally released at the beginning of 2019

  • Added a sticky audio player that builds a playlist from visible submissions with mp3 files.
  • Convert all audio players to react
  • All like buttons are react components
    • State synchronized across like buttons for same submission
  • Misc fixes