summaryrefslogtreecommitdiffstats
path: root/lib/private/comments/manager.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Comments to PSR-4Roeland Jago Douma2016-04-151-753/+0
* Update author informationLukas Reschke2016-03-011-0/+2
* Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-7/+8
* Only dispatch the delete event, when the deletion was successfulJoas Schilling2016-02-051-6/+8
* Dispatch events when adding, updating and deleting commentsJoas Schilling2016-02-051-5/+43
* types shall always be pluralArthur Schiwon2016-02-031-3/+3
* update routine was lacking where statements :see_no_evil:Arthur Schiwon2016-02-021-1/+7
* introduce comments read marke tables, comes with user cleanup after deletionArthur Schiwon2016-01-291-11/+90
* Comments WebDAV adjustementsArthur Schiwon2016-01-291-2/+58
* Comments DAV implementationArthur Schiwon2016-01-261-1/+3
* Happy new year!Thomas Müller2016-01-121-1/+19
* use getLastInsertId from query builder for convenienceArthur Schiwon2015-12-091-1/+1
* remove unused use statementArthur Schiwon2015-12-091-1/+0
* improve PHP doc and remove superflous by reference indicatorArthur Schiwon2015-12-091-5/+5
* parameter checks for setting actor and object to happen only in one placeArthur Schiwon2015-12-091-11/+0
* fix usage of emptyArthur Schiwon2015-12-091-6/+6
* different strategy in cleaning up after user was deletedArthur Schiwon2015-12-091-5/+0
* add icommentsmanger and icomment implementationArthur Schiwon2015-12-091-0/+566