summaryrefslogtreecommitdiff
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor Gitlab::IdentifierYorick Peterse2016-10-051-0/+5
* Restrict failed login attempts for users with 2FASean McGivern2016-10-041-0/+16
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
* remove Ability.abilitieshttp://jneen.net/2016-08-301-5/+1
* Show "Create Merge Request" widget for push events to fork projects on the so...Paco Guzman2016-08-241-2/+2
* Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdown-improvePaco Guzman2016-08-171-0/+7
* Use cache for todos counter calling TodoServicePaco Guzman2016-08-121-2/+2
* Store OTP secret key in secrets.ymlSean McGivern2016-08-031-2/+2
* Merge branch '18586-user-authorized_projects-is-slow' into 'master' Yorick Peterse2016-07-201-0/+2
|\
| * Refactor user authorization check for a single project to avoid querying all ...Alejandro Rodríguez2016-07-201-0/+2
* | Merge branch 'email-domain-blacklist' into 'master' Robert Speicher2016-07-201-24/+37
|\ \ | |/ |/|
| * Refactor `match_domain` to a predicate: `domain_matches?`Patricio Cano2016-07-181-3/+3
| * Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-181-1/+1
| * Make sure email domain validation method is private.Patricio Cano2016-07-181-28/+26
| * Fixed `signup_domain_valid?` flow and added documentation.Patricio Cano2016-07-181-18/+19
| * Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-181-13/+27
* | Ensure Owners are included in the scope for authorized_projectsRobert Speicher2016-07-191-1/+1
|/
* Track a user who created a pipelineKamil Trzcinski2016-07-151-0/+1
* Delete award emoji when deleting a user19693-emoji-awards-aren-t-deleted-for-deleted-usersSean McGivern2016-07-121-1/+1
* Added setting to set new users by default as externalDravere2016-07-071-1/+1
* Dumb-down avatar presence check in `avatar_url` methodsRobert Speicher2016-07-051-1/+1
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Enable Style/SpaceAfterComma Rubocop coprubocop/enable-space-after-copsGrzegorz Bizon2016-06-291-1/+1
* add missing attribute to attr_encrypted so it is fully backwards-compatibleJames Lopez2016-06-281-0/+1
* Fix an information disclosure when requesting access to a group containing pr...Rémy Coutable2016-06-241-2/+2
* Fix user creation with stronger minimum password requirements:qNathan Bush2016-06-231-1/+1
* Unify check branch name existPaco Guzman2016-06-201-2/+1
* Cache todo counters (pending/done)18034-cache-todo-counterPaco Guzman2016-06-171-0/+17
* Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-161-10/+17
|\
| * Add request access for groupsRémy Coutable2016-06-141-3/+2
| * Use Issue.visible_to_user in Notes.search to avoid query duplicationDouglas Barbosa Alexandre2016-06-131-13/+10
| * Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-7/+18
* | Implement @DouweM's feedback.Timothy Andrew2016-06-161-0/+5
* | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-141-8/+13
|\ \ | |/
| * Remove notification level fild from users, improve migrations and specsissue_3359_2Felipe Artur2016-06-101-3/+6
| * Remove notification level from user modelFelipe Artur2016-06-101-8/+10
* | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-091-11/+35
|\ \ | |/
| * Add a `U2fRegistrations` table/model.Timothy Andrew2016-06-061-11/+34
| * Merge branch 'master' into awardablesawardablesZ.J. van de Weg2016-06-031-1/+23
| |\
| * \ Merge branch 'master' into awardablesZJ van de Weg2016-05-251-9/+0
| |\ \
| * \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into awardablesFatih Acet2016-05-181-0/+5
| |\ \ \
| * | | | Incorporate feedbackZeger-Jan van de Weg2016-05-111-1/+1
| * | | | Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-111-0/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-111-66/+1
| |\ \ \ \ \
| * | | | | | Create table for award emojiZeger-Jan van de Weg2016-05-061-0/+1
* | | | | | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-031-10/+33
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Flush cache in callback. Add testsJosh Frye2016-06-021-4/+9
| * | | | | | Cache assigned open issue count. Closes #18035Josh Frye2016-06-021-2/+8
| * | | | | | Cache assigned merge request count. Closes #18036Josh Frye2016-06-021-0/+6
| * | | | | | Upgrade attr_encrypted and encryptorConnor Shea2016-05-301-0/+5