summaryrefslogtreecommitdiff
path: root/app/helpers/notes_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Support discussion locking in the backendJarka Kadlecova2017-09-141-0/+4
* WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-061-6/+1
* fix #35161, add a first-time contributor badgemicael.bergeron2017-09-061-0/+5
* Resolve outdated diff discussions on pushSean McGivern2017-09-061-0/+4
* Misc tweaksDouwe Maan2017-08-171-4/+4
* Convert ?full_data=1 -> ?view=full_dataSean McGivern2017-08-071-3/+5
* Merge branch 'fix-replying-to-commit-comment-in-mr-from-fork' into 'master'Douwe Maan2017-07-281-1/+5
|\
| * Fix replying to commit comments on MRs from forksSean McGivern2017-07-281-1/+5
* | Removed inline JS in shared HAML filesPhil Hughes2017-07-251-0/+10
|/
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-9/+4
* Render add-diff-note button with server.Bryce Johnson2017-06-291-0/+12
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-2/+2
* Added more actions and report as abuse to all notesLuke "Jared" Bennett2017-06-071-2/+6
* Fix replying to a commit discussion displayed in the context of an MRDouwe Maan2017-06-011-1/+1
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-2/+2
* Support comments for personal snippetsJarka Kadlecova2017-05-051-0/+43
* Allow commenting on older versions of the diff and comparisons between diff v...dm-link-discussion-to-outdated-diffDouwe Maan2017-05-031-14/+10
* Some code tweaksDouwe Maan2017-04-081-1/+1
* Fix views after rebaseDouwe Maan2017-04-081-2/+4
* Fix specs and make tweaksDouwe Maan2017-04-081-0/+2
* Add link to diff header tooDouwe Maan2017-04-081-3/+10
* Address review commentsDouwe Maan2017-04-051-1/+0
* Address review commentsDouwe Maan2017-04-051-17/+0
* Correctly display multiple separate discussions on the same diff lineDouwe Maan2017-04-051-16/+1
* Don't use original_discussion_idDouwe Maan2017-04-051-8/+4
* Fix some specsDouwe Maan2017-04-051-3/+1
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-26/+23
* Fix note form hint showing slash commands supported for commitsRémy Coutable2016-09-201-0/+4
* Store discussion_id on Note for faster discussion lookup.Douwe Maan2016-08-171-4/+4
* Comment & resolve button no longer looks for can-resolve attributePhil Hughes2016-08-041-1/+1
* Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-031-0/+4
|\
| * Speedup DiffNote#active? on discussions, preloading noteables and avoid touch...Paco Guzman2016-08-021-0/+4
* | Moved most of the data handling into discussion & notes modelsPhil Hughes2016-07-291-1/+1
* | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-07-281-8/+7
|\ \ | |/
| * Optimize maximum user access level lookup in loading of notesStan Hu2016-07-261-8/+7
* | Comment & resolve button text is done through VueJSPhil Hughes2016-07-261-1/+1
* | Use sha1 of discussion ID.Douwe Maan2016-07-251-2/+2
* | Added resolve button to discussionsPhil Hughes2016-07-241-4/+2
|/
* Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-201-27/+10
* Do not set `@use_legacy_diff_notes`Douwe Maan2016-07-071-1/+1
* Fix behavior around MRs that need legacy diff notesDouwe Maan2016-07-071-21/+28
* Merge branch 'master' into faster-diffsDouwe Maan2016-07-071-23/+55
|\
| * Display new diff notes and allow creation through the web interfaceDouwe Maan2016-07-061-11/+45
| * Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-061-4/+3
| * Style diff and blob file headers the same wayDouwe Maan2016-07-061-0/+10
* | Simplify HAML code using unless condition and nestingPaco Guzman2016-07-061-0/+21
* | Diffs will create button/diff form on demand no on server sideJacob Schatz2016-07-061-18/+2
|/
* Be explicit which project and user ID are memoizedStan Hu2016-06-291-4/+6
* Memoize the maximum access level for the author of notesStan Hu2016-06-291-0/+8
* Extract LegacyDiffNote out of NoteDouwe Maan2016-05-131-16/+13