summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Comments/CommentNode.php
Commit message (Collapse)AuthorAgeFilesLines
* resolve displayname via manager and registerable resolversArthur Schiwon2016-10-191-2/+13
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon2016-10-191-1/+32
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* emit pre-update event for commentsArthur Schiwon2016-10-121-1/+1
| | | | | | | * notifications can be cleaned up, no polluted DB * updating comments will re-notify users or remove notifications, depending on the message Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix apps/Joas Schilling2016-07-211-1/+3
|
* Show error message when posting an invalid commentVincent Petry2016-06-241-1/+1
| | | | | When an internal server error occurs while creating or updating a comment, display a proper error notification in the UI.
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+261
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4