Quantcast
Channel: Recent Commits to feedbunch:b9449f6d225331bb85ea4a69dc6977874c75ff03
Browsing latest articles
Browse All 20 View Live

Updated bower-rails gem 0.10.0 -> 0.11.0

Updated bower-rails gem 0.10.0 -> 0.11.0

View Article



Updated ruby version 2.3.1 -> 2.3.2

Updated ruby version 2.3.1 -> 2.3.2

View Article

Updated Gemfile.lock with update to ruby 2.3.2

Updated Gemfile.lock with update to ruby 2.3.2

View Article

Updated ruby 2.3.2 -> 2.3.3

Updated ruby 2.3.2 -> 2.3.3

View Article

Manually apply an angularjs digest cycle when invitations_worker retu…

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...

View Article


Same as 7d37812239d2a066d5a50bb10d295e659e09770c but for the rest of …

Same as 7d37812239d2a066d5a50bb10d295e659e09770c 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…

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...

View Article

Use Rails helper strip_tags to remove potentially dangerous tags from…

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...

View Article


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

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, depen…

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...

View Article

Removed strict sanitizer configuration that is no longer used.

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...

View Article

Sanitization returns an empty string, instead of nil, if the input st…

Sanitization returns an empty string, instead of nil, if the input string is blank. This helps assuring attributes have a not-nil value.

View Article

Add loofah gem to bundle.

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.

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...

View Article

Do not attempt to record deployments in New Relic.

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 tool…

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...

View Article

When using keyboard shortcuts to select a sidebar link, hide any entr…

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 shortcut…

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, s…

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 …

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 20 View Live




Latest Images