twitarr
twitarr copied to clipboard
This is the V2 version of Twit-arr, a social communications server for the JoCo Cruise. It is discontinued.
Bumps [puma](https://github.com/puma/puma) from 5.6.2 to 5.6.4. Release notes Sourced from puma's releases. 5.6.4 Security Close several HTTP Request Smuggling exploits (CVE-2022-24790) The 5.6.3 release was a mistake (released the wrong...
Stream and forum posts can have reactions added/removed - see app/models/concerns/postable.rb add_reaction and remove_reaction - Add user interface controls for adding/removing reactions. - Add summary of reactions to a post...
For extra bonus points, you could track the `@moderator` last_checked time separately for each moderator, so that they don't clobber each other's last_checked times, despite seeing the same stream. :-)
Having long hashtags not be allowed to be sent (rather than just having the server ignore them) is the wrong choice, I think. It has a number of disadvantages: 1....
Feature request from 2018 feedback thread: Would be nice to be able to subscribe to forum threads too and get twitarr notifications for new posts in a thread. There are...
Should work similarly to personal comments. Requested by Dee Nelson
Add the ability to create a forum thread for an event directly from the event details view (only allow one thread per event). _Originally posted by @hendricksond in https://github.com/seamonkeysocial/twitarr/issues/62#issuecomment-458457194_
This is merely a nice to have feature only if you have time and/or are willing. Whenever possible, can you set the focus on the textbox when performing an action...
For a number of reason the design of the main tweet feed should be revisited: - Overall usage keeps increasing, there's too much content for the current format - This...