| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing failing test cases due to change in functionality. | Abijeet | 2018-03-27 | 1 | -3/+5 |
* | Adds a tooltip for the submit / save button in comments. | Abijeet | 2018-03-27 | 2 | -3/+3 |
* | Moves the edit and delete options into a dropdown menu. | Abijeet | 2018-03-27 | 3 | -15/+149 |
* | Fixes the following UI issues, | Abijeet | 2018-03-27 | 1 | -5/+5 |
* | Fixes div being added placed directly under ul during editing of comments. | Abijeet | 2018-03-27 | 1 | -4/+5 |
* | Fixes issue where saving a non-modified comment kept the edit window open. | Abijeet | 2018-03-27 | 1 | -0/+6 |
* | Make the new autocomplete endpoint OCS | Joas Schilling | 2018-03-21 | 1 | -6/+9 |
* | Update commentstabview.js | rakekniven | 2018-03-01 | 1 | -1/+1 |
* | format links in comments | Arthur Schiwon | 2018-01-03 | 1 | -3/+7 |
* | Show max warning comment lenth again | Roeland Jago Douma | 2018-01-02 | 1 | -1/+1 |
* | Merge pull request #7252 from nextcloud/send-comment-on-enter | Morris Jobke | 2017-12-08 | 1 | -2/+6 |
|\ |
|
| * | Fix Enter sending comment instead of adding autocomplete item to message | Daniel Calviño Sánchez | 2017-12-07 | 1 | -2/+5 |
| * | Submit comments with Enter and use Shift+Enter for new lines | Daniel Calviño Sánchez | 2017-11-23 | 1 | -2/+3 |
* | | Merge pull request #7256 from nextcloud/fix-cursor-for-avatar-and-user-names-... | blizzz | 2017-11-27 | 1 | -11/+23 |
|\ \ |
|
| * | | Replace with non-deprecated JS call | Lukas Reschke | 2017-11-27 | 1 | -1/+1 |
| * | | Disable contacts menu for mentions to current user in comment messages | Daniel Calviño Sánchez | 2017-11-27 | 1 | -2/+7 |
| * | | Disable contacts menu for mentioned users in comments being composed | Daniel Calviño Sánchez | 2017-11-27 | 1 | -5/+12 |
| * | | Fix cursor for author row and avatars in comments | Daniel Calviño Sánchez | 2017-11-26 | 1 | -4/+4 |
| |/ |
|
* | | Merge pull request #7266 from nextcloud/fix-input-field-not-disabled-while-a-... | Morris Jobke | 2017-11-27 | 1 | -3/+3 |
|\ \ |
|
| * | | Fix input field not disabled while a comment is being sent | Daniel Calviño Sánchez | 2017-11-23 | 1 | -3/+3 |
| |/ |
|
* | | Show delete working icon at the same position as the delete icon | Daniel Calviño Sánchez | 2017-11-24 | 1 | -1/+2 |
* | | Disable elements while a comment is being deleted | Daniel Calviño Sánchez | 2017-11-24 | 1 | -0/+11 |
|/ |
|
* | adjust jsunit tests | Arthur Schiwon | 2017-11-01 | 1 | -2/+6 |
* | fix avatar loading for generic placeholders | Arthur Schiwon | 2017-10-31 | 1 | -1/+1 |
* | remove more vendor-imported files that aren't necessary | Arthur Schiwon | 2017-10-31 | 8 | -260/+0 |
* | simplify registration of manager in server container | Arthur Schiwon | 2017-10-31 | 1 | -1/+2 |
* | only ship minimized js files | Arthur Schiwon | 2017-10-31 | 154 | -35552/+0 |
* | fix comment sorter | Arthur Schiwon | 2017-10-30 | 1 | -1/+1 |
* | preserve line breaks | Arthur Schiwon | 2017-10-30 | 1 | -0/+10 |
* | configurable amount of autocomplete results in comments | Arthur Schiwon | 2017-10-27 | 1 | -1/+3 |
* | apply our theming | Arthur Schiwon | 2017-10-27 | 1 | -3/+17 |
* | autocomplete on demand | Arthur Schiwon | 2017-10-26 | 1 | -13/+19 |
* | enable autocomplete when editing comments | Arthur Schiwon | 2017-10-23 | 1 | -49/+75 |
* | fix unstable comment order | Arthur Schiwon | 2017-10-23 | 1 | -13/+19 |
* | fix contactsmenu-popup | Arthur Schiwon | 2017-10-22 | 1 | -0/+1 |
* | convert mentions after save to the plain format we use | Arthur Schiwon | 2017-10-22 | 1 | -43/+89 |
* | when writing a comment, render mentions as they'd appear anywhere | Arthur Schiwon | 2017-10-22 | 1 | -12/+38 |
* | turn textarea to contenteditable div | Arthur Schiwon | 2017-10-22 | 1 | -14/+43 |
* | setup atwho autocomplete | Arthur Schiwon | 2017-10-22 | 1 | -0/+23 |
* | add At.js and dependencies | Arthur Schiwon | 2017-10-22 | 165 | -1/+35818 |
* | Fix mentioned user not clickable after posting or editing a comment | Daniel Calviño Sánchez | 2017-05-08 | 1 | -3/+10 |
* | add contactsmenu popover to comments | Georg Ehrke | 2017-04-26 | 1 | -1/+19 |
* | Merge JS for comments | Lukas Reschke | 2017-03-24 | 1 | -0/+9 |
* | added quit option in commentstabview.js | noveens | 2017-03-23 | 1 | -2/+2 |
* | Always enable avatars | Morris Jobke | 2017-02-13 | 1 | -25/+9 |
* | mention property to follow same style | Arthur Schiwon | 2016-12-23 | 1 | -3/+4 |
* | Fixed size issues on main detail view and disappearing of share recipients (#... | Michael Jobst | 2016-12-23 | 3 | -19/+36 |
* | Move comments activities to the new API | Joas Schilling | 2016-11-16 | 1 | -1/+1 |
* | avoid that all avatars are copied to the author row when editing comments | Arthur Schiwon | 2016-10-21 | 1 | -1/+1 |
* | consolidate error handling | Arthur Schiwon | 2016-10-19 | 1 | -27/+41 |