- Jul 30, 2018
-
-
Bob Van Landuyt authored
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
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
- Feb 28, 2018
-
-
haseeb authored
-
- Sep 06, 2017
-
-
micael.bergeron authored
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
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Jun 21, 2017
-
-
Nick Thomas authored
-
- Jun 06, 2017
-
-
blackst0ne authored
Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers
-
- May 31, 2017
-
-
Jarka Kadlecova authored
-
- May 29, 2017
-
-
Douwe Maan authored
-
- May 10, 2017
-
-
Refactor snippets finder & dont return internal snippets for external users See merge request !2094
-
- Apr 30, 2017
-
-
Douwe Maan authored
-
- Apr 05, 2017
-
-
- Feb 21, 2017
-
-
Oswaldo Ferreir authored
-
- Feb 20, 2017
-
-
Jarka Kadlecova authored
-
- Feb 02, 2017
-
-
Sean McGivern authored
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.
-
- Dec 21, 2016
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- Dec 10, 2016
-
-
Mike Greiling authored
-
- Sep 19, 2016
-
-
Zeger-Jan van de Weg authored
-
- Sep 01, 2016
-
-
Felipe Artur authored
-
- Jul 01, 2016
-
-
Rémy Coutable authored
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>
-
- Mar 25, 2016
-
-
Rémy Coutable authored
-
- Mar 19, 2016
-
-
Robert Speicher authored
-
- Jan 15, 2016
-
-
Yorick Peterse authored
-
- Oct 18, 2015
-
-
Douwe Maan authored
-
- Aug 26, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jun 26, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
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>
-
- Apr 20, 2015
-
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Mar 08, 2015
-
-
Vinnie Okada authored
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.
-
- Feb 14, 2015
-
-
Vinnie Okada authored
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.
-
- Dec 12, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Oct 09, 2014
-
-
Valery Sizov authored
-
- Aug 16, 2014
-
-
Jeroen van Baarsen authored
Fixes #2678 Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Jun 26, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Dec 25, 2013
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Sep 25, 2013
-
-
Dmitriy Zaporozhets authored
* 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
-