summaryrefslogtreecommitdiff
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Ask user explicitly about usage stats agreementJan Provaznik2018-09-071-0/+22
* Port changes for CODEOWNERS to CEBob Van Landuyt2018-09-061-2/+3
* Fix SQL error when sorting 2FA-enabled users by name in admin areaDmitriy Zaporozhets2018-08-211-6/+9
* Refactor AutocompleteControllerdefine-abstraction-levelsYorick Peterse2018-08-201-1/+44
* Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-161-1/+1
* Optimize querying User#manageable_groupsImre Farkas2018-08-061-14/+5
* Resolve "Remove ghost notification settings for groups and projects"🙈 jacopo beschi 🙉2018-08-021-1/+1
* Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable2018-08-021-0/+2
|\
| * Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* | Merge branch 'bvl-user-status-message-35463' into 'master'Rémy Coutable2018-08-011-0/+2
|\ \
| * | Allow users to set a statusBob Van Landuyt2018-07-301-0/+2
| |/
* | Add support for searching users by confirmed e-mailsStan Hu2018-07-281-3/+7
|/
* Remove duplicated include IgnorableColumnLin Jen-Shin2018-07-191-1/+0
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-9/+13
* Resolve Naming/UncommunicativeMethodLin Jen-Shin2018-07-091-2/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+2
* Merge branch 'remove-is-shared-from-ci-runners' into 'master'Grzegorz Bizon2018-07-041-1/+1
|\
| * Remove the use of `is_shared` of `Ci::Runner`remove-is-shared-from-ci-runnersKamil Trzciński2018-06-261-1/+1
* | Improve performance of User.without_projects scopeDouwe Maan2018-07-021-1/+1
|/
* Fix some N+1s when calculating notification recipientsSean McGivern2018-06-071-1/+4
* Export assigned issues in iCalendar feedImre Farkas2018-05-311-4/+4
* Merge branch '22846-notifications-broken-during-email-address-change-before-e...Douwe Maan2018-05-221-8/+19
|\
| * Don't set the notification_email when only unconfirmed_email is changed22846-notifications-broken-during-email-address-change-before-email-confirmedRémy Coutable2018-05-221-8/+19
* | Add NOT NULL constraints to project_authorizations.Andreas Brandl2018-05-211-1/+1
|/
* Resolve "Opening Project with invite but without accepting leads to 404 error...🙈 jacopo beschi 🙉2018-05-171-0/+10
* Merge branch 'jprovazn-remote-upload-destroy' into 'master'Kamil Trzciński2018-05-161-1/+1
|\
| * Changed order of includeJan Provaznik2018-05-161-1/+1
| * Delete remote uploadsJan Provaznik2018-05-161-1/+1
* | Rename User#ci_authorized_runners -> ci_owned_runnersDylan Griffith2018-05-161-2/+2
* | Allow group runners to be viewed/edited in APIDylan Griffith2018-05-161-2/+14
|/
* Does not log failed sign-in attempts when database is in read-only modeDouglas Barbosa Alexandre2018-05-141-0/+3
* Merge branch 'bvl-restrict-api-git-for-terms' into 'master'Douwe Maan2018-05-111-0/+5
|\
| * Block access to API & git when terms are enforcedBob Van Landuyt2018-05-101-0/+5
* | Add 2FA filter to group members pageDmitriy Zaporozhets2018-05-101-3/+7
|/
* Allow a user to accept/decline termsBob Van Landuyt2018-05-041-0/+6
* [Rails5] Fix `params` for DeleteUserWorkerblackst0ne2018-04-281-1/+1
* Merge branch 'blackst0ne-rails5-update-user-manageable-groups' into 'master'Yorick Peterse2018-04-191-4/+7
|\
| * [Rails5] Fix `User#manageable_groups`blackst0ne2018-04-191-4/+7
* | Revert the addition of goldiloaderYorick Peterse2018-04-181-11/+11
|/
* Merge branch 'fix-n-plus-one-when-getting-notification-settings-for-recipient...Yorick Peterse2018-04-091-11/+11
|\
| * Add cop for has_many :through without disabled autoloadingfix-n-plus-one-when-getting-notification-settings-for-recipientsSean McGivern2018-04-091-8/+8
| * Use Goldiloader for handling N+1 queriesYorick Peterse2018-04-091-3/+3
* | Remove unused User#manageable_group_projects (#41981)Dylan Griffith2018-04-091-4/+0
* | Use project_authorizations instead of members to calculate manageable CI proj...Dylan Griffith2018-04-091-13/+1
* | Allow group owner to enable runners from subgroups (#41981)Dylan Griffith2018-04-091-5/+12
|/
* Remove unused method.Andreas Brandl2018-04-061-6/+0
* Cache personal projects count.Andreas Brandl2018-04-061-4/+17
* Deleting a MR you are assigned to should decrements counterm b2018-04-051-5/+0
* Ensure internal users (ghost, support bot) get assigned a namespacedm-internal-user-namespaceDouwe Maan2018-04-051-1/+3
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-1/+1