django-ddp/dddp
Tyson Clugg dfd52ebb32 Cleanup Collection.user_ids_for_object(obj) method.
* Removed `include_superusers` argument, replaced with class level `always_allow_superusers` attribute.
* Removed unused `base_qs` argument.
* Don't test for obj being a primary key when running query since obj is assumed to be an object in the prior lines of code anyway.
2015-07-09 08:52:10 +10:00
..
accounts Fix bug in Accounts.forgotPassword implementation. 2015-07-08 11:55:41 +10:00
migrations Refactored send_notify to add custom serialization support. 2015-05-06 19:40:54 +10:00
server Use mimetypes module to correctly guess mime types for Meteor files being served. 2015-06-29 18:19:07 +10:00
test Move test projects into path that can be imported post install. 2015-05-27 08:55:46 +10:00
__init__.py Don't barf on multiple invocations of greenify(). 2015-06-14 00:08:13 +10:00
admin.py Refactored send_notify to add custom serialization support. 2015-05-06 19:40:54 +10:00
alea.py Fix generation of meteor ID's to match meteor client implementation. 2015-04-14 11:08:08 +10:00
api.py Cleanup Collection.user_ids_for_object(obj) method. 2015-07-09 08:52:10 +10:00
apps.py Remove unused imports from AppConfig module. 2015-06-14 00:20:39 +10:00
main.py Use OrderedDict for geventwebsocket.Resource spec so geventwebsockets>=0.9.4 doesn't complain. 2015-05-27 15:16:07 +10:00
models.py Refactor serialization to imporove performance (less DB queries) and add support for auth updating subscriptions. 2015-05-28 10:53:29 +10:00
msg.py WIP on Django 1.8 compatibility. 2015-06-12 23:08:27 +10:00
postgres.py Fix order of added/changed messages by deferring id checking until emitting WebSocket frames. 2015-05-27 12:48:16 +10:00
websocket.py Check order of added/changed when emitting WebSocket frames, don't try to emit removed when client doesn't have the item. 2015-05-27 14:28:30 +10:00