Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #908 from owncloud/release_3.6.2
Browse files Browse the repository at this point in the history
New release 3.6.2
  • Loading branch information
nasli authored Jun 13, 2017
2 parents fb4c116 + f9032f7 commit d5eb029
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 18 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.6.2 (June 2017)
- Support for private links
- Fix crash in public share links on iPads with iOS10

## 3.6.1 (June 2017)
- Fix bug that restarted log-in process on two-factor authentication environments when app passcode was set

Expand Down
2 changes: 1 addition & 1 deletion OC Share Sheet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>3.6.1</string>
<string>3.6.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Owncloud iOs Client/Owncloud iOs Client-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.6.1</string>
<string>3.6.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 0 additions & 2 deletions Owncloud iOs Client/Tabs/FileTab/Share/ShareFileOrFolder.m
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ - (void) doRequestUpdateShareLink:(OCSharedDto *)ocShare withPassword:(NSString*
}

[[AppDelegate sharedOCCommunication] setUserAgent:[UtilsUrls getUserAgent]];

password = [ShareUtils getPasswordEncodingWithPassword:password];

[[AppDelegate sharedOCCommunication] updateShare:ocShare.idRemoteShared ofServerPath:[UtilsUrls getFullRemoteServerPath:app.activeUser] withPasswordProtect:password andExpirationTime:expirationTime andPublicUpload:publicUpload andLinkName:linkName onCommunication:[AppDelegate sharedOCCommunication] successRequest:^(NSHTTPURLResponse *response, NSData *responseData, NSString *redirectedServer) {

Expand Down
2 changes: 0 additions & 2 deletions Owncloud iOs Client/Utils/ShareUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

+ (NSURL *) getNormalizedURLOfShareLink:(NSString *) url;

+ (NSString *) getPasswordEncodingWithPassword:(NSString *)password;


#pragma mark - capabilities checks

Expand Down
8 changes: 0 additions & 8 deletions Owncloud iOs Client/Utils/ShareUtils.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ + (NSURL *) getNormalizedURLOfShareLink:(OCSharedDto *)sharedLink {
return [NSURL URLWithString:url];
}

+ (NSString *) getPasswordEncodingWithPassword:(NSString *)password {

NSString *encodePassword = [password stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet characterSetWithCharactersInString:@"!*'();:@&=+$,/?%#[]"]];

return encodePassword;

}


#pragma mark - capabilities checks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.6.1</string>
<string>3.6.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ownCloudExtApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>3.6.1</string>
<string>3.6.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ownCloudExtAppFileProvider/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>3.6.1</string>
<string>3.6.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion user_manual/ios_app.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==========================
Using the ownCloud iOS App 3.6.1
Using the ownCloud iOS App 3.6.2
==========================

Accessing your files on your ownCloud server via the Web interface is easy and
Expand Down

0 comments on commit d5eb029

Please sign in to comment.