Details
Details
- Reviewers
machniak - Commits
- rCa7637f6424b5: kolabfiles backend
Diff Detail
Diff Detail
- Repository
- rC chwala
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 45832 Build 17731: arc lint + arc unit
Event Timeline
lib/drivers/kolabfiles/kolabfiles_file_storage.php | ||
---|---|---|
46 | @var kolabfiles_api | |
51 | Kolabfiles. Also in other places. | |
247 | Maybe set to false what is not implemented. | |
283 | Just return an empty array here. | |
649 | I think we have to implement that in Kolab4 controller class. Look for objectToClient. | |
755 | You don't need two PUT requests. Also, 'library' is from SeaFile. In Kolab4 we have collections, and we should treat them as folders for now, I suppose. I.e. libraries should go away. |
Comment Actions
While this implementation is not certainly not finished, I'd like to get it merged and take it from there.
If you have a few minor adjustments that you'd like before I merge I'm happy to though.
So you think this is here to trigger an update job via the listener? Could be, it was added here: 66f0930de7bb3db29a5ead4148c96b3f38f8d370 (for ldap backend support)
This deserves at least a comment though, it's a very in-transparent way to trigger an update job.