- 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() insteadTibabal 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 2 commits
-
-
Mattias Granlund committed
-
Mattias Granlund committed
-
- 20 Oct, 2014 2 commits
-
-
fixed python 3 issue with str having __iter__ attribute
Roman Krejčík committed -
Tony Osibov committed
-
- 06 Oct, 2014 2 commits
-
-
ParseResource's need to know they've been loaded
David Robinson committed -
In __getattr__ we check to see if the object has been lazy loaded or not before we try to do attribute lookups. However, once the attributes have been loaded, we never record that. So this changes _init_attrs, which actually does the loading, to record that it's done so. This change took a loop I had that was taking 8-10s to finish down to .5-1s.
Dave Gadling committed
-