summaryrefslogtreecommitdiff
path: root/app/controllers/projects/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add due_date:time field to Issue modelMehmet Beydogan2016-04-201-1/+1
* Merge branch 'multi-filter-labels' into 'master' Jacob Schatz2016-04-201-2/+3
|\
| * Label text color comes from JSONPhil Hughes2016-04-201-1/+1
| * Filter by multiple labels with little animation.Jacob Schatz2016-04-131-2/+3
* | Merge branch '14566-confidential-issue-branches' into 'master' Robert Speicher2016-04-191-4/+1
|\ \
| * | Remove unused variable in `IssuesController`.Timothy Andrew2016-04-181-2/+0
| * | Merge remote-tracking branch 'origin/master' into 14566-confidential-issue-br...Timothy Andrew2016-04-151-10/+29
| |\ \ | | |/
| * | Refactor `Issue#related_branches`Timothy Andrew2016-04-121-1/+1
* | | Merge branch 'assign-to-issuable-opener' into 'master' Jacob Schatz2016-04-151-2/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into assign-to-issuable-openerZeger-Jan van de Weg2016-03-291-15/+28
| |\ \ | | |/
| * | Issuable can be assigned to authorZeger-Jan van de Weg2016-02-221-2/+2
* | | Load related MRs/branches asynchronouslyYorick Peterse2016-04-131-10/+30
| |/ |/|
* | Edit button leaves modal openJacob Schatz2016-03-251-1/+1
* | Remove unnecessary sentenceAlfredo Sumaran2016-03-251-1/+0
* | Adds new dropdown ajax to user selectionJacob Schatz2016-03-251-1/+1
* | Add labels as proper POST arrays using new dropdownJacob Schatz2016-03-251-1/+7
* | Add milestone sidebar update via JSONJacob Schatz2016-03-251-1/+1
* | Ajax call to milestones via new dropdownsJacob Schatz2016-03-251-1/+1
* | Sidebar milestone updatable via JSONJacob Schatz2016-03-251-4/+1
* | Updates sidebar milestone to use new dropdownsJacob Schatz2016-03-251-0/+1
* | Merge branch 'master' into 2489-soft-delete-issuesZeger-Jan van de Weg2016-03-211-1/+7
|\ \
| * \ Merge branch 'feature/issue-move' into 'master' Kamil Trzciński2016-03-211-0/+6
| |\ \
| | * | Do not pass params that are not used in issue move serviceGrzegorz Bizon2016-03-201-1/+1
| | * | Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-191-2/+7
| | |\ \
| | * | | Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-191-4/+4
| | * | | Do not pass unsanitized params to issue move serviceGrzegorz Bizon2016-03-171-1/+2
| | * | | Add issue move implementation to controllerGrzegorz Bizon2016-03-171-0/+5
| * | | | Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-1/+1
| | |/ / | |/| |
* | | | Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-211-2/+3
* | | | Dry destroy action on issuablesZeger-Jan van de Weg2016-03-191-12/+2
* | | | Soft delete issuablesZeger-Jan van de Weg2016-03-191-0/+11
|/ / /
* | | Restrict access to confidential issuesDouglas Barbosa Alexandre2016-03-171-1/+5
* | | Add an option to user make an issue confidentialDouglas Barbosa Alexandre2016-03-171-1/+1
* | | new-branch-buttonZeger-Jan van de Weg2016-03-151-0/+1
|/ /
* | Move the #toggle_subscription controller method to a concernRémy Coutable2016-03-151-9/+4
* | Improving the original label-subscribing implementationRémy Coutable2016-03-151-0/+2
|/
* Label description and Label rowTap2016-02-171-0/+1
* Fix autocomplete for new issues/MRs/snippetsfix-autocomplete-new-issuesYorick Peterse2016-01-151-1/+1
* Show referenced MRs & Issues only when the current viewer can access themRémy Coutable2016-01-131-1/+1
* Implement new sidebar for merge request pageDmitriy Zaporozhets2015-12-111-1/+0
* display referenced merge requests in issue description with CI statusgsmethells/gitlab-ce-mr-statusesGreg Smethells2015-12-111-0/+1
* Strip attributes for Milestone and Issuable. #3428Jose Corcuera2015-11-261-3/+1
* award emojiValery Sizov2015-11-191-1/+1
* Fix trailing space issue with merge requests and issues. Fixes #2514Drew Blessing2015-11-101-1/+3
* Redirect to a default path if HTTP_REFERER is not setStan Hu2015-10-201-1/+1
* Only accept open issues and merge requestsZeger-Jan van de Weg2015-10-161-1/+1
* Show merge requests which close current issueZeger-Jan van de Weg2015-10-161-0/+7
* Renamed Note.inc_associations to with_associationsYorick Peterse2015-10-151-1/+1
* Eager load various issue/note associationsYorick Peterse2015-10-151-1/+1
* Simplify code around (cross)-referencesDouwe Maan2015-10-121-1/+1