Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  foreman
application_shared.rb 639 Bytes
find_common.rb 1.9 KB
scopes_per_action.rb 1.55 KB

Latest revisions

# Date Author Comment
6d6ef227 03/01/2017 02:08 PM Tomáš Strachota

Fixes #18582 - add missing id params to taxonomy apidoc

(cherry picked from commit 9b5a467779b931d7a68f57f1c31bbea309090634)

328c7f27 01/30/2017 11:09 AM Ondřej Pražák

Fixes #17681 - Switch to newly created taxonomy

(cherry picked from commit 9f68d4d91af0eef381a97dd5c4b33c114282d4e2)

c4889226 12/05/2016 09:32 AM Tomáš Strachota

Fixes #17487 - support sessions for api calls

- authenticated api calls save user to session and set
flag api_authenticated_session
- sessions with such flag allow posting requests without CSRF token
- api sessions exipre the same way as UI sessions
- api sessions don't store any additional data to keep the requests...

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

4e6d2262 11/24/2016 03:48 AM Marek Hulán

Fixes #16739 - unify parameters permissions

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

18780e5c 11/10/2016 10:59 AM Dominic Cleal

fixes #17300 - accept Nic::Bond#attached_devices string inputs

87f8f03e 11/03/2016 09:54 AM Shimon Shtein

Fixes #16646 - Add ability to plugins to modify index scope

8aeebc29 10/31/2016 04:32 AM Dominik Hlavac Duran

Fixes #16548 - Changing user own passwd require current passwd

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

Fixes #17104 - ignore resource via API

View revisions

Also available in: Atom