summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/components
Commit message (Expand)AuthorAgeFilesLines
* Fix comment deletion confirmation dialog typoMark Fletcher2017-10-021-1/+1
* Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-222-42/+4
* Merge branch 'acet-fix-double-note-render' into 'master'Jacob Schatz2017-09-221-0/+5
|\
| * Fix rendering double note issue.Fatih Acet2017-09-221-0/+5
* | IssueNotes: Switch back to Write pane when note cancel or submit.acet-switch-markdown-paneFatih Acet2017-09-221-1/+3
|/
* IssueNotes: Resize comment form after note submit and discard.acet-fix-comment-form-resizeFatih Acet2017-09-211-0/+8
* IssueNotes: Fix role badge styling.role-badge-fixFatih Acet2017-09-141-1/+1
* IssueNotesRefactor: Fix broken specs.Fatih Acet2017-08-291-0/+1
* IssueNotesRefactor: Hide note reply form when submitted and show it again if ...Fatih Acet2017-08-231-9/+11
* IssueNotesRefactor: Empty textarea while submitting comment and restore conte...Fatih Acet2017-08-231-5/+4
* IssueNotesRefactor: Show placeholder note immediately when editing.Fatih Acet2017-08-232-7/+32
* IssueNotesRefactor: Fix eslint errors.Fatih Acet2017-08-231-5/+6
* IssueNotesRefactor: Fix error messages of edit/reply failure for discussions.Fatih Acet2017-08-232-2/+17
* IssueNotesRefactor: Fix GFM rendering after edits come in.Fatih Acet2017-08-211-0/+3
* IssueNotesRefactor: Show Cmd+Enter to comment tooltip.Fatih Acet2017-08-211-2/+2
* IssueNotesRefactor: First comment and then close the issue.Fatih Acet2017-08-211-8/+13
* IssueNotesRefactor: Minor naming change to improve readability.Fatih Acet2017-08-212-4/+4
* IssueNotesRefactor: Reenable button after failed submit attempt.Fatih Acet2017-08-213-5/+9
* IssueNotesRefactor: Fix flash container positioning.Fatih Acet2017-08-191-1/+1
* IssueNotesRefactor: Prevent anon user to try to add award.Fatih Acet2017-08-183-3/+7
* IssueNotesRefactor: Fix edit button and emoji dropdown for anon user.Fatih Acet2017-08-181-3/+6
* IssueNotesRefactor: Support legacy last edited by case.Fatih Acet2017-08-183-9/+11
* 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
* IssueNotesRefactor: Move edit button out the dropdown.Fatih Acet2017-08-181-39/+50
* Rename a few attribute suffixes from `_url` to `_path`Douwe Maan2017-08-172-16/+16
* Remove view=full_data from NotesControllerDouwe Maan2017-08-173-3/+0
* Return null attachment when there is noneDouwe Maan2017-08-171-1/+1
* IssueNotesRefactor: Implement missing attachment image.Fatih Acet2017-08-162-0/+43
* Fix broken spinach testFilipa Lacerda2017-08-142-3/+3
* Fix autocomplete broken testsFilipa Lacerda2017-08-142-2/+2
* Only starts autosave if user is logged inFilipa Lacerda2017-08-131-1/+3
* Fixes autosave not enabling comment button when it is restored.Filipa Lacerda2017-08-131-4/+4
* Fix broken task list specFilipa Lacerda2017-08-131-0/+1
* Adds tests for mutations and gettersFilipa Lacerda2017-08-114-4/+3
* Adds unit tests for discussion componentFilipa Lacerda2017-08-111-1/+1
* Fix open discussionsFilipa Lacerda2017-08-113-4/+17
* Fix open discussionsFilipa Lacerda2017-08-119-56/+39
* Adds confidential issue informationFilipa Lacerda2017-08-112-10/+25
* Add missing dependencyFilipa Lacerda2017-08-111-0/+1
* Fix broken spec for issuable shortcuts and notesFilipa Lacerda2017-08-112-3/+13
* Fix broken testsFilipa Lacerda2017-08-101-2/+2
* Remove forgotten fdescribeFilipa Lacerda2017-08-102-3/+3
* Change fixtures of old testsFilipa Lacerda2017-08-101-5/+6
* [ci skip] Removes use of window object in all componentsFilipa Lacerda2017-08-102-21/+20
* [ci skip] Fallback to empty object if no user is signed inFilipa Lacerda2017-08-101-1/+0
* [ci skip] Improve code as per code reviewsFilipa Lacerda2017-08-102-12/+11
* [ci skip] Fix async bug of note being updated at the same timeFilipa Lacerda2017-08-101-7/+5
* [ci skip] Adds unit tests for issue comment form specFilipa Lacerda2017-08-092-3/+3