Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :arrow_up: Updating some PHP libraries. | Klaus Weidenbach | 2017-07-06 | 3 | -2/+16 |
| | | | | | htmlpurifier (v4.9.2 => v4.9.3) with bugfix for PHP7.1 sabre/http (4.2.2 => 4.2.3) | ||||
* | :arrow_up:Update Sabre libraries. | Klaus Weidenbach | 2017-06-01 | 14 | -22/+32 |
| | |||||
* | [FEATURE] Add config and use composer autoloader. | Klaus Weidenbach | 2016-10-18 | 1 | -0/+43 |
| | | | | | | | | | | | | | We use composer already to install SabreDAV. Include config composer.(json|lock) to install and manage more dependencies in future. Also provide PSR-4 autoloading for our namespaced classes, e.g. "Zotlabs\". To regenerate autoloader maps use: $ composer install --optimize-autoloader --no-dev We could also remove the whole vendor/ folder from our repository, but that would need changes in deployment and how to install hubs and needs more discussion first. | ||||
* | initial sabre upgrade (needs lots of work - to wit: authentication, redo the ↵ | redmatrix | 2016-05-10 | 29 | -0/+5016 |
browser interface, and rework event export/import) |