summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores
Commit message (Expand)AuthorAgeFilesLines
* issue note storeSimon Knox2017-11-305-8/+8
* Flash is now a ES6 modulePhil Hughes2017-10-101-5/+5
* Fix rendering double note issue.Fatih Acet2017-09-222-9/+21
* Use modules in common utilsFilipa Lacerda2017-09-091-2/+3
* IssueNotesRefactor: Fix error messages of edit/reply failure for discussions.Fatih Acet2017-08-231-8/+3
* IssueNotesRefactor: Hide placeholders and flash messages before submitting a ...Fatih Acet2017-08-221-0/+3
* IssueNotesRefactor: Support legacy multiple notes for individual_note: true c...Fatih Acet2017-08-221-1/+16
* IssueNotesRefactor: Fix consistent typo.Fatih Acet2017-08-223-4/+4
* IssueNotesRefactor: Poll again when commands applied.Fatih Acet2017-08-211-2/+4
* IssueNotesRefactor: Prevent anon user to try to add award.Fatih Acet2017-08-181-0/+1
* IssueNotesRefactor: Don’t explicitly check against undefined.Fatih Acet2017-08-181-1/+1
* IssueNotesRefactor: Add existence check to find the note.Fatih Acet2017-08-161-1/+1
* Fixes autosave not enabling comment button when it is restored.Filipa Lacerda2017-08-131-1/+1
* Fix open discussionsFilipa Lacerda2017-08-111-1/+1
* Fix open discussionsFilipa Lacerda2017-08-111-5/+8
* [ci skip] Fallback to empty object if no user is signed inFilipa Lacerda2017-08-101-1/+1
* [ci skip] Improve performance of getting last noteFilipa Lacerda2017-08-101-10/+8
* [ci skip] Init testing vue app for issue notesFilipa Lacerda2017-08-081-1/+10
* Init adding testsFilipa Lacerda2017-08-071-1/+1
* [ci skip] Fix broken links for signin and register pathFilipa Lacerda2017-08-021-1/+1
* [ci skip] Disable slash commands in edit modeFilipa Lacerda2017-08-022-8/+8
* [ci skip] Fix emoji being posted twice originating an errorFilipa Lacerda2017-08-022-36/+12
* [ci skip] Fix toggle discussionFilipa Lacerda2017-08-021-0/+1
* [ci skip] Use eTag polling with Poll utility to allow stoping polling when vi...Filipa Lacerda2017-08-021-21/+49
* [ci skip] Fix emoji 100 bug: Creating strucutre to a forEach and then using O...Filipa Lacerda2017-07-291-2/+2
* [ci skip] Fix shortcuts for previewFilipa Lacerda2017-07-283-35/+27
* [ci skip] Find last note in discussion through vue instead of through the DOMFilipa Lacerda2017-07-281-1/+1
* Find last note created by current user through vue instead of querying the DOMFilipa Lacerda2017-07-281-0/+13
* [ci skip] Emit events up to prevent accessing refs of refsFilipa Lacerda2017-07-281-4/+4
* [ci skip] Remove DOM querying for paths, save them in the storeFilipa Lacerda2017-07-283-2/+8
* [ci skip] Add issue data and notes data provided through haml to the store to...Filipa Lacerda2017-07-275-50/+67
* Use mapActions, mapGetters and mapMutations for componentsFilipa Lacerda2017-07-261-4/+3
* [ci skip] Add constantsFilipa Lacerda2017-07-262-4/+6
* Follow vuex docs to divide store into: actions, getters and mutationsFilipa Lacerda2017-07-258-377/+407
* IssueNotesRefactor: Check existence of command changes for time tracking.Fatih Acet2017-07-221-1/+1
* IssueNotesRefactor: Add referenced users and commands to markdown field.Fatih Acet2017-07-221-1/+2
* IssueNotesRefactor: Implement time tracking sidebar integration with slash co...Fatih Acet2017-07-221-9/+16
* IssueNotesRefactor: Fix issue spinach tests.Fatih Acet2017-07-211-1/+6
* IssueNotesRefactor: Remove new keyword from Flash calls.Fatih Acet2017-07-211-3/+3
* IssueNotesRefactor: Fix award emoji specs.Fatih Acet2017-07-211-3/+3
* IssueNotesRefactor: Handle /award quick action.Fatih Acet2017-07-211-1/+15
* IssueNotesRefactor: Fix specs.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: Move inline fn to utils file.Fatih Acet2017-07-212-10/+11
* IssueNotesRefactor: Fix showing placeholders in discussion wrapper.Fatih Acet2017-07-212-6/+23
* IssueNotesRefactor: Move quick actions logic to Store.Fatih Acet2017-07-212-11/+87
* IssueNotesRefactor: Implement showing placeholder note while creating note.Fatih Acet2017-07-211-14/+9
* IssueNotesRefactor: Implement quick actions with system note placeholders.Fatih Acet2017-07-211-0/+26
* IssueNotesRefactor: Decouple poll from main component to increase reusability.Fatih Acet2017-07-211-2/+6
* IssueNotesRefactor: Implement up arrow to edit last note.Fatih Acet2017-07-211-2/+2
* IssueNotesRefactor: Make scroll into note an action.Fatih Acet2017-07-211-0/+7