summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/connector/sabre/auth.php
Commit message (Expand)AuthorAgeFilesLines
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-229/+0
* use the UID for creating the session token, not the login nameChristoph Wurst2016-05-111-4/+4
* create session token for DAV clients (sync clients)Christoph Wurst2016-05-111-0/+1
* Check if request is sent from official ownCloud clientLukas Reschke2016-03-241-17/+65
* adjust PrincipilUri as returned from Sabre to effective usernameArthur Schiwon2016-03-181-1/+7
* Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-181-20/+17
* Adding pre oc 9.0 CardDAV endpoint for migration of old clientsThomas Müller2016-02-081-2/+4
* Happy new year!Thomas Müller2016-01-121-2/+2
* Allow only cookie auth to webdavRoeland Jago Douma2016-01-071-1/+4
* Properly check X-Requested-With header in case of multiple valuesVincent Petry2015-12-111-1/+1
* Merge pull request #20760 from owncloud/webdav-authredirectfixThomas Müller2015-11-271-1/+1
|\
| * Only reject ajax auth if user is really logged outVincent Petry2015-11-261-1/+1
* | Users are available under it's own principal resource named 'principals/users...Thomas Müller2015-11-251-0/+1
|/
* Adjust sabre changes in coreThomas Müller2015-11-241-22/+17
* Do not authenticate over ajaxVincent Petry2015-11-231-0/+7
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-201-1/+1
* Implement CSRF protectionThomas Müller2015-11-191-1/+1
* Add tests for Sabre Auth plugin + make getCurrentUser compatibleLukas Reschke2015-10-231-20/+39
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-0/+150