summaryrefslogtreecommitdiff
path: root/app/controllers/projects/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* More use of shortcut routesDmitriy Zaporozhets2015-02-251-5/+3
* Fix updating issue 500 errorDmitriy Zaporozhets2015-02-221-1/+1
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-3/+5
* Refactor issuable list pagesDmitriy Zaporozhets2014-12-241-3/+1
* Refactor issues and merge requests listsDmitriy Zaporozhets2014-12-231-3/+3
* Add author filter for issues & merge requests pagesDmitriy Zaporozhets2014-12-051-14/+2
* Add task lists to issues and merge requestsVinnie Okada2014-10-051-1/+1
* Dont show blocked users in assignee filterDmitriy Zaporozhets2014-09-251-1/+1
* Search by issue/mr title and descriptionDmitriy Zaporozhets2014-08-271-1/+1
* Allow set labels from Issue/MR formsDmitriy Zaporozhets2014-07-291-1/+1
* Create required issue param for new action.Marin Jankovski2014-07-011-0/+4
* Remove protected_atrributes gem and start moving to strong paramsDmitriy Zaporozhets2014-06-261-3/+10
* Merge branch 'issues-filter-by-description' into 'master'Dmitriy Zaporozhets2014-06-241-1/+1
|\
| * Fixes a problem with 'Issues' filter box, where description of the filter say...Andrey Vasilyev2014-05-161-1/+1
* | Show/hide issue assignee avatar depends on drag-n-drop column in milestone viewDmitriy Zaporozhets2014-06-161-0/+1
* | Add reopened tab to milestone issues. Add ids and data to milestone issues to...Dmitriy Zaporozhets2014-06-041-0/+5
* | Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso2014-05-231-1/+3
|/
* Move update issue code to separate serviceDmitriy Zaporozhets2014-04-021-2/+1
* Move code for issue creation to service.Dmitriy Zaporozhets2014-04-021-3/+1
* Remove author_id_of_changes from appDmitriy Zaporozhets2014-03-251-1/+1
* Move services for collecting items to FindersDmitriy Zaporozhets2014-02-251-1/+1
* Show only people who have assigned merge requests in assignee dropdownDmitriy Zaporozhets2014-02-131-1/+0
* Show only people who have assigned issues in assignee dropdownDmitriy Zaporozhets2014-02-131-0/+1
* Fix Issues#bulk_updateDmitriy Zaporozhets2014-02-101-3/+6
* Allow developers to mange issue trackerDmitriy Zaporozhets2014-01-241-1/+1
* Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets2014-01-221-2/+2
|\