Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update author information | Lukas Reschke | 2016-03-01 | 5 | -0/+7 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Fix since version | Joas Schilling | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | on DAV throw Bad Request if provided message is too long | Arthur Schiwon | 2016-02-09 | 1 | -2/+2 |
| | |||||
* | Limit comment message to 1k chars | Arthur Schiwon | 2016-02-09 | 2 | -0/+32 |
| | |||||
* | Dispatch events when adding, updating and deleting comments | Joas Schilling | 2016-02-05 | 2 | -1/+71 |
| | |||||
* | types shall always be plural | Arthur Schiwon | 2016-02-03 | 2 | -7/+7 |
| | |||||
* | introduce comments read marke tables, comes with user cleanup after deletion | Arthur Schiwon | 2016-01-29 | 1 | -0/+19 |
| | |||||
* | Comments WebDAV adjustements | Arthur Schiwon | 2016-01-29 | 1 | -1/+28 |
| | |||||
* | Allow custom implementation of system tag managers | Vincent Petry | 2016-01-20 | 1 | -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üller | 2016-01-12 | 5 | -5/+95 |
| | |||||
* | improve PHP doc and remove superflous by reference indicator | Arthur Schiwon | 2015-12-09 | 1 | -2/+2 |
| | |||||
* | fix phpdoc | Arthur Schiwon | 2015-12-09 | 1 | -2/+3 |
| | |||||
* | fix php doc | Arthur Schiwon | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | add icommentsmanger and icomment implementation | Arthur Schiwon | 2015-12-09 | 3 | -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 IllegalIDChangeException | Arthur Schiwon | 2015-11-26 | 1 | -1/+1 |
| | |||||
* | missing setters for setChildrenCount and setLatestChildDateTime (formerly ↵ | Arthur Schiwon | 2015-11-23 | 1 | -5/+23 |
| | | | | …Timestamp) | ||||
* | give creation datetime setter and getter a more meaningful and less ↵ | Arthur Schiwon | 2015-11-23 | 1 | -5/+5 |
| | | | | misleading name | ||||
* | public interfaces for Comments | Arthur Schiwon | 2015-11-23 | 4 | -0/+360 |