summaryrefslogtreecommitdiffstats
path: root/lib/private/comments/comment.php
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-1/+19
|
* php < 5.5 compatibleArthur Schiwon2015-12-091-5/+5
|
* hardening, add some checks for whitespace-only stringsArthur Schiwon2015-12-091-14/+15
|
* parameter checks for setting actor and object to happen only in one placeArthur Schiwon2015-12-091-2/+8
|
* add icommentsmanger and icomment implementationArthur Schiwon2015-12-091-0/+350
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