summaryrefslogtreecommitdiffstats
path: root/apps/comments/js
Commit message (Expand)AuthorAgeFilesLines
* Fixing failing test cases due to change in functionality.Abijeet2018-03-271-3/+5
* Adds a tooltip for the submit / save button in comments.Abijeet2018-03-272-3/+3
* Moves the edit and delete options into a dropdown menu.Abijeet2018-03-273-15/+149
* Fixes the following UI issues,Abijeet2018-03-271-5/+5
* Fixes div being added placed directly under ul during editing of comments.Abijeet2018-03-271-4/+5
* Fixes issue where saving a non-modified comment kept the edit window open.Abijeet2018-03-271-0/+6
* Make the new autocomplete endpoint OCSJoas Schilling2018-03-211-6/+9
* Update commentstabview.jsrakekniven2018-03-011-1/+1
* format links in commentsArthur Schiwon2018-01-031-3/+7
* Show max warning comment lenth againRoeland Jago Douma2018-01-021-1/+1
* Merge pull request #7252 from nextcloud/send-comment-on-enterMorris Jobke2017-12-081-2/+6
|\
| * Fix Enter sending comment instead of adding autocomplete item to messageDaniel Calviño Sánchez2017-12-071-2/+5
| * Submit comments with Enter and use Shift+Enter for new linesDaniel Calviño Sánchez2017-11-231-2/+3
* | Merge pull request #7256 from nextcloud/fix-cursor-for-avatar-and-user-names-...blizzz2017-11-271-11/+23
|\ \
| * | Replace with non-deprecated JS callLukas Reschke2017-11-271-1/+1
| * | Disable contacts menu for mentions to current user in comment messagesDaniel Calviño Sánchez2017-11-271-2/+7
| * | Disable contacts menu for mentioned users in comments being composedDaniel Calviño Sánchez2017-11-271-5/+12
| * | Fix cursor for author row and avatars in commentsDaniel Calviño Sánchez2017-11-261-4/+4
| |/
* | Merge pull request #7266 from nextcloud/fix-input-field-not-disabled-while-a-...Morris Jobke2017-11-271-3/+3
|\ \
| * | Fix input field not disabled while a comment is being sentDaniel Calviño Sánchez2017-11-231-3/+3
| |/
* | Show delete working icon at the same position as the delete iconDaniel Calviño Sánchez2017-11-241-1/+2
* | Disable elements while a comment is being deletedDaniel Calviño Sánchez2017-11-241-0/+11
|/
* adjust jsunit testsArthur Schiwon2017-11-011-2/+6
* fix avatar loading for generic placeholdersArthur Schiwon2017-10-311-1/+1
* remove more vendor-imported files that aren't necessaryArthur Schiwon2017-10-318-260/+0
* simplify registration of manager in server containerArthur Schiwon2017-10-311-1/+2
* only ship minimized js filesArthur Schiwon2017-10-31154-35552/+0
* fix comment sorterArthur Schiwon2017-10-301-1/+1
* preserve line breaksArthur Schiwon2017-10-301-0/+10
* configurable amount of autocomplete results in commentsArthur Schiwon2017-10-271-1/+3
* apply our themingArthur Schiwon2017-10-271-3/+17
* autocomplete on demandArthur Schiwon2017-10-261-13/+19
* enable autocomplete when editing commentsArthur Schiwon2017-10-231-49/+75
* fix unstable comment orderArthur Schiwon2017-10-231-13/+19
* fix contactsmenu-popupArthur Schiwon2017-10-221-0/+1
* convert mentions after save to the plain format we useArthur Schiwon2017-10-221-43/+89
* when writing a comment, render mentions as they'd appear anywhereArthur Schiwon2017-10-221-12/+38
* turn textarea to contenteditable divArthur Schiwon2017-10-221-14/+43
* setup atwho autocompleteArthur Schiwon2017-10-221-0/+23
* add At.js and dependenciesArthur Schiwon2017-10-22165-1/+35818
* Fix mentioned user not clickable after posting or editing a commentDaniel Calviño Sánchez2017-05-081-3/+10
* add contactsmenu popover to commentsGeorg Ehrke2017-04-261-1/+19
* Merge JS for commentsLukas Reschke2017-03-241-0/+9
* added quit option in commentstabview.jsnoveens2017-03-231-2/+2
* Always enable avatarsMorris Jobke2017-02-131-25/+9
* mention property to follow same styleArthur Schiwon2016-12-231-3/+4
* Fixed size issues on main detail view and disappearing of share recipients (#...Michael Jobst2016-12-233-19/+36
* Move comments activities to the new APIJoas Schilling2016-11-161-1/+1
* avoid that all avatars are copied to the author row when editing commentsArthur Schiwon2016-10-211-1/+1
* consolidate error handlingArthur Schiwon2016-10-191-27/+41