Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ensure private project snippets are not viewable by unauthorized people | Rémy Coutable | 2016-03-25 | 1 | -1/+5 | |
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/14607. | |||||
* | Use the configured Kaminari "per page" defaultrs-use-kaminari-default | Robert Speicher | 2016-03-19 | 1 | -1/+1 | |
| | ||||||
* | Fix autocomplete for new issues/MRs/snippetsfix-autocomplete-new-issues | Yorick Peterse | 2016-01-15 | 1 | -1/+1 | |
| | ||||||
* | Update style of snippets pages | Douwe Maan | 2015-10-18 | 1 | -0/+1 | |
| | ||||||
* | Fix 500 error when try to create project snippet without content | Dmitriy Zaporozhets | 2015-08-26 | 1 | -3/+8 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Update controller filters | Dmitriy Zaporozhets | 2015-06-26 | 1 | -3/+3 | |
| | | | | 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> | |||||
* | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 1 | -6/+6 | |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | |||||
* | Enforce restricted visibilities for snippets | Vinnie Okada | 2015-03-08 | 1 | -14/+10 | |
| | | | | | | 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. | |||||
* | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -3/+4 | |
| | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers. | |||||
* | Sanitize snippet file name in raw headers | Dmitriy Zaporozhets | 2014-12-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Snippets: public/internal/private | Valery Sizov | 2014-10-09 | 1 | -2/+5 | |
| | ||||||
* | Set charset encoding to UTF-8 for snippets | Jeroen van Baarsen | 2014-08-16 | 1 | -1/+1 | |
| | | | | | | Fixes #2678 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | |||||
* | Project hook, milestone, snippet strong params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -2/+6 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Update commentable controllers with new note vars | Dmitriy Zaporozhets | 2013-12-25 | 1 | -2/+1 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Make note anchors actually work | Dmitriy Zaporozhets | 2013-12-25 | 1 | -1/+2 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Modify permissions for project and group | Dmitriy Zaporozhets | 2013-09-25 | 1 | -2/+0 | |
| | | | | | | | * Hooks and team pages allowed only for masters/owners * Group page allowed for admin * Corrent authentication for Projects controller * Hide some project elements from visitor | |||||
* | Move projects controllers/views in Projects module | Dmitriy Zaporozhets | 2013-06-23 | 1 | -1/+1 | |
| | ||||||
* | Codestyle improved | Andrew8xx8 | 2013-03-25 | 1 | -5/+2 | |
| | ||||||
* | Permissions for Project Snippet fixed | Andrew8xx8 | 2013-03-25 | 1 | -6/+6 | |
| | ||||||
* | Tests fixed | Andrew8xx8 | 2013-03-25 | 1 | -2/+2 | |
| | ||||||
* | Snippets feature refactored. Tests now use spinach | Andrew8xx8 | 2013-03-24 | 1 | -7/+7 | |
| | ||||||
* | Project Snippets now part of project | Andrew8xx8 | 2013-03-24 | 1 | -0/+2 | |
| | ||||||
* | Project snippets moved to /projects | Andrew8xx8 | 2013-03-23 | 1 | -1/+1 | |
| | ||||||
* | Private field added to snippet | Andrew8xx8 | 2013-03-23 | 1 | -0/+92 | |