summaryrefslogtreecommitdiff
path: root/app/controllers/projects/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable internal issue tracker if external tracker in useStan Hu2015-07-171-1/+1
* Update controller filtersDmitriy Zaporozhets2015-06-261-3/+3
* Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-261-1/+1
* Improve performance for issue#show pageDmitriy Zaporozhets2015-06-241-0/+1
* Add search issues/MR by numberNikita Verkhovin2015-05-181-1/+9
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-7/+7
* testsValery Sizov2015-03-161-6/+3
* rename table subscribe; make it polymorficValery Sizov2015-03-161-1/+1
* SubscriptionValery Sizov2015-03-151-1/+10
* Use same constant for amount of items per pageDmitriy Zaporozhets2015-03-121-1/+1
* Send notifications and leave system comments when bulk updating issues.Douwe Maan2015-03-061-1/+10