mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 22:53:18 +00:00
Monotone-Parent: 863c571be4782f1a0a91daa6a3747c901ac69aaa
Monotone-Revision: 57e11c311296e70140960bcd3420fad8473f5342 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-20T12:37:09 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2010-08-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoFolder.m (-davEntityTag): we no return a
|
||||
pseudo etag for collections for compatibility with the broken
|
||||
Apple clients.
|
||||
|
||||
2010-08-19 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/generic.js (showConfirmDialog): new
|
||||
|
||||
@@ -242,6 +242,11 @@
|
||||
|
||||
/* WebDAV */
|
||||
|
||||
- (NSString *) davEntityTag
|
||||
{
|
||||
return @"\"None\"";
|
||||
}
|
||||
|
||||
- (NSString *) davContentType
|
||||
{
|
||||
return @"httpd/unix-directory";
|
||||
|
||||
Reference in New Issue
Block a user