An error occurred fetching the project authors.
- 31 May, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 10 May, 2017 2 commits
-
-
Douwe Maan authored
Refactor snippets finder & dont return internal snippets for external users See merge request !2094
-
Sean McGivern authored
Fix snippets visibility for show action - external users can not see internal snippets See merge request !2087
-
- 05 May, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 04 May, 2017 1 commit
-
-
Rares Sfirlogea authored
Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
-
- 02 May, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 30 Apr, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 26 Apr, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 23 Feb, 2017 3 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
- 21 Feb, 2017 2 commits
-
-
Douwe Maan authored
-
Oswaldo Ferreira authored
-
- 20 Feb, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 02 Feb, 2017 1 commit
-
-
Sean McGivern authored
Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
-
- 11 Oct, 2016 1 commit
-
-
Justin DiPierro authored
-
- 19 Sep, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 08 May, 2016 1 commit
-
-
Long Nguyen authored
-
- 05 May, 2016 2 commits
-
-
Long Nguyen authored
-
Long Nguyen authored
-
- 19 Mar, 2016 1 commit
-
-
Robert Speicher authored
-
- 25 Nov, 2015 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 02 Nov, 2015 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 29 Oct, 2015 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 08 Sep, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
-
- 20 Aug, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
* projects from explore page are available from dashboard * use dashboard sidebar for both logged in and not users * move explroe projects under projects tab * move explore groups under groups tab * move public snippets under snippets tab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Jun, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 May, 2015 1 commit
-
-
Douwe Maan authored
-
- 30 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 22 Apr, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 20 Apr, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 12 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 08 Mar, 2015 1 commit
-
-
Vinnie Okada authored
Add new service classes to create and update project and personal snippets. These classes are responsible for enforcing restricted visibility settings for non-admin users.
-
- 13 Feb, 2015 1 commit
-
-
Douwe Maan authored
-