Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-07Merge branch '12910-snippets-description' into 'master'Phil Hughes
Support descriptions for snippets Closes #31894 See merge request !11071
2017-06-07Support uploads for newly created personal snippetsJarka Kadlecova
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without ↵blackst0ne
explicitly set 'status' in 'destroy' actions of controllers
2017-05-31Support descriptions for snippetsJarka Kadlecova
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-05-10Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan
Refactor snippets finder & dont return internal snippets for external users See merge request !2094
2017-05-10Merge branch 'snippets_visibility' into 'security'Sean McGivern
Fix snippets visibility for show action - external users can not see internal snippets See merge request !2087
2017-05-05Support comments for personal snippetsJarka Kadlecova
2017-05-04Display slash commands outcome when previewing MarkdownRares Sfirlogea
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".
2017-05-02Merge branch 'dm-snippet-download-button' into 'master' Sean McGivern
Add download button to project snippets See merge request !11004
2017-05-02Display comments for personal snippetsJarka Kadlecova
2017-05-01Add download button to project snippetsDouwe Maan
2017-04-30Use blob viewers for snippetsDouwe Maan
2017-04-26Support preview_markdown action for personal_snippetsJarka Kadlecova
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
2017-02-23Enable Style/MultilineHashBraceLayoutDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-22Merge branch '28093-snippet-and-issue-spam-check-on-edit' into 'master'Sean McGivern
Spam check and reCAPTCHA improvements Closes #28093 See merge request !9248
2017-02-22No more and/orDouwe Maan
2017-02-21Spam check and reCAPTCHA improvementsOswaldo Ferreira
2017-02-20Download snippets with LF line-endings by defaultJarka Kadlecova
2017-02-02Check public snippets for spamSean McGivern
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.
2016-10-11Added 'Download' button to snippet viewJustin DiPierro
2016-09-19Snippets get award emoji! :thumbsup:Z.J. van de Weg
2016-05-08user routings refactorLong Nguyen
2016-05-05Remove unused view and update redirect when destroy snippetLong Nguyen
2016-05-05Remove unused code, update spec, and update changelogLong Nguyen
2016-03-20Use the configured Kaminari "per page" defaultRobert Speicher
2015-11-25Fix raw private snippets access workflowDouglas Barbosa Alexandre
2015-11-02Use `read` rather than `show` like the ability nameDouglas Barbosa Alexandre
2015-10-29Improve personal snippet access workflow. Fixes #3258Douglas Barbosa Alexandre
2015-09-08Move partial to right place and fix tests.Douwe Maan
2015-09-08Clean up overlap between dashboard and explore.Douwe Maan
- 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-06-26Update controller filtersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-26Rename abilities to correspond contoller/model action namesDmitriy Zaporozhets
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-05-01Add helpers for header title and sidebar, and move setting those from ↵Douwe Maan
controllers to layouts.
2015-04-30Add a page title to every page.Douwe Maan
2015-04-23Merge branch 'master' into new-sidebarDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/controllers/snippets_controller.rb
2015-04-22Start applying new layout to snippets pagesDmitriy Zaporozhets
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-03-14Merge branch 'master' into fix-restricted-visibilityVinnie Okada
Conflicts: db/schema.rb
2015-03-13Use same constant for amount of items per pageDmitriy Zaporozhets
2015-03-09Enforce restricted visibilities for snippetsVinnie Okada
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-02-13Link head panel titles to relevant root page.Douwe Maan
2015-02-03Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets
2014-12-12Sanitize snippet file name in raw headersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-27Fix raw view for public snippetsValery Sizov
2014-10-24fix for public snippetValery Sizov
2014-10-09Snippets: public/internal/privateValery Sizov