[ckan-changes] [ckan/ckan] dea9aa: [#1530] use passlib for passwords
GitHub
noreply at github.com
Tue Jul 22 12:08:36 UTC 2014
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: dea9aaff304dbed44410315c1683fc746a997005
https://github.com/ckan/ckan/commit/dea9aaff304dbed44410315c1683fc746a997005
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2014-04-22 (Tue, 22 Apr 2014)
Changed paths:
M ckan/model/user.py
M requirements.txt
Log Message:
-----------
[#1530] use passlib for passwords
if a user has old password hash, upgrade them on successful login
Commit: 70e2205ca9f9e040b646efc88db3ab43a743416b
https://github.com/ckan/ckan/commit/70e2205ca9f9e040b646efc88db3ab43a743416b
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2014-04-22 (Tue, 22 Apr 2014)
Changed paths:
M ckan/model/user.py
Log Message:
-----------
[#1530] Allow unicode.
Commit: 44c951913dc4cd44ca3490de7a5733431c51eb0d
https://github.com/ckan/ckan/commit/44c951913dc4cd44ca3490de7a5733431c51eb0d
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2014-04-22 (Tue, 22 Apr 2014)
Changed paths:
M ckan/model/user.py
Log Message:
-----------
[#1530] upgrade pkbdf2 hashes if passlib upgrades default_rounds
Commit: 9d2b19b18ae414e9d9a7295d00e7f1956b7f5fd5
https://github.com/ckan/ckan/commit/9d2b19b18ae414e9d9a7295d00e7f1956b7f5fd5
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2014-05-13 (Tue, 13 May 2014)
Changed paths:
M bin/travis-install-dependencies
M requirements.txt
Log Message:
-----------
[#1530] sort dependencies, get travis to install swig
Commit: 07fe6c4ad90e9f9d34c29d1645f90461f7d1488c
https://github.com/ckan/ckan/commit/07fe6c4ad90e9f9d34c29d1645f90461f7d1488c
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2014-05-19 (Mon, 19 May 2014)
Changed paths:
M ckan/config/who.ini
M ckan/model/user.py
A ckan/new_tests/model/test_user.py
Log Message:
-----------
[#1530] Add tests, use utf-8 for FriendlyForms
FriendlyForms defaults to latin-1 this means that request parameters
would get encoded as utf-8 strings and then interpreted by FriendlyForms
as latin-1, so you would end up with a python mangled unicode string
containing utf-8.
Commit: 1dbb8a37e50669f815b70d7b140c3a96bd9e9a34
https://github.com/ckan/ckan/commit/1dbb8a37e50669f815b70d7b140c3a96bd9e9a34
Author: Tom Mortimer-Jones <tom at morty.co.uk>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M ckan/config/middleware.py
M ckan/plugins/interfaces.py
Log Message:
-----------
Add an extension point for exception logging middleware
For use with things like Sentry, Newrelic etc.
For more discussion of this issue see:
https://github.com/ckan/ckan/pull/1799
Commit: 1835f203f4ef98b7a8505a524719d1d624d3a4e9
https://github.com/ckan/ckan/commit/1835f203f4ef98b7a8505a524719d1d624d3a4e9
Author: Tom Mortimer-Jones <tom at morty.co.uk>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M ckan/config/middleware.py
Log Message:
-----------
Catch AttributeError and log a critical error
Commit: ba4cf30c5ed087044fe5941017868bb17ffd6934
https://github.com/ckan/ckan/commit/ba4cf30c5ed087044fe5941017868bb17ffd6934
Author: Tom Mortimer-Jones <tom at morty.co.uk>
Date: 2014-07-13 (Sun, 13 Jul 2014)
Changed paths:
M ckan/config/middleware.py
Log Message:
-----------
Fix log message to be Python 2.6 compatible
Commit: d4963217baaab6190df10d0960cb8aaaaaabd7f5
https://github.com/ckan/ckan/commit/d4963217baaab6190df10d0960cb8aaaaaabd7f5
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2014-07-17 (Thu, 17 Jul 2014)
Changed paths:
M bin/travis-install-dependencies
M ckan/new_tests/model/test_user.py
M requirements.txt
Log Message:
-----------
[#1530] remove swig, M2Crypto
change importing sytle in tests for passlib.hash
Commit: d680a44bff3ef6fb865f3c41e9554a85222b00ac
https://github.com/ckan/ckan/commit/d680a44bff3ef6fb865f3c41e9554a85222b00ac
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2014-07-21 (Mon, 21 Jul 2014)
Changed paths:
M ckan/model/user.py
M ckan/new_tests/model/test_user.py
Log Message:
-----------
[#1530] add doc string/PEP8/import style fix
Commit: 085a32fc7a7c27755e10ea5d6f03aa21b0ac3754
https://github.com/ckan/ckan/commit/085a32fc7a7c27755e10ea5d6f03aa21b0ac3754
Author: amercader <amercadero at gmail.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)
Changed paths:
M ckan/config/middleware.py
M ckan/plugins/interfaces.py
Log Message:
-----------
Merge branch 'error-log-middleware-extension' of https://github.com/morty/ckan into morty-error-log-middleware-extension
Commit: a97edbbb7ae51ebc700f8d000f455db57588a0aa
https://github.com/ckan/ckan/commit/a97edbbb7ae51ebc700f8d000f455db57588a0aa
Author: amercader <amercadero at gmail.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)
Changed paths:
M ckan/config/middleware.py
M ckan/plugins/interfaces.py
Log Message:
-----------
Merge branch 'morty-error-log-middleware-extension'
Commit: e1d48743239bb936e067466208d32589fa292b3e
https://github.com/ckan/ckan/commit/e1d48743239bb936e067466208d32589fa292b3e
Author: amercader <amercadero at gmail.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)
Changed paths:
M ckan/config/who.ini
M ckan/model/user.py
A ckan/new_tests/model/test_user.py
M requirements.txt
Log Message:
-----------
Merge branch '1530-use-passlib'
Compare: https://github.com/ckan/ckan/compare/e30b7e355803...e1d48743239b
More information about the ckan-changes
mailing list