- Feb 25, 2020
-
-
GitLab Bot authored
-
- Feb 14, 2020
-
-
GitLab Bot authored
-
- Dec 13, 2019
-
-
GitLab Bot authored
-
- Dec 06, 2019
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Dec 05, 2019
-
-
GitLab Bot authored
-
- Nov 26, 2018
-
-
George Tsiolis authored
-
- Aug 18, 2017
-
-
Phil Hughes authored
-
- Jul 07, 2017
-
-
Phil Hughes authored
-
- Jun 23, 2017
-
-
Phil Hughes authored
-
- May 24, 2017
-
-
Kushal Pandya authored
-
- May 05, 2017
-
-
Jarka Kadlecova authored
-
- May 02, 2017
-
-
Jarka Kadlecova authored
-
- Apr 30, 2017
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- Apr 17, 2017
-
-
Douwe Maan authored
-
- Mar 16, 2017
-
-
Douwe Maan authored
-
- Feb 09, 2017
-
-
Filipa Lacerda authored
-
- Dec 15, 2016
-
-
Annabel Dunstone Gray authored
-
- Oct 11, 2016
-
-
Justin DiPierro authored
-
- Sep 19, 2016
-
-
Zeger-Jan van de Weg authored
-
- Sep 07, 2016
-
-
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
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 18, 2016
-
-
Phil Hughes authored
Closes #14328
-
- Dec 09, 2015
-
-
Robert Speicher authored
Closes #3701
-
- Oct 18, 2015
-
-
Douwe Maan authored
-
- Oct 15, 2015
-
-
Han Loong Liauw authored
-
- Oct 14, 2015
-
-
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
-
Han Loong Liauw authored
-
Han Loong Liauw authored
It should now more closly match the styles used in issues and merge requests with some small tweaks to be more relevant to snippets
-
- Oct 12, 2015
-
-
Han Loong Liauw authored
- Fixed a bug with .btn-sm padding. - Changed created_at to modified_at for snippets#index as it seems to be more relevant.
-
- Sep 08, 2015
-
-
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.
-
- Aug 20, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jun 26, 2015
-
-
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>
-
- Apr 30, 2015
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- Apr 13, 2015
-
-
Sven Strickroth authored
Rails image_tag sets the alt-attribute to the filename which causes graphical glitches if the file could not be loaded. Fixes https://github.com/gitlabhq/gitlabhq/issues/6036 . Signed-off-by:
Sven Strickroth <email@cs-ware.de>
-
- Mar 23, 2015
-
-
Dmitriy Zaporozhets authored
-
- Mar 14, 2015
-
-
Dmitriy Zaporozhets authored
-