1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
Commit Graph

18 Commits

Author SHA1 Message Date
Stefan Herbrechtsmeier
5dc1c806d9 add multiple domains reverse SSL proxy support
Add support for a reverse proxy that handles multiple domains via different
web roots (https://proxy.tld/domain.tld/owncloud) and only forwards SSL
connections unencrypted to the web server.

As the reverse proxy web root is transparent for the web server the
REQUEST_URI and SCRIPT_NAME need manual adjustments. This patch replace
the direct use of this _SERVER variables with function calls. Additionally
it adds a Sabre request backend that extends the Sabre_HTTP_Request to use
the same functions.
2013-01-31 18:47:37 +01:00
Thomas Tanghus
a96fea3541 VCF export plugin now included in SabreDAV. 2012-10-30 08:49:24 +01:00
Thomas Tanghus
b7d4a8a848 Forgot to reenable the export plugin. 2012-08-24 05:04:45 +02:00
Thomas Tanghus
b935a3e200 Implemented sharing api for CardDAV. Next step CalDAV. 2012-08-24 04:56:21 +02:00
Lukas Reschke
95b72311f5 Disable user enumeration 2012-08-14 17:23:26 +02:00
Lukas Reschke
95f9fa0dce Following the code guidelines makes Michael happy :-) 2012-08-10 22:20:32 +02:00
Lukas Reschke
8a1cbaa014 Disable listening, instead checking the ACL to prevent DoS 2012-08-10 22:18:08 +02:00
Lukas Reschke
f3edf2799c Activate ACLs 2012-08-10 22:02:04 +02:00
Thomas Tanghus
61ec1d43ea Code style. 2012-07-20 17:11:13 +02:00
Thomas Tanghus
8a616c79ec Implemented VCFExportPlugin. 2012-07-08 17:52:57 +02:00
Brice Maron
a7baf611f0 Change app path logic in templates 2012-06-06 20:24:16 +00:00
Georg Ehrke
9a952df278 add caldav and carddav files in their old place for backward compatibility - add rewriterule for caldav and carddav 2012-05-16 21:05:15 +02:00
Thomas Mueller
39f99602bf removing executable bit - again 2012-05-15 00:52:00 +02:00
Robin Appelman
0f3de1ee41 selective app loading for remote/public 2012-05-14 00:28:28 +02:00
Georg Ehrke
9732f20400 make carddav work with remote.php 2012-05-07 11:24:19 +02:00
Georg Ehrke
7087845860 push changes 2012-05-05 22:54:14 +02:00
Frank Karlitschek
9d7b02c9dc port checkAppEnabled 2012-05-02 19:08:37 +02:00
Georg Ehrke
2a19800392 create folder 'remote' for the remote services like caldav, carddav and webdav 2012-05-02 16:41:23 +02:00