Grant McConnaughey
|
c2a5cec2bf
|
Added documentation for new settings
|
2016-02-09 09:06:16 -06:00 |
|
Grant McConnaughey
|
b10197ac5a
|
Merge pull request #105 from barbuza/master
`EXPOSE_USERNAMES` prevents sensitive information leakage
|
2016-02-09 08:46:17 -06:00 |
|
Kaspars Sprogis
|
cdb7974054
|
New setting to specify path to a method for avatar file path
handling. Solves problems related to custom deployments and
directory paths: #10 #9.
|
2016-02-08 22:01:12 +02:00 |
|
Grant McConnaughey
|
86a1e59a4d
|
Remove unused views
|
2016-01-19 10:12:28 -06:00 |
|
Grant McConnaughey
|
16abb5d50b
|
Update tests, invalidate cache after changing avatar
|
2016-01-19 10:00:34 -06:00 |
|
Victor Kotseruba
|
0aaa59e0a7
|
RANDOMIZE_HASHES option
|
2016-01-18 18:57:41 +08:00 |
|
Victor Kotseruba
|
724a478738
|
disable cache option
|
2016-01-18 18:14:15 +08:00 |
|
Grant McConnaughey
|
a292ad06cb
|
Set version 2.2.1
|
2016-01-11 23:01:06 -06:00 |
|
Johannes Wilm
|
6b1aa840f8
|
remove patterns import
|
2016-01-04 16:15:30 +01:00 |
|
Johannes Wilm
|
af45e43c46
|
Remove replace urlpatterns with simple array, make compatible with Django 1.9
|
2016-01-03 16:10:24 +01:00 |
|
Johannes Wilm
|
7a1435557f
|
one fix errors in Brazilian translation file
|
2016-01-03 16:08:31 +01:00 |
|
Johannes Wilm
|
4fd5c60a32
|
fix two errors in Brazilian translation file
|
2016-01-03 16:06:05 +01:00 |
|
Victor Kotseruba
|
c9c1873382
|
facebook backup
|
2015-12-21 19:44:43 +08:00 |
|
toogy
|
d182c83e0f
|
Fixing getattr
|
2015-12-20 20:30:37 -08:00 |
|
toogy
|
10c9e8af0d
|
Fix GRAVATAR_FIELD > AVATAR_GRAVATAR_FIELD
|
2015-12-20 20:30:37 -08:00 |
|
toogy
|
6ac3e46a81
|
Adding the AVATAR_GRAVATAR_FIELD setting to define the user field used to get
the gravatar email.
|
2015-12-20 20:30:37 -08:00 |
|
Grant McConnaughey
|
295bfc4148
|
Set version 2.2.0
|
2015-12-02 09:58:46 -06:00 |
|
Grant McConnaughey
|
a258377207
|
Revert unique user/primary pair
|
2015-10-23 09:33:10 -05:00 |
|
Grant McConnaughey
|
b14fe1624a
|
Remove unnecessary try/except on import
|
2015-10-23 09:08:19 -05:00 |
|
Grant McConnaughey
|
1cad3fc8aa
|
Update changelog, use Django 1.9b1 for tests
|
2015-10-23 08:57:23 -05:00 |
|
Grant McConnaughey
|
b6edb17824
|
Merge pull request #111 from dannybrowne86/master
added database-level enforcement of unique user+primary pair in Avatar model
|
2015-10-23 08:54:34 -05:00 |
|
Grant McConnaughey
|
884210b957
|
Don't need south migrations anymore
|
2015-09-24 13:41:12 -05:00 |
|
Grant McConnaughey
|
6db33fe977
|
Remove strings in urls.py
|
2015-09-24 13:35:40 -05:00 |
|
Grant McConnaughey
|
0972a4bbe4
|
Remove load url from future
|
2015-09-24 10:32:56 -05:00 |
|
Danny Browne
|
00cc973d47
|
added django migration
|
2015-09-04 13:14:14 -04:00 |
|
Danny Browne
|
1c56ed5dbc
|
added database-level enforcement of unique user+primary pair in Avatar model
|
2015-09-04 12:58:32 -04:00 |
|
teolemon
|
c66e2c2fa8
|
translate string in French
|
2015-08-11 21:15:10 +02:00 |
|
Grant McConnaughey
|
7fdcd98410
|
Set version 2.1.1
|
2015-08-10 09:42:32 -05:00 |
|
Grant McConnaughey
|
6d2ad4a8bd
|
Add back load url from future, will remove when 1.9 is out
|
2015-07-23 10:03:04 -05:00 |
|
Grant McConnaughey
|
be8a172e56
|
Remove load url from future
|
2015-07-23 08:43:15 -05:00 |
|
Kaloian Minkov
|
97b1ffd020
|
Add Django 1.8+ style Meta app_label to Avatar model to prevent RemovedInDjango19Warning
|
2015-07-23 11:23:33 +03:00 |
|
Adam Dobrawy
|
73ad17491e
|
Fix typo in polish locale
|
2015-07-19 15:46:27 +02:00 |
|
Adam Dobrawy
|
f69b5c64d6
|
Add polish locale
|
2015-07-19 15:29:42 +02:00 |
|
Victor Kotseruba
|
1197dbe739
|
EXPOSE_USERNAMES prevents sensitive information leakage
|
2015-06-12 01:33:20 +03:00 |
|
Grant McConnaughey
|
1c69ecc73c
|
Fix unicode literals for Python 3.2
|
2015-05-02 13:23:27 -05:00 |
|
Grant McConnaughey
|
26087d871d
|
Add south and django migrations
|
2015-05-02 13:13:51 -05:00 |
|
Grant McConnaughey
|
e01effee06
|
Update Changelog, __version__, and PyPI classifiers
|
2015-04-26 23:24:29 -05:00 |
|
Grant McConnaughey
|
ec5de6229a
|
Merge pull request #94 from allenling/bugfix
Update admin.py
|
2015-04-24 19:40:24 -05:00 |
|
Grant McConnaughey
|
3e312bba4e
|
Merge pull request #79 from bazerk/master
Django allows @ for usernames, so the render_primary url pattern should also
|
2015-04-24 19:18:23 -05:00 |
|
Grant McConnaughey
|
0a39f1084d
|
Merge pull request #86 from aptwebapps/master
Replace remaining occurrences of AUTO_GENERATE_AVATAR_SIZES
|
2015-04-24 13:16:55 -05:00 |
|
Grant McConnaughey
|
621d3fc5c7
|
Merge pull request #66 from kharakawa/trans-ja
Add Japanese translation.
|
2015-04-24 13:14:15 -05:00 |
|
Grant McConnaughey
|
85bf7ba4f0
|
Merge pull request #70 from Crop-R/dutch
Dutch translations
|
2015-04-24 13:13:41 -05:00 |
|
Grant McConnaughey
|
e504a4e1d7
|
Merge pull request #85 from ayang/master
added simple chinese translation
|
2015-04-24 13:10:50 -05:00 |
|
Grant McConnaughey
|
18f3297c8d
|
Merge pull request #88 from joao-bjsoftware/patch-1
Update django.po
|
2015-04-24 13:09:30 -05:00 |
|
Nikos Roussos
|
6184fb10b7
|
Use https to gravatar url
|
2014-09-18 18:21:00 +03:00 |
|
root
|
eee6b08e07
|
clean out
|
2014-09-10 22:49:45 +08:00 |
|
João Dias de Carvalho Neto
|
17e7779176
|
Update django.po
|
2014-06-03 14:47:32 -03:00 |
|
David Lindsey
|
fcf1c39589
|
Replace remaining occurences of AUTO_GENERATE_AVATAR_SIZES with AVATAR_AUTO_GENERATE_SIZES
|
2014-04-03 19:41:12 +05:30 |
|
ayang23
|
75394c2962
|
added simple chinese translation
|
2014-03-26 17:28:03 +08:00 |
|
Andrew Barrett
|
bae78c0e95
|
Django allows @ for usernames, so the render_primary url pattern should do so also.
|
2014-02-24 15:23:23 +00:00 |
|