| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-12-11 | Categorize files based on functionalities | mojganii | 1 | -355/+0 | |
| 2023-11-22 | Stop using old completion based MullvadREST interface | Jon Petersson | 1 | -36/+16 | |
| 2023-11-14 | remove importing namespaces partially | Mojgan | 1 | -2/+1 | |
| 2023-10-16 | Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler. | Jon Petersson | 1 | -6/+44 | |
| 2023-08-29 | Introduce RESTRequestExecutor to support async flows | Andrej Mihajlov | 1 | -7/+16 | |
| 2023-06-27 | New swiftformat rule, enable google swift guidelines | Bug Magnet | 1 | -2/+2 | |
| 2023-06-08 | REST: replace guard with simple if statement | Andrej Mihajlov | 1 | -4/+5 | |
| 2023-06-08 | Implement redeeming voucher code | Mojgan | 1 | -0/+56 | |
| 2023-05-22 | Reformat the code for Swift 5.8 | Andrej Mihajlov | 1 | -1/+1 | |
| 2023-02-10 | Disable retry strategy for access tokens | Andrej Mihajlov | 1 | -4/+1 | |
| 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 | -12/+17 | |
| 2022-11-07 | Remove unused import | Andrej Mihajlov | 1 | -1/+0 | |
| 2022-10-21 | REST: clean up access levels | Andrej Mihajlov | 1 | -6/+6 | |
| 2022-10-20 | Move REST into separate framework | sajacl | 1 | -0/+271 | |
