- 16 Mar, 2017 1 commit
-
-
Douwe Maan authored
-
- 21 Feb, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 20 Feb, 2017 1 commit
-
-
Z.J. van de Weg authored
-
- 09 Feb, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 06 Feb, 2017 1 commit
-
-
Sean McGivern authored
-
- 02 Feb, 2017 2 commits
-
-
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.
-
Sean McGivern authored
When a snippet is submitted, but there's an error, we didn't keep the visibility level. As the default is private, this means that submitting a public snippet that failed would then fall back to being a private snippet.
-
- 31 Dec, 2016 1 commit
-
-
Kushal Pandya authored
-
- 15 Dec, 2016 1 commit
-
-
Annabel Dunstone Gray authored
-
- 10 Dec, 2016 7 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
- 05 Oct, 2016 1 commit
-
-
Clement Ho authored
-
- 19 Sep, 2016 2 commits
-
-
Fatih Acet authored
-
Z.J. van de Weg authored
-
- 18 Sep, 2016 1 commit
-
-
Luke Bennett authored
Altered specs that click capitalised New Snippet button Applied review feedback missed in Changes `.no-comment` `opactiy: 0.5` to `opacity: .5` Added `.btn-wide-on-xs` and applied to snippet buttons
-
- 07 Sep, 2016 1 commit
-
-
Luke Bennett authored
Rearranged datetime created line Added `avatar_class` option to `link_to_member` so it can be hidden Made snippet title font heavier Added file title bar Hidden unneeded info from xs screens Added visibility icon Reveal file-actions on xs screens Added comments icon to snippets list items Refactored no-comments declaration into framework stylesheet Final touch ups Fixed snippets_spec
-
- 11 Jul, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 08 Jul, 2016 1 commit
-
-
Connor Shea authored
No longer shows New Snippet button to users who aren't able to create a new snippet in the given context. Also removes the plus icon from the New Snippet buttons, as they're no longer used in other creation buttons. Fixes #14595.
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 26 May, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 18 May, 2016 1 commit
-
-
Phil Hughes authored
Closes #14328
-
- 04 May, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 09 Dec, 2015 1 commit
-
-
Robert Speicher authored
Closes #3701
-
- 02 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 18 Oct, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 15 Oct, 2015 2 commits
-
-
Han Loong Liauw authored
Also fixed an accidental deletion of pratial
-
Han Loong Liauw authored
-
- 14 Oct, 2015 1 commit
-
-
Han Loong Liauw authored
Split out header into shared partial Used action partials to have unique actions for shared and personal snippets changed back to created date in list view Switched to using existing color classes
-
- 17 Sep, 2015 1 commit
-
-
Douwe Maan authored
-
- 26 Aug, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Jun, 2015 1 commit
-
-
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>
-
- 30 Apr, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-