summaryrefslogtreecommitdiff
path: root/spec/finders/user_recent_events_finder_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-011-1/+36
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+14
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-0/+2
|
* Hide confidential events in rubyBob Van Landuyt2018-12-171-1/+2
| | | | | | | | | | | | We're filtering the events using `Event#visible_to_user?`. At most we're loading 100 events at once. Pagination is also dealt with in the finder, but the resulting array is wrapped in a `Kaminari.paginate_array` so the API's pagination helpers keep working. We're passing the total count into that paginatable array, which would include confidential events. But we're not disclosing anything.
* Include private contributions in user contribution graphGeorge Tsiolis2018-09-071-35/+11
|
* Add an option to have a private profile on GitLabJX Terry2018-07-241-2/+13
|
* Hide events from internal projects in public feed for anonymous usersRubén Dávila2018-06-121-13/+32
| | | | | | This change fixes a bug where an anonymous user was able to see the activity related to internal projects when visiting the public profile of a user of the GitLab instance.
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+31