summaryrefslogtreecommitdiffstats
path: root/apps/comments/js/commentstabview.js
Commit message (Collapse)AuthorAgeFilesLines
* Always enable avatarsMorris Jobke2017-02-131-25/+9
| | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* avoid that all avatars are copied to the author row when editing commentsArthur Schiwon2016-10-211-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* consolidate error handlingArthur Schiwon2016-10-191-27/+41
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix avatar displaying after submit (either edit or new)Arthur Schiwon2016-10-191-3/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* display avatar (if enabled) alongside displaynamesArthur Schiwon2016-10-191-1/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix regexArthur Schiwon2016-10-191-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* improve regex, fixes replacements of usernames with same trunkArthur Schiwon2016-10-191-1/+12
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* show displayname not uid in commit mentionsArthur Schiwon2016-10-191-15/+51
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add autosize to comments inputRoeland Jago Douma2016-10-041-2/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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
|
* Improve layout of cancel button in the comments sidebarMorris Jobke2016-08-181-1/+1
|
* fix design details in comments sidebarJan-Christoph Borchardt2016-08-171-12/+12
|
* Show error message when posting an invalid commentVincent Petry2016-06-241-6/+6
| | | | | When an internal server error occurs while creating or updating a comment, display a proper error notification in the UI.
* fixes indentationVincent Chan2016-05-031-1/+1
|
* adds functionality to submit comments with cmd+EnterVincent Chan2016-05-031-4/+4
|
* Submit comment on ctrl+EnterVincent Chan2016-05-021-0/+5
| | | | closes #24302
* Fixes code analysis issuesMorris Jobke2016-02-171-2/+2
|
* Collapse long commentsVincent Petry2016-02-081-4/+25
| | | | | | | Very crude a naive implementation that relies on length and number of newlines. Should be good enough for most cases. Clicking on such comments will expand them.
* Limit comment size to 1000 in UIVincent Petry2016-02-051-1/+29
| | | | | | | | Whenever the limit is almost reached (90% of the length), a tooltip will appear. Once the limit is exceeded, the "Post" button will be disabled and the field will become red.
* Special label for deleted users in comments listVincent Petry2016-02-041-4/+15
|
* Move comment delete action into edit modeVincent Petry2016-02-031-13/+20
|
* Comment owner can now edit or deleteVincent Petry2016-02-031-36/+147
|
* Reset comments read marker after loading commentsVincent Petry2016-02-031-3/+24
|
* Added JS unit tests for commentsVincent Petry2016-02-021-1/+1
|
* Add spinner when submitting commentsVincent Petry2016-02-021-5/+30
|
* Fix formatting messages with newlinesVincent Petry2016-02-021-2/+11
|
* Improve comments style, add avatarsVincent Petry2016-02-021-21/+51
|
* Add pagination support for comments GUIVincent Petry2016-02-021-4/+3
|
* Improve comment date formatVincent Petry2016-02-021-3/+10
|
* Comments GUIVincent Petry2016-02-021-0/+166