Douglas Barbosa Alexandre
							
						 
						
							 
							
							
							
							
								
							
							
								8dcef120cd 
								
							 
						 
						
							
							
								
								Fix raw private snippets access workflow  
							
							 
							
							
							
						 
						
							2015-11-25 18:16:27 -02:00  
						
					 
				
					
						
							
							
								 
								Douglas Barbosa Alexandre
							
						 
						
							 
							
							
							
							
								
							
							
								93672c5020 
								
							 
						 
						
							
							
								
								Use `read` rather than `show` like the ability name  
							
							 
							
							
							
						 
						
							2015-11-02 14:03:42 -02:00  
						
					 
				
					
						
							
							
								 
								Douglas Barbosa Alexandre
							
						 
						
							 
							
							
							
							
								
							
							
								c8fe421512 
								
							 
						 
						
							
							
								
								Improve personal snippet access workflow.  Fixes   #3258  
							
							 
							
							
							
						 
						
							2015-10-29 18:42:29 -02:00  
						
					 
				
					
						
							
							
								 
								Douwe Maan
							
						 
						
							 
							
							
							
							
								
							
							
								1489d225d6 
								
							 
						 
						
							
							
								
								Move partial to right place and fix tests.  
							
							 
							
							
							
						 
						
							2015-09-08 15:14:14 +01:00  
						
					 
				
					
						
							
							
								 
								Douwe Maan
							
						 
						
							 
							
							
							
							
								
							
							
								5d785457db 
								
							 
						 
						
							
							
								
								Clean up overlap between dashboard and explore.  
							
							 
							
							... 
							
							
							
							- 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. 
							
						 
						
							2015-09-08 14:49:20 +01:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								d63371ad78 
								
							 
						 
						
							
							
								
								Update controller filters  
							
							 
							
							... 
							
							
							
							Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> 
							
						 
						
							2015-06-26 16:44:21 +02:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								342d553709 
								
							 
						 
						
							
							
								
								Rename abilities to correspond contoller/model action names  
							
							 
							
							... 
							
							
							
							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> 
							
						 
						
							2015-06-26 15:55:56 +02:00  
						
					 
				
					
						
							
							
								 
								Douwe Maan
							
						 
						
							 
							
							
							
							
								
							
							
								92fd3ccee0 
								
							 
						 
						
							
							
								
								Add helpers for header title and sidebar, and move setting those from controllers to layouts.  
							
							 
							
							
							
						 
						
							2015-05-01 10:39:16 +02:00  
						
					 
				
					
						
							
							
								 
								Douwe Maan
							
						 
						
							 
							
							
							
							
								
							
							
								26ad250989 
								
							 
						 
						
							
							
								
								Add a page title to every page.  
							
							 
							
							
							
						 
						
							2015-04-30 19:12:15 +02:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								71f6143552 
								
							 
						 
						
							
							
								
								Merge branch 'master' into new-sidebar  
							
							 
							
							... 
							
							
							
							Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
	app/controllers/snippets_controller.rb 
							
						 
						
							2015-04-23 12:08:03 +03:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
							
							
								
							
							
								4a63573b21 
								
							 
						 
						
							
							
								
								Start applying new layout to snippets pages  
							
							 
							
							
							
						 
						
							2015-04-22 18:17:43 +03:00  
						
					 
				
					
						
							
							
								 
								Jeroen van Baarsen
							
						 
						
							 
							
							
							
							
								
							
							
								5a4ebfb47a 
								
							 
						 
						
							
							
								
								Fixed the Rails/ActionFilter cop  
							
							 
							
							... 
							
							
							
							Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> 
							
						 
						
							2015-04-20 15:39:37 +02:00  
						
					 
				
					
						
							
							
								 
								Vinnie Okada
							
						 
						
							 
							
							
							
							
								
							
							
								ad0ca0499a 
								
							 
						 
						
							
							
								
								Merge branch 'master' into fix-restricted-visibility  
							
							 
							
							... 
							
							
							
							Conflicts:
	db/schema.rb 
							
						 
						
							2015-03-14 10:49:11 -06:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
							
							
								
							
							
								f0cbbd70bb 
								
							 
						 
						
							
							
								
								Use same constant for amount of items per page  
							
							 
							
							
							
						 
						
							2015-03-12 15:37:00 -07:00  
						
					 
				
					
						
							
							
								 
								Vinnie Okada
							
						 
						
							 
							
							
							
							
								
							
							
								928fc94c3d 
								
							 
						 
						
							
							
								
								Enforce restricted visibilities for snippets  
							
							 
							
							... 
							
							
							
							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. 
							
						 
						
							2015-03-08 17:57:08 -06:00  
						
					 
				
					
						
							
							
								 
								Douwe Maan
							
						 
						
							 
							
							
							
							
								
							
							
								34cc4c5982 
								
							 
						 
						
							
							
								
								Link head panel titles to relevant root page.  
							
							 
							
							
							
						 
						
							2015-02-13 14:31:51 +01:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
							
							
								
							
							
								e890582681 
								
							 
						 
						
							
							
								
								Rubocop enabled for: Use spaces inside hash literal braces  
							
							 
							
							
							
						 
						
							2015-02-02 20:36:54 -08:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								118bd7178b 
								
							 
						 
						
							
							
								
								Sanitize snippet file name in raw headers  
							
							 
							
							... 
							
							
							
							Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> 
							
						 
						
							2014-12-12 13:28:48 +02:00  
						
					 
				
					
						
							
							
								 
								Valery Sizov
							
						 
						
							 
							
							
							
							
								
							
							
								40c8f159a2 
								
							 
						 
						
							
							
								
								Fix raw view for public snippets  
							
							 
							
							
							
						 
						
							2014-10-27 11:51:31 +02:00  
						
					 
				
					
						
							
							
								 
								Valery Sizov
							
						 
						
							 
							
							
							
							
								
							
							
								705652d625 
								
							 
						 
						
							
							
								
								fix for public snippet  
							
							 
							
							
							
						 
						
							2014-10-24 11:52:52 +03:00  
						
					 
				
					
						
							
							
								 
								Valery Sizov
							
						 
						
							 
							
							
							
							
								
							
							
								47f539f5a6 
								
							 
						 
						
							
							
								
								Snippets: public/internal/private  
							
							 
							
							
							
						 
						
							2014-10-09 17:09:53 +03:00  
						
					 
				
					
						
							
							
								 
								Valery Sizov
							
						 
						
							 
							
							
							
							
								
							
							
								fd8d1d9b62 
								
							 
						 
						
							
							
								
								Snippets: rename public to internal  
							
							 
							
							
							
						 
						
							2014-10-07 11:54:00 +03:00  
						
					 
				
					
						
							
							
								 
								Jeroen van Baarsen
							
						 
						
							 
							
							
							
							
								
							
							
								1b14864549 
								
							 
						 
						
							
							
								
								Set charset encoding to UTF-8 for snippets  
							
							 
							
							... 
							
							
							
							Fixes  #2678 
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> 
							
						 
						
							2014-08-16 14:58:53 +02:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								2acde87e0d 
								
							 
						 
						
							
							
								
								Project hook, milestone, snippet strong params  
							
							 
							
							... 
							
							
							
							Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> 
							
						 
						
							2014-06-26 18:51:11 +03:00  
						
					 
				
					
						
							
							
								 
								Marin Jankovski
							
						 
						
							 
							
							
							
							
								
							
							
								18b1f171bd 
								
							 
						 
						
							
							
								
								Rename snippets scopes to plural names.  
							
							 
							
							
							
						 
						
							2014-06-04 08:37:19 +02:00  
						
					 
				
					
						
							
							
								 
								Marin Jankovski
							
						 
						
							 
							
							
							
							
								
							
							
								79f8abc51f 
								
							 
						 
						
							
							
								
								Replace snippets scopes in view and controller.  
							
							 
							
							
							
						 
						
							2014-06-03 11:37:23 +02:00  
						
					 
				
					
						
							
							
								 
								Marin Jankovski
							
						 
						
							 
							
							
							
							
								
							
							
								90c2e0d971 
								
							 
						 
						
							
							
								
								Replace now forbidden keywords public and private for snippets scope  
							
							 
							
							
							
						 
						
							2014-06-03 11:37:23 +02:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								a39eeba1dc 
								
							 
						 
						
							
							
								
								Render 404 instead of 500 if trying to see snippets of unexisting user  
							
							 
							
							... 
							
							
							
							Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> 
							
						 
						
							2014-03-14 15:55:41 +02:00  
						
					 
				
					
						
							
							
								 
								skv
							
						 
						
							 
							
							
							
							
								
							
							
								a3f645ef51 
								
							 
						 
						
							
							
								
								Remove deprecated finders  
							
							 
							
							
							
						 
						
							2014-01-19 23:39:56 +04:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
							
							
								
							
							
								cc5440e82a 
								
							 
						 
						
							
							
								
								Use navless layout for snippets page  
							
							 
							
							
							
						 
						
							2013-06-18 17:43:49 +03:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
							
							
								
							
							
								e7bcbb95c8 
								
							 
						 
						
							
							
								
								Restyle snippets  
							
							 
							
							
							
						 
						
							2013-06-05 22:25:27 +03:00  
						
					 
				
					
						
							
							
								 
								Andrew8xx8
							
						 
						
							 
							
							
							
							
								
							
							
								e0af7cefb4 
								
							 
						 
						
							
							
								
								Typos fixed  
							
							 
							
							
							
						 
						
							2013-03-25 20:32:10 +04:00  
						
					 
				
					
						
							
							
								 
								Andrew8xx8
							
						 
						
							 
							
							
							
							
								
							
							
								0359f1d9ec 
								
							 
						 
						
							
							
								
								Codestyle improved  
							
							 
							
							
							
						 
						
							2013-03-25 16:28:39 +04:00  
						
					 
				
					
						
							
							
								 
								Andrew8xx8
							
						 
						
							 
							
							
							
							
								
							
							
								e90aebe259 
								
							 
						 
						
							
							
								
								Personal snippets controlelr refactored  
							
							 
							
							
							
						 
						
							2013-03-25 02:17:03 +04:00  
						
					 
				
					
						
							
							
								 
								Andrew8xx8
							
						 
						
							 
							
							
							
							
								
							
							
								5b35000f16 
								
							 
						 
						
							
							
								
								Snippets feature refactored. Tests now use spinach  
							
							 
							
							
							
						 
						
							2013-03-24 22:31:14 +04:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
							
							
								
							
							
								7587a3b2fc 
								
							 
						 
						
							
							
								
								fixed check for snippets module enabled  
							
							 
							
							
							
						 
						
							2013-03-18 23:44:57 +02:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
							
							
								
							
							
								b765a7958d 
								
							 
						 
						
							
							
								
								Move snippets to own tab as feature. Make it disabled for new projects by default  
							
							 
							
							
							
						 
						
							2013-03-18 23:33:41 +02:00  
						
					 
				
					
						
							
							
								 
								Riyad Preukschas
							
						 
						
							 
							
							
							
							
								
							
							
								3022786948 
								
							 
						 
						
							
							
								
								Merge commit 'master' into discussions  
							
							 
							
							... 
							
							
							
							Conflicts:
	app/assets/stylesheets/sections/notes.scss
	app/contexts/notes/load_context.rb
	app/models/project.rb
	app/observers/note_observer.rb
	app/roles/votes.rb
	app/views/commit/show.html.haml
	app/views/merge_requests/_show.html.haml
	app/views/merge_requests/diffs.js.haml
	app/views/merge_requests/show.js.haml
	app/views/notes/_note.html.haml
	features/steps/project/project_merge_requests.rb
	spec/models/note_spec.rb 
							
						 
						
							2013-01-15 00:52:25 +01:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
							
							
								
							
							
								baf591cc27 
								
							 
						 
						
							
							
								
								Fix network test and snippets expired  
							
							 
							
							
							
						 
						
							2013-01-05 23:49:01 +02:00  
						
					 
				
					
						
							
							
								 
								Riyad Preukschas
							
						 
						
							 
							
							
							
							
								
							
							
								db2c15369c 
								
							 
						 
						
							
							
								
								Merge branch 'master' into discussions  
							
							 
							
							... 
							
							
							
							Conflicts:
	app/assets/stylesheets/main.scss
	app/models/project.rb
	app/views/notes/_common_form.html.haml
	app/views/notes/_per_line_form.html.haml
	lib/gitlab/markdown.rb
	spec/models/note_spec.rb 
							
						 
						
							2012-12-23 01:03:57 +01:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
							
							
								
							
							
								b01f8b63c2 
								
							 
						 
						
							
							
								
								added NamespacedProject role. Extended project info displayed for admin. Fixed project limit  
							
							 
							
							
							
						 
						
							2012-12-14 08:14:05 +03:00  
						
					 
				
					
						
							
							
								 
								Riyad Preukschas
							
						 
						
							 
							
							
							
							
								
							
							
								494ae87840 
								
							 
						 
						
							
							
								
								Refactor discussion reply  
							
							 
							
							
							
						 
						
							2012-12-03 22:51:56 +01:00  
						
					 
				
					
						
							
							
								 
								Cyril
							
						 
						
							 
							
							
							
							
								
							
							
								be18397d82 
								
							 
						 
						
							
							
								
								rename ProjectController to ProjectResourceController  
							
							 
							
							
							
						 
						
							2012-09-27 20:59:42 +02:00  
						
					 
				
					
						
							
							
								 
								Cyril
							
						 
						
							 
							
							
							
							
								
							
							
								e563e948bb 
								
							 
						 
						
							
							
								
								Merge branch 'master' into simplify_controllers2  
							
							 
							
							... 
							
							
							
							Conflicts:
	app/controllers/commits_controller.rb
	app/controllers/refs_controller.rb 
							
						 
						
							2012-09-27 12:25:52 +02:00  
						
					 
				
					
						
							
							
								 
								Robert Speicher
							
						 
						
							 
							
							
							
							
								
							
							
								5a5d214de4 
								
							 
						 
						
							
							
								
								Remove unused render_full_content filter  
							
							 
							
							
							
						 
						
							2012-09-26 16:32:22 -04:00  
						
					 
				
					
						
							
							
								 
								Cyril
							
						 
						
							 
							
							
							
							
								
							
							
								078a8f0e66 
								
							 
						 
						
							
							
								
								factorize before_filters and layout for projects related controllers  
							
							 
							
							
							
						 
						
							2012-09-26 22:27:43 +02:00  
						
					 
				
					
						
							
							
								 
								Cyril
							
						 
						
							 
							
							
							
							
								
							
							
								252d3a0c9d 
								
							 
						 
						
							
							
								
								remove duplicate before_filter  
							
							 
							
							
							
						 
						
							2012-09-25 22:38:11 +02:00  
						
					 
				
					
						
							
							
								 
								Robert Speicher
							
						 
						
							 
							
							
							
							
								
							
							
								7754189187 
								
							 
						 
						
							
							
								
								Fully embrace Ruby 1.9 hash syntax  
							
							 
							
							... 
							
							
							
							Didn't bother with files in db/, config/, or features/ 
							
						 
						
							2012-08-10 18:25:15 -04:00  
						
					 
				
					
						
							
							
								 
								randx
							
						 
						
							 
							
							
							
							
								
							
							
								093159a868 
								
							 
						 
						
							
							
								
								Styled snippets. Raw button for snippet  
							
							 
							
							
							
						 
						
							2012-06-12 21:41:46 +03:00  
						
					 
				
					
						
							
							
								 
								Dmitriy Zaporozhets
							
						 
						
							 
							
							
							
							
								
							
							
								292a41cbe2 
								
							 
						 
						
							
							
								
								Fixed comments for snippets. Tests fixed  
							
							 
							
							
							
						 
						
							2012-02-24 22:36:44 +02:00