[ckan-changes] [ckan/ckan] cd5388: [#2647] user_show include_password_hash parameter
GitHub
noreply at github.com
Tue Nov 24 15:53:11 UTC 2015
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: cd53881325f87a5c2e92257507bea5a0f638f2bf
https://github.com/ckan/ckan/commit/cd53881325f87a5c2e92257507bea5a0f638f2bf
Author: Ian Ward <ian at excess.org>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M ckan/lib/dictization/model_dictize.py
M ckan/logic/action/get.py
M ckan/logic/schema.py
Log Message:
-----------
[#2647] user_show include_password_hash parameter
Commit: d35ec41527e72e15787de9e4bd60e2fc19142a0f
https://github.com/ckan/ckan/commit/d35ec41527e72e15787de9e4bd60e2fc19142a0f
Author: Ian Ward <ian at excess.org>
Date: 2015-09-17 (Thu, 17 Sep 2015)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/schema.py
M ckan/logic/validators.py
Log Message:
-----------
[#2647] user_create accept password_hash from sysadmin
Commit: aa597433df33f09e57ee9cd18e2e61cfe39679d1
https://github.com/ckan/ckan/commit/aa597433df33f09e57ee9cd18e2e61cfe39679d1
Author: Ian Ward <ian at excess.org>
Date: 2015-09-17 (Thu, 17 Sep 2015)
Changed paths:
M ckan/logic/action/update.py
Log Message:
-----------
[#2647] user_update accept password_hash from sysadmin
Commit: 5512fea72ef96159762bc7ce14349872eb989309
https://github.com/ckan/ckan/commit/5512fea72ef96159762bc7ce14349872eb989309
Author: Ian Ward <ian at excess.org>
Date: 2015-09-17 (Thu, 17 Sep 2015)
Changed paths:
M ckan/tests/logic/action/test_get.py
Log Message:
-----------
[#2647] include_password_hash tests
Commit: 2a6d0ec586e8d79fcc6d6bb202417d78d52e9e07
https://github.com/ckan/ckan/commit/2a6d0ec586e8d79fcc6d6bb202417d78d52e9e07
Author: Ian Ward <ian at excess.org>
Date: 2015-09-17 (Thu, 17 Sep 2015)
Changed paths:
M ckan/logic/validators.py
Log Message:
-----------
[#2647] fix check for password_hash in user_password_not_empty
Commit: 46ec9880d8a6393c9809ff7ae5b3aaeb7be81d91
https://github.com/ckan/ckan/commit/46ec9880d8a6393c9809ff7ae5b3aaeb7be81d91
Author: Ian Ward <ian at excess.org>
Date: 2015-09-17 (Thu, 17 Sep 2015)
Changed paths:
M ckan/tests/logic/action/test_create.py
M ckan/tests/logic/action/test_update.py
Log Message:
-----------
[#2647] test for user_create, user_update
Commit: 43cb0863be792a23003faeee5fca110e43bbd069
https://github.com/ckan/ckan/commit/43cb0863be792a23003faeee5fca110e43bbd069
Author: Ian Ward <ian at excess.org>
Date: 2015-09-17 (Thu, 17 Sep 2015)
Changed paths:
M ckan/tests/logic/action/test_create.py
M ckan/tests/logic/action/test_update.py
Log Message:
-----------
[#2647] pep8
Commit: 85bbec4ea41ab9ac2c254c973db11155509c2b31
https://github.com/ckan/ckan/commit/85bbec4ea41ab9ac2c254c973db11155509c2b31
Author: Ian Ward <ian at excess.org>
Date: 2015-09-29 (Tue, 29 Sep 2015)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/logic/schema.py
Log Message:
-----------
[#2647] Use user navl schema instead of authz
Commit: 2a6bd60dfc66d319c4b64fccaf1cafa91cd7bb57
https://github.com/ckan/ckan/commit/2a6bd60dfc66d319c4b64fccaf1cafa91cd7bb57
Author: Ian Ward <ian at excess.org>
Date: 2015-09-29 (Tue, 29 Sep 2015)
Changed paths:
M ckan/logic/schema.py
Log Message:
-----------
[#2647] fix user schema
Commit: ed30bd05bbb698c2493e4c560ab3cd55eae01d72
https://github.com/ckan/ckan/commit/ed30bd05bbb698c2493e4c560ab3cd55eae01d72
Author: Joe Tsoi <joetsoi at users.noreply.github.com>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
M ckan/lib/dictization/model_dictize.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/tests/logic/action/test_create.py
M ckan/tests/logic/action/test_get.py
M ckan/tests/logic/action/test_update.py
Log Message:
-----------
Merge pull request #2647 from wardi/2647-user-password-hash
allow exporting and importing users, with their passwords
Compare: https://github.com/ckan/ckan/compare/0a184e09e5c8...ed30bd05bbb6
More information about the ckan-changes
mailing list