[ckan-changes] [ckan/ckan] cfd1ac: Strip local path when uploading (IE fix)

David Read noreply at github.com
Fri Feb 8 15:00:17 UTC 2019


  Branch: refs/heads/3484_revision_ui_removal2
  Home:   https://github.com/ckan/ckan
  Commit: cfd1acbe673d88aee1f7c56341dc4fed48a29e02
      https://github.com/ckan/ckan/commit/cfd1acbe673d88aee1f7c56341dc4fed48a29e02
  Author: Francesco Frassinelli <francesco.frassinelli at nina.no>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

  Changed paths:
    M ckan/public/base/javascript/modules/resource-upload-field.js

  Log Message:
  -----------
  Strip local path when uploading (IE fix)


  Commit: 689c488726154c367830b671896bee2efa822905
      https://github.com/ckan/ckan/commit/689c488726154c367830b671896bee2efa822905
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

  Changed paths:
    M ckan/public/base/javascript/modules/resource-upload-field.js

  Log Message:
  -----------
  Merge pull request #4650 from frafra/upload-no-local-path

Strip local path when uploading (IE fix)


  Commit: 8a5beb9b53d23173c8d072926a6b84f76131fcd8
      https://github.com/ckan/ckan/commit/8a5beb9b53d23173c8d072926a6b84f76131fcd8
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
    M ckan/logic/action/get.py
    M ckan/logic/auth/get.py
    M ckan/templates/user/request_reset.html
    M ckan/tests/controllers/test_user.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/auth/test_get.py
    M ckan/views/user.py

  Log Message:
  -----------
  Password reset request - generally tighten it up

* Can only specify name or email not - not the looser search done by model.User.search()
  which allowed: partial name, partial fullname (and if sysadmin: partial emails) etc
  (This was originally loose to be helpful, but the balance with security changed)
* Don't confirm whether a user exists or not
* Logging for audit purposes


  Commit: 1197cfa798f1460007eb258a644fd4c10fe4ee13
      https://github.com/ckan/ckan/commit/1197cfa798f1460007eb258a644fd4c10fe4ee13
  Author: Edward Robinson <proteenx11 at gmail.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
    M ckan/views/user.py

  Log Message:
  -----------
  fix internal server error being shown instead of flash message


  Commit: dad061b25607676d4df7e108396cf7662f7795df
      https://github.com/ckan/ckan/commit/dad061b25607676d4df7e108396cf7662f7795df
  Author: Edward Robinson <proteenx11 at gmail.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
    M ckan/views/user.py

  Log Message:
  -----------
  fix change no email warning to flash message


  Commit: 25b4d329b7b62caf3b55e4d54731691e030d01b3
      https://github.com/ckan/ckan/commit/25b4d329b7b62caf3b55e4d54731691e030d01b3
  Author: Edward Robinson <proteenx11 at gmail.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
    M ckan/views/user.py

  Log Message:
  -----------
  add why @ check works for username/email


  Commit: c4707dc8c39f22ce4dd1cf3c33c18df91d3bacb2
      https://github.com/ckan/ckan/commit/c4707dc8c39f22ce4dd1cf3c33c18df91d3bacb2
  Author: Edward Robinson <proteenx11 at gmail.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
    M ckan/tests/controllers/test_user.py

  Log Message:
  -----------
  update test


  Commit: 607844151f2a71f96a9ba89a00b6539298b142ef
      https://github.com/ckan/ckan/commit/607844151f2a71f96a9ba89a00b6539298b142ef
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
    M ckan/tests/controllers/test_user.py

  Log Message:
  -----------
  Add a test for mailer not being configured


  Commit: 3f34dd4cdf5bea978a95261c3abd65203e1d4784
      https://github.com/ckan/ckan/commit/3f34dd4cdf5bea978a95261c3abd65203e1d4784
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
    M ckan/logic/action/get.py
    M ckan/logic/auth/get.py
    M ckan/templates/user/request_reset.html
    M ckan/tests/controllers/test_user.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/auth/test_get.py
    M ckan/views/user.py

  Log Message:
  -----------
  Merge pull request #4636 from ckan/security_dont_confirm_if_user_exists_2

Password reset request - generally tighten it up


  Commit: 93ac068499a422c67bb90aed92ca071cb5061cc8
      https://github.com/ckan/ckan/commit/93ac068499a422c67bb90aed92ca071cb5061cc8
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
    R ckan/lib/activity_streams.py
    M ckan/lib/helpers.py
    M ckan/logic/action/get.py
    M ckan/templates-bs2/group/activity_stream.html
    M ckan/templates-bs2/organization/activity_stream.html
    M ckan/templates-bs2/package/activity.html
    A ckan/templates-bs2/snippets/activity_stream.html
    M ckan/templates-bs2/user/activity_stream.html
    M ckan/templates-bs2/user/dashboard.html
    M ckan/templates/group/activity_stream.html
    M ckan/templates/organization/activity_stream.html
    M ckan/templates/package/activity.html
    A ckan/templates/snippets/activities/added_tag.html
    A ckan/templates/snippets/activities/changed_group.html
    A ckan/templates/snippets/activities/changed_organization.html
    A ckan/templates/snippets/activities/changed_package.html
    A ckan/templates/snippets/activities/changed_resource.html
    A ckan/templates/snippets/activities/changed_user.html
    A ckan/templates/snippets/activities/deleted_group.html
    A ckan/templates/snippets/activities/deleted_organization.html
    A ckan/templates/snippets/activities/deleted_package.html
    A ckan/templates/snippets/activities/deleted_resource.html
    A ckan/templates/snippets/activities/follow_dataset.html
    A ckan/templates/snippets/activities/follow_group.html
    A ckan/templates/snippets/activities/follow_user.html
    A ckan/templates/snippets/activities/new_group.html
    A ckan/templates/snippets/activities/new_organization.html
    A ckan/templates/snippets/activities/new_package.html
    A ckan/templates/snippets/activities/new_resource.html
    A ckan/templates/snippets/activities/new_user.html
    A ckan/templates/snippets/activities/removed_tag.html
    A ckan/templates/snippets/activity_stream.html
    M ckan/templates/user/activity_stream.html
    M ckan/templates/user/dashboard.html
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_organization.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/controllers/test_user.py
    M ckan/tests/legacy/test_coding_standards.py
    M ckan/tests/logic/action/test_get.py
    M ckan/views/dataset.py
    M ckan/views/group.py
    M ckan/views/user.py

  Log Message:
  -----------
  Merge pull request #4627 from ckan/activity-stream-html

Activity stream html


  Commit: e69dfc4a3b6381f672b01b5581e5a16a3977633c
      https://github.com/ckan/ckan/commit/e69dfc4a3b6381f672b01b5581e5a16a3977633c
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
    M ckan/logic/action/get.py
    M ckan/logic/auth/get.py
    M ckan/public/base/javascript/modules/resource-upload-field.js
    M ckan/templates/user/request_reset.html
    M ckan/tests/controllers/test_user.py
    M ckan/tests/logic/action/test_get.py
    M ckan/tests/logic/auth/test_get.py
    M ckan/views/user.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into 3484_revision_ui_removal2


  Commit: b1928e9976779fc5dfbbdb9de72af29f577f8d13
      https://github.com/ckan/ckan/commit/b1928e9976779fc5dfbbdb9de72af29f577f8d13
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
    M CHANGELOG.rst
    M ckan/authz.py
    M ckan/config/deployment.ini_tmpl
    M ckan/logic/auth/get.py
    M ckan/tests/logic/auth/test_get.py
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  Add config option to enable/disable display of activity stream detail.


Compare: https://github.com/ckan/ckan/compare/c4524c29a88f...b1928e997677



More information about the ckan-changes mailing list