- 25 Mar, 2015 3 commits
-
-
Base Role from Object instead of ParseResource
Dan Krause committed -
This gives us everything we need from Object and reduces code duplication
Dan Krause committed -
Add the ability to drop whole classes
Dan Krause committed
-
- 23 Mar, 2015 1 commit
-
-
implments #100
Dan Krause committed
-
- 21 Feb, 2015 1 commit
-
-
User.current_user() when a valid session token is provided
David Robinson committed
-
- 20 Feb, 2015 2 commits
-
-
Dean Quiñanola committed
-
Dean Quiñanola committed
-
- 17 Feb, 2015 3 commits
-
-
Add config object
David Robinson committed -
Enable Session Tokens to be used to access ACL-protected objects.
David Robinson committed -
Ivan Nikolic committed
-
- 30 Jan, 2015 3 commits
-
-
Solve Datetime object not JSON serializable
David Robinson committed -
ACL patch
David Robinson committed -
Added Installation channel subscription modification
David Robinson committed
-
- 29 Jan, 2015 2 commits
-
-
Handle adding and removing relations by User.
David Robinson committed -
Marlon committed
-
- 28 Jan, 2015 1 commit
-
-
Added Installation channel modification so that account holders can manually add/remove subscriptions of users on their application
Ara Hayrabedian committed
-
- 27 Jan, 2015 2 commits
- 25 Jan, 2015 1 commit
-
-
Simple fix using "default=" argument of json.dumps to pass a date_handler.
konoufo committed
-
- 17 Jan, 2015 2 commits
- 16 Jan, 2015 4 commits
-
-
Update README.mkd with Role and ACL documentation.
David Robinson committed -
Handle adding and removing relations from Roles.
David Robinson committed -
Marlon committed
-
This adds addRelation and removeRelation capabilities to Role, making it possible to add users to the users column and roles to the roles column in a Role object, for example. This prevents the error of Role not having the attribute addRelation or removeRelation when trying to add users or roles to a Role, which is critical for Role functionality.
Marlon committed
-
- 01 Dec, 2014 1 commit
-
-
Update datatypes.py to handle dict on properties
David Robinson committed
-
- 21 Nov, 2014 1 commit
-
-
As a dict's iterator returns keys, sending {"key" : "value"} resulted in receiving ["key"] on dashboard Uses dict.iteritems() instead
Tibabal committed
-
- 14 Nov, 2014 1 commit
-
-
dgrtwo committed
-
- 08 Nov, 2014 6 commits
-
-
add file support
David Robinson committed -
Dan Krause committed
-
Dan Krause committed
-
Dan Krause committed
-
Reverting 2fde6572 to fix #67 (lazy loading fails)
David Robinson committed -
Dan Krause committed
-
- 07 Nov, 2014 2 commits
-
-
Added role and ACL support
David Robinson committed -
Dan Krause committed
-
- 28 Oct, 2014 1 commit
-
-
Improve error messages.
David Robinson committed
-
- 27 Oct, 2014 2 commits
-
-
Mattias Granlund committed
-
Subclassing User object
David Robinson committed
-
- 26 Oct, 2014 1 commit
-
-
Mattias Granlund committed
-