Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2017-07-21IssueNotesRefactor: Fix issue reopen/close bug after merging from master.Fatih Acet
2017-07-21IssueNotesRefactor: Add GfmAutoComplete references to page.Fatih Acet
2017-07-21IssueNotesRefactor: Implement up arrow to edit last note.Fatih Acet
2017-07-21IssueNotesRefactor: Make scroll into note an action.Fatih Acet
2017-07-21IssueNotesRefactor: Implement :+1: :-1: mutality check.Fatih Acet
2017-07-21IssueNotesRefactor: Fix adding main note awards.Fatih Acet
2017-07-21IssueNotesRefactor: Add catch handler to toggleAward action.Fatih Acet
2017-07-21IssueNotesRefactor: Separate mounted blocks to methods.Fatih Acet
2017-07-21IssueNotesRefactor: Implement awarding emoji from emoji dropdown.Fatih Acet
2017-07-21IssueNotesRefactor: Slightly refactor toggleAward to remove action.Fatih Acet
2017-07-21IssueNotesRefactor: Implement emoji actions from emoji list.Fatih Acet
2017-07-21IssueNotesRefactor: Add needed js- class for the notes current user authored.Fatih Acet
2017-07-21IssueNotesRefactor: Use notesById getter.Fatih Acet
2017-07-21IssueNotesRefactor: Implement jumping to target note.Fatih Acet
2017-07-21IssueNotesRefactor: Use map getters for notes.Fatih Acet
2017-07-21IssueNotesRefactor: Fix anchor of note timestamp.Fatih Acet
2017-07-21IssueNotesRefactor: Show award actions to logged in users.Fatih Acet
2017-07-21IssueNotesRefactor: Create signed out widget.Fatih Acet
2017-07-21IssueNotesRefactor: Show note actions dropdown for logged in users only.Fatih Acet
2017-07-21IssueNotesRefactor: Don’t show report as abuse link for own notes.Fatih Acet
2017-07-21Show ”Nothing to preview” if the markdown area is empty.Fatih Acet
2017-07-21IssueNotesRefactor: Render GFM again when a comment is edited.Fatih Acet
2017-07-21IssueNotesRefactor: Flip toggle discussions chevron when discussion toggled.Fatih Acet
2017-07-21IssueNotesRefactor: Implement ESC to cancel note form.Fatih Acet
2017-07-21IssueDiscussionsRefactor: Implement polling mechanism.Fatih Acet
2017-07-21IssueNotesRefactor: Implement close/reopen issue actions.Fatih Acet
2017-07-21IssueDiscussionsRefactor: Do changes after data format change and fix dummy d...Fatih Acet
2017-07-21IssueNotesRefactor: Change data attr path.Fatih Acet
2017-07-21Remove noteable ID and type from IssueEntity create_note_pathDouwe Maan
2017-07-21Fix IssueEntity create_note_pathDouwe Maan
2017-07-21Remove duplicate attributes from discussion entity and move note.can_edit int...Douwe Maan
2017-07-21Add data required for note formDouwe Maan
2017-07-21IssueNotesRefactor: Implement main note form.Fatih Acet
2017-07-21IssueNotesRefactor: Implement note edit.Fatih Acet
2017-07-21IssueNotesRefactor: Move catch statements into main file to make ESLint happy.Fatih Acet
2017-07-21IssueNotesRefactor: Implement discussion reply.Fatih Acet
2017-07-21IssueNotesRefactor: Implement show/hide of discussion reply form.Fatih Acet
2017-07-21IssueNotesRefactor: Use then instead of finally.Fatih Acet
2017-07-21IssueNotesRefactor: Implement note delete.Fatih Acet
2017-07-21IssueNotesRefactor: Implement logic for delete action.Fatih Acet
2017-07-21IssueNotesRefactor: Refactor toggle to work with delegated handler.Fatih Acet
2017-07-21IssueNotesRefactor: Fix accessLevel non existence case.Fatih Acet
2017-07-21IssueNotesRefactor: Remove vendored svg icons and use from shared icons folder.Fatih Acet
2017-07-21IssueNotesRefactor: Complete system notes.Fatih Acet
2017-07-21IssueNotesRefactor: Initial template for system notes.Fatih Acet
2017-07-21IssueNotesRefactor: Restrict :+1: and :-1: on your own note.Fatih Acet
2017-07-21IssueNotesRefactor: Always show :+1: :-1: emojis first.Fatih Acet
2017-07-21IssueNotesRefactor: Implement note edit widget.Fatih Acet
2017-07-21MarkdownField: Add extra prop to make spacing classes optional.Fatih Acet
2017-07-21Implement canAward.Fatih Acet