summaryrefslogtreecommitdiff
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'dm-deploy-keys-default-user' into 'master'Sean McGivern2018-03-291-5/+2
|\
| * Don’t delete deploy key when user who created it is deletedDouwe Maan2018-03-281-5/+2
* | 'Assigned Issues' and 'Assigned Merge Requests' as dashboard user choicesElias Werberich2018-03-271-1/+1
* | Improves User#owned_projects query performanceTiago Botelho2018-03-261-3/+10
|/
* Merge branch '40525-listing-user-activity-timeouts' into 'master'Yorick Peterse2018-03-081-1/+3
|\
| * Leverage user_contributed_projects to find recent events.40525-listing-user-activity-timeoutsAndreas Brandl2018-03-071-1/+3
* | Don't delete todos or unassign issues and MRs when a user leaves a projectunassign-when-leavingDouwe Maan2018-03-071-13/+23
|/
* Extract method User#authorizations_for_projects.42877-fix-visibility-change-performanceAndreas Brandl2018-03-021-0/+9
* Merge branch 'feature/move_oauth_modules_to_auth_dir_structure' into 'master'Douwe Maan2018-03-011-1/+1
|\
| * Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-1/+1
* | Merge branch '43304-simplify-filtering-non-human-users' into 'master'Yorick Peterse2018-02-271-1/+1
|\ \ | |/ |/|
| * Simplify filtering of non-human users (like ghosts).43304-simplify-filtering-non-human-usersAndreas Brandl2018-02-261-1/+1
* | Optimise searching for users using short queriesYorick Peterse2018-02-221-2/+2
|/
* Don't attempt to update user tracked fields if database is in read-onlysh-guard-read-only-user-updatesStan Hu2018-02-171-0/+2
* Strip whitespace from username/login value for user lookupPeter Lauck2018-02-131-1/+1
* Merge branch 'feature/oidc-groups-claim' into 'master'Douwe Maan2018-02-081-1/+6
|\
| * Add groups to OpenID Connect claimsHassan Zamani2018-02-081-1/+6
* | Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan2018-02-061-3/+1
* | Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan2018-02-061-14/+8