summaryrefslogtreecommitdiff
path: root/app/controllers/projects/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-0/+2
* Remove `url_for_new_issue` helperrs-external-issue-tracker-redirectRobert Speicher2016-08-011-3/+9
* Redirect to external issue tracker from `/issues`Robert Speicher2016-08-011-0/+7
* State specific default sort order for issuableszs2016-08-011-1/+2
* Merge branch 'akismet-ui-check' into 'master' Douwe Maan2016-07-271-2/+2
|\
| * Refactor spam validation to a concern that can be easily reused and improve l...akismet-ui-checkPatricio Cano2016-07-261-2/+2
| * Refactor `SpamCheckService` to make it cleaner and clearer.Patricio Cano2016-07-261-7/+1
| * Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-261-13/+3
| * Submit new issues created via the WebUI by non project members to Akismet for...Patricio Cano2016-07-261-1/+17
* | Incorporate review commentsStan Hu2016-07-261-1/+1
* | Optimize maximum user access level lookup in loading of notesStan Hu2016-07-261-0/+3
|/
* Merge branch 'caironoleto/gitlab-ce-cn-issue-19747'Douwe Maan2016-07-181-0/+1
|\
| * Allow bulk (un)subscription from issues in issue indexCairo Noleto2016-07-141-0/+1
* | Revert "Optimistic locking for Issue and Merge Requests"revert-lock-for-issuableStan Hu2016-07-131-5/+1
|/
* Optimistic locking for Issue and Merge RequestsValery Sizov2016-07-121-1/+5
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Add specs and improve coffescript sortable binding functionissue_15588Felipe Artur2016-06-241-1/+2
* Fix issue being ordered twice and callback when moving between statesFelipe Artur2016-06-241-1/+1
* Support for rendering/redacting multiple documentsYorick Peterse2016-06-241-1/+5
* Respond to .json onlyAlfredo Sumaran2016-06-031-1/+6
* WIP: allow adding and removing labels in bulkSean McGivern2016-06-031-1/+3
* Add label_ids to bulk_update_paramsAlfredo Sumaran2016-06-031-1/+1
* Ability to assign a label to multiple issuesAlfredo Sumaran2016-06-031-1/+2
* Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-111-11/+22
|\
| * Handle issue move access instead of raising errorfix/handle-issue-move-accessGrzegorz Bizon2016-04-301-0/+2
| * Load the "New Branch" button asynchronouslyYorick Peterse2016-04-281-2/+14
| * Fixed issue with assignee object not being returnedPhil Hughes2016-04-221-1/+1
| * Merge branch 'label-text-color-sidebar' into 'master' Robert Speicher2016-04-211-1/+1
| |\
| | * Fixes text color on labels in sidebarPhil Hughes2016-04-211-1/+1
| * | Merge branch 'remove-update-files' into 'master' Yorick Peterse2016-04-211-1/+0
| |\ \
| | * | Removed JS update templatesremove-update-filesPhil Hughes2016-04-191-1/+0
| * | | 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
* | | | Create table for award emojiZeger-Jan van de Weg2016-05-061-1/+3
|/ / /
* | | 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