summaryrefslogtreecommitdiffstats
path: root/apps/comments/js
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* fix avatar displaying after submit (either edit or new)Arthur Schiwon2016-10-191-3/+7
* display avatar (if enabled) alongside displaynamesArthur Schiwon2016-10-191-1/+8
* fix regexArthur Schiwon2016-10-191-1/+1
* improve regex, fixes replacements of usernames with same trunkArthur Schiwon2016-10-191-1/+12
* show displayname not uid in commit mentionsArthur Schiwon2016-10-192-17/+76
* Merge pull request #1407 from nextcloud/multiline_commentsMorris Jobke2016-10-111-2/+6
|\
| * Add autosize to comments inputRoeland Jago Douma2016-10-041-2/+6
* | Update file headerJoas Schilling2016-10-051-1/+1
* | Fix activity rendering plugin nameVincent Petry2016-10-051-1/+1
* | Mark the methods as copiedJoas Schilling2016-10-051-3/+5
* | Register a ActivityTabView pluginJoas Schilling2016-10-051-0/+57
|/
* Fix comment count tooltipJoas Schilling2016-09-281-1/+1
* Use live timestamp on comments tabJoas Schilling2016-09-011-1/+2
* Prevent parse error on editing an HTML commentJoas Schilling2016-08-291-1/+1
* Fix double ending quotesJoas Schilling2016-08-181-1/+1