- 01 Jul, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Rémy Coutable authored
And create new Project#requesters, Group#requesters scopes. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 30 Jun, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 29 Jun, 2016 2 commits
-
-
Stan Hu authored
-
Stan Hu authored
In #19273, we saw that retrieving ProjectTeam#human_max_access for each note takes the bulk of the time when rendering certain issues or merge requests. We observe that most of the comments in an issue are typically done by the same users. This MR memoizes the max access level by user ID.
-
- 22 Jun, 2016 1 commit
-
-
Connor Shea authored
-
- 18 Jun, 2016 1 commit
-
-
Phil Hughes authored
Removes un-used method Fixes other Ruby issues
-
- 17 Jun, 2016 1 commit
-
-
Rémy Coutable authored
When you are the last owner of a group or the owner of a project, you don't have the :update_<source>_member / :destroy_<source>_member abilities, but you do have the :admin_<source>_member so you should be able to see your members access levels. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 15 Jun, 2016 2 commits
-
-
Ilan Shamir authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 14 Jun, 2016 3 commits
-
-
Rémy Coutable authored
+ Move 'Edit Project/Group' out of membership-related partial + Show the access request buttons only to logged-in users + Put the request access buttons out of in a more visible button + Improve the copy in the #remove_member_message helper Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 13 Jun, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 09 Jun, 2016 1 commit
-
-
Timothy Andrew authored
- Need to pass in a `page_slug` to the filter, so it can rewrite based on the current page (all links are rewritten to the level of the app root). - The earlier `markdown_preview` endpoint was at the level of the wiki. We need to know the current page (for rewriting, as above), so this commit moves the endpoint to the level of a wiki page. - Fix all tests
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 02 Jun, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 24 May, 2016 1 commit
-
-
Robert Speicher authored
Also removes the note from the development/testing.md guide
-
- 18 May, 2016 1 commit
-
-
Adam Butler authored
-
- 12 May, 2016 8 commits
-
-
Robert Speicher authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
-
- 07 May, 2016 1 commit
-
-
Stan Hu authored
Use a custom Loofah scrubber since sanitize 2.x transformers are inadequate to handle case-sensitive SVG attributes. sanitize parses documents as HTML instead of XML, which causes all SVG attribute names (e.g. viewBox) to be downcased. * SVG element list: https://www.w3.org/TR/SVG/eltindex.html * SVG attribute list: https://www.w3.org/TR/SVG/attindex.html Closes #14555
-
- 06 May, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 04 May, 2016 2 commits
-
-
Stan Hu authored
Closes #17243
-
Robert Speicher authored
Mostly replaces several Spinach tests with RSpec Feature tests.
-
- 26 Apr, 2016 1 commit
-
-
Phil Hughes authored
See !3846#note_5033951
-
- 25 Apr, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Fixes #15470. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 21 Apr, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- 19 Apr, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-