[ckan-changes] [ckan/ckan] 61f853: increase the strength of the password reset token

GitHub noreply at github.com
Mon Apr 16 12:00:28 UTC 2018


  Branch: refs/heads/dev-v2.8
  Home:   https://github.com/ckan/ckan
  Commit: 61f8535498ad6d16f682b39d20be4279a1607fbc
      https://github.com/ckan/ckan/commit/61f8535498ad6d16f682b39d20be4279a1607fbc
  Author: Edward Robinson <proteenx11 at gmail.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckan/lib/mailer.py

  Log Message:
  -----------
  increase the strength of the password reset token

This is the first PR to merge features from the plugin:
https://github.com/data-govt-nz/ckanext-security/issues/2
into ckan core


  Commit: 0fd52707e6b2f4b37fcf22211fbbd37635f8b84c
      https://github.com/ckan/ckan/commit/0fd52707e6b2f4b37fcf22211fbbd37635f8b84c
  Author: Ed <proteenx11 at gmail.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckan/lib/mailer.py

  Log Message:
  -----------
  add missing import


  Commit: d7f0ef03d261594761574df3f7729dc697d467b5
      https://github.com/ckan/ckan/commit/d7f0ef03d261594761574df3f7729dc697d467b5
  Author: Ian Ward <ian at excess.org>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckan/tests/controllers/test_api.py
    M ckanext/datastore/tests/test_info.py

  Log Message:
  -----------
  [#4161] fix datastore info test, move to extension


  Commit: 00f0b810a837ffb7ea9f24577c961bcbe38c4bda
      https://github.com/ckan/ckan/commit/00f0b810a837ffb7ea9f24577c961bcbe38c4bda
  Author: Ian Ward <ian at excess.org>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckanext/datastore/tests/helpers.py
    M ckanext/datastore/tests/test_chained_action.py
    M ckanext/datastore/tests/test_chained_auth_functions.py
    M ckanext/datastore/tests/test_create.py
    M ckanext/datastore/tests/test_db.py
    M ckanext/datastore/tests/test_delete.py
    M ckanext/datastore/tests/test_dump.py
    M ckanext/datastore/tests/test_helpers.py
    M ckanext/datastore/tests/test_info.py
    M ckanext/datastore/tests/test_interface.py
    M ckanext/datastore/tests/test_plugin.py
    M ckanext/datastore/tests/test_search.py
    M ckanext/datastore/tests/test_upsert.py

  Log Message:
  -----------
  [#4161] +DatastoreLegacyTestBase, more DatastoreFunctionalTestBase use


  Commit: 9eb07dc24da10817b27389cc81e4d9153eebd9b0
      https://github.com/ckan/ckan/commit/9eb07dc24da10817b27389cc81e4d9153eebd9b0
  Author: Ian Ward <ian at excess.org>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckanext/datastore/controller.py

  Log Message:
  -----------
  [#4150] sort required for offset


  Commit: fc485533672ba3308edf39cdeab548b1c27b2578
      https://github.com/ckan/ckan/commit/fc485533672ba3308edf39cdeab548b1c27b2578
  Author: Goce Mitevski <goce.mitevski at keitaro.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckan/public/base/less/forms.less
    M ckan/public/base/less/module.less

  Log Message:
  -----------
  Fix issue #4154


  Commit: a84d89ac62bfe79bfec8640718fd6291e5356196
      https://github.com/ckan/ckan/commit/a84d89ac62bfe79bfec8640718fd6291e5356196
  Author: Goce Mitevski <goce.mitevski at keitaro.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckan/public/base/less/forms.less
    M ckan/templates/group/member_new.html
    M ckan/templates/organization/member_new.html

  Log Message:
  -----------
  Fix issue #4159


  Commit: 55a126d5f97967185fc9796da5bc42e4ba343931
      https://github.com/ckan/ckan/commit/55a126d5f97967185fc9796da5bc42e4ba343931
  Author: Goce Mitevski <goce.mitevski at keitaro.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckan/public/base/less/module.less
    M ckan/templates/package/group_list.html

  Log Message:
  -----------
  Fix regression in #4154


  Commit: 6b7a71887eeba4971ada54f1ee3cced42f4b5a31
      https://github.com/ckan/ckan/commit/6b7a71887eeba4971ada54f1ee3cced42f4b5a31
  Author: Goce Mitevski <goce.mitevski at keitaro.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckan/templates/user/perform_reset.html
    M ckan/templates/user/request_reset.html

  Log Message:
  -----------
  Refactor reset password templates and add missing Bootstrap 3 formatting


  Commit: bb9bc7257cf50a91d881480effe6486c41f4a2f6
      https://github.com/ckan/ckan/commit/bb9bc7257cf50a91d881480effe6486c41f4a2f6
  Author: Goce Mitevski <goce.mitevski at keitaro.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckan/templates/user/perform_reset.html
    M ckan/templates/user/request_reset.html

  Log Message:
  -----------
  Fix issue #4165


  Commit: 5499c577dee41b11fa8634e94d74e8c87f84cbac
      https://github.com/ckan/ckan/commit/5499c577dee41b11fa8634e94d74e8c87f84cbac
  Author: Goce Mitevski <goce.mitevski at keitaro.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckan/public/base/less/search.less

  Log Message:
  -----------
  Fix issue #4172


  Commit: 25b935f7c16b7b6ab03b6889c0fac1ab0342d3a2
      https://github.com/ckan/ckan/commit/25b935f7c16b7b6ab03b6889c0fac1ab0342d3a2
  Author: Cheomm88 <chopids at gmail.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckanext/reclineview/theme/public/recline_view.js

  Log Message:
  -----------
  Update recline_view.js

Fix error with latitude and longitude if it's not the same name as.


  Commit: 8f219940a09628b76b7d8ba01afb11f85ce5b585
      https://github.com/ckan/ckan/commit/8f219940a09628b76b7d8ba01afb11f85ce5b585
  Author: Cheomm88 <chopids at gmail.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckanext/reclineview/theme/public/recline_view.min.js

  Log Message:
  -----------
  Update recline_view.min.js

Fixes issue 3540


  Commit: 2c27287aaa37dd764a7ef0dd78d62d8c23cccdd5
      https://github.com/ckan/ckan/commit/2c27287aaa37dd764a7ef0dd78d62d8c23cccdd5
  Author: cheomm88 <chopids at gmail.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckanext/reclineview/theme/public/recline_view.min.js

  Log Message:
  -----------
  Revert


  Commit: c86c2d2f2da1166baa2e49b9d78774d9ff437767
      https://github.com/ckan/ckan/commit/c86c2d2f2da1166baa2e49b9d78774d9ff437767
  Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckan/logic/action/create.py

  Log Message:
  -----------
  Remove REST API related code


  Commit: b5f90edf154c1de53abd23a2bb5a7334177bc826
      https://github.com/ckan/ckan/commit/b5f90edf154c1de53abd23a2bb5a7334177bc826
  Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckan/logic/action/create.py

  Log Message:
  -----------
  Keep id and package in context


  Commit: 2190063be49b238e5ce322207dca920a6a641bed
      https://github.com/ckan/ckan/commit/2190063be49b238e5ce322207dca920a6a641bed
  Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Log Message:
  -----------
  Fix tests


  Commit: 7b598f826fb73a74a1ffbe6950a3e18427a3cce7
      https://github.com/ckan/ckan/commit/7b598f826fb73a74a1ffbe6950a3e18427a3cce7
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M ckan/tests/legacy/test_coding_standards.py

  Log Message:
  -----------
  uncommented statement


  Commit: 8c40c58f54d309c7e0cc3f2a1c13299e5763166b
      https://github.com/ckan/ckan/commit/8c40c58f54d309c7e0cc3f2a1c13299e5763166b
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    R ckan/tests/legacy/functional/api/model/test_licenses.py
    M ckan/tests/legacy/test_coding_standards.py

  Log Message:
  -----------
  remove test_licenses.py


Compare: https://github.com/ckan/ckan/compare/61e5d710b582...8c40c58f54d3


More information about the ckan-changes mailing list