Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
27752930 11/25/2016 02:43 AM Kavita Gaikwad

Fixes #17343 - set deep munge config off

deep_munge was introduced as a solution to keep
Rails secure by default which results in
'empty array becomes nil in params'.
Thats why, set deep_munge config off in application.rb.
Also, added changes which will cast param argument to string...

08763fc2 11/14/2016 06:07 AM Dominic Cleal

fixes #16798 - move scoped_search definitions to STI subclasses

scoped_search doesn't support class inheritance with STI, so registering
definitions on the subclass fixes various issues. This fixes an issue
where scoped_search on CommonParameter calls Parameter.all and is...

719f4d21 10/26/2016 08:55 AM Marek Hulán

Fixes #17104 - ignore resource via API

5284a31d 09/23/2016 04:16 AM Ondřej Pražák

Fixes #15703 - Singularize media in api doc for orgs

40b69114 08/03/2016 02:01 AM Martin Bacovsky

Fixes #15833 - remove duplicities in smart params listings

12612809 07/29/2016 05:58 AM Dominic Cleal

fixes #3917 - replace protected_attrs with strong parameters

Filtering of attributes has moved from the protected_attributes gem to
strong parameters in controller concerns, to be in line with current
Rails recommendations.

Concerns are shared between UI and both API controllers and list the...

e263719a 07/25/2016 05:18 AM David Davis

Refs #3809 - Using defaults for AndOr cop

df6a9f34 07/19/2016 05:44 AM Dominic Cleal

fixes #15720 - rename *_filter to *_action

The older 'filter' name is changing in Rails to 'action' and is being
deprecated.

a30ab44e 06/23/2016 02:36 AM Marek Hulán

Fixes #15268 - limit user taxonomies using my scopes

Fixes CVE-2016-4475

1144040f 05/27/2016 07:34 AM Marek Hulán

Fixes #15182 - limit user taxonomies in API (CVE-2016-4451)

View revisions

Also available in: Atom