aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/vobject/lib/Component
Commit message (Collapse)AuthorAgeFilesLines
* update composer libsMario2023-05-301-1/+1
|
* composer update sabreMario2022-10-121-0/+5
|
* Revert "update composer libs"Mario2022-10-111-5/+0
| | | | This reverts commit 108a3efe0b6d37a7ed394a84c69b924ca727f17a.
* update composer libsMario2022-10-111-0/+5
|
* Revert "update composer libs"Mario2022-10-111-5/+0
| | | | This reverts commit 5e5f0aa955d86743a14531bed98501b59140ab1f.
* update composer libsMario2022-10-111-0/+5
|
* composer libs minor version updatesMario2022-02-111-0/+1
|
* get devHilmar R2021-03-012-2/+2
|
* composer updates 2Mario2020-05-077-163/+147
|
* Revert "composer updates"Mario2020-05-077-147/+163
| | | This reverts commit dbfe748d274f6843fc91a3071df7be45c4ab5b00
* composer updatesMario2020-05-077-163/+147
|
* composer updatesMario2020-01-091-1/+1
|
* update sabre/vobjectMario Vavti2019-04-2510-587/+490
|
* Revert "update composer libs"Mario2019-04-2510-490/+587
| | | This reverts commit e779335d060b3a51d6a144d23af4097ae6801473
* update composer libsMario Vavti2019-04-2510-587/+490
|
* install smarty via composer and update other php libsMario Vavti2017-12-181-0/+5
|
* new composer.lock for redzotlabs2017-03-163-80/+80
|
* [FEATURE] Add config and use composer autoloader.Klaus Weidenbach2016-10-181-2/+1
| | | | | | | | | | | | | 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 ↵redmatrix2016-05-1010-0/+2160
browser interface, and rework event export/import)