Tyson Clugg
b059fe37da
Allow silent sub/unsub to support Meteor null publications.
2015-07-21 09:55:55 +10:00
Tyson Clugg
8f82e29d0e
Merge tag '0.9.14' into develop
...
v0.9.14
2015-07-18 14:12:07 +10:00
Tyson Clugg
0d9514c763
Merge branch 'release/0.9.14'
2015-07-18 14:11:58 +10:00
Tyson Clugg
db33709b47
Update CHANGES.rst, bump version number.
2015-07-18 14:11:50 +10:00
Tyson Clugg
4608996e9f
Fix issue with incorrect ordering of messages during login/logout.
2015-07-18 14:09:50 +10:00
Tyson Clugg
033c9fddb4
Merge tag '0.9.13' into develop
...
v0.9.13
2015-07-17 18:09:26 +10:00
Tyson Clugg
5ee6d2268a
Merge branch 'release/0.9.13'
2015-07-17 18:09:17 +10:00
Tyson Clugg
ab29362ea1
Update CHANGES.rst, bump version number.
2015-07-17 18:09:07 +10:00
Tyson Clugg
8eb2a3d492
Add short_description to get_meteor_id helper for use in ModelAdmin list_display.
2015-07-17 17:49:23 +10:00
Tyson Clugg
797e10e08c
Add ObjectMappingMixin using GenericRelation back to ObjectMapping model.
2015-07-17 17:48:25 +10:00
Tyson Clugg
f43097a9ca
Add dddp.models.get_object_ids helper function.
2015-07-17 17:46:46 +10:00
Tyson Clugg
a9856294c0
Simplify ModelAdmin registration.
2015-07-16 16:26:53 +10:00
Tyson Clugg
19b8200dd8
Merge tag '0.9.12' into develop
...
v0.9.12
2015-07-16 08:48:48 +10:00
Tyson Clugg
beb4b9ea6a
Merge branch 'release/0.9.12'
2015-07-16 08:48:34 +10:00
Tyson Clugg
691b5f0af9
Update CHANGES.rst, bump version number.
2015-07-16 08:48:24 +10:00
Tyson Clugg
244567c3ba
Bugfix /app.model/schema helper method to work with more model field types.
2015-07-16 08:46:12 +10:00
Tyson Clugg
c8932d4dc2
Merge tag '0.9.11' into develop
...
v0.9.11
2015-07-14 09:37:46 +10:00
Tyson Clugg
2529c15d92
Merge branch 'release/0.9.11'
2015-07-14 09:37:40 +10:00
Tyson Clugg
6e4752dc69
Update CHANGES.rst, bump version number.
2015-07-14 09:37:32 +10:00
Tyson Clugg
59869add98
Allow for XX.YYY.ZZZZ version numbers, not just X.Y.Z
2015-07-14 09:37:19 +10:00
Tyson Clugg
cb46caf9ff
Fix bug in post login/logout subscription handling.
2015-07-14 09:22:27 +10:00
Tyson Clugg
781ea8e7a2
Pylint cleanups.
2015-07-09 09:19:13 +10:00
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
Tyson Clugg
789fe1b9e7
Merge tag '0.9.10' into develop
...
v0.9.10
2015-07-08 11:57:03 +10:00
Tyson Clugg
01f8c61b5a
Merge branch 'release/0.9.10'
2015-07-08 11:56:57 +10:00
Tyson Clugg
01b6466723
Updated CHANGES.rst, bump version number.
2015-07-08 11:56:40 +10:00
Tyson Clugg
b059dcbeb0
Fix bug in Accounts.forgotPassword implementation.
2015-07-08 11:55:41 +10:00
Tyson Clugg
047e5f01d1
Merge tag '0.9.9' into develop
...
v0.9.9
2015-07-08 11:34:46 +10:00
Tyson Clugg
13a3e029fb
Merge branch 'release/0.9.9'
2015-07-08 11:34:38 +10:00
Tyson Clugg
936fad6eb7
Updated CHANGES.rst, bump version number.
2015-07-08 11:34:28 +10:00
Tyson Clugg
fe13aac602
Match return values for Accounts.changePassword and Accounts.changePassword methods.
2015-07-08 11:33:18 +10:00
Tyson Clugg
f00c450a6c
Merge tag '0.9.8' into develop
...
v0.9.8
2015-07-08 11:18:25 +10:00
Tyson Clugg
d1b006b974
Merge branch 'release/0.9.8'
2015-07-08 11:18:19 +10:00
Tyson Clugg
2883c4e47f
Updated CHANGES.rst, bump version number.
2015-07-08 11:18:13 +10:00
Yan
8eb293f090
update changePassword
2015-07-08 11:15:32 +10:00
Tyson Clugg
86542d0e92
Merge tag '0.9.7' into develop
...
v0.9.7
2015-07-08 10:45:18 +10:00
Tyson Clugg
cb23f38fd8
Merge branch 'release/0.9.7'
2015-07-08 10:45:11 +10:00
Tyson Clugg
246acfbdff
Updated CHANGES.rst, bump version number.
2015-07-08 10:44:25 +10:00
Tyson Clugg
92b42e365b
Update hash method in dddp.accounts to bind hash tokens to specified purposes.
2015-07-07 17:40:07 +10:00
Tyson Clugg
a0cef34ecf
Merge tag '0.9.6' into develop
...
v0.9.6
2015-07-07 14:36:56 +10:00
Tyson Clugg
7481a16fe7
Merge branch 'release/0.9.6'
2015-07-07 14:36:49 +10:00
Tyson Clugg
b792989601
Update CHANGES.rst, bump version number.
2015-07-07 14:36:08 +10:00
Tyson Clugg
df6bf73687
Update authors in README.rst
2015-07-07 14:28:25 +10:00
Yan
0076b729e4
fix incorrect params in reset_password
2015-07-07 14:22:55 +10:00
Tyson Clugg
c6461d97d1
Merge tag '0.9.5' into develop
...
v0.9.5
2015-07-03 12:55:40 +10:00
Tyson Clugg
c6e3517208
Merge branch 'release/0.9.5'
2015-07-03 12:55:29 +10:00
Tyson Clugg
926c1ccd23
Update CHANGES.rst, bump version number.
2015-07-03 12:55:22 +10:00
Tyson Clugg
ebc8be6e3b
Publish user.permissions from dddp.accounts.
2015-07-03 11:49:21 +10:00
Tyson Clugg
9e635ae5bb
Merge tag '0.9.4' into develop
...
Release version 0.9.4
2015-06-29 18:20:07 +10:00
Tyson Clugg
f3c506411a
Merge branch 'release/0.9.4'
2015-06-29 18:19:59 +10:00