summaryrefslogtreecommitdiff
path: root/app/models/user_status.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+3
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+16
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+2
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-1/+1
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Show the status of a user in interactionsBob Van Landuyt2018-07-301-0/+4
* Allow users to set a statusBob Van Landuyt2018-07-301-1/+1
* Add the `UserStatus` modelBob Van Landuyt2018-07-251-0/+13