summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/components/issue_discussion.vue
Commit message (Expand)AuthorAgeFilesLines
* issue note component renameSimon Knox2017-12-041-12/+10
* issue note storeSimon Knox2017-11-301-3/+3
* Moves placeholders components into shared folder with documentation. Makes th...38178-fl-mr-notes-componentsFilipa Lacerda2017-10-191-2/+2
* Flash is now a ES6 modulePhil Hughes2017-10-101-2/+2
* IssueNotesRefactor: Hide note reply form when submitted and show it again if ...Fatih Acet2017-08-231-9/+11
* IssueNotesRefactor: Fix error messages of edit/reply failure for discussions.Fatih Acet2017-08-231-2/+10
* IssueNotesRefactor: Prevent anon user to try to add award.Fatih Acet2017-08-181-1/+1
* IssueNotesRefactor: Support legacy last edited by case.Fatih Acet2017-08-181-1/+1
* IssueNotesRefactor: Fix discussion last updated text.Fatih Acet2017-08-181-3/+21
* IssueNotesRefactor: Fix padding bottom of the discussion note header.Fatih Acet2017-08-181-0/+1
* IssueNotesRefactor: Fix bottom padding inconsistency of reply form.Fatih Acet2017-08-181-1/+3
* Remove view=full_data from NotesControllerDouwe Maan2017-08-171-1/+0
* Adds unit tests for discussion componentFilipa Lacerda2017-08-111-1/+1
* Fix open discussionsFilipa Lacerda2017-08-111-1/+1
* Fix open discussionsFilipa Lacerda2017-08-111-1/+1
* [ci skip] Improve code as per code reviewsFilipa Lacerda2017-08-101-1/+1
* Convert ?full_data=1 -> ?view=full_dataSean McGivern2017-08-071-1/+1
* Fix eslintFilipa Lacerda2017-08-041-1/+1
* Handle autosave reset when form is submittedFilipa Lacerda2017-08-041-5/+11
* [ci skip] Enable submit button on pasteFilipa Lacerda2017-08-041-3/+1
* Keep the replies when the user leaves the pageFilipa Lacerda2017-08-031-1/+15
* [ci skip] Fix eslint errorsFilipa Lacerda2017-08-031-1/+1
* [ci skip] Fix broken links for signin and register pathFilipa Lacerda2017-08-021-3/+8
* [ci skip] Disable slash commands in edit modeFilipa Lacerda2017-08-021-3/+4
* [ci skip] Fix toggle discussionFilipa Lacerda2017-08-021-7/+4
* [ci skip] Fix broken discussion replyFilipa Lacerda2017-08-021-2/+2
* Find last note created by current user through vue instead of querying the DOMFilipa Lacerda2017-07-281-2/+3
* [ci skip] use tooltip directiveFilipa Lacerda2017-07-261-2/+3
* Fix edit textFilipa Lacerda2017-07-261-3/+3
* Use mapActions, mapGetters and mapMutations for componentsFilipa Lacerda2017-07-261-96/+100
* Follow vuex docs to divide store into: actions, getters and mutationsFilipa Lacerda2017-07-251-5/+10
* IssueNotesRefactor: Remove new keyword from Flash calls.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: kebab-case all Vue data bindings.Fatih Acet2017-07-211-12/+12
* IssueNotesRefactor: Update order of Vue properties to match docs.Fatih Acet2017-07-211-11/+11
* IssueNotesRefactor: camelCase component names.Fatih Acet2017-07-211-21/+21
* IssueNotesRefactor: MR comment fixes.Fatih Acet2017-07-211-8/+8
* IssueNotesRefactor: Fix showing placeholders in discussion wrapper.Fatih Acet2017-07-211-3/+22
* IssueNotesRefactor: Move quick actions logic to Store.Fatih Acet2017-07-211-3/+3
* IssueNotesRefactor: Fix anchor of note timestamp.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: Create signed out widget.Fatih Acet2017-07-211-21/+3
* IssueNotesRefactor: Implement ESC to cancel note form.Fatih Acet2017-07-211-2/+11
* IssueDiscussionsRefactor: Do changes after data format change and fix dummy d...Fatih Acet2017-07-211-7/+7
* IssueNotesRefactor: Implement main note form.Fatih Acet2017-07-211-2/+3
* IssueNotesRefactor: Move catch statements into main file to make ESLint happy.Fatih Acet2017-07-211-0/+5
* IssueNotesRefactor: Implement discussion reply.Fatih Acet2017-07-211-2/+19
* IssueNotesRefactor: Implement show/hide of discussion reply form.Fatih Acet2017-07-211-2/+20
* IssueNotesRefactor: Implement note delete.Fatih Acet2017-07-211-4/+4
* IssueNotesRefactor: Implement logic for delete action.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: Refactor toggle to work with delegated handler.Fatih Acet2017-07-211-1/+8
* Add missing button title.Fatih Acet2017-07-211-1/+1