An error occurred fetching the project authors.
- 13 Nov, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 05 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 15 Oct, 2015 1 commit
-
-
Yorick Peterse authored
This ensures we don't end up running N+1 queries for the objects in the affected collections.
-
- 14 Sep, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 09 Sep, 2015 1 commit
-
-
Valery Sizov authored
-
- 24 Aug, 2015 1 commit
-
-
Stan Hu authored
Closes #2340
-
- 07 Aug, 2015 1 commit
-
-
Robert Speicher authored
Encapsulates the logic for `Gitlab::Access::WHATEVER` levels.
-
- 30 Jul, 2015 1 commit
-
-
Douwe Maan authored
-
- 29 Jul, 2015 1 commit
-
-
Douwe Maan authored
-
- 28 Jul, 2015 1 commit
-
-
Douwe Maan authored
-
- 03 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 May, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Now there is a single source of information for which attribute a model uses to be referenced, and its special character.
-
- 07 May, 2015 1 commit
-
-
Stan Hu authored
This would result in a 404 error in certain views. The `save` call was being rolled back due to an error in the validation step. Relax the validation step so that this works. Closes #1570
-
- 14 Apr, 2015 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 20 Feb, 2015 1 commit
-
-
Douwe Maan authored
-
- 19 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
This reverts commit 7d5f86f6.
-
- 16 Feb, 2015 1 commit
-
-
Hannes Rosenögger authored
This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
-
- 06 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 30 Jan, 2015 1 commit
-
-
Tim Bishop authored
The API documentation says: "You can search for groups by name or path with: /groups?search=Rails" But you can't because the search query only checks the name, not the path. This fixes that.
-
- 27 Jan, 2015 1 commit
-
-
Boyan Tabakov authored
Added tests and updated docs. Also adding 'user_id' field in the hooks for adding/removing user from team.
-
- 02 Jan, 2015 1 commit
-
-
Robert Schilling authored
-
- 14 Sep, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 15 Jul, 2014 1 commit
-
-
dreis authored
fixed whitespaces and quotes fixed whitespaces fixed devise.html.haml fixed method parenthesis in app/models/group.rb removed links from header removed links from devise.html added tests
-
- 26 Jun, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 05 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 28 May, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 09 Apr, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 Feb, 2014 1 commit
-
-
Jason Hollingsworth authored
Fixed Group avatars to only display when user has read permissions to at least one project in the group.
-
- 28 Jan, 2014 1 commit
-
-
Steven Thonus authored
-
- 10 Dec, 2013 1 commit
-
-
Jeroen van Baarsen authored
-
- 14 Oct, 2013 1 commit
-
-
Marin Jankovski authored
-
- 01 Oct, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 26 Sep, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
Before we have only owner_id to determine group owner With multiple owners per group we should get rid of owner_id in group. So from now @group.owner will always be nil but @group.owners return an actual array of users who can admin this group
-
- 25 Sep, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
* Hooks and team pages allowed only for masters/owners * Group page allowed for admin * Corrent authentication for Projects controller * Hide some project elements from visitor
-
- 27 Aug, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
Provide UI with explanation what happens when you block or remove user When remove user - remove all groups where user is an only owner
-
- 26 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-