summaryrefslogtreecommitdiffstats
path: root/lib/private/comments
Commit message (Expand)AuthorAgeFilesLines
* Limit comment message to 1k charsArthur Schiwon2016-02-091-1/+7
* 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-052-6/+45
* types shall always be pluralArthur Schiwon2016-02-032-5/+5
* 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-292-3/+60
* Comments DAV implementationArthur Schiwon2016-01-262-3/+5
* Allow custom implementation of system tag managersVincent Petry2016-01-201-3/+19
* Happy new year!Thomas Müller2016-01-123-3/+57
* use getLastInsertId from query builder for convenienceArthur Schiwon2015-12-091-1/+1
* remove unused use statementArthur Schiwon2015-12-091-1/+0
* php < 5.5 compatibleArthur Schiwon2015-12-091-5/+5
* improve PHP doc and remove superflous by reference indicatorArthur Schiwon2015-12-091-5/+5
* hardening, add some checks for whitespace-only stringsArthur Schiwon2015-12-091-14/+15
* OC not ocArthur Schiwon2015-12-091-2/+2
* parameter checks for setting actor and object to happen only in one placeArthur Schiwon2015-12-092-13/+8
* fix usage of emptyArthur Schiwon2015-12-091-6/+6
* different strategy in cleaning up after user was deletedArthur Schiwon2015-12-092-6/+0
* add icommentsmanger and icomment implementationArthur Schiwon2015-12-093-0/+940