An error occurred fetching the project authors.
- 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
-
- 19 Jun, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 17 Jun, 2015 1 commit
-
-
Robert Speicher authored
Now it executes a single query instead of a possible three at the cost of some scary-looking ARel calls.
-
- 13 Jun, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Now we can simply loop through all themes, among other things. This also removes the `dark_theme` / `light_theme` classes and the `theme_type` helper, since they weren't used anywhere.
-
- 10 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 28 May, 2015 2 commits
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9328
-
Dmitriy Zaporozhets authored
To prevent loose of group data you need to transfer or remove group first before you can remove user Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 May, 2015 2 commits
-
-
Robert Speicher authored
Snippet model was missing project association
-
Robert Speicher authored
Now there is a single source of information for which attribute a model uses to be referenced, and its special character.
-
- 09 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 03 May, 2015 1 commit
-
-
Stan Hu authored
-
- 02 May, 2015 1 commit
-
-
Stan Hu authored
This feature was requested long ago: http://feedback.gitlab.com/forums/176466-general/suggestions/4118466-ability-to-register-only-from-ceratain-domains This MR is based off !253 but changed to use application settings and use wildcard strings to give more flexibility in pattern matching. Regexps seemed overkill and easy to get wrong. Only restrict e-mail addresses upon creation
-
- 27 Mar, 2015 1 commit
-
-
Douwe Maan authored
-
- 04 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 27 Feb, 2015 1 commit
-
-
Douwe Maan authored
-
- 13 Feb, 2015 1 commit
-
-
Douwe Maan authored
-
- 12 Feb, 2015 1 commit
-
-
Douwe Maan authored
Fixes #1967.
-