summaryrefslogtreecommitdiff
path: root/app/controllers/projects/discussions_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Adjust 404's for LegacyDiffNote discussion renderingOswaldo Ferreira2018-04-051-2/+2
* Refactor discussions/notes codeJan Provaznik2018-04-031-1/+1
* Resolve "Projects::MergeRequestsController#show is slow (implement skeleton l...Simon Knox2018-03-131-0/+6
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-6/+32
* Use the new check_project_feature_available! method in project controllersNick Thomas2017-06-211-5/+1
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-1/+1
* Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-1/+1
* Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-3/+1
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
* Store discussion_id on Note for faster discussion lookup.Douwe Maan2016-08-171-5/+1
* Address review feedbackDouwe Maan2016-08-161-1/+1
* Add specs for NotesController and DiscussionsControllerDouwe Maan2016-08-121-1/+1
* Add 'Resolved all discussions' system noteDouwe Maan2016-07-281-0/+2
* Backend tweaksDouwe Maan2016-07-281-2/+2
* Updates the text above discussions when resolving notes & discussionsPhil Hughes2016-07-271-2/+5
* Added resolved by users name into tooltipPhil Hughes2016-07-261-1/+3
* Add endpoints to resolve diff notes and discussionsDouwe Maan2016-07-251-0/+40