summaryrefslogtreecommitdiffstats
path: root/tests/lib/comments
Commit message (Collapse)AuthorAgeFilesLines
* Limit comment message to 1k charsArthur Schiwon2016-02-091-0/+10
|
* types shall always be pluralArthur Schiwon2016-02-032-32/+32
|
* introduce comments read marke tables, comes with user cleanup after deletionArthur Schiwon2016-01-292-2/+59
|
* Comments WebDAV adjustementsArthur Schiwon2016-01-292-1/+21
|
* Allow custom implementation of system tag managersVincent Petry2016-01-202-1/+6
| | | | | | | 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
* Add assertion to testLukas Reschke2015-12-101-0/+2
| | | | This seems to be missing on that test.
* use expectedException annotation, not via method call, for consistencyArthur Schiwon2015-12-092-13/+29
|
* use getLastInsertId from query builder for convenienceArthur Schiwon2015-12-091-2/+2
|
* adjust test's fakemanager to interface changeArthur Schiwon2015-12-091-1/+1
|
* hardening, add some checks for whitespace-only stringsArthur Schiwon2015-12-091-8/+10
|
* rework test about overwriting default comments managerArthur Schiwon2015-12-092-18/+36
|
* namespaces for testsArthur Schiwon2015-12-093-9/+15
|
* OC not ocArthur Schiwon2015-12-092-8/+8
|
* different strategy in cleaning up after user was deletedArthur Schiwon2015-12-092-22/+16
| | | | | | | | we do not listen to deletion hooks anymore, because there is no guarantee that they will be heard - requires that something fetches the CommentsManager first. Instead, in the user deletion routine the clean up method will be called directly. Same way as it happens for files, group memberships, config values.
* add icommentsmanger and icomment implementationArthur Schiwon2015-12-093-0/+684
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