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
2018-02-28embedded snippets supporthaseeb
2017-09-06WIP: refactor the first-contributor to Issuablemicael.bergeron
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
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-21Use the new check_project_feature_available! method in project controllersNick Thomas
2017-06-07Merge branch '12910-snippets-description' into 'master'Phil Hughes
Support descriptions for snippets Closes #31894 See merge request !11071
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-04-30Use blob viewers for snippetsDouwe Maan
2017-04-05Address review commentsDouwe Maan
2017-04-05Add option to start a new discussion on an MRDouwe 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-12-22adds specs for respective behaviourTiago Botelho
2016-12-22Prevent empty pagination when list is not emptyTiago Botelho
2016-12-10add scope filters to project snippets pageMike Greiling
2016-09-19Start Frontend work, fix routing problemZ.J. van de Weg
2016-09-01Project tools visibility levelFelipe Artur
2016-07-01Fix snippets comments not displayedRémy Coutable
The issue was that @notes were not passed to Banzai::NoteRenderer.render in Projects::SnippetsController#show. This was forgotten in d470f3d1. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-03-25Ensure project snippets have their own access levelRémy Coutable
2016-03-25Ensure private project snippets are not viewable by unauthorized peopleRémy Coutable
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/14607.
2016-03-20Use the configured Kaminari "per page" defaultRobert Speicher
2016-01-15Fix autocomplete for new issues/MRs/snippetsYorick Peterse
2015-10-18Update style of snippets pagesDouwe Maan
2015-08-27Fix 500 error when try to create project snippet without contentDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
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-14Upgrade to Rails 4.1.9Vinnie Okada
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.
2014-12-12Sanitize snippet file name in raw headersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-09Snippets: public/internal/privateValery Sizov
2014-08-16Set charset encoding to UTF-8 for snippetsJeroen van Baarsen
Fixes #2678 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-06-26Project hook, milestone, snippet strong paramsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-26Update commentable controllers with new note varsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-25Make note anchors actually workDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-09-25Modify permissions for project and groupDmitriy Zaporozhets
* 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
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets
2013-03-25Codestyle improvedAndrew8xx8
2013-03-25Permissions for Project Snippet fixedAndrew8xx8
2013-03-25Tests fixedAndrew8xx8
2013-03-24Snippets feature refactored. Tests now use spinachAndrew8xx8
2013-03-24Project Snippets now part of projectAndrew8xx8
2013-03-23Project snippets moved to /projectsAndrew8xx8
2013-03-23Private field added to snippetAndrew8xx8