Commit 5f4ca84
1.9.0 release (#347)
* Exception Improvements (#254)
* Add null checks for MsalException error code references
* Better exception handling for invalid tokens
* Better exception handling for invalid tokens
* Sync with changes to Azure-Samples/ms-identity-java-desktop (#259)
* extra scopes for consent during authorizaion
* typo
* minor
* HTTPClient default timeouts (#264)
* Add default timeouts for DefaultHttpClient
* Handle 'stay signed in' confirmation page in DeviceCodeIT tests
* Small best-practices changes
* append extra scopes as suffix
* 1.6.2 release (#268)
* fixing integ test
* Tenant Profiles (#263)
* Classes for tenant profile functionality
* Implement tenant profile feature
* Tests for tenant profile feature
* Simplify tenant profile class structure
* 1.6.2 release
* Classes for tenant profile redesign
* Tests for tenant profile redesign
* Adjust sample cached ID tokens to have realistic headers
* Redesign how Tenant Pofiles are added to Accounts
* New error code for JWT parse exceptions
* Add claims and tenant profiles fields to Account
* Remove annotation excluding realm field from comparisons
* Use more generic token
* Remove ID token claims field from Account
* Minor changes for clarity
* Adjust tests for tenant profile design refactor
* Refactor tenant profile structure
* Minor fixes
* Minor fixes
* Minor fixes
* Simplify tenant profile class
Co-authored-by: SomkaPe <pesomka@microsoft.com>
* Improve HTTP client timeouts (#275)
* 1.6.2 release (#269)
* 1.6.2 release
* Make DefaultHttpClient timeouts settable
* Refactor timeout names
Co-authored-by: SomkaPe <pesomka@microsoft.com>
* Bewaters certchain (#276)
* Support for certificate chain
* 1.7.0 release (#277)
* Update DefaultHttpClient.java
* Fixed parsing ClientInfo: on some accounts, the server response contained characters that are incorrect for Base64 encoding, but acceptable for Base64URL (#282)
* sendX5c api (#285)
* refactoring (#287)
* refactoring
* refactoring
* refactoring
* Add AcquireTokenSilent tests for B2C and ADFS2019, refactor duplicate code in tests (#293)
* Add public constants for cloud endpoints (#298)
* Add public constants for cloud endpoints
* Add license header
* Added javadocs
* Removed unneeded test
* Make IAccount serializable (#297)
* Make IAccount objects serializable
* Make AuthenticationResult objects not serializable
* Add tenant profile/id claims to auth result (#300)
* Add tenant profile/id claims to auth result
* Minor fix
* treat null password as default one - empty string (#304)
* treat null password as default one - empty string
* Support for refresh_in (#305)
* Support for refresh_in
* Tests for refresh_in
* Add extra null check
* Add test for refreshOn cache persistence
* refresh on is optional field (#312)
* refresh on optional field
* 1.8.0 Release (#313)
1.8.0 release
* Fix spelling mistake in Prompt.java
* Remove use of Nimbus Oauth2 SDK's CommonContentTypes (#322)
* Remove use of Nimbus Oauth2 SDK's CommonContentTypes
* Add enum for HTTP content-type constants
* Remove use of javax.mail.internet.ContentType
* Support for claims request parameter (#315)
* ClaimsRequest classes
* Support for claims request parameter
* Tests for claims request
* Use Jackson library for JSON processing
* Change access level of userinfo and access_token claims
* Better merge tests
* Remove ability to set claims in userinfo field
* Refactor claims field naming
* 1.8.1 release (#326)
* Version number updates for 1.8.1 release
* Minor rewording
* Add missing check when creating tenant profile (#331)
* 1.8.1 release (#327)
* Exception Improvements (#254)
* Add null checks for MsalException error code references
* Better exception handling for invalid tokens
* Better exception handling for invalid tokens
* Sync with changes to Azure-Samples/ms-identity-java-desktop (#259)
* extra scopes for consent during authorizaion
* typo
* minor
* HTTPClient default timeouts (#264)
* Add default timeouts for DefaultHttpClient
* Handle 'stay signed in' confirmation page in DeviceCodeIT tests
* Small best-practices changes
* append extra scopes as suffix
* 1.6.2 release (#268)
* fixing integ test
* Tenant Profiles (#263)
* Classes for tenant profile functionality
* Implement tenant profile feature
* Tests for tenant profile feature
* Simplify tenant profile class structure
* 1.6.2 release
* Classes for tenant profile redesign
* Tests for tenant profile redesign
* Adjust sample cached ID tokens to have realistic headers
* Redesign how Tenant Pofiles are added to Accounts
* New error code for JWT parse exceptions
* Add claims and tenant profiles fields to Account
* Remove annotation excluding realm field from comparisons
* Use more generic token
* Remove ID token claims field from Account
* Minor changes for clarity
* Adjust tests for tenant profile design refactor
* Refactor tenant profile structure
* Minor fixes
* Minor fixes
* Minor fixes
* Simplify tenant profile class
Co-authored-by: SomkaPe <pesomka@microsoft.com>
* Improve HTTP client timeouts (#275)
* 1.6.2 release (#269)
* 1.6.2 release
* Make DefaultHttpClient timeouts settable
* Refactor timeout names
Co-authored-by: SomkaPe <pesomka@microsoft.com>
* Bewaters certchain (#276)
* Support for certificate chain
* 1.7.0 release (#277)
* Update DefaultHttpClient.java
* Fixed parsing ClientInfo: on some accounts, the server response contained characters that are incorrect for Base64 encoding, but acceptable for Base64URL (#282)
* sendX5c api (#285)
* refactoring (#287)
* refactoring
* refactoring
* refactoring
* Add AcquireTokenSilent tests for B2C and ADFS2019, refactor duplicate code in tests (#293)
* Add public constants for cloud endpoints (#298)
* Add public constants for cloud endpoints
* Add license header
* Added javadocs
* Removed unneeded test
* Make IAccount serializable (#297)
* Make IAccount objects serializable
* Make AuthenticationResult objects not serializable
* Add tenant profile/id claims to auth result (#300)
* Add tenant profile/id claims to auth result
* Minor fix
* treat null password as default one - empty string (#304)
* treat null password as default one - empty string
* Support for refresh_in (#305)
* Support for refresh_in
* Tests for refresh_in
* Add extra null check
* Add test for refreshOn cache persistence
* refresh on is optional field (#312)
* refresh on optional field
* 1.8.0 Release (#313)
1.8.0 release
* Fix spelling mistake in Prompt.java
* Remove use of Nimbus Oauth2 SDK's CommonContentTypes (#322)
* Remove use of Nimbus Oauth2 SDK's CommonContentTypes
* Add enum for HTTP content-type constants
* Remove use of javax.mail.internet.ContentType
* Support for claims request parameter (#315)
* ClaimsRequest classes
* Support for claims request parameter
* Tests for claims request
* Use Jackson library for JSON processing
* Change access level of userinfo and access_token claims
* Better merge tests
* Remove ability to set claims in userinfo field
* Refactor claims field naming
* 1.8.1 release (#326)
* Version number updates for 1.8.1 release
* Minor rewording
Co-authored-by: SomkaPe <pesomka@microsoft.com>
Co-authored-by: Roman Nosachev <walther.landmine@gmail.com>
Co-authored-by: Santiago Gonzalez <sagonzal@microsoft.com>
Co-authored-by: Santiago Gonzalez <35743865+sangonzal@users.noreply.github.com>
* Add check for empty String
Co-authored-by: SomkaPe <pesomka@microsoft.com>
Co-authored-by: Roman Nosachev <walther.landmine@gmail.com>
Co-authored-by: Santiago Gonzalez <sagonzal@microsoft.com>
Co-authored-by: Santiago Gonzalez <35743865+sangonzal@users.noreply.github.com>
* Update lab API urls
* Release pointing to the main branch
shows not built... some infrastructure needs to get updated to reflect that this thing is being built.
* Region discovery support (#343)
* Add Azure regional support
* Refactor
* Add logs for success/failure to find regional info
* Extra log
* Upgrade oauth2-oidc-sdk version (#345)
* 1.8.1 release (#327)
* Exception Improvements (#254)
* Add null checks for MsalException error code references
* Better exception handling for invalid tokens
* Better exception handling for invalid tokens
* Sync with changes to Azure-Samples/ms-identity-java-desktop (#259)
* extra scopes for consent during authorizaion
* typo
* minor
* HTTPClient default timeouts (#264)
* Add default timeouts for DefaultHttpClient
* Handle 'stay signed in' confirmation page in DeviceCodeIT tests
* Small best-practices changes
* append extra scopes as suffix
* 1.6.2 release (#268)
* fixing integ test
* Tenant Profiles (#263)
* Classes for tenant profile functionality
* Implement tenant profile feature
* Tests for tenant profile feature
* Simplify tenant profile class structure
* 1.6.2 release
* Classes for tenant profile redesign
* Tests for tenant profile redesign
* Adjust sample cached ID tokens to have realistic headers
* Redesign how Tenant Pofiles are added to Accounts
* New error code for JWT parse exceptions
* Add claims and tenant profiles fields to Account
* Remove annotation excluding realm field from comparisons
* Use more generic token
* Remove ID token claims field from Account
* Minor changes for clarity
* Adjust tests for tenant profile design refactor
* Refactor tenant profile structure
* Minor fixes
* Minor fixes
* Minor fixes
* Simplify tenant profile class
Co-authored-by: SomkaPe <pesomka@microsoft.com>
* Improve HTTP client timeouts (#275)
* 1.6.2 release (#269)
* 1.6.2 release
* Make DefaultHttpClient timeouts settable
* Refactor timeout names
Co-authored-by: SomkaPe <pesomka@microsoft.com>
* Bewaters certchain (#276)
* Support for certificate chain
* 1.7.0 release (#277)
* Update DefaultHttpClient.java
* Fixed parsing ClientInfo: on some accounts, the server response contained characters that are incorrect for Base64 encoding, but acceptable for Base64URL (#282)
* sendX5c api (#285)
* refactoring (#287)
* refactoring
* refactoring
* refactoring
* Add AcquireTokenSilent tests for B2C and ADFS2019, refactor duplicate code in tests (#293)
* Add public constants for cloud endpoints (#298)
* Add public constants for cloud endpoints
* Add license header
* Added javadocs
* Removed unneeded test
* Make IAccount serializable (#297)
* Make IAccount objects serializable
* Make AuthenticationResult objects not serializable
* Add tenant profile/id claims to auth result (#300)
* Add tenant profile/id claims to auth result
* Minor fix
* treat null password as default one - empty string (#304)
* treat null password as default one - empty string
* Support for refresh_in (#305)
* Support for refresh_in
* Tests for refresh_in
* Add extra null check
* Add test for refreshOn cache persistence
* refresh on is optional field (#312)
* refresh on optional field
* 1.8.0 Release (#313)
1.8.0 release
* Fix spelling mistake in Prompt.java
* Remove use of Nimbus Oauth2 SDK's CommonContentTypes (#322)
* Remove use of Nimbus Oauth2 SDK's CommonContentTypes
* Add enum for HTTP content-type constants
* Remove use of javax.mail.internet.ContentType
* Support for claims request parameter (#315)
* ClaimsRequest classes
* Support for claims request parameter
* Tests for claims request
* Use Jackson library for JSON processing
* Change access level of userinfo and access_token claims
* Better merge tests
* Remove ability to set claims in userinfo field
* Refactor claims field naming
* 1.8.1 release (#326)
* Version number updates for 1.8.1 release
* Minor rewording
Co-authored-by: SomkaPe <pesomka@microsoft.com>
Co-authored-by: Roman Nosachev <walther.landmine@gmail.com>
Co-authored-by: Santiago Gonzalez <sagonzal@microsoft.com>
Co-authored-by: Santiago Gonzalez <35743865+sangonzal@users.noreply.github.com>
* Upgrade oauth2-oidc-sdk dependency version
Co-authored-by: SomkaPe <pesomka@microsoft.com>
Co-authored-by: Roman Nosachev <walther.landmine@gmail.com>
Co-authored-by: Santiago Gonzalez <sagonzal@microsoft.com>
Co-authored-by: Santiago Gonzalez <35743865+sangonzal@users.noreply.github.com>
* Add String-to-ClaimsRequest helper method (#344)
* 1.8.1 release (#327)
* Exception Improvements (#254)
* Add null checks for MsalException error code references
* Better exception handling for invalid tokens
* Better exception handling for invalid tokens
* Sync with changes to Azure-Samples/ms-identity-java-desktop (#259)
* extra scopes for consent during authorizaion
* typo
* minor
* HTTPClient default timeouts (#264)
* Add default timeouts for DefaultHttpClient
* Handle 'stay signed in' confirmation page in DeviceCodeIT tests
* Small best-practices changes
* append extra scopes as suffix
* 1.6.2 release (#268)
* fixing integ test
* Tenant Profiles (#263)
* Classes for tenant profile functionality
* Implement tenant profile feature
* Tests for tenant profile feature
* Simplify tenant profile class structure
* 1.6.2 release
* Classes for tenant profile redesign
* Tests for tenant profile redesign
* Adjust sample cached ID tokens to have realistic headers
* Redesign how Tenant Pofiles are added to Accounts
* New error code for JWT parse exceptions
* Add claims and tenant profiles fields to Account
* Remove annotation excluding realm field from comparisons
* Use more generic token
* Remove ID token claims field from Account
* Minor changes for clarity
* Adjust tests for tenant profile design refactor
* Refactor tenant profile structure
* Minor fixes
* Minor fixes
* Minor fixes
* Simplify tenant profile class
Co-authored-by: SomkaPe <pesomka@microsoft.com>
* Improve HTTP client timeouts (#275)
* 1.6.2 release (#269)
* 1.6.2 release
* Make DefaultHttpClient timeouts settable
* Refactor timeout names
Co-authored-by: SomkaPe <pesomka@microsoft.com>
* Bewaters certchain (#276)
* Support for certificate chain
* 1.7.0 release (#277)
* Update DefaultHttpClient.java
* Fixed parsing ClientInfo: on some accounts, the server response contained characters that are incorrect for Base64 encoding, but acceptable for Base64URL (#282)
* sendX5c api (#285)
* refactoring (#287)
* refactoring
* refactoring
* refactoring
* Add AcquireTokenSilent tests for B2C and ADFS2019, refactor duplicate code in tests (#293)
* Add public constants for cloud endpoints (#298)
* Add public constants for cloud endpoints
* Add license header
* Added javadocs
* Removed unneeded test
* Make IAccount serializable (#297)
* Make IAccount objects serializable
* Make AuthenticationResult objects not serializable
* Add tenant profile/id claims to auth result (#300)
* Add tenant profile/id claims to auth result
* Minor fix
* treat null password as default one - empty string (#304)
* treat null password as default one - empty string
* Support for refresh_in (#305)
* Support for refresh_in
* Tests for refresh_in
* Add extra null check
* Add test for refreshOn cache persistence
* refresh on is optional field (#312)
* refresh on optional field
* 1.8.0 Release (#313)
1.8.0 release
* Fix spelling mistake in Prompt.java
* Remove use of Nimbus Oauth2 SDK's CommonContentTypes (#322)
* Remove use of Nimbus Oauth2 SDK's CommonContentTypes
* Add enum for HTTP content-type constants
* Remove use of javax.mail.internet.ContentType
* Support for claims request parameter (#315)
* ClaimsRequest classes
* Support for claims request parameter
* Tests for claims request
* Use Jackson library for JSON processing
* Change access level of userinfo and access_token claims
* Better merge tests
* Remove ability to set claims in userinfo field
* Refactor claims field naming
* 1.8.1 release (#326)
* Version number updates for 1.8.1 release
* Minor rewording
Co-authored-by: SomkaPe <pesomka@microsoft.com>
Co-authored-by: Roman Nosachev <walther.landmine@gmail.com>
Co-authored-by: Santiago Gonzalez <sagonzal@microsoft.com>
Co-authored-by: Santiago Gonzalez <35743865+sangonzal@users.noreply.github.com>
* Add helper method to create a ClaimsRequest from a string
Co-authored-by: SomkaPe <pesomka@microsoft.com>
Co-authored-by: Roman Nosachev <walther.landmine@gmail.com>
Co-authored-by: Santiago Gonzalez <sagonzal@microsoft.com>
Co-authored-by: Santiago Gonzalez <35743865+sangonzal@users.noreply.github.com>
* 1.9.0 release (#346)
* 1.8.1 release (#327)
* Exception Improvements (#254)
* Add null checks for MsalException error code references
* Better exception handling for invalid tokens
* Better exception handling for invalid tokens
* Sync with changes to Azure-Samples/ms-identity-java-desktop (#259)
* extra scopes for consent during authorizaion
* typo
* minor
* HTTPClient default timeouts (#264)
* Add default timeouts for DefaultHttpClient
* Handle 'stay signed in' confirmation page in DeviceCodeIT tests
* Small best-practices changes
* append extra scopes as suffix
* 1.6.2 release (#268)
* fixing integ test
* Tenant Profiles (#263)
* Classes for tenant profile functionality
* Implement tenant profile feature
* Tests for tenant profile feature
* Simplify tenant profile class structure
* 1.6.2 release
* Classes for tenant profile redesign
* Tests for tenant profile redesign
* Adjust sample cached ID tokens to have realistic headers
* Redesign how Tenant Pofiles are added to Accounts
* New error code for JWT parse exceptions
* Add claims and tenant profiles fields to Account
* Remove annotation excluding realm field from comparisons
* Use more generic token
* Remove ID token claims field from Account
* Minor changes for clarity
* Adjust tests for tenant profile design refactor
* Refactor tenant profile structure
* Minor fixes
* Minor fixes
* Minor fixes
* Simplify tenant profile class
Co-authored-by: SomkaPe <pesomka@microsoft.com>
* Improve HTTP client timeouts (#275)
* 1.6.2 release (#269)
* 1.6.2 release
* Make DefaultHttpClient timeouts settable
* Refactor timeout names
Co-authored-by: SomkaPe <pesomka@microsoft.com>
* Bewaters certchain (#276)
* Support for certificate chain
* 1.7.0 release (#277)
* Update DefaultHttpClient.java
* Fixed parsing ClientInfo: on some accounts, the server response contained characters that are incorrect for Base64 encoding, but acceptable for Base64URL (#282)
* sendX5c api (#285)
* refactoring (#287)
* refactoring
* refactoring
* refactoring
* Add AcquireTokenSilent tests for B2C and ADFS2019, refactor duplicate code in tests (#293)
* Add public constants for cloud endpoints (#298)
* Add public constants for cloud endpoints
* Add license header
* Added javadocs
* Removed unneeded test
* Make IAccount serializable (#297)
* Make IAccount objects serializable
* Make AuthenticationResult objects not serializable
* Add tenant profile/id claims to auth result (#300)
* Add tenant profile/id claims to auth result
* Minor fix
* treat null password as default one - empty string (#304)
* treat null password as default one - empty string
* Support for refresh_in (#305)
* Support for refresh_in
* Tests for refresh_in
* Add extra null check
* Add test for refreshOn cache persistence
* refresh on is optional field (#312)
* refresh on optional field
* 1.8.0 Release (#313)
1.8.0 release
* Fix spelling mistake in Prompt.java
* Remove use of Nimbus Oauth2 SDK's CommonContentTypes (#322)
* Remove use of Nimbus Oauth2 SDK's CommonContentTypes
* Add enum for HTTP content-type constants
* Remove use of javax.mail.internet.ContentType
* Support for claims request parameter (#315)
* ClaimsRequest classes
* Support for claims request parameter
* Tests for claims request
* Use Jackson library for JSON processing
* Change access level of userinfo and access_token claims
* Better merge tests
* Remove ability to set claims in userinfo field
* Refactor claims field naming
* 1.8.1 release (#326)
* Version number updates for 1.8.1 release
* Minor rewording
Co-authored-by: SomkaPe <pesomka@microsoft.com>
Co-authored-by: Roman Nosachev <walther.landmine@gmail.com>
Co-authored-by: Santiago Gonzalez <sagonzal@microsoft.com>
Co-authored-by: Santiago Gonzalez <35743865+sangonzal@users.noreply.github.com>
* Add helper method for creating ClaimsRequest from a string
* Version number updates for 1.9.0 release
Co-authored-by: SomkaPe <pesomka@microsoft.com>
Co-authored-by: Roman Nosachev <walther.landmine@gmail.com>
Co-authored-by: Santiago Gonzalez <sagonzal@microsoft.com>
Co-authored-by: Santiago Gonzalez <35743865+sangonzal@users.noreply.github.com>
Co-authored-by: SomkaPe <pesomka@microsoft.com>
Co-authored-by: Roman Nosachev <walther.landmine@gmail.com>
Co-authored-by: Santiago Gonzalez <sagonzal@microsoft.com>
Co-authored-by: Santiago Gonzalez <35743865+sangonzal@users.noreply.github.com>
Co-authored-by: henrikm <34380746+henrik-me@users.noreply.github.com>1 parent e34e382 commit 5f4ca84
File tree
13 files changed
+268
-24
lines changed- src
- integrationtest/java/labapi
- main/java/com/microsoft/aad/msal4j
- samples
- msal-b2c-web-sample
- msal-obo-sample
- msal-web-sample
- test/java/com/microsoft/aad/msal4j
13 files changed
+268
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 94 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| 16 | + | |
| 17 | + | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
17 | 24 | | |
| 25 | + | |
18 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
19 | 31 | | |
20 | 32 | | |
21 | 33 | | |
| 34 | + | |
| 35 | + | |
22 | 36 | | |
23 | 37 | | |
24 | 38 | | |
| |||
102 | 116 | | |
103 | 117 | | |
104 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
105 | 128 | | |
106 | 129 | | |
107 | 130 | | |
108 | 131 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
113 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
114 | 170 | | |
115 | 171 | | |
116 | | - | |
117 | | - | |
| 172 | + | |
| 173 | + | |
118 | 174 | | |
119 | | - | |
| 175 | + | |
120 | 176 | | |
121 | 177 | | |
122 | 178 | | |
| 179 | + | |
123 | 180 | | |
124 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
125 | 211 | | |
126 | 212 | | |
127 | 213 | | |
| |||
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
292 | 296 | | |
293 | 297 | | |
294 | 298 | | |
| 299 | + | |
295 | 300 | | |
296 | 301 | | |
297 | 302 | | |
| |||
573 | 578 | | |
574 | 579 | | |
575 | 580 | | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
576 | 597 | | |
577 | 598 | | |
578 | 599 | | |
| |||
599 | 620 | | |
600 | 621 | | |
601 | 622 | | |
| 623 | + | |
602 | 624 | | |
603 | 625 | | |
604 | 626 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
34 | 41 | | |
35 | 42 | | |
36 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
37 | 55 | | |
38 | 56 | | |
39 | 57 | | |
| |||
70 | 88 | | |
71 | 89 | | |
72 | 90 | | |
73 | | - | |
| 91 | + | |
| 92 | + | |
74 | 93 | | |
75 | 94 | | |
76 | 95 | | |
77 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
78 | 150 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments