summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/record_user_last_activity.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-061-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Remove comment about needing cookie supportStan Hu2019-02-051-2/+1
| | | | Cookies are no longer needed for this feature to work.
* Update last_activity_on for Users on some main GET endpointsRubén Dávila2019-02-051-0/+28
In order to have an accurate date about the last activity of a User we need to update the last_activity_on field when the User is visiting some basic pages of GitLab like pages related to Dashboards, Projects, Issues and Merge Requests