summaryrefslogtreecommitdiff
path: root/app/controllers/projects/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-061-3/+8
|\
| * Merge remote-tracking branch 'dev/master'DJ Mountney2017-04-051-1/+1
| |\
| | * Merge branch 'open-redirect-host-fix' into 'security' Sean McGivern2017-04-051-1/+1
| * | Issue title realtimeRegis Boudinot2017-04-061-2/+7
| |/
* | Address review commentsDouwe Maan2017-04-051-1/+1
* | Add option to start a new discussion on an MRDouwe Maan2017-04-051-7/+3
|/
* Display flash message to unauthenticated user when creating new issueSam Rose2017-03-251-0/+9
* Present ajax call errors when failing to update an IssueOswaldo Ferreira2017-03-211-1/+8
* Merge remote-tracking branch 'dev/master'DJ Mountney2017-03-201-1/+1
|\
| * Merge branch 'render-json-leak' into 'security' DJ Mountney2017-03-201-1/+1
* | Merge branch '20204-new-issue-button-redirects-you-to-create-a-new-issue-afte...Sean McGivern2017-03-201-0/+2
|\ \ | |/ |/|
| * Redirect to signin when New Issue for not logged inSam Rose2017-03-201-0/+2
* | Check `service.discussion_to_resolve_id` to decide content of flashBob Van Landuyt2017-03-131-1/+1
* | Rename variableBob Van Landuyt2017-03-131-4/+3
* | Separate flash messages for resolving one or multiple discussionsBob Van Landuyt2017-03-131-3/+6
* | Add a flash messages when an issue resolving discussions is createdBob Van Landuyt2017-03-131-1/+7
* | Move functionality for resolving discussions into a concernBob Van Landuyt2017-03-131-3/+2
* | Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-24/+12
* | Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-5/+19
|/
* Fix issuable stale object error handler for js when updating tasklistsissue_24815Felipe Artur2017-02-241-2/+1
* Merge branch 'add_mr_info_to_issues_list' into 'master'Sean McGivern2017-02-221-1/+1
|\
| * Add merge request count to each issue on issues listblackst0ne2017-02-171-1/+1
* | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-25/+9
|/
* Gather issuable metadata to avoid n+ queries on index viewissue_25900_2Felipe Artur2017-02-091-2/+5
* Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-5/+17
* pass username and id associations needed in the frontend26955-handle-legacy-issue-filter-paramsMike Greiling2017-01-201-18/+12
* automatically redirect urls containing author_id or assignee_idMike Greiling2017-01-201-0/+18
* applies url_for so that we dont lose filters when redirecting19988-prevent-empty-pagination-when-list-not-emptyTiago Botelho2016-12-231-1/+1
* adds specs for respective behaviourTiago Botelho2016-12-211-2/+4
* Prevent empty pagination when list is not emptyTiago Botelho2016-12-211-1/+2
* Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-2/+13
* Backport some changes done from Time Tracking feature in EE.ee-870-backportRuben Davila2016-11-181-1/+1
* add "x of y tasks completed" on issuableGuilherme Salazar2016-10-281-1/+1
* Use present? instead of presence on Projects::IssuesController#indexDouglas Barbosa Alexandre2016-10-191-1/+1
* Remove project_labels from Projects::ApplicationControllerDouglas Barbosa Alexandre2016-10-191-5/+1
* List group labels on project labels pageDouglas Barbosa Alexandre2016-10-191-2/+2
* Allow user to create a board list based on a group labelDouglas Barbosa Alexandre2016-10-191-1/+4
* Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-191-3/+6
* Improve issue load time performance by avoiding ORDER BY in find_by callsh-fix-issue-perf-order-by-issueStan Hu2016-10-061-1/+2
* Fix IssuesController#show degradation including project on loaded notesincludes-projects-to-render-issue-notesPaco Guzman2016-09-271-1/+1
* Revert part of "Merge branch 'update_issues_mr_counter' into 'master'Rémy Coutable2016-09-221-2/+0
* fix issues mr counterbarthc2016-09-201-10/+3
* Add bulk update support for merge requests listDmitriy Zaporozhets2016-09-081-26/+0
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
* Fix external issue tracker "Issues" link leading to 404sfix-external-issue-tracker-linkStan Hu2016-08-251-1/+1
* Revert the revert of Optimistic Lockingrevert_revert_issuable_lockValery Sizov2016-08-221-1/+5
* Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-161-0/+2
|\
| * Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-0/+2
* | Fixed specs and fixes based on failing specsDouwe Maan2016-08-161-7/+1
* | Fix autocomplete on commit and issue/MR edit pagesDouwe Maan2016-08-121-5/+6
|/