- 15 Feb, 2016 1 commit
-
-
Robert Speicher authored
Closes #13467
-
- 05 Feb, 2016 2 commits
-
-
Robert Speicher authored
-
Rémy Coutable authored
-
- 04 Feb, 2016 1 commit
-
-
James Lopez authored
-
- 02 Feb, 2016 3 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Stan Hu authored
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
-
- 29 Jan, 2016 1 commit
-
-
James Lopez authored
-
- 28 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 25 Jan, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 24 Jan, 2016 1 commit
-
-
Robert Speicher authored
The route is supposed to redirect the Groups#index request based on whether or not a user was logged in. If they are, we redirect them to their groups dashboard; if they're not, we redirect them to the public Explore page. But due to overly aggressive `before_action`s that weren't excluding the `index` action, the request always resulted in a 404, whether a user was logged in or not. Closes #12660
-
- 22 Jan, 2016 1 commit
-
-
James Lopez authored
-
- 09 Jan, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 08 Jan, 2016 2 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 07 Jan, 2016 2 commits
-
-
Jacob Vosmaer authored
-
koreamic authored
Using the fuzzy filter, develop "file finder" feature. - feedback(http://feedback.gitlab.com/forums/176466-general/suggestions/4987909-add-file-finder-fuzzy-input-in-files-tab-to-ju ) - fuzzy filter(https://github.com/jeancroy/fuzzaldrin-plus) - shortcuts(when "t" was hitted at tree view, go to 'file find' page and 'esc' is to go back) - depends on gitlab_git 7.2.22
-
- 04 Jan, 2016 1 commit
-
-
Robert Speicher authored
Tell, Don't Ask.
-
- 18 Dec, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 08 Dec, 2015 3 commits
-
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 07 Dec, 2015 1 commit
-
-
Marin Jankovski authored
-
- 05 Dec, 2015 2 commits
-
-
Stan Hu authored
-
Stan Hu authored
Two issues: 1. The constraints in the resources were incorrect. Here's what it was before: ``` group_milestone GET /groups/:group_id/milestones/:id(.:format) groups/milestones#show {:id=>/[a-zA-Z.0-9_\-]+(?<!\.atom)/, :group_id=>/[a-zA-Z.0-9_\-]+(?<!\.atom)/} ``` In this case, id is actually the title of the milestone, which can be anything at the moment. After: ``` group_milestone GET /groups/:group_id/milestones/:id(.:format) groups/milestones#show {:id=>/[^\/]+/, :group_id=>/[a-zA-Z.0-9_\-]+(?<!\.atom)/} ``` 2. `parameterize` would strip all Unicode characters, leaving a blank string. Rails would report something like: ActionView::Template::Error (No route matches {:action=>"show", :controller=>"groups/milestones", :group_id=>#<Group id: 48, name: "ops-dev", path: "ops-dev", owner_id: nil, created_at: "2015-11-15 08:55:30", updated_at: "2015-12-02 06:23:26", type: "Group", description: "", avatar: "sha1.c71e73d51af1865c1bbbf6208e10044d46c9bb93.png", public: false>, :id=>"", :title=>"肯定不是中文的问题"} missing required keys: [:id]): This change uses the babosa library to create a better slug, which surprisingly isn't actually used by the global milestone controllers. Instead, they use the title passed as a query string for some reason. Closes https://github.com/gitlabhq/gitlabhq/issues/9881 Fix constraints
-
- 04 Dec, 2015 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 02 Dec, 2015 1 commit
-
-
Andrew Tomaka authored
-
- 01 Dec, 2015 1 commit
-
-
Minsik Yoon authored
-
- 30 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 26 Nov, 2015 1 commit
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9844 Closes #3559
-
- 25 Nov, 2015 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 20 Nov, 2015 1 commit
-
-
Douwe Maan authored
-
- 18 Nov, 2015 1 commit
-
-
Yorick Peterse authored
Previously this controller would in multiple places load tons (read: around 65000) project and/or group IDs into memory. These changes in combination with the previous commits significantly cut down loading times of user profile pages and the Atom feeds of users.
-
- 13 Nov, 2015 1 commit
-
-
Minsik Yoon authored
fix this issue(https://gitlab.com/gitlab-org/gitlab-ce/issues/1393). Add ignore whitespace optoin to Commits Compare view
-
- 29 Oct, 2015 2 commits
-
-
Douglas Barbosa Alexandre authored
-
James Newton authored
Modifies the existing "login as" feature to be called impersonation, as well as keeping track of who is impersonating to revert back to that user without having to log out.
-
- 22 Oct, 2015 1 commit
-
-
Douwe Maan authored
-
- 21 Oct, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-