-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor the app by using the Go library #509
Commits on Sep 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 00d5409 - Browse repository at this point
Copy the full SHA 00d5409View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d3d46 - Browse repository at this point
Copy the full SHA 21d3d46View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf309e0 - Browse repository at this point
Copy the full SHA cf309e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3dcfe8 - Browse repository at this point
Copy the full SHA a3dcfe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce5f2b - Browse repository at this point
Copy the full SHA 2ce5f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89fcee2 - Browse repository at this point
Copy the full SHA 89fcee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 816bbbc - Browse repository at this point
Copy the full SHA 816bbbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a390de - Browse repository at this point
Copy the full SHA 4a390deView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb3561c - Browse repository at this point
Copy the full SHA fb3561cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8359f55 - Browse repository at this point
Copy the full SHA 8359f55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fa34fb - Browse repository at this point
Copy the full SHA 9fa34fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9f9987 - Browse repository at this point
Copy the full SHA f9f9987View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a53d85 - Browse repository at this point
Copy the full SHA 4a53d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1edad4d - Browse repository at this point
Copy the full SHA 1edad4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for db263ac - Browse repository at this point
Copy the full SHA db263acView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3a51c8 - Browse repository at this point
Copy the full SHA c3a51c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d79448f - Browse repository at this point
Copy the full SHA d79448fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24912a8 - Browse repository at this point
Copy the full SHA 24912a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce96a2c - Browse repository at this point
Copy the full SHA ce96a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a538c - Browse repository at this point
Copy the full SHA 15a538cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 784d09f - Browse repository at this point
Copy the full SHA 784d09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 571bf97 - Browse repository at this point
Copy the full SHA 571bf97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b7c46 - Browse repository at this point
Copy the full SHA 33b7c46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 018e6e1 - Browse repository at this point
Copy the full SHA 018e6e1View commit details -
UI: Set empty search query upon entering search server
This gets rid of a flicker where it shows all the results briefly
Configuration menu - View commit details
-
Copy full SHA for ece5d55 - Browse repository at this point
Copy the full SHA ece5d55View commit details -
UI: Fix combobox width by recreating it every time
We create a new one every time because Gtk has some weird behaviour regarding the width of the combo box. When we add items that are large, the combobox resizes to fit the content. However, when we add items again that are all smaller (e.g. for a new server), the combo box does not shrink back. The only proper way seems to be to recreate the combobox every time
Configuration menu - View commit details
-
Copy full SHA for 2869e3a - Browse repository at this point
Copy the full SHA 2869e3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8839bcd - Browse repository at this point
Copy the full SHA 8839bcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f089ca - Browse repository at this point
Copy the full SHA 3f089caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71bb852 - Browse repository at this point
Copy the full SHA 71bb852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 242380d - Browse repository at this point
Copy the full SHA 242380dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e02071 - Browse repository at this point
Copy the full SHA 8e02071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d4741c - Browse repository at this point
Copy the full SHA 2d4741cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 367d2aa - Browse repository at this point
Copy the full SHA 367d2aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e46de6 - Browse repository at this point
Copy the full SHA 7e46de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa5cda - Browse repository at this point
Copy the full SHA 7aa5cdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b7914 - Browse repository at this point
Copy the full SHA f7b7914View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ce7a9 - Browse repository at this point
Copy the full SHA b1ce7a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a62f5c7 - Browse repository at this point
Copy the full SHA a62f5c7View commit details -
Model + NM: Wireguard disconnect in an async manner
Normal disconnect is deprecated. The crash fixed in eduvpn@0613a76 should not be a problem any more as we're ensuring the correct thread is used already
Configuration menu - View commit details
-
Copy full SHA for 99ec9ef - Browse repository at this point
Copy the full SHA 99ec9efView commit details -
NM: Delete the connection on disconnect
When the user disconnects in the app but then reconnects with networkmanager a broken connection occurs. This is because a connect can only happen with a fresh config, this is only ensured by the app. We thus hide the connection from network manager after a disconnect.
Configuration menu - View commit details
-
Copy full SHA for 2ceedd1 - Browse repository at this point
Copy the full SHA 2ceedd1View commit details -
App: Properly disconnect on state update
- Set disconnecting first due to otherwise having an invalid transition - Do not cleanup the connection, only do that when we actually click on the toggle - Run in a background thread to ensure the UI thread won't block
Configuration menu - View commit details
-
Copy full SHA for 7f42aae - Browse repository at this point
Copy the full SHA 7f42aaeView commit details -
UI: Add Menu items for right click
- Remove a server - Change profile - Cancel the popup The backend implementations need to be done still
Configuration menu - View commit details
-
Copy full SHA for f8ccccd - Browse repository at this point
Copy the full SHA f8ccccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3086049 - Browse repository at this point
Copy the full SHA 3086049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8105098 - Browse repository at this point
Copy the full SHA 8105098View commit details -
Model: Fix renew session when disconnected
- We should automatically reconnect - The self prefix was incorrect
Configuration menu - View commit details
-
Copy full SHA for e260c6a - Browse repository at this point
Copy the full SHA e260c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 283fc03 - Browse repository at this point
Copy the full SHA 283fc03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2834ffa - Browse repository at this point
Copy the full SHA 2834ffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ba4f3 - Browse repository at this point
Copy the full SHA 07ba4f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 637b58b - Browse repository at this point
Copy the full SHA 637b58bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c07ee8 - Browse repository at this point
Copy the full SHA 0c07ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d281f95 - Browse repository at this point
Copy the full SHA d281f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d2f8d - Browse repository at this point
Copy the full SHA b5d2f8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e7f29c - Browse repository at this point
Copy the full SHA 1e7f29cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42569bc - Browse repository at this point
Copy the full SHA 42569bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a331a67 - Browse repository at this point
Copy the full SHA a331a67View commit details -
- Just running action and then main_loop run gives a race condition - If action finishes quickly, or is not threaded then main_loop.run will never quit because quit() is called before the run() method - Use GLib.idle_add such that the action is scheduled to run on the main loop
Configuration menu - View commit details
-
Copy full SHA for 1fa138c - Browse repository at this point
Copy the full SHA 1fa138cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17429e1 - Browse repository at this point
Copy the full SHA 17429e1View commit details -
Imports: Move from relative style to absolute style
- Done with absolufy-imports https://github.com/MarcoGorelli/absolufy-imports
Configuration menu - View commit details
-
Copy full SHA for 99b516e - Browse repository at this point
Copy the full SHA 99b516eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c6363e - Browse repository at this point
Copy the full SHA 7c6363eView commit details -
Typing: Use monkeytype to annotate typing
Also checked and modified by hand. Additionally I ran mypy on the results
Configuration menu - View commit details
-
Copy full SHA for 2a7cce3 - Browse repository at this point
Copy the full SHA 2a7cce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for caf658d - Browse repository at this point
Copy the full SHA caf658dView commit details -
CLI: Help message improvements
- Reorder to alphabetic order (list was not in the right place) - Lower case first word of help
Configuration menu - View commit details
-
Copy full SHA for 2406757 - Browse repository at this point
Copy the full SHA 2406757View commit details -
Configuration menu - View commit details
-
Copy full SHA for 620afe5 - Browse repository at this point
Copy the full SHA 620afe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d650523 - Browse repository at this point
Copy the full SHA d650523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 959127f - Browse repository at this point
Copy the full SHA 959127fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c99ac1 - Browse repository at this point
Copy the full SHA 4c99ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 591c5b8 - Browse repository at this point
Copy the full SHA 591c5b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a55317 - Browse repository at this point
Copy the full SHA 3a55317View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5200443 - Browse repository at this point
Copy the full SHA 5200443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2165e47 - Browse repository at this point
Copy the full SHA 2165e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8400c4b - Browse repository at this point
Copy the full SHA 8400c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b134a9 - Browse repository at this point
Copy the full SHA 1b134a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 545e042 - Browse repository at this point
Copy the full SHA 545e042View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4029be - Browse repository at this point
Copy the full SHA d4029beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37df5a9 - Browse repository at this point
Copy the full SHA 37df5a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 281efcb - Browse repository at this point
Copy the full SHA 281efcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c59a8af - Browse repository at this point
Copy the full SHA c59a8afView commit details -
UI: Improvements to error dialog quitting
- The error dialog should show two buttons if the error can be ignored, otherwise just 1 that will quit the client - Call the error dialog on deregister exception with the right thread - The window should be presented and then initialized, otherwise a quit on an error dialog will not close the client
Configuration menu - View commit details
-
Copy full SHA for c079021 - Browse repository at this point
Copy the full SHA c079021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09f00da - Browse repository at this point
Copy the full SHA 09f00daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48cee50 - Browse repository at this point
Copy the full SHA 48cee50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb3269 - Browse repository at this point
Copy the full SHA 7cb3269View commit details -
Configuration menu - View commit details
-
Copy full SHA for b11e7bf - Browse repository at this point
Copy the full SHA b11e7bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2919d1 - Browse repository at this point
Copy the full SHA f2919d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddd91d4 - Browse repository at this point
Copy the full SHA ddd91d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b5832 - Browse repository at this point
Copy the full SHA 96b5832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 700cc5d - Browse repository at this point
Copy the full SHA 700cc5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2737c - Browse repository at this point
Copy the full SHA ca2737cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 381651e - Browse repository at this point
Copy the full SHA 381651eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79fafb9 - Browse repository at this point
Copy the full SHA 79fafb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6ea361 - Browse repository at this point
Copy the full SHA b6ea361View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5faadc - Browse repository at this point
Copy the full SHA a5faadcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b8710a - Browse repository at this point
Copy the full SHA 1b8710aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddffd36 - Browse repository at this point
Copy the full SHA ddffd36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ac0b5a - Browse repository at this point
Copy the full SHA 1ac0b5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b91105a - Browse repository at this point
Copy the full SHA b91105aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a642a - Browse repository at this point
Copy the full SHA 75a642aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 668f3fd - Browse repository at this point
Copy the full SHA 668f3fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for da5d1fd - Browse repository at this point
Copy the full SHA da5d1fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aad10d - Browse repository at this point
Copy the full SHA 3aad10dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 241a284 - Browse repository at this point
Copy the full SHA 241a284View commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 973cc61 - Browse repository at this point
Copy the full SHA 973cc61View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9af8a8 - Browse repository at this point
Copy the full SHA e9af8a8View commit details
Commits on Sep 30, 2022
-
UI Search: Implement scroll per category
- This also fixes a GTK (?) bug where the padding causes the whole search to crash
Configuration menu - View commit details
-
Copy full SHA for ad5a8b5 - Browse repository at this point
Copy the full SHA ad5a8b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 958903c - Browse repository at this point
Copy the full SHA 958903cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5865a0c - Browse repository at this point
Copy the full SHA 5865a0cView commit details -
UI: Do not allow to change profile on right click
- No good use case for this and would have to be too much code
Configuration menu - View commit details
-
Copy full SHA for fa53767 - Browse repository at this point
Copy the full SHA fa53767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52e7fdd - Browse repository at this point
Copy the full SHA 52e7fddView commit details
Commits on Oct 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ea0b124 - Browse repository at this point
Copy the full SHA ea0b124View commit details
Commits on Oct 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8a3801c - Browse repository at this point
Copy the full SHA 8a3801cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f1bf7 - Browse repository at this point
Copy the full SHA 64f1bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a94c09 - Browse repository at this point
Copy the full SHA 9a94c09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00e85a7 - Browse repository at this point
Copy the full SHA 00e85a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0259a5d - Browse repository at this point
Copy the full SHA 0259a5dView commit details
Commits on Oct 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 74e1434 - Browse repository at this point
Copy the full SHA 74e1434View commit details -
UI: Fix show error dialog arguments on startup
GLib.idle_add is not needed because the error dialog util already has `@run_in_main_gtk_thread`
Configuration menu - View commit details
-
Copy full SHA for 0246b34 - Browse repository at this point
Copy the full SHA 0246b34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ea650f - Browse repository at this point
Copy the full SHA 4ea650fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ebc67 - Browse repository at this point
Copy the full SHA 29ebc67View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc3304 - Browse repository at this point
Copy the full SHA ecc3304View commit details
Commits on Oct 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dd09b11 - Browse repository at this point
Copy the full SHA dd09b11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 424ad6c - Browse repository at this point
Copy the full SHA 424ad6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 169918c - Browse repository at this point
Copy the full SHA 169918cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0f920 - Browse repository at this point
Copy the full SHA ff0f920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96361c1 - Browse repository at this point
Copy the full SHA 96361c1View commit details
Commits on Oct 12, 2022
-
CLI: Move to eduvpn.cli and call in eduvpn.__main__
This was the original file location and method
Configuration menu - View commit details
-
Copy full SHA for 57880eb - Browse repository at this point
Copy the full SHA 57880ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79fbe7c - Browse repository at this point
Copy the full SHA 79fbe7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e451f9 - Browse repository at this point
Copy the full SHA 9e451f9View commit details
Commits on Oct 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 409ac22 - Browse repository at this point
Copy the full SHA 409ac22View commit details
Commits on Oct 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9bc329b - Browse repository at this point
Copy the full SHA 9bc329bView commit details
Commits on Oct 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 31fa69a - Browse repository at this point
Copy the full SHA 31fa69aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30bb720 - Browse repository at this point
Copy the full SHA 30bb720View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7801ab - Browse repository at this point
Copy the full SHA a7801abView commit details -
Configuration menu - View commit details
-
Copy full SHA for a93e586 - Browse repository at this point
Copy the full SHA a93e586View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57d8dee - Browse repository at this point
Copy the full SHA 57d8deeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 029fe5a - Browse repository at this point
Copy the full SHA 029fe5aView commit details
Commits on Oct 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 30a5aa1 - Browse repository at this point
Copy the full SHA 30a5aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 242fc4c - Browse repository at this point
Copy the full SHA 242fc4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa035e - Browse repository at this point
Copy the full SHA 3aa035eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 177b3b6 - Browse repository at this point
Copy the full SHA 177b3b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fabcec3 - Browse repository at this point
Copy the full SHA fabcec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca4fab8 - Browse repository at this point
Copy the full SHA ca4fab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce3d3b0 - Browse repository at this point
Copy the full SHA ce3d3b0View commit details
Commits on Oct 26, 2022
-
UI: Remove default icon property
This gives a warning if Let's Connect! is used
Configuration menu - View commit details
-
Copy full SHA for fa02897 - Browse repository at this point
Copy the full SHA fa02897View commit details -
Refactor: Create a class for NM operations
This makes it possible to also have e.g. variant specific settings
Configuration menu - View commit details
-
Copy full SHA for afe3bf5 - Browse repository at this point
Copy the full SHA afe3bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0711868 - Browse repository at this point
Copy the full SHA 0711868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2caae99 - Browse repository at this point
Copy the full SHA 2caae99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a0ec30 - Browse repository at this point
Copy the full SHA 1a0ec30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb5619 - Browse repository at this point
Copy the full SHA 0cb5619View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9aceb - Browse repository at this point
Copy the full SHA ac9acebView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c0870 - Browse repository at this point
Copy the full SHA c1c0870View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9062ebb - Browse repository at this point
Copy the full SHA 9062ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f10f57 - Browse repository at this point
Copy the full SHA 0f10f57View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c765e - Browse repository at this point
Copy the full SHA c4c765eView commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bb4f0e7 - Browse repository at this point
Copy the full SHA bb4f0e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0970f8 - Browse repository at this point
Copy the full SHA e0970f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df0d76 - Browse repository at this point
Copy the full SHA 5df0d76View commit details -
NM: Make the WireGuard name depend on the translation domain
The translation domain is just the vpn name but with proper capitalization
Configuration menu - View commit details
-
Copy full SHA for 210ad8d - Browse repository at this point
Copy the full SHA 210ad8dView commit details -
UI: Change right click menu to use menu items
ImageMenuItems with stock icons are deprecated. The icons were also not showing up on Fedora 36
Configuration menu - View commit details
-
Copy full SHA for 8aa382a - Browse repository at this point
Copy the full SHA 8aa382aView commit details
Commits on Oct 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for defd9c7 - Browse repository at this point
Copy the full SHA defd9c7View commit details
Commits on Oct 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f5c7019 - Browse repository at this point
Copy the full SHA f5c7019View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce19f67 - Browse repository at this point
Copy the full SHA ce19f67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b807a5 - Browse repository at this point
Copy the full SHA 0b807a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a254b54 - Browse repository at this point
Copy the full SHA a254b54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b087b - Browse repository at this point
Copy the full SHA 62b087bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74caa0d - Browse repository at this point
Copy the full SHA 74caa0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3311dc - Browse repository at this point
Copy the full SHA e3311dcView commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5b7661b - Browse repository at this point
Copy the full SHA 5b7661bView commit details
Commits on Nov 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5b0022a - Browse repository at this point
Copy the full SHA 5b0022aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fbdf4c - Browse repository at this point
Copy the full SHA 1fbdf4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d24fc3d - Browse repository at this point
Copy the full SHA d24fc3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a6615 - Browse repository at this point
Copy the full SHA 93a6615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e73fe0 - Browse repository at this point
Copy the full SHA 2e73fe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e906b - Browse repository at this point
Copy the full SHA d7e906bView commit details -
W503 warns for a line break before a binary operator. We don't care as this is introduced by Black which adheres to the newest Pep8, see: https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-breaks-binary-operators
Configuration menu - View commit details
-
Copy full SHA for 5111fbe - Browse repository at this point
Copy the full SHA 5111fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b3a3b - Browse repository at this point
Copy the full SHA f7b3a3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a1eef9 - Browse repository at this point
Copy the full SHA 0a1eef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8278a2 - Browse repository at this point
Copy the full SHA f8278a2View commit details
Commits on Nov 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for db4f173 - Browse repository at this point
Copy the full SHA db4f173View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc0d603 - Browse repository at this point
Copy the full SHA fc0d603View commit details -
Configuration menu - View commit details
-
Copy full SHA for b758836 - Browse repository at this point
Copy the full SHA b758836View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66f99f1 - Browse repository at this point
Copy the full SHA 66f99f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 310774e - Browse repository at this point
Copy the full SHA 310774eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 933849b - Browse repository at this point
Copy the full SHA 933849bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a9f2ec - Browse repository at this point
Copy the full SHA 3a9f2ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for d37677e - Browse repository at this point
Copy the full SHA d37677eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df1041 - Browse repository at this point
Copy the full SHA 2df1041View commit details -
Configuration menu - View commit details
-
Copy full SHA for c124714 - Browse repository at this point
Copy the full SHA c124714View commit details -
Configuration menu - View commit details
-
Copy full SHA for e014afb - Browse repository at this point
Copy the full SHA e014afbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d60b4d9 - Browse repository at this point
Copy the full SHA d60b4d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8bbc9b - Browse repository at this point
Copy the full SHA a8bbc9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8233c7 - Browse repository at this point
Copy the full SHA d8233c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca8e425 - Browse repository at this point
Copy the full SHA ca8e425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 030468a - Browse repository at this point
Copy the full SHA 030468aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80da115 - Browse repository at this point
Copy the full SHA 80da115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4292e17 - Browse repository at this point
Copy the full SHA 4292e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33eb383 - Browse repository at this point
Copy the full SHA 33eb383View commit details -
Configuration menu - View commit details
-
Copy full SHA for 948889a - Browse repository at this point
Copy the full SHA 948889aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1215af - Browse repository at this point
Copy the full SHA c1215afView commit details
Commits on Nov 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be0681d - Browse repository at this point
Copy the full SHA be0681dView commit details -
UI + App: Do not show a notification when a server is added
instead log debug
Configuration menu - View commit details
-
Copy full SHA for 7aa6654 - Browse repository at this point
Copy the full SHA 7aa6654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bcc8e7 - Browse repository at this point
Copy the full SHA 9bcc8e7View commit details
Commits on Dec 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6c16c7e - Browse repository at this point
Copy the full SHA 6c16c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b188b - Browse repository at this point
Copy the full SHA 31b188bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e25e8a - Browse repository at this point
Copy the full SHA 7e25e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b74bcbf - Browse repository at this point
Copy the full SHA b74bcbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9929b2 - Browse repository at this point
Copy the full SHA a9929b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6fa9d1 - Browse repository at this point
Copy the full SHA e6fa9d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a20c1 - Browse repository at this point
Copy the full SHA 47a20c1View commit details -
Variants: Set log file path to log in the config prefix
This is the same as the Go library currently
Configuration menu - View commit details
-
Copy full SHA for e6e38a2 - Browse repository at this point
Copy the full SHA e6e38a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b96b57 - Browse repository at this point
Copy the full SHA 8b96b57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 385cf2c - Browse repository at this point
Copy the full SHA 385cf2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 169c799 - Browse repository at this point
Copy the full SHA 169c799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96da45f - Browse repository at this point
Copy the full SHA 96da45fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b547613 - Browse repository at this point
Copy the full SHA b547613View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfea052 - Browse repository at this point
Copy the full SHA cfea052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9933efd - Browse repository at this point
Copy the full SHA 9933efdView commit details -
App + NM: Cache the WireGuard endpoint IP
NetworkManager doesn't expose it...
Configuration menu - View commit details
-
Copy full SHA for 1cd640b - Browse repository at this point
Copy the full SHA 1cd640bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd8fde - Browse repository at this point
Copy the full SHA ebd8fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e7d8fa - Browse repository at this point
Copy the full SHA 4e7d8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c4029 - Browse repository at this point
Copy the full SHA 32c4029View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2012f9 - Browse repository at this point
Copy the full SHA c2012f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d03c87 - Browse repository at this point
Copy the full SHA 8d03c87View commit details
Commits on Dec 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9b4ea20 - Browse repository at this point
Copy the full SHA 9b4ea20View commit details