aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Dav.php
Commit message (Collapse)AuthorAgeFilesLines
* Reviewed. This is OK.zotlabs2017-09-031-2/+0
| | | | | | Revert "may be exploitable in current form - awaiting review" This reverts commit 7bff60edacd68ef3dccf6f956e9c57092919950a.
* may be exploitable in current form - awaiting reviewzotlabs2017-09-021-0/+2
|
* some changes after testing server-to-server magic authzotlabs2017-08-311-6/+9
|
* add server-to-server magic auth to dav and cdav controllerszotlabs2017-08-311-14/+57
|
* [FEATURE] Add config and use composer autoloader.Klaus Weidenbach2016-10-181-4/+0
| | | | | | | | | | | | | 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.
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-19/+17
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* sort out some of the authentication mess - with luck this may fix the DAV ↵redmatrix2016-07-201-81/+4
| | | | auth issue which I simply could not duplicate or find a reason for.
* include attach.php at the module level since 2d4b75428a87038 wasn't ↵redmatrix2016-07-171-0/+1
| | | | backported to dev and we're about to branch an RC
* more fixes for /cloud and /davMario Vavti2016-07-071-2/+0
|
* remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵redmatrix2016-06-261-1/+1
| | | | which should fix issue #431
* rework the conversation object stuff at a high level - still needs a bit of ↵redmatrix2016-05-201-1/+1
| | | | refactoring
* text clarificationsredmatrix2016-05-181-0/+1
|
* sabre upgraderedmatrix2016-05-101-55/+56
|
* initial sabre upgrade (needs lots of work - to wit: authentication, redo the ↵redmatrix2016-05-101-1/+15
| | | | browser interface, and rework event export/import)
* SDAV is already absoluteredmatrix2016-05-071-3/+3
|
* module updatesredmatrix2016-04-181-0/+150