Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
base.json.rabl 55 Bytes
create.json.rabl 66 Bytes
index.json.rabl 179 Bytes
main.json.rabl 293 Bytes
show.json.rabl 252 Bytes
test.json.rabl 147 Bytes
update.json.rabl 66 Bytes

Latest revisions

# Date Author Comment
cabe2c2e 06/01/2017 07:45 AM Ohad Levy

Fixes #19700 - update rubocop rules

The following changes have been made:

- Performance/RedundantMerge:
changes lines such as:
```not_found_message.merge! :message => options```
to:
```not_found_message[:message] = options```

- converts str.match() to str =~ ()...

65c093a5 12/27/2016 07:47 AM Nagoor Shaik

Fixes #17846 - auth_source_ldaps API now displays taxonomies

05bd6ed8 09/26/2016 08:25 AM Daniel Lobato Garcia

Fixes #16624 - Make AuthSourceLDAP taxable

This allows users to set organizations/locations on AuthSourceLDAP
objects. That in itself might not be that useful, but it allows us to
follow on and assign the AuthSourceLDAP taxonomies to the users
autocreated through it.

6aa12560 03/21/2016 04:24 AM Shimon Shtein

Fixes #14286 - added :groups_base field to auth_source_ldaps API

82a0ba46 03/17/2016 08:24 AM Shimon Shtein

Fixes #14240 - added :server_type attribute to API rabl

cb71e86a 11/09/2015 08:51 AM Amir Fefer

Fixes #7537 - Adds test connection button to LDAP form

d575926a 07/13/2015 07:36 AM Alon Goldboim

Fixes #10356 - changed the POST/PUT RABL template to be the same as the GET template

HTTP response code standardized to 201 on create.

19bf6b09 05/18/2015 09:03 AM Dominic Cleal

fixes #10509 - add toggle for LDAP usergroup updating

453dc693 10/14/2014 04:10 AM Joseph Magen

fixes #3492 - API v2 nested routes for each controller

d6b1f7b4 09/16/2014 02:45 PM Joseph Magen

fixes #7409 - API v2 - add host attribute to GET response for auth source ldap

View revisions

Also available in: Atom