summaryrefslogtreecommitdiffstats
path: root/lib/public/comments
Commit message (Collapse)AuthorAgeFilesLines
* Update author informationLukas Reschke2016-03-015-0/+7
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* 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
| | | | | | | Added config.php option to replace the default implementation of system tag manager and system tag object mapper. Also adjusted the comments manager factory to inject the server container
* 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
| | | | | | | | | | | | | | | | | | | | | | | | register CommentsManager service, allow override, document in config.sample.php don't insert autoincrement ids in tests, because of dislikes from oracle and pgsql specify timezone in null date only accepts strings for ID parameter that can be converted to int replace forgotten hardcoded IDs in tests react on deleted users react on file deletion Postgresql compatibility lastInsertId needs *PREFIX* with the table name do not listen for file deletion, because it is not reliable (trashbin, external storages) add runtime cache for comments
* proper description for IllegalIDChangeExceptionArthur Schiwon2015-11-261-1/+1
|
* missing setters for setChildrenCount and setLatestChildDateTime (formerly ↵Arthur Schiwon2015-11-231-5/+23
| | | | …Timestamp)
* give creation datetime setter and getter a more meaningful and less ↵Arthur Schiwon2015-11-231-5/+5
| | | | misleading name
* public interfaces for CommentsArthur Schiwon2015-11-234-0/+360