[ckan-changes] [ckan/ckan] 67dfef: [#2164] Tighten default auth settings
GitHub
noreply at github.com
Mon May 11 14:03:55 UTC 2015
Branch: refs/heads/release-v2.3.1
Home: https://github.com/ckan/ckan
Commit: 67dfef2502ab7f3072b3ce039aed21e9b775dbb5
https://github.com/ckan/ckan/commit/67dfef2502ab7f3072b3ce039aed21e9b775dbb5
Author: amercader <amercadero at gmail.com>
Date: 2015-05-08 (Fri, 08 May 2015)
Changed paths:
M ckan/config/deployment.ini_tmpl
Log Message:
-----------
[#2164] Tighten default auth settings
On a new install, don't allow regular users to:
* Create new datasets if user does not belong to an org
* Create new datasets if the dataset does not belong to an org
* Create new orgs
* Create new groups
Commit: c30ecbe398f39ff70472ef741ded7eb436ff5a89
https://github.com/ckan/ckan/commit/c30ecbe398f39ff70472ef741ded7eb436ff5a89
Author: amercader <amercadero at gmail.com>
Date: 2015-05-08 (Fri, 08 May 2015)
Changed paths:
M doc/maintaining/installing/install-from-package.rst
M doc/maintaining/installing/install-from-source.rst
Log Message:
-----------
[#2164] Inform users of tighter auth settings after install isntructions
Commit: e4665110c74fd1d7441a80a2ed24e37d542fb006
https://github.com/ckan/ckan/commit/e4665110c74fd1d7441a80a2ed24e37d542fb006
Author: Martin Virág <martin.virag at eea.sk>
Date: 2015-05-08 (Fri, 08 May 2015)
Changed paths:
M ckan/config/routing.py
M ckan/controllers/package.py
Log Message:
-----------
[#2392] bugfix: refering to non-existing action when creating new dataset
After changing dataset creating process to two stage process the third stage was removed but the action is still referenced in some places causing http error 404 Not Found.
This change properly changes the dataset state from draft to active redirecting it to dataset read phase.
Commit: 241c68e934b6986398c6361bb6481a51280ab711
https://github.com/ckan/ckan/commit/241c68e934b6986398c6361bb6481a51280ab711
Author: Nate Prewitt <Nate.Prewitt at Colorado.edu>
Date: 2015-05-08 (Fri, 08 May 2015)
Changed paths:
M ckan/controllers/user.py
M ckan/new_tests/controllers/test_user.py
Log Message:
-----------
add reset for reset_key on successful password change
and associated test
Conflicts:
ckan/new_tests/controllers/test_user.py
Compare: https://github.com/ckan/ckan/compare/efb4736b576b...241c68e934b6
More information about the ckan-changes
mailing list