Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Limit comment message to 1k chars | Arthur Schiwon | 2016-02-09 | 1 | -0/+10 |
| | |||||
* | types shall always be plural | Arthur Schiwon | 2016-02-03 | 2 | -32/+32 |
| | |||||
* | introduce comments read marke tables, comes with user cleanup after deletion | Arthur Schiwon | 2016-01-29 | 2 | -2/+59 |
| | |||||
* | Comments WebDAV adjustements | Arthur Schiwon | 2016-01-29 | 2 | -1/+21 |
| | |||||
* | Allow custom implementation of system tag managers | Vincent Petry | 2016-01-20 | 2 | -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 test | Lukas Reschke | 2015-12-10 | 1 | -0/+2 |
| | | | | This seems to be missing on that test. | ||||
* | use expectedException annotation, not via method call, for consistency | Arthur Schiwon | 2015-12-09 | 2 | -13/+29 |
| | |||||
* | use getLastInsertId from query builder for convenience | Arthur Schiwon | 2015-12-09 | 1 | -2/+2 |
| | |||||
* | adjust test's fakemanager to interface change | Arthur Schiwon | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | hardening, add some checks for whitespace-only strings | Arthur Schiwon | 2015-12-09 | 1 | -8/+10 |
| | |||||
* | rework test about overwriting default comments manager | Arthur Schiwon | 2015-12-09 | 2 | -18/+36 |
| | |||||
* | namespaces for tests | Arthur Schiwon | 2015-12-09 | 3 | -9/+15 |
| | |||||
* | OC not oc | Arthur Schiwon | 2015-12-09 | 2 | -8/+8 |
| | |||||
* | different strategy in cleaning up after user was deleted | Arthur Schiwon | 2015-12-09 | 2 | -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 implementation | Arthur Schiwon | 2015-12-09 | 3 | -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 |