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
Tyson Clugg
888aa793db
Update CHANGES.rst, bump version number.
2015-06-29 18:19:54 +10:00
Tyson Clugg
b73e29edae
Use mimetypes module to correctly guess mime types for Meteor files being served.
2015-06-29 18:19:07 +10:00
Tyson Clugg
45d64a2afc
Merge tag '0.9.3' into develop
...
Release version 0.9.3
2015-06-29 12:04:58 +10:00
Tyson Clugg
c145de4f95
Merge branch 'release/0.9.3'
2015-06-29 12:03:46 +10:00
Tyson Clugg
8fe7cfb3e2
Bump version number, update CHANGES.rst
2015-06-29 12:03:19 +10:00
Tyson Clugg
35b8b001aa
Include ROOT_URL_PATH_PREFIX in ROOT_URL when serving Meteor build files.
2015-06-29 12:01:47 +10:00
Tyson Clugg
75d4d27f11
Merge tag '0.9.2' into develop
...
v0.9.2
2015-06-22 04:17:03 +10:00
Tyson Clugg
2fea9b9c43
Merge branch 'release/0.9.2'
2015-06-22 04:16:29 +10:00
Tyson Clugg
4dc9bc5e60
Bump version, update CHANGES.rst.
2015-06-22 04:16:18 +10:00
Tyson Clugg
fd0cd2023a
Use HTTPS for DDP URL if settings.SECURE_SSL_REDIRECT is set.
2015-06-22 04:14:34 +10:00
Tyson Clugg
bc8558efb5
Merge tag '0.9.1' into develop
...
Version 0.9.1
2015-06-16 17:54:05 +10:00
Tyson Clugg
12a34f0903
Merge branch 'release/0.9.1'
2015-06-16 17:53:52 +10:00
Tyson Clugg
5fb5d68fb5
Update CHANGES.py, bump version number.
2015-06-16 17:53:48 +10:00
Tyson Clugg
2f69881e14
Handle django.contrib.postgres.fields.ArrayField in serialization.
2015-06-16 17:50:10 +10:00
Tyson Clugg
34f862bb3d
Pylint cleanup.
2015-06-16 17:49:39 +10:00
Tyson Clugg
00f1165807
Add missing RST directive to README.
2015-06-14 05:01:51 +10:00
Tyson Clugg
9a2bd58a97
Merge tag '0.9.0' into develop
...
Version 0.9.0
2015-06-14 04:56:18 +10:00
Tyson Clugg
ed6a680225
Merge branch 'release/0.9.0'
2015-06-14 04:56:11 +10:00
Tyson Clugg
4911b94f4d
Bump version number, update CHANGES and README.
2015-06-14 04:56:05 +10:00
Tyson Clugg
6f8d68a10c
Merge branch 'feature/django18' into develop
2015-06-14 03:33:33 +10:00
Tyson Clugg
07ccc014bc
Fix array aggregate for Django 1.8
2015-06-14 03:31:27 +10:00
Tyson Clugg
9b18e4833a
Remove unused imports from AppConfig module.
2015-06-14 00:20:39 +10:00