summaryrefslogtreecommitdiff
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Use "GitLab.com" instead of "gitlab.com"atom-feed-latest-updateYorick Peterse2015-11-181-1/+1
* Don't pluck project IDs in User#owned_projectsYorick Peterse2015-11-181-4/+2
* Apply CI scope changes to the User modelYorick Peterse2015-11-181-6/+10
* Refactor User#authorized_groups/projectsYorick Peterse2015-11-181-29/+6
* Refactor getting user groups/projects/contributionsYorick Peterse2015-11-181-16/+48
* Prefix table names for User UNIONsYorick Peterse2015-11-181-2/+3
* Use SQL::Union for User#authorized_groupsYorick Peterse2015-11-181-4/+7
* Use SQL::Union for User#authorized_projectsYorick Peterse2015-11-181-21/+19
* Show specific runners from projects where user is master or ownerci-runners-master-or-ownerKamil Trzcinski2015-11-161-5/+10
* Annotate modelsDmitriy Zaporozhets2015-11-131-0/+1
* Use a subquery with IDs only for find_by_any_emailYorick Peterse2015-10-301-9/+7
* Fixed UNION syntax for MySQLYorick Peterse2015-10-301-2/+2
* Use a UNION for User.find_by_any_emailYorick Peterse2015-10-301-3/+12
* Improve performance of User.find_by_any_emailYorick Peterse2015-10-301-15/+3
* Fix specific runner visibilityKamil Trzcinski2015-10-261-9/+14
* Merge branch 'cristianbica/gitlab-ce-user-project-view-files' into 'master' Dmitriy Zaporozhets2015-10-191-1/+1
|\
| * Merge branch 'master' into cristianbica/gitlab-ce-user-project-view-filesDouwe Maan2015-10-171-9/+19
| |\
| * | Allow users to select the Files view as default project viewCristian Bica2015-10-011-1/+1
* | | Fix nonatomic database update potentially causing project star counts to go n...Stan Hu2015-10-171-6/+9
| |/ |/|
* | Improve performance of User.by_loginuser-by-login-performanceYorick Peterse2015-10-151-2/+8
* | Merge branch 'user-preferences-layout-option' of https://github.com/gopeter/g...Dmitriy Zaporozhets2015-10-051-0/+4
|\ \
| * | improved code style and layout option namingPeter Göbel2015-10-051-1/+1
| * | added user preference to change layout widthPeter Göbel2015-10-051-0/+4
* | | Add user to Ci::Build to have pusher email addressKamil Trzcinski2015-10-051-0/+1
|/ /
* | Merge remote-tracking branch 'upstream/master'Guilherme Garnier2015-10-031-0/+4
|\ \
| * \ Merge branch 'rs-throttle-reset' into 'master' Douwe Maan2015-10-021-0/+4
| |\ \
| | * | Add User#recently_sent_password_reset?Robert Speicher2015-10-011-0/+4
| | |/
* | | Fix rubocop warnings in appGuilherme Garnier2015-10-031-7/+1
|/ /
* | Streamline the "Report button"rymai/gitlab-ce-disable-report-button-if-already-reportedRémy Coutable2015-09-291-2/+1
* | Disable the "Report abuse" button if a user has already been reportedRémy Coutable2015-09-291-0/+2
|/
* Add user preference to view project activity and starred project activity as ...Stan Hu2015-09-261-1/+1
* Fix: features/ci/runners_spec.rbKamil Trzcinski2015-09-151-0/+9
* Re-annotate modelsStan Hu2015-09-061-56/+52
* Merge branch 'master' into joelkoglin/gitlab-ce-feature_fix_ldap_auth_issue_993Douwe Maan2015-08-291-4/+0
|\
| * Make all profile publicmake_all_profile_publicValery Sizov2015-08-271-4/+0
* | Issue #993: Fixed login failure when extern_uid changesJoel Koglin2015-08-211-1/+1
|/
* Only show recent push event if the branch still exists or a recent merge requ...Stan Hu2015-08-201-2/+13
* Only publish ssh key-type and keyZeger-Jan van de Weg2015-08-041-1/+1
* Re-annotate modelsAtsushi Ishida2015-08-031-0/+1
* Add User.find_by_username!rs-issue-2012Robert Speicher2015-07-231-0/+4
* Allow user to specify content he wants to see on project pageproject-default-viewDmitriy Zaporozhets2015-07-131-0/+4
* Add User#disable_two_factor!rs-disable-2faRobert Speicher2015-07-101-0/+10
* Merge branch 'rs-issue-1850' into 'master'Douwe Maan2015-06-241-8/+4
|\
| * Only look up Commit authors/committers by emailrs-issue-1850Robert Speicher2015-06-231-8/+4
* | Allow user to remove public email addressrs-dev-issue-2419Robert Speicher2015-06-231-1/+3
|/
* Merge branch 'rs-dev-issue-2414' into 'master'Dmitriy Zaporozhets2015-06-231-18/+16
|\
| * Use alias_attribute to define User#two_factor_enabledrs-dev-issue-2414Robert Speicher2015-06-221-14/+3
| * Make default value for otp_required_for_login false instead of nullRobert Speicher2015-06-201-4/+4
| * Allow Admin to filter users by 2FA statusRobert Speicher2015-06-191-4/+13
* | Merge branch 'rs-dev-issue-2355' into 'master'Dmitriy Zaporozhets2015-06-221-4/+20
|\ \ | |/ |/|