- 31 Mar, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 15 Mar, 2016 1 commit
-
-
Rémy Coutable authored
This reverts commit 01160fc0, reversing changes made to 4bff9daf.
-
- 13 Mar, 2016 2 commits
-
-
Zeger-Jan van de Weg authored
Also incorporates the review into this, mainly spec changes.
-
Zeger-Jan van de Weg authored
The user has the rights of a public user execpt it can never create a project, group, or team. Also it cant view internal projects.
-
- 11 Mar, 2016 2 commits
-
-
Yorick Peterse authored
-
Yorick Peterse authored
-
- 29 Feb, 2016 2 commits
-
-
Robert Speicher authored
Closes #13905
-
Robert Speicher authored
Prior, if the user enabled 2FA, then disabled it and came back some time after the grace period expired, they would be forced to enable 2FA immediately.
-
- 24 Feb, 2016 1 commit
-
-
Robert Speicher authored
-
- 20 Feb, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 09 Feb, 2016 1 commit
-
-
Rémy Coutable authored
Also: - Get rid of legacy :strict_mode - Get rid of custom :email validator - Add some shared examples to spec emails validation
-
- 02 Feb, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 08 Jan, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 06 Jan, 2016 1 commit
-
-
Stan Hu authored
-
- 03 Jan, 2016 1 commit
-
-
Robert Speicher authored
Closes #201 - two-year-old bug, woo!
-
- 15 Dec, 2015 1 commit
-
-
Gabriel Mazetto authored
-
- 14 Dec, 2015 1 commit
-
-
Drew Blessing authored
-
- 09 Dec, 2015 2 commits
-
-
Douwe Maan authored
-
Stan Hu authored
-
- 07 Dec, 2015 1 commit
-
-
Robert Speicher authored
-
- 18 Nov, 2015 2 commits
-
-
Yorick Peterse authored
These methods no longer include public groups/projects (that don't belong to the actual user) as this is handled by the various finder classes now. This also removes the need for passing extra arguments. Note that memoizing was removed _explicitly_. For whatever reason doing so messes up the users controller to a point where it claims a certain user does _not_ have access to certain groups/projects when it does have access. Existing code shouldn't be affected as these methods are only called in ways that they'd run queries anyway (e.g. a combination of "any?" and "each" which would run 2 queries regardless of memoizing).
-
Yorick Peterse authored
This new setup no longer loads any IDs into memory using "pluck", instead using SQL UNIONs to merge the various datasets together. This results in greatly improved query performance as well as a reduction of memory usage. The old setup was in particular problematic when requesting the authorized projects _including_ public/internal projects as this would result in roughly 65000 project IDs being loaded into memory. These IDs would in turn be passed to other queries.
-
- 13 Nov, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 03 Nov, 2015 1 commit
-
-
Yorick Peterse authored
The descriptions were not accurate and one particular spec seemingly expected the wrong User row to be returned.
-
- 02 Oct, 2015 2 commits
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
-
- 29 Sep, 2015 2 commits
-
-
Rémy Coutable authored
This simplifies the "Report button" to not use open a dropdown and adds a tooltip on this button. This also removes an extra spec and adds missing specs.
-
Rémy Coutable authored
-
- 20 Sep, 2015 1 commit
-
-
Robert Speicher authored
-
- 06 Sep, 2015 1 commit
-
-
Stan Hu authored
-
- 20 Aug, 2015 1 commit
-
-
Stan Hu authored
Only show recent push event if the branch still exists or a recent merge request has not been created Closes #2277
-
- 05 Aug, 2015 1 commit
-
-
Stan Hu authored
Closes #2116 Closes https://github.com/gitlabhq/gitlabhq/issues/9502
-
- 02 Aug, 2015 1 commit
-
-
Atsushi Ishida authored
-
- 23 Jul, 2015 1 commit
-
-
Robert Speicher authored
-
- 10 Jul, 2015 1 commit
-
-
Robert Speicher authored
This method encapsulates all the logic for disabling 2FA on a specific User model.
-
- 23 Jun, 2015 2 commits
-
-
Robert Speicher authored
- Removes looking up authors/committers by name - Renames `User.find_for_commit` to `User.find_by_any_email`
-
Robert Speicher authored
-
- 22 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 20 Jun, 2015 1 commit
-
-
Robert Speicher authored
-