Quantcast
Channel: FeedBunch:v1.3.19 commits
Browsing index pages (28 articles)

Remove foreign keys created by a recent migration

It seems these foreign keys are created by (relatively) recent versions of Rails. Older versions did not create them. They are probably useful and a good idea in the long run, but right now they break...

View Article


Removed distinction between free and paid users.

FeedBunch users have never had to pay anything and the boolean attribute that marks some users as "free" is not used.

View Article


Fixed: rails env is not unconditionally set to production anymore

View Article

gitignore

View Article

Fix crash on startup if hosts blacklist is empty

View Article


Removed the host blacklist from the default installation.

The capability to add blacklisted domains and keep users from subscribing to feeds in those domains is still implemented, but the domain blacklist itself is emtpy in the default installation. Also...

View Article

Removed unused 'staging' environment

View Article

Remove message about FeedBunch being an open beta

View Article


Public signups can be enabled/disabled with the SIGNUPS_ENABLED env var

Signups are enabled by default.

View Article


Make the admin email parametrizable.

It can be set with the ADMIN_EMAIL environment variable, it takes the value 'admin@feedbunch.com' by default. This email is used when sending certain emails from the app, like OPML import/export...

View Article

Render the demo user popup only if demo user is enabled.

This should fix an error displaying some pages when demo user is disabled

View Article

Run worker that reset demo user hourly only if demo user is enabled

View Article

Fully configure the demo user only if it's actually enabled

View Article


Enabling or disabling the demo user is controlled by an env var

The DEMO_USER_ENABLED environment variable controls whether the demo user is enabled or not. Enabled by default.

View Article

Fixed default settings for mailers

View Article


Fixed bug in URL parsing

View Article

Fix markdown typo

View Article


Parametrize the base url in links inside emails sent by the app

The EMAIL_LINKS_URL environment variable controls this base url. It takes the value "https://www.feedbunch.com" if the env var is not set.

View Article

Disable confirmation email for users created non-interactively

Use the correct Devise method (.skip_confirmation!, part of the Confirmable module for Devise) instead of hackishly trying to disable ActiveMailer sending emails.

View Article

Added script to create users non-interactively.

It can be invoked with "rails runner" to e.g. populate the initial admin user in a new installation.

View Article
Browsing index pages (28 articles)


Latest Images