Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Block private snippets from being embeddable | Mark Chao | 2018-12-20 | 1 | -1/+7 |
| | |||||
* | Make getting a user by the username case insensitive | William George | 2018-10-18 | 1 | -5/+1 |
| | |||||
* | Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controller | gfyoung | 2018-09-18 | 1 | -0/+2 |
| | | | | | | | | | | | | Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424. | ||||
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -0/+4 |
| | | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop. | ||||
* | Show the status of a user in interactions | Bob Van Landuyt | 2018-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user | ||||
* | Updates from `rubocop -a` | Lin Jen-Shin | 2018-07-09 | 1 | -1/+1 |
| | |||||
* | embedded snippets support | haseeb | 2018-02-28 | 1 | -0/+4 |
| | |||||
* | Add support for markdown preview to group milestonesmove_markdown_preview_to_concern | Vitaliy @blackst0ne Klachkov | 2017-10-11 | 1 | -11/+1 |
| | |||||
* | WIP: refactor the first-contributor to Issuable | micael.bergeron | 2017-09-06 | 1 | -1/+1 |
| | | | | | | | this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes | ||||
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -0/+4 |
| | |||||
* | Merge branch '12910-snippets-description' into 'master' | Phil Hughes | 2017-06-07 | 1 | -1/+9 |
|\ | | | | | | | | | | | | | Support descriptions for snippets Closes #31894 See merge request !11071 | ||||
| * | Support uploads for newly created personal snippets12910-snippets-description | Jarka Kadlecova | 2017-06-07 | 1 | -1/+1 |
| | | |||||
| * | Support descriptions for snippets | Jarka Kadlecova | 2017-05-31 | 1 | -1/+9 |
| | | |||||
* | | Add a rubocop rule to check if a method 'redirect_to' is used without ↵31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-status | blackst0ne | 2017-06-07 | 1 | -1/+1 |
| | | | | | | | | explicitly set 'status' in 'destroy' actions of controllers | ||||
* | | Consistent diff and blob size limit names | Douwe Maan | 2017-05-29 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'snippets-finder-visibility' into 'security' | Douwe Maan | 2017-05-10 | 1 | -6/+2 |
| | | | | | | Refactor snippets finder & dont return internal snippets for external users See merge request !2094 | ||||
* | Merge branch 'snippets_visibility' into 'security' | Sean McGivern | 2017-05-10 | 1 | -9/+9 |
| | | | | | | Fix snippets visibility for show action - external users can not see internal snippets See merge request !2087 | ||||
* | Support comments for personal snippets | Jarka Kadlecova | 2017-05-05 | 1 | -0/+1 |
| | |||||
* | Display slash commands outcome when previewing Markdownadam-separate-slash-commands | Rares Sfirlogea | 2017-05-04 | 1 | -2/+8 |
| | | | | | | | | | | 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". | ||||
* | Merge branch 'dm-snippet-download-button' into 'master' | Sean McGivern | 2017-05-02 | 1 | -11/+3 |
|\ | | | | | | | | | Add download button to project snippets See merge request !11004 | ||||
| * | Add download button to project snippetsdm-snippet-download-button | Douwe Maan | 2017-04-30 | 1 | -11/+3 |
| | | |||||
* | | Display comments for personal snippets12910-personal-snippets-notes-show | Jarka Kadlecova | 2017-05-02 | 1 | -0/+6 |
|/ | |||||
* | Use blob viewers for snippets | Douwe Maan | 2017-04-30 | 1 | -0/+13 |
| | |||||
* | Support preview_markdown action for personal_snippets | Jarka Kadlecova | 2017-04-26 | 1 | -0/+5 |
| | |||||
* | Revert "Prefer leading style for Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -2/+2 |
| | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b. | ||||
* | Enable Style/MultilineHashBraceLayout | Douwe Maan | 2017-02-23 | 1 | -1/+2 |
| | |||||
* | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -4/+4 |
| | |||||
* | Merge branch '28093-snippet-and-issue-spam-check-on-edit' into 'master' | Sean McGivern | 2017-02-22 | 1 | -5/+8 |
|\ | | | | | | | | | | | | | Spam check and reCAPTCHA improvements Closes #28093 See merge request !9248 | ||||
| * | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-edit | Oswaldo Ferreira | 2017-02-21 | 1 | -5/+8 |
| | | |||||
* | | No more and/or | Douwe Maan | 2017-02-21 | 1 | -1/+1 |
|/ | |||||
* | Download snippets with LF line-endings by default | Jarka Kadlecova | 2017-02-20 | 1 | -13/+2 |
| | |||||
* | Check public snippets for spam | Sean McGivern | 2017-02-02 | 1 | -2/+4 |
| | | | | | | 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. | ||||
* | Added 'Download' button to snippet view | Justin DiPierro | 2016-10-11 | 1 | -3/+11 |
| | |||||
* | Snippets get award emoji! :thumbsup: | Z.J. van de Weg | 2016-09-19 | 1 | -0/+3 |
| | |||||
* | user routings refactor | Long Nguyen | 2016-05-08 | 1 | -2/+20 |
| | |||||
* | Remove unused view and update redirect when destroy snippet | Long Nguyen | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | Remove unused code, update spec, and update changelog | Long Nguyen | 2016-05-05 | 1 | -19/+1 |
| | |||||
* | Use the configured Kaminari "per page" defaultrs-use-kaminari-default | Robert Speicher | 2016-03-19 | 1 | -1/+1 |
| | |||||
* | Fix raw private snippets access workflow | Douglas Barbosa Alexandre | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | Use `read` rather than `show` like the ability name | Douglas Barbosa Alexandre | 2015-11-02 | 1 | -2/+2 |
| | |||||
* | Improve personal snippet access workflow. Fixes #3258 | Douglas Barbosa Alexandre | 2015-10-29 | 1 | -1/+8 |
| | |||||
* | Move partial to right place and fix tests. | Douwe Maan | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | Clean up overlap between dashboard and explore. | Douwe Maan | 2015-09-08 | 1 | -6/+2 |
| | | | | | - 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. | ||||
* | Update controller filters | Dmitriy Zaporozhets | 2015-06-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Rename abilities to correspond contoller/model action namesrename-abilities | Dmitriy Zaporozhets | 2015-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | 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> | ||||
* | Add helpers for header title and sidebar, and move setting those from ↵ | Douwe Maan | 2015-05-01 | 1 | -8/+1 |
| | | | | controllers to layouts. | ||||
* | Add a page title to every page. | Douwe Maan | 2015-04-30 | 1 | -8/+3 |
| | |||||
* | Merge branch 'master' into new-sidebar | Dmitriy Zaporozhets | 2015-04-23 | 1 | -5/+9 |
|\ | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/controllers/snippets_controller.rb | ||||
| * | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | | Start applying new layout to snippets pages | Dmitriy Zaporozhets | 2015-04-22 | 1 | -22/+18 |
|/ |