| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-12-11 | Categorize files based on functionalities | mojganii | 1 | -50/+0 | |
| 2023-10-30 | Migrate settings to Version3 and introduce incremental migration scheme. | Bug Magnet | 1 | -2/+2 | |
| 2023-06-27 | New swiftformat rule, enable google swift guidelines | Bug Magnet | 1 | -3/+3 | |
| 2023-02-28 | Replace OperationCompletion with Result | Andrej Mihajlov | 1 | -10/+11 | |
| Error is set to OperationError.cancelled if operation is cancelled. | |||||
| 2023-02-10 | Disable retry strategy for access tokens | Andrej Mihajlov | 1 | -21/+9 | |
| Requests that require authorization already implement their own retry strategy. Hence access token requests should be a part of that strategy and not behave as each having their individual strategy. Previously a request requiring authentication configured with 3 retry attempts would perform 9 calls (3 * 3) to obtain access token in the worst case. That's because each individual request to obtain access token was configured with default retry strategy (3 retry attempts). With this change exactly 3 attempts will be made. | |||||
| 2023-02-06 | REST: migrate app/v1/create-apple-payment to use access token authorization | Andrej Mihajlov | 1 | -5/+2 | |
| 2022-10-20 | Move REST into separate framework | sajacl | 1 | -0/+64 | |
