10 files changed
+15
-10
lines changed- ownCloudSDK.xcodeproj/project.pbxproj+84
- ownCloudSDK/Connection/Capabilities/OCCapabilities.h+17-6
- ownCloudSDK/Connection/Capabilities/OCCapabilities.m+146-4
- ownCloudSDK/Core/ItemPolicies/Processors/Available Offline/OCItemPolicyProcessorAvailableOffline.m+20
- ownCloudSDK/Core/ItemPolicies/Processors/OCItemPolicyProcessor.h+1
- ownCloudSDK/Core/ItemPolicies/Processors/OCItemPolicyProcessor.m+33-26
- ownCloudSDK/Core/OCCore.h+1-1
- ownCloudSDK/Core/OCCore.m+2-2
- ownCloudSDK/Data Sources/Sources/Array Backed/OCDataSourceArray.m+7
- ownCloudSDK/Data Sources/Sources/KVO Backed/OCDataSourceKVO.m+2
- ownCloudSDK/Password Policy/OCCapabilities+PasswordPolicy.h+31
- ownCloudSDK/Password Policy/OCCapabilities+PasswordPolicy.m+100
- ownCloudSDK/Password Policy/OCPasswordPolicy+Default.h+29
- ownCloudSDK/Password Policy/OCPasswordPolicy+Default.m+38
- ownCloudSDK/Password Policy/OCPasswordPolicy+Generator.h+29
- ownCloudSDK/Password Policy/OCPasswordPolicy+Generator.m+217
- ownCloudSDK/Password Policy/OCPasswordPolicy.h+35
- ownCloudSDK/Password Policy/OCPasswordPolicy.m+48
- ownCloudSDK/Password Policy/OCPasswordPolicyReport.h+37
- ownCloudSDK/Password Policy/OCPasswordPolicyReport.m+65
- ownCloudSDK/Password Policy/OCPasswordPolicyRule+StandardRules.h+34
- ownCloudSDK/Password Policy/OCPasswordPolicyRule+StandardRules.m+80
- ownCloudSDK/Password Policy/OCPasswordPolicyRule.h+33
- ownCloudSDK/Password Policy/OCPasswordPolicyRule.m+38
- ownCloudSDK/Password Policy/OCPasswordPolicyRuleByteLength.h+34
- ownCloudSDK/Password Policy/OCPasswordPolicyRuleByteLength.m+93
- ownCloudSDK/Password Policy/OCPasswordPolicyRuleCharacters.h+39
- ownCloudSDK/Password Policy/OCPasswordPolicyRuleCharacters.m+148
- ownCloudSDK/Resources/de.lproj/Localizable.strings+24
- ownCloudSDK/Resources/en.lproj/Localizable.strings+24
- ownCloudSDK/Vaults/Database/OCDatabase+Schemas.m+1-1
- ownCloudSDK/Vaults/OCVault.h+1-1
- ownCloudSDK/Vaults/OCVault.m+5-2
- ownCloudSDK/ownCloudSDK.h+10
- ownCloudSDKTests/ConnectionTests.m+1-1
- ownCloudSDKTests/PasswordPolicyTests.m+396
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
482 | 482 |
| |
483 | 483 |
| |
484 | 484 |
| |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
485 | 490 |
| |
486 | 491 |
| |
487 | 492 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
278 |
| - | |
| 278 | + | |
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 |
| - | |
| 184 | + | |
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
|
0 commit comments