summaryrefslogtreecommitdiffstats
path: root/lib/public/comments
Commit message (Expand)AuthorAgeFilesLines
* Update author informationLukas Reschke2016-03-015-0/+7
* Fix since versionJoas Schilling2016-02-291-1/+1
* on DAV throw Bad Request if provided message is too longArthur Schiwon2016-02-091-2/+2
* Limit comment message to 1k charsArthur Schiwon2016-02-092-0/+32
* Dispatch events when adding, updating and deleting commentsJoas Schilling2016-02-052-1/+71
* types shall always be pluralArthur Schiwon2016-02-032-7/+7
* introduce comments read marke tables, comes with user cleanup after deletionArthur Schiwon2016-01-291-0/+19
* Comments WebDAV adjustementsArthur Schiwon2016-01-291-1/+28
* Allow custom implementation of system tag managersVincent Petry2016-01-201-0/+10
* Happy new year!Thomas Müller2016-01-125-5/+95
* improve PHP doc and remove superflous by reference indicatorArthur Schiwon2015-12-091-2/+2
* fix phpdocArthur Schiwon2015-12-091-2/+3
* fix php docArthur Schiwon2015-12-091-1/+1
* add icommentsmanger and icomment implementationArthur Schiwon2015-12-093-6/+57
* proper description for IllegalIDChangeExceptionArthur Schiwon2015-11-261-1/+1
* missing setters for setChildrenCount and setLatestChildDateTime (formerly …...Arthur Schiwon2015-11-231-5/+23
* give creation datetime setter and getter a more meaningful and less misleadin...Arthur Schiwon2015-11-231-5/+5
* public interfaces for CommentsArthur Schiwon2015-11-234-0/+360