Quantcast
Channel: FeedBunch:b9449f6d225331bb85ea4a69dc6977874c75ff03 commits
Browsing latest articles
Browse All 40 View Live

Updated pghero gem 1.4.2 -> 1.6.1

View Article



Updated sanitize gem 4.2.0 -> 4.4.0

View Article

Updated sidekiq gem 4.1.4 -> 4.2.3

View Article

Updated sidekiq-cron gem 0.4.3 -> 0.4.4

View Article

Update uglifier gem 3.0.2 -> 3.0.3

View Article


Update capistrano-rails 1.1.7 -> 1.2.0

View Article

Updated capybara gem 2.8.1 -> 2.10.1

View Article

Updated rspec-retry gem 0.5.0 -> 0.5.2

View Article


Updated selenium-webdriver gem 2.53.4 -> 3.0.0

View Article


Updated spring gem 1.7.2 -> 2.0.0

View Article

Updated sqlite3 gem 1.3.11 -> 1.3.12

View Article

Update aws-sdk-core, aws-sdk-resources gems 2.5.11 -> 2.6.14

View Article

Updated brakeman gem 3.4.0 -> 3.4.1

View Article


Updated addressable gem 2.4.0 -> 2.5.0

View Article

Updated http_accept_language gem 2.0.5 -> 2.1.0

View Article


Updated pghero gem 1.6.1 -> 1.6.2

View Article

Updated sidekiq gem 4.2.3 -> 4.2.5

View Article


Updated web-console gem 3.3.1 -> 3.4.0

View Article

Updates aws-sdk-core, aws-sdk-resources gems 2.6.14 -> 2.6.18

View Article

Updated activeadmin gem

View Article

Updated bower-rails gem 0.10.0 -> 0.11.0

View Article


Updated ruby version 2.3.1 -> 2.3.2

View Article


Updated Gemfile.lock with update to ruby 2.3.2

View Article

Updated ruby 2.3.2 -> 2.3.3

View Article

Manually apply an angularjs digest cycle when invitations_worker returns.

It seems web workers are outside the digest cycle and a digest must be manually invoked in the worker callback. Otherwise changes in the model (e.g. flags that make alerts temporarily visible) may not...

View Article


Same as 7d37812239d2a066d5a50bb10d295e659e09770c but for the rest of worker...

Same as 7d378122 but for the rest of worker callbacks in any angular services that use web workers.

View Article

Removed .erb extension from coffeescript file that didn't really need it.

We use .erb in the asset pipeline to enable the use of the asset_path helper in coffeescript files. This is very useful to get the actual URL of a web worker's javascript file, which we need to invoke...

View Article

Use Rails helper strip_tags to remove potentially dangerous tags from url,...

Use Rails helper strip_tags to remove potentially dangerous tags from url, fetch_url and title attributes of Feed model. Those three attributes are entered by the user, and therefore cannot be trusted....

View Article

Sanitize folder title using a plaintext sanitizer, instead of an HTML sanitizer.

This makes more sense and avoids the user entering malicious input.

View Article



Sanitize entry attributes with the appropiate Sanitizer method, depending on...

Sanitize entry attributes with the appropiate Sanitizer method, depending on whether they are plain text or HTML. This is functionally equivalent to the way it was done before, but sanitization code is...

View Article

Removed strict sanitizer configuration that is no longer used.

This config was used with the Sanitize gem to sanitize plaintext attributes, which should have no markup. Now we use strip_tags from a Rails helper, which is actually more correct (and avoids problems...

View Article

Sanitization returns an empty string, instead of nil, if the input string is ...

This helps assuring attributes have a not-nil value.

View Article

Add loofah gem to bundle.

It is a sanitization gem used by the rails sanitizer. It has a feature that the Sanitize gem lacks: it can be told not to escape HTML entities when sanitizing.

View Article


Sanitize plaintext with Loofah gem.

This is necessary because Loofah, unlike Sanitize, can be told not to escape HTML entities in the sanitized text. This is necessary to sanitize URLs entered by the user, otherwise & characters get...

View Article

Do not attempt to record deployments in New Relic.

It seems this feature has not been available in the free NewRelic tier for some time.

View Article

After clicking in the feed link under an entry title, hide entry tooltips.

This fixes a bug in which the tooltip associated to the feed link under the entry title did not disappear after clicking on the link.

View Article


When using keyboard shortcuts to select a sidebar link, hide any entry...

When using keyboard shortcuts to select a sidebar link, hide any entry tooltips that are currently visible. This fixes a bug in which entry tooltips could remain on the page after selecting a sidebar...

View Article


Fixed a bug that made selecting a sidebar link with keyboard shortcuts fail i...

Fixed a bug that made selecting a sidebar link with keyboard shortcuts fail if the entries list was empty.

View Article

When checking if an entry already exists as part of a feed refresh, sanitize...

When checking if an entry already exists as part of a feed refresh, sanitize the entry guid before the check. This is necessary because the Entry model sanitizes the guid (it is an outside input that...

View Article

In feeds that do not have a url tag in entries, but an enclosure tag with an...

In feeds that do not have a url tag in entries, but an enclosure tag with an url attribute instead (e.g. itunes podcasts), use the enclosure URL as the entry URL. Before this, the URL in these cases...

View Article
Browsing latest articles
Browse All 40 View Live




Latest Images