Commit Graph

15 Commits (master)

Author SHA1 Message Date
Stefan Herbrechtsmeier 141a188649 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 Mueller 89ab3bae90 adding space between) and { 2012-09-07 15:21:03 +02:00
Thomas Tanghus 72367b05c4 Implemented sharing api for CalDAV. 2012-08-24 14:26:06 +02:00
Lukas Reschke c5401e26d0 Disable user enumeration 2012-08-14 17:23:26 +02:00
Lukas Reschke e5c99b8e5a Following the code guidelines makes Michael happy :-) 2012-08-10 22:20:32 +02:00
Lukas Reschke 178acc03a6 Disable listening, instead checking the ACL to prevent DoS 2012-08-10 22:18:08 +02:00
Lukas Reschke 3acc601a23 Activate ACLs 2012-08-10 22:02:04 +02:00
Thomas Tanghus 4466583697 Implemented Sabre iCalendar Export Plugin. 2012-07-08 16:58:17 +02:00
Brice Maron d9e18115ac Correct remote and public, and last occurence of OC:: 2012-06-06 20:24:15 +00:00
Georg Ehrke 52ea3866df 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 4af9ab5d8d removing executable bit - again 2012-05-15 00:52:00 +02:00
Robin Appelman 864be8e1d5 selective app loading for remote/public 2012-05-14 00:28:28 +02:00
Georg Ehrke e4a6a45636 push changes 2012-05-05 22:54:14 +02:00
Frank Karlitschek ca34a9842c port checkAppEnabled 2012-05-02 19:08:37 +02:00
Georg Ehrke 42c3bc5f34 create folder 'remote' for the remote services like caldav, carddav and webdav 2012-05-02 16:41:23 +02:00