Mirall -> (Desktop) Client
Esse commit está contido em:
@@ -21,6 +21,6 @@ set( CRASHREPORTER_EXECUTABLE @CRASHREPORTER_EXECUTABLE@)
|
|||||||
|
|
||||||
set( BUILD_OWNCLOUD_OSX_BUNDLE @BUILD_OWNCLOUD_OSX_BUNDLE@)
|
set( BUILD_OWNCLOUD_OSX_BUNDLE @BUILD_OWNCLOUD_OSX_BUNDLE@)
|
||||||
if(APPLE AND NOT BUILD_OWNCLOUD_OSX_BUNDLE)
|
if(APPLE AND NOT BUILD_OWNCLOUD_OSX_BUNDLE)
|
||||||
message( FATAL_ERROR "You're trying to build a bundle although you haven't built mirall in bundle mode.\n Add -DBUILD_OWNCLOUD_OSX_BUNDLE=ON")
|
message( FATAL_ERROR "You're trying to build a bundle although you haven't built the client in bundle mode.\n Add -DBUILD_OWNCLOUD_OSX_BUNDLE=ON")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -44,7 +44,7 @@ contact the authors directly by mail, as this increases the chance
|
|||||||
of your report being lost.
|
of your report being lost.
|
||||||
|
|
||||||
If you created a patch, please submit a [Pull
|
If you created a patch, please submit a [Pull
|
||||||
Request](https://github.com/owncloud/mirall/pulls). For non-trivial
|
Request](https://github.com/owncloud/client/pulls). For non-trivial
|
||||||
patches, we need you to sign the [Contributor
|
patches, we need you to sign the [Contributor
|
||||||
Agreement](https://owncloud.org/contribute/agreement) before
|
Agreement](https://owncloud.org/contribute/agreement) before
|
||||||
we can accept your patch.
|
we can accept your patch.
|
||||||
|
|||||||
+1
-1
Submodule binary updated: 151fc83a05...da9d1b487d
@@ -11,7 +11,7 @@
|
|||||||
<key>IDESourceControlProjectOriginsDictionary</key>
|
<key>IDESourceControlProjectOriginsDictionary</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>09EE94AA-F410-4594-AB26-5A0220DEAEC7</key>
|
<key>09EE94AA-F410-4594-AB26-5A0220DEAEC7</key>
|
||||||
<string>ssh://github.com/owncloud/mirall.git</string>
|
<string>ssh://github.com/owncloud/client.git</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>IDESourceControlProjectPath</key>
|
<key>IDESourceControlProjectPath</key>
|
||||||
<string>shell_integration/MacOSX/OwnCloud.xcworkspace</string>
|
<string>shell_integration/MacOSX/OwnCloud.xcworkspace</string>
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<string>../../..</string>
|
<string>../../..</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>IDESourceControlProjectURL</key>
|
<key>IDESourceControlProjectURL</key>
|
||||||
<string>ssh://github.com/owncloud/mirall.git</string>
|
<string>ssh://github.com/owncloud/client.git</string>
|
||||||
<key>IDESourceControlProjectVersion</key>
|
<key>IDESourceControlProjectVersion</key>
|
||||||
<integer>110</integer>
|
<integer>110</integer>
|
||||||
<key>IDESourceControlProjectWCCIdentifier</key>
|
<key>IDESourceControlProjectWCCIdentifier</key>
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
<key>IDESourceControlWCCIdentifierKey</key>
|
<key>IDESourceControlWCCIdentifierKey</key>
|
||||||
<string>09EE94AA-F410-4594-AB26-5A0220DEAEC7</string>
|
<string>09EE94AA-F410-4594-AB26-5A0220DEAEC7</string>
|
||||||
<key>IDESourceControlWCCName</key>
|
<key>IDESourceControlWCCName</key>
|
||||||
<string>mirall</string>
|
<string>client</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ static ContentManager* sharedInstance = nil;
|
|||||||
}
|
}
|
||||||
|
|
||||||
// called as a result of an UPDATE_VIEW message.
|
// called as a result of an UPDATE_VIEW message.
|
||||||
// it clears the entries from the hash to make it call again home to mirall.
|
// it clears the entries from the hash to make it call again home to the desktop client.
|
||||||
- (void)clearFileNameCacheForPath:(NSString*)path
|
- (void)clearFileNameCacheForPath:(NSString*)path
|
||||||
{
|
{
|
||||||
NSLog(@"%@", NSStringFromSelector(_cmd));
|
NSLog(@"%@", NSStringFromSelector(_cmd));
|
||||||
@@ -387,4 +387,4 @@ static ContentManager* sharedInstance = nil;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# osascript $HOME/owncloud.com/mirall/shell_integration/MacOSX/unload.scpt
|
# osascript $HOME/owncloud.com/client/shell_integration/MacOSX/unload.scpt
|
||||||
|
|
||||||
sudo rm -rf /Library/ScriptingAdditions/SyncStateFinder.osax
|
sudo rm -rf /Library/ScriptingAdditions/SyncStateFinder.osax
|
||||||
# Klaas' machine
|
# Klaas' machine
|
||||||
@@ -12,6 +12,6 @@ OSAXDIR=$HOME/Library/Developer/Xcode/DerivedData/OwnCloud-*/Build/Products/Debu
|
|||||||
|
|
||||||
sudo killall Finder
|
sudo killall Finder
|
||||||
sleep 1
|
sleep 1
|
||||||
osascript $HOME/owncloud.com/mirall/shell_integration/MacOSX/load.scpt
|
osascript $HOME/owncloud.com/client/shell_integration/MacOSX/load.scpt
|
||||||
osascript $HOME/owncloud.com/mirall/shell_integration/MacOSX/check.scpt
|
osascript $HOME/owncloud.com/client/shell_integration/MacOSX/check.scpt
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef WITH_CRASHREPORTER
|
#ifdef WITH_CRASHREPORTER
|
||||||
#include "mirallconfigfile.h"
|
#include "configfile.h"
|
||||||
#include <libcrashreporter-handler/Handler.h>
|
#include <libcrashreporter-handler/Handler.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ int handleNeonSSLProblems(const char* prompt,
|
|||||||
const QString qPrompt = QString::fromLatin1( prompt ).trimmed();
|
const QString qPrompt = QString::fromLatin1( prompt ).trimmed();
|
||||||
|
|
||||||
if( qPrompt.startsWith( QLatin1String("There are problems with the SSL certificate:"))) {
|
if( qPrompt.startsWith( QLatin1String("There are problems with the SSL certificate:"))) {
|
||||||
// SSL is requested. If the program came here, the SSL check was done by mirall
|
// SSL is requested. If the program came here, the SSL check was done by Qt
|
||||||
// It needs to be checked if the chain is still equal to the one which
|
// It needs to be checked if the chain is still equal to the one which
|
||||||
// was verified by the user.
|
// was verified by the user.
|
||||||
const QRegExp regexp("fingerprint: ([\\w\\d:]+)");
|
const QRegExp regexp("fingerprint: ([\\w\\d:]+)");
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário