aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Comments
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_appChristoph Wurst2023-09-172-2/+2
|\
| * Merge branch 'master' into replace_strpos_calls_in_dav_appFaraz Samapoor2023-06-274-38/+15
| |\
| * | Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-122-2/+2
* | | fix(comments): Emit CommentsEntityEvent as typed eventJoas Schilling2023-07-181-4/+5
| |/ |/|
* | Cleanup comments codeCarl Schwan2023-06-204-38/+15
|/
* chore(dav): Make json_encode and json_decode throw on errorChristoph Wurst2023-01-191-1/+1
* Fix parameter type for EntityCollection::setReadMarker in comments appCôme Chilliet2022-12-191-5/+2
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-024-33/+16
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-5/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-053-7/+7
* Update license headers for 19Christoph Wurst2020-04-295-0/+5
* Add visibility to all constantsChristoph Wurst2020-04-103-15/+15
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-105-26/+26
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-35/+29
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-3/+3
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-055-5/+6
* Some php-cs fixesRoeland Jago Douma2019-11-223-3/+2
* Update license headersMorris Jobke2017-11-061-0/+1
* resolve displayname via manager and registerable resolversArthur Schiwon2016-10-191-2/+13
* move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon2016-10-191-1/+32
* emit pre-update event for commentsArthur Schiwon2016-10-121-1/+1
* 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
* 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