Commit Graph

314 Commits

Author SHA1 Message Date
Davide De Rosa 2e10aab039
Extend authentication methods (#259)
* Add profile authentication method

- Persistent (default, fallback)

- Interactive (may expire through reconnections)

- TOTP (seed-based) - currently disabled

* Disable on-demand if login is interactive

* Present interactive prompt on VPN toggle
2023-03-17 16:49:35 +01:00
Davide De Rosa ba09dcffa7
Full OpenVPN XOR patch (#245) 2022-11-06 18:08:41 +01:00
Davide De Rosa 2b083565a1 Update CHANGELOG 2022-11-01 14:21:48 +01:00
Davide De Rosa 899e99652e [ci skip] Set release date 2022-10-31 08:55:57 +01:00
Davide De Rosa 0d14cf1b02 Update CHANGELOG 2022-10-30 20:59:30 +01:00
Davide De Rosa e1a3e7992f Update TunnelKit with .killSwitch option
Fixes #181
2022-10-30 11:54:52 +01:00
Davide De Rosa cdc05f0c10 Update TunnelKit
Split IP settings and routes. Now properly handling local routes.
2022-10-29 12:28:27 +02:00
Davide De Rosa e9b7be6334 Update TunnelKit
- Could encode but not decode profiles with IPv6 endpoints from
Core Data

- Improve options logging
2022-10-27 00:42:48 +02:00
Davide De Rosa e28bb3db9a Ack new refunds only if refunds list was altered
Fixes #238
2022-10-25 12:48:45 +02:00
Davide De Rosa 7c2d120a09 Update TunnelKit to fix 2.0.1 regressions
Fixes #237
2022-10-25 09:06:35 +02:00
Davide De Rosa c0cc10ab94
Restore reconnect action (#232)
* Add "Reconnect" in profile view

* Add "Reconnect" in profile context menu

* Update CHANGELOG

* Restrict "Reconnect" in context menu to iOS 16

SwiftUI does not react properly to state updates.
2022-10-17 17:36:32 +02:00
Davide De Rosa f6e0caaa73 Implement --remote-random-hostname
- Update TunnelKit

- Show in UI
2022-10-17 09:06:52 +02:00
Davide De Rosa c23bdc2c5e
[ci skip] Set release date 2022-10-17 06:29:20 +00:00
Davide De Rosa 54c53707e0
Add app log in Diagnostics screen (#234) 2022-10-16 08:33:32 +02:00
Davide De Rosa 66a04862f9
Override Mullvad password (#233)
Set "m" as per official documentation:

https://mullvad.net/en/help/installing-mullvad-iphone-and-ipad/
2022-10-15 16:44:48 +02:00
Davide De Rosa e0efd54cfd Update CHANGELOG 2022-10-13 19:12:37 +02:00
Davide De Rosa 5627e6c4a9
Address UI race conditions (#229)
* Make some managers concurrency-safe

- IntentsManager: @MainActor, non-shared, continuation

- SSIDReader: @MainActor, continuation

- Reviewer: main queue, non-shared

* Review wrong use of Concurrency framework

There were background thread calls e.g. in VPNToggle, because
ProfileManager was used inside a VPNManager async call.

Annotate @MainActor wherever a Task involves UI.

* Make main managers MainActor

* Apply MainActor to Mac menus

* [ci skip] Update CHANGELOG

* Set MainActor consistently on Mac menu view models
2022-10-13 08:53:50 +02:00
Davide De Rosa fb4d563804 Do not sort Core Data entities by UUID
Crash on compare.
2022-10-11 09:43:26 +02:00
Davide De Rosa f21d05aa53 Add IVPN metadata 2022-10-08 11:33:03 +02:00
Davide De Rosa e2c1a4c686 Fix Oeck eligibility regression 2022-10-04 22:37:53 +02:00
Davide De Rosa 1cbc481516 Allow spaces as legal filename characters 2022-10-04 07:56:28 +02:00
Davide De Rosa 70c56f039f [ci skip] Set release date 2022-10-02 20:06:55 +02:00
Davide De Rosa 063f0621c1 Unify metadata
- Fix fastlane env variables

- Use single CHANGELOG.md in project root

- Retain old 1.x changelogs
2022-04-19 16:17:13 +02:00
Davide De Rosa d4b7d47498 Merge macOS app and Core into repository
Temporarily drop env and fastlane.
2021-01-03 22:28:07 +01:00
Davide De Rosa 3f6c7d7edf Set release date 2021-01-03 22:18:38 +01:00
Davide De Rosa 66bdc65359 Set beta release 2021-01-02 11:09:26 +01:00
Davide De Rosa 5a1b86e9d5 Fix non-optional MTU in network settings
May break parsing of ConnectionService.

Fixes #163
2021-01-02 11:06:19 +01:00
Davide De Rosa c35f8ecb3d Fix CHANGELOG 2021-01-01 08:59:14 +01:00
Davide De Rosa 1a988ce0be Set release date 2020-12-30 08:31:55 +01:00
Davide De Rosa b6e440422a Set beta release 2020-12-29 00:26:04 +01:00
Davide De Rosa e27d59a5c5 Set beta release 2020-12-28 19:12:51 +01:00
Davide De Rosa 991fefc0b3 Update CHANGELOG 2020-12-28 18:22:14 +01:00
Davide De Rosa 5cd416feb1 Add trusted Wi-Fi with explicit name 2020-12-27 22:22:18 +01:00
Davide De Rosa ed52d9ceaa Set beta release 2020-11-15 22:22:08 +01:00
Davide De Rosa 46d90b1112 Update project
- Pods
- Target (12.0)
- Version (1.13.0)
- API
2020-11-15 17:41:38 +01:00
Davide De Rosa d978353088 Set release date 2020-11-11 19:42:51 +01:00
Davide De Rosa c38db995ff Set beta release 2020-10-25 18:43:23 +01:00
Davide De Rosa 57524d644a Set beta release 2020-10-06 00:03:49 +02:00
Davide De Rosa c05334bcf7 Set beta release 2020-07-23 14:14:08 +02:00
Davide De Rosa 27220cbf6a Update CHANGELOG 2020-07-23 12:17:11 +02:00
Davide De Rosa 7c6a404e4a Add Child Safe VPN provider 2020-07-23 11:51:20 +02:00
Davide De Rosa 32ea6a9cfd Use active profile name in iOS settings 2020-07-02 19:30:53 +02:00
Davide De Rosa d6ec962476 Set release date 2020-06-23 09:54:36 +02:00
Davide De Rosa b28edc3d8f Set beta release 2020-06-11 17:06:05 +02:00
Davide De Rosa 2a7d7900c6 Skip DNS resolution of resolved pools 2020-06-11 16:04:34 +02:00
Davide De Rosa 1fb0906f7c Set release date 2020-06-03 23:09:39 +02:00
Davide De Rosa 93283d4b32 Set beta release 2020-06-01 11:15:35 +02:00
Davide De Rosa 34bcd22893 Override tint color in document browser
Buttons were invisible in light mode.

Fixes #145
2020-05-27 00:00:06 +02:00
Davide De Rosa f829122351 Set beta release 2020-05-23 19:08:45 +02:00
Davide De Rosa 7cd9200818 Allow host endpoint customization 2020-05-23 19:07:04 +02:00