summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes.js
Commit message (Expand)AuthorAgeFilesLines
* resolves lowercase issue in system note for labels, label description and title24737-labeling-system-notes-downcase-labelsNur Rony2016-11-221-0/+1
* makes system notes less intrusive to a conversationless-intrusive-system-noteNur Rony2016-11-171-12/+45
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* Changed how resolving notes is renderedPhil Hughes2016-11-101-11/+9
* Fixed up resolve discussionsPhil Hughes2016-11-101-1/+2
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* Changed props to use stringsresolve-buttons-pathPhil Hughes2016-09-211-3/+3
* Fixed comment & resolve buttonPhil Hughes2016-09-211-6/+3
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-12/+62
* Add textarea autoresize after commentClement Ho2016-09-011-1/+6
* Merge branch 'diff-line-comment-vuejs' into 'master' Douwe Maan2016-08-191-12/+83
|\
| * Comment & resolve button no longer looks for can-resolve attributePhil Hughes2016-08-041-4/+1
| * Checks if DiffNotesApp is definedPhil Hughes2016-08-011-3/+3
| * Moved method to compile components from window into diffnotesappPhil Hughes2016-08-011-4/+4
| * Updated issues with jump tp buttonPhil Hughes2016-08-011-2/+2
| * Added JS spec tests for CommentsStorePhil Hughes2016-07-291-4/+4
| * Moved most of the data handling into discussion & notes modelsPhil Hughes2016-07-291-19/+7
| * Show existing discussion when adding new comment on line with a hidden resolv...Douwe Maan2016-07-281-6/+11
| * Added tests for resolving comments featurePhil Hughes2016-07-271-4/+4
| * Fixed close merge request not hidingPhil Hughes2016-07-271-0/+1
| * Fixed failing JSPhil Hughes2016-07-271-2/+2
| * Added jump tp next discussion buttonPhil Hughes2016-07-271-4/+4
| * Comment & resolve button text is done through VueJSPhil Hughes2016-07-261-3/+15
| * Fixed note edit not updating Vue elementPhil Hughes2016-07-261-1/+16
| * Added ability to toggle resolving by commentingPhil Hughes2016-07-261-4/+8
| * Correctly resolves/unresolves discussionsPhil Hughes2016-07-261-2/+2
| * Fixed JS bugs in note.js mergePhil Hughes2016-07-261-2/+2
| * Merge branch 'master' into diff-line-comment-vuejsPhil Hughes2016-07-261-0/+781
| |\
* | | Force notes poll after commands have been executedDouwe Maan2016-08-121-19/+21
* | | Support slash commands in noteable description and notesRémy Coutable2016-08-131-1/+6
| |/ |/|
* | ES6ify all the things!Fatih Acet2016-07-241-0/+732
|/
* Remove old methods and classesDmitriy Zaporozhets2013-12-251-584/+0
* Make note anchors actually workDmitriy Zaporozhets2013-12-251-3/+0
* Drop rjs from Notes#indexDmitriy Zaporozhets2013-11-291-3/+6
* FIX: note-original-content appending itself too many timesCornelio Hopmann2013-11-101-4/+8
* Show autocomplete list when editing notes.Jack Weeden2013-07-291-1/+2
* Fix typosJohannes Schleifenbaum2013-07-291-1/+1
* Fix multiple trigger on button attachmentDmitriy Zaporozhets2013-07-101-0/+6
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-021-7/+140
|\
| * Ability to edit commentsJack Weeden2013-07-011-7/+140
* | Unbind note events to prevent firing twice with turbolinksDmitriy Zaporozhets2013-06-211-1/+11
|/
* add attachemnts support for wallDmitriy Zaporozhets2013-03-191-1/+0
* Remove wall from basic notes logicDmitriy Zaporozhets2013-03-191-141/+0
* Result of misspellings run.Kevin Lyda2013-03-171-1/+1
* a bit of restyling. Replace some images with icons. Simplify note formDmitriy Zaporozhets2013-01-311-2/+2
* change logic on line_codeDmitriy Zaporozhets2013-01-151-0/+4
* Fix comment and reply buttonsRiyad Preukschas2013-01-021-0/+1
* Revamped note form options.Riyad Preukschas2012-12-031-26/+63
* Fix a bunch of smaller glitches.Riyad Preukschas2012-12-031-45/+27
* Fix handling form errors.Riyad Preukschas2012-12-031-11/+55