Skip to content

Tags: stefansundin/rssbox

Tags

fly/v37

Toggle fly/v37's commit message
Deploy 2fe9383

Diff: fly/v35...fly/v37
- [Rescue NotImplementedError.](2fe9383)

fly/v35

Toggle fly/v35's commit message
Deploy f1bc162

Diff: fly/v33...fly/v35
- [SoundCloud: Include artist name in downloaded file.](66c059e)
- [EB: Improve instructions.](305241c)
- [Upgrade gems.](2d946ee)
- [Add error checking to dailymotion user lookup.](e25f1d8)
- [Remove Dilbert feed as it stopped working two years ago and is no longer available.](4d67151)
- [Random improvements.](a0f756e)
- [Rename XRobotsTag file.](4cd2a8f)
- [Set header `Cache-Control: public, no-cache` for static assets.](6d94bb8)
- [Upgrade gems.](989d8ec)
- [Delete Twitter integration. (#75)](3c5c1a1)
- [Implement support for ETag and If-None-Match.](5a6390b)
- [Update gems.](aff8dcf)
- [Bring back Instagram support, with a few features removed to make it easier to maintain. This may break again at any moment!!](214d003)
- [Remove use of `frameborder="0" scrolling="no"` and use CSS instead.](f1bc162)

fly/v33

Toggle fly/v33's commit message
Deploy da4bc7f

Diff: fly/v31...fly/v33
- [EB: Update README.](8fcd786)
- [Add a warning to the Instagram instructions.](1833a3d)
- [Update the SoundCloud integration to work with the new SoundCloud API.](da4bc7f)

fly/v31

Toggle fly/v31's commit message
Deploy 84723ae

Diff: fly/v24...fly/v31
- [Remove clogger.](af4cbd8)
- [Upgrade gems.](2f74d44)
- [Remove link since that website requires payment now.](bffcca3)
- [Fix deprecation warning.](4fd576c)
- [Ruby 3.4](a0e494d)
- [Remove Periscope since it seems to have died a few years ago.](262a520)
- [Remove Vagrantfile.](b1b36c4)
- [EB: Use `systemctl enable --now`.](752776b)
- [EB: Remove EBS volume tagging script since it is broken for some reason and it seems like the launch template does this now.](db85909)
- [EB: Upgrade to Ruby 3.3](8bc6f34)
- [EB: Update nginx configuration.](366c048)
- [Add a custom logger.. again.. but this time in pure ruby.](3646e85)
- [Fix error about `/nonexistent` not existing.](6be76d9)
- [Set `APP_VERSION` fallback to the mtime of `config/application.rb`.](9779702)
- [Add `RESTART_APP_INTERVAL` which lets you easily periodically restart the app.](ff71cab)
- [Upgrade gems.](4716893)
- [Disable unused airbrake features.](262416b)
- [Set `RUBYOPT="-W:deprecated"` in development.](cf8920f)
- [Add the ability to turn off services with the `ENABLED_SERVICES` environment variable. If it is not defined then all services are enabled.](dd445f3)
- [EB: Upgrade to Ruby 3.4](84723ae)

fly/v24

Toggle fly/v24's commit message
Deploy ed11bb8

Diff: fly/v23...fly/v24
- [Fix certbot renewal.](276ea5b)
- [Replace certbot cron with systemd timer.](8f7b990)
- [EB: Replace restart-app cron with systemd timer.](8bb9105)
- [Upgrade bootstrap to v5.3.3.](101164e)
- [twitch-embed: Do nothing if the location hash is not set.](d1432f5)
- [Ruby 3.3.1](a079717)
- [YouTube improvements. Add a hidden way to use the RSS Box endpoint (hold the shift key when submitting the form). Add YouTube feed options to the modal. Fix the shorts filter by querying youtube.com/shorts/ for each video (it will make the query more expensive, consider using `min_length` instead).](55b5fa8)
- [Silence Ruby deprecation warning.](519fb2b)
- [Remove `resolv-replace.rb`. Hopefully it is not used for anything important.](ed027da)
- [Reset feed options when the modal is opened.](cf29033)
- [Make sure `App::Google` is loaded first.](fe802d0)
- [Merge pull request #70 from stefansundin/twitter-api-v2](96e3b79)
- [Add a few warnings regarding Twitter.](696450c)
- [Update clogger git source URL.](ed11bb8)

fly/v23

Toggle fly/v23's commit message
Deploy 8675f9d

Diff: fly/v22...fly/v23
- [eqeqeq](1c0bd58)
- [Formatting.](de9e225)
- [Add a single retry for 502 Bad Gateway errors. Fly sometimes returns this error for whatever reason. The next attempt seems to work, so hopefully a single retry is enough to address this issue.](f509f78)
- [Upgrade dependencies.](8675f9d)

fly/v22

Toggle fly/v22's commit message
Deploy 139bd28

Diff: fly/v21...fly/v22
- [Update gems.](a158ec1)
- [Add `CSRF_PROTECTION` environment variable where you can turn off the robots protection (by setting the variable to `off`). It is enabled by default.](c4f9a6d)
- [Comment out `env_file` as it does not exist by default.](4da9acf)
- [Fix docker signal issues.](139bd28)

fly/v21

Toggle fly/v21's commit message
Deploy 8a7ee32

Diff: fly/v20...fly/v21

fly/v20

Toggle fly/v20's commit message
Deploy 8a7ee32

Diff: fly/v16...fly/v20
- [Fix `find` filter.](316b16a)
- [Disable `X-XSS-Protection` as it is considered unsafe nowadays.](d713c16)
- [Fix looking up YouTube @username URLs.](cf63c3a)
- [Upgrade gems.](aa0b711)
- [Revert "Stop selecting the feed URL so much. Only select it when the Copy button is clicked."](36db564)
- [Update dark mode code. Make it usable when localStorage is not available (e.g. in iframes).](c5dd6cd)
- [Allow a default theme to be specified by adding a URL query string parameter: `&theme=dark` or `&theme=light`. Default is to auto-detect.](dd83e91)
- [Fix YouTube username lookup.](f5e175a)
- [Upgrade gems.](7f186ad)
- [Update nginx configuration.](3e1bccb)
- [Install libyaml-devel.](1dbab8e)
- [Work around issue with /var/log/nginx/healthd not existing.](89490d2)
- [Fix dark mode checkbox shift-click in Firefox.](0150605)
- [EB: Ruby 3.2 on Amazon Linux 2023](74a16a5)
- [Support new svtplay.se URL format.](54b584d)
- [countdown: accurately count down to dates that are more than 24 days in the future. weird](4f3aa27)
- [countdown: use `font-variant-numeric: tabular-nums;` for a nicer looking countdown.](4106b18)
- [countdown: modernize](e1b02f4)
- [twitch-embed: modernize](9af8809)
- [Fix the `tz` element making the button square (i.e. not rounded on the right side) because it is not the last element anymore.](5c30c34)
- [Upgrade to bootstrap v5.3.2 which has a much improved dark mode.](edff536)
- [`substr` -> `substring`](776e048)
- [Update gems.](8a7ee32)

fly/v16

Toggle fly/v16's commit message
Deploy ef68e0a

Diff: fly/v12...fly/v16
- [Add more platforms. This is annoying.](16d3f64)
- [Switch to Ruby built with jemalloc.](ebdbf55)
- [Fix minor Twitch URL and user name issues. Bump cache version.](b9b7ec6)
- [Update gems.](a6cfc70)
- [Install vim and less in docker image.](ef61675)
- [Stop selecting the feed URL so much. Only select it when the Copy button is clicked.](b1d7b04)
- [Add fly volume.](ef68e0a)