summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* IssueNotesRefactor: Fix Rspec tests.Fatih Acet2017-07-216-45/+56
* IssueNotesRefactor: MR comment fixes.Fatih Acet2017-07-213-16/+18
* IssueNotesRefactor: Address MR comments.Fatih Acet2017-07-214-7/+7
* IssueNotesRefactor: Move inline fn to utils file.Fatih Acet2017-07-212-10/+11
* Expire ETag cache on note when award emoji changesSean McGivern2017-07-213-11/+56
* IssueNotesRefactor: Fix showing placeholders in discussion wrapper.Fatih Acet2017-07-213-9/+45
* IssueNotesRefactor: Move quick actions logic to Store.Fatih Acet2017-07-214-80/+97
* IssueNotesRefactor: Implement showing placeholder note while creating note.Fatih Acet2017-07-216-47/+108
* js-main-target-form class needed for tests to init textareaSimon Knox2017-07-211-1/+1
* IssueNotesRefactor: Implement quick actions with system note placeholders.Fatih Acet2017-07-214-9/+108
* IssueNotesRefactor: Decouple poll from main component to increase reusability.Fatih Acet2017-07-212-9/+10
* IssueNotesRefactor: Clear AC cache.Fatih Acet2017-07-211-1/+4
* IssueNotesRefactor: Wrap comment form with needed element.Fatih Acet2017-07-211-93/+95
* IssueNotesRefactor: Fix ToDo list editability.Fatih Acet2017-07-212-0/+25
* IssueNotesRefactor: Listen main issue action and update note form buttons.Fatih Acet2017-07-213-2/+9
* IssueNotesRefactor: Fix issue reopen/close bug after merging from master.Fatih Acet2017-07-212-4/+5
* IssueNotesRefactor: Add GfmAutoComplete references to page.Fatih Acet2017-07-211-0/+2
* IssueNotesRefactor: Implement up arrow to edit last note.Fatih Acet2017-07-215-4/+41
* IssueNotesRefactor: Make scroll into note an action.Fatih Acet2017-07-212-5/+8
* IssueNotesRefactor: Implement :+1: :-1: mutality check.Fatih Acet2017-07-211-1/+19
* IssueNotesRefactor: Fix adding main note awards.Fatih Acet2017-07-212-3/+9
* IssueNotesRefactor: Add catch handler to toggleAward action.Fatih Acet2017-07-211-1/+4
* IssueNotesRefactor: Separate mounted blocks to methods.Fatih Acet2017-07-212-38/+46
* IssueNotesRefactor: Implement awarding emoji from emoji dropdown.Fatih Acet2017-07-214-2/+41
* IssueNotesRefactor: Slightly refactor toggleAward to remove action.Fatih Acet2017-07-212-19/+15
* IssueNotesRefactor: Implement emoji actions from emoji list.Fatih Acet2017-07-218-8/+73
* IssueNotesRefactor: Add needed js- class for the notes current user authored.Fatih Acet2017-07-212-1/+15
* IssueNotesRefactor: Use notesById getter.Fatih Acet2017-07-211-8/+12
* IssueNotesRefactor: Implement jumping to target note.Fatih Acet2017-07-216-4/+60
* IssueNotesRefactor: Use map getters for notes.Fatih Acet2017-07-211-1/+7
* IssueNotesRefactor: Fix anchor of note timestamp.Fatih Acet2017-07-214-6/+9
* IssueNotesRefactor: Show award actions to logged in users.Fatih Acet2017-07-211-0/+4
* IssueNotesRefactor: Create signed out widget.Fatih Acet2017-07-214-118/+137
* IssueNotesRefactor: Show note actions dropdown for logged in users only.Fatih Acet2017-07-211-1/+8
* IssueNotesRefactor: Don’t show report as abuse link for own notes.Fatih Acet2017-07-212-1/+9
* Show ”Nothing to preview” if the markdown area is empty.Fatih Acet2017-07-211-0/+4
* IssueNotesRefactor: Render GFM again when a comment is edited.Fatih Acet2017-07-211-0/+1
* IssueNotesRefactor: Flip toggle discussions chevron when discussion toggled.Fatih Acet2017-07-211-3/+20
* IssueNotesRefactor: Implement ESC to cancel note form.Fatih Acet2017-07-216-17/+44
* IssueDiscussionsRefactor: Implement polling mechanism.Fatih Acet2017-07-215-8/+71
* IssueNotesRefactor: Implement close/reopen issue actions.Fatih Acet2017-07-216-30/+52
* IssueDiscussionsRefactor: Do changes after data format change and fix dummy d...Fatih Acet2017-07-215-34/+43
* IssueNotesRefactor: Change data attr path.Fatih Acet2017-07-211-3/+1
* Remove noteable ID and type from IssueEntity create_note_pathDouwe Maan2017-07-211-1/+1
* Fix IssueEntity create_note_pathDouwe Maan2017-07-211-1/+1
* Remove duplicate attributes from discussion entity and move note.can_edit int...Douwe Maan2017-07-212-12/+4
* Add data required for note formDouwe Maan2017-07-216-5/+36
* IssueNotesRefactor: Implement main note form.Fatih Acet2017-07-218-9/+226
* IssueNotesRefactor: Implement note edit.Fatih Acet2017-07-214-3/+47
* IssueNotesRefactor: Move catch statements into main file to make ESLint happy.Fatih Acet2017-07-215-12/+15