summaryrefslogtreecommitdiff
path: root/app/controllers/projects/notes_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-201-29/+36
* Display new diff notes and allow creation through the web interfaceDouwe Maan2016-07-061-2/+19
* Support for rendering/redacting multiple documentsYorick Peterse2016-06-241-0/+10
* Backend awardables on commentsZJ van de Weg2016-06-061-0/+3
* Merge branch 'awardables' of gitlab.com:gitlab-org/gitlab-ce into awardablesFatih Acet2016-05-181-4/+9
|\
| * Fix latests concernsZJ van de Weg2016-05-181-4/+9
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into awardablesFatih Acet2016-05-181-5/+5
|\ \ | |/ |/|
| * Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage'Dmitriy Zaporozhets2016-05-181-2/+2
| |\
| | * Change deprecated usage of rendering without response bodyMehmet Emin İNAÇ2016-03-161-2/+2
| * | Extract LegacyDiffNote out of NoteDouwe Maan2016-05-131-3/+3
* | | Add tests on Awardables and Award EmojiZeger-Jan van de Weg2016-05-101-2/+1
* | | Create table for award emojiZeger-Jan van de Weg2016-05-061-28/+7
|/ /
* | Fix code review issuesRobert Schilling2016-04-121-1/+1
* | Delete notes via APIRobert Schilling2016-04-121-3/+2
|/
* [WIP] Background process note logic for #3948Josh Frye2016-01-281-1/+1
* Fix diff comments loaded by AJAX to load comment with diff in discussion tabRémy Coutable2016-01-191-12/+10
* base implementation of emoji picker [ci skip]Valery Sizov2015-12-221-1/+0
* Merge remote-tracking branch 'origin/feature/update-rubocop'Dmitriy Zaporozhets2015-12-161-1/+1
|\
| * Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
* | Fix note pollingrs-issue-4032Robert Speicher2015-12-121-1/+2
|/
* Notify user when award-emoji comment is invalidGrzegorz Bizon2015-12-031-1/+6
* Render json message with errors if note didn't pass validationGrzegorz Bizon2015-12-031-10/+14
* Emoji bug: Invalid url to imageaward_fixValery Sizov2015-11-221-1/+1
* Award: merge request fixValery Sizov2015-11-211-2/+5
* Fix for Emojinotes_fix_stablenotes_fixValery Sizov2015-11-201-1/+1
* adressing commentsValery Sizov2015-11-191-6/+6
* satisfy rubocopValery Sizov2015-11-191-2/+2
* Emoji: fix image of emoji when it is submitted via commentValery Sizov2015-11-191-0/+1
* award emojiValery Sizov2015-11-191-1/+24
* Revert "Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list"rs-revert-gh-9820Robert Speicher2015-11-161-6/+1
* Avoid render edit_form in each notes.Jason Lee2015-11-121-1/+6
* Redirect to a default path if HTTP_REFERER is not setStan Hu2015-10-201-2/+2
* Show who last edited a comment if it wasn't the original authorDouwe Maan2015-07-301-5/+2
* Update controller filtersDmitriy Zaporozhets2015-06-261-1/+1
* Support commenting on a diff in side-by-side viewStan Hu2015-06-161-2/+15
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-4/+4
* Fix bug where editing a comment with "+1" or "-1" would cause a server errorStan Hu2015-03-021-1/+7
* Add Markdown preview to more formsVinnie Okada2014-10-151-4/+0
* Dont allow edit or remove of system notesDmitriy Zaporozhets2014-08-291-4/+8
* Note strong_paramsDmitriy Zaporozhets2014-06-261-2/+9
* dont render discussion diff unless note is for diffDmitriy Zaporozhets2014-06-251-0/+2
* Improve merge request commentsDmitriy Zaporozhets2014-06-241-1/+11
* Remove NotesObserverDmitriy Zaporozhets2014-06-171-1/+1
* Serialize last_fetched_at as a string with secondsJacob Vosmaer2014-04-281-1/+1
* Pass last_fetched_at for notes to javascriptJacob Vosmaer2014-04-281-1/+2
* Move services for collecting items to FindersDmitriy Zaporozhets2014-02-251-1/+1
* Move all Context classes into ServicesDmitriy Zaporozhets2014-01-161-2/+2
* Switch Notes controller to use jsonDmitriy Zaporozhets2013-12-251-39/+59
* Make note anchors actually workDmitriy Zaporozhets2013-12-251-33/+1
* Fix dashboard event cachingDrew Blessing2013-12-131-0/+2