summaryrefslogtreecommitdiffstats
path: root/apps/comments/js
Commit message (Expand)AuthorAgeFilesLines
* Reformat embedded HTML code to resemble HTML codeDaniel Calviño Sánchez2018-09-051-27/+31
* Remove space between avatar and user nameDaniel Calviño Sánchez2018-09-051-3/+3
* Show avatar using "span" instead of "div"Daniel Calviño Sánchez2018-09-051-7/+7
* Do not parse HTML in user id and display nameJoas Schilling2018-08-281-16/+20
* Merge pull request #9222 from nextcloud/feature/noid/search-for-files-by-comm...Morris Jobke2018-07-252-0/+135
|\
| * Brighter comments iconMorris Jobke2018-07-251-1/+3
| * Allow to search by commentsJoas Schilling2018-07-252-0/+133
* | Limit small avatar rendering only to inline mentionsJulius Härtl2018-07-251-1/+5
|/
* Focus the comment input on tab select/loadingJohn Molakvoæ (skjnldsv)2018-07-241-0/+3
* Fix inline avatar display for mentions in commentsJulius Härtl2018-07-181-1/+5
* 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