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

26 Commits

Author SHA1 Message Date
Nicolas Mora
7b75285d3b seperate find multiple cards and find one card 2013-06-02 15:00:40 -04:00
Thomas Tanghus
5b42801924 Contacts: Remove classpath.php require from remote.php 2013-05-04 21:20:01 +02:00
Thomas Tanghus
9b063b4e20 Contacts: Debug Sabre exceptions if DEBUG is set 2013-04-12 11:43:56 +02:00
Thomas Tanghus
2b03184548 Contacts: Moved classpaths to classpath.php 2013-04-08 22:38:18 +02:00
Thomas Tanghus
b36b223ab0 Contacts: speling fix 2013-03-20 11:19:22 +01:00
Thomas Tanghus
d286fb653b Contacts: Load backends in remote.php 2013-03-10 12:53:34 +01:00
Thomas Tanghus
ac19b7f0f3 Contacts: Namespace CardDAV backend. 2013-03-05 11:08:04 +01:00
Thomas Tanghus
65957c8737 Contacts: Move vCard validation and repair to SabreDAV subclasses. 2013-03-05 02:31:12 +01:00
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