aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Comments
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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 phpdoc in CommentsRoeland Jago Douma2016-08-161-1/+1
|
* Fix apps/Joas Schilling2016-07-215-9/+15
|
* 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-265-5/+8
|
* Make the root collection neutral so it does not only work for filesJoas Schilling2016-05-232-29/+39
|
* Remove unused UserFolderJoas Schilling2016-05-232-15/+5
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-125-0/+1045
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4