You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Sync private server with radiance.
* Add back account updates
* Added support delete server
* Added split tunnling methods
* Remove unused methods
* Remove unused code
* Add with_clash_api,with_conntrack build tags to CI tests (#8510)
The Makefile already uses these tags for all production builds, but
the go.yml CI workflow ran tests without them. This meant conntrack
(connection tracking) was disabled in tests, so code paths like
graceful connection draining were never exercised in CI.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* remove pre-releases sooner and more thoroughly (#8506)
* remove pre-releases sooner and more thoroughly
* allow non-main nightlies, but cleanup the release
* don't make releases for nightly builds, either
* added support for ServerCredential and fixed UI issues
* more update
* OAuth account updates (#8513)
* update delete account flow
* save OAuth provider and map to delete account
* Fixed some more Oauth issues
* Fix issue on while signup using OAuth
* use remote radiance
* update IOS method channel
* Update lantern_generated_bindings.dart
* code review updates
* More improvements
* ran format
* fix animaiton issue
* more imporvements
* fix account issue
* update radiance with OAuth fix
* Fix account delete dialog
* Update en.po
* Match last build version and number
* code review updates (#8514)
---------
Co-authored-by: atavism <atavism@users.noreply.github.com>
* be selective on paths when running ci (#8507)
* centerlize local saving logic
* Remove more unused code
* code review updates
* ran format
* update radiance
* Update ffi.go
* remove duplication.
---------
Co-authored-by: Myles Horton <afisk@getlantern.org>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Jay <110402935+jay-418@users.noreply.github.com>
Co-authored-by: atavism <atavism@users.noreply.github.com>
Copy file name to clipboardExpand all lines: assets/locales/en.po
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1485,6 +1485,22 @@ msgstr "System"
1485
1485
msgid"lantern_email"
1486
1486
msgstr"Lantern Email"
1487
1487
1488
+
msgid"confirm_with_account"
1489
+
msgstr"To confirm deletion please verify with your %s account below:"
1490
+
1491
+
msgid"oauth_different_account"
1492
+
msgstr"The account you are trying to sign in with does not match the account associated with this email. Please sign in with the correct account or choose a different email."
1493
+
1494
+
msgid"account_deleted"
1495
+
msgstr"Account Deleted"
1496
+
1497
+
msgid"account_deleted_message"
1498
+
msgstr"Your account has been permanently deleted."
0 commit comments