[ckan-changes] [okfn/ckan] fd37c9: [#1664] Make group activity streams smarter
GitHub
noreply at github.com
Fri Oct 26 11:46:47 UTC 2012
Branch: refs/heads/feature-1664-smarter-group-activity-streams
Home: https://github.com/okfn/ckan
Commit: fd37c90e614c75f1d874f38e2733586e4ca93214
https://github.com/okfn/ckan/commit/fd37c90e614c75f1d874f38e2733586e4ca93214
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-10-26 (Fri, 26 Oct 2012)
Changed paths:
M ckan/logic/action/get.py
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
[#1664] Make group activity streams smarter
Make group_activity_list() return all activities where the object of the
activity is either the group or any of the group's datasets, instead of just
the group as before.
Also check that the user has 'group_show' access to the group before returning
the activity stream, this plugs an access leak where a user who did not have
'group_show' access could still get the group's activity stream.
Update some existing tests that were broken by the new permission check.
Tests for the new group activity stream content need to be added.
More information about the ckan-changes
mailing list