summaryrefslogtreecommitdiff
path: root/pkg/backend/status.go
AgeCommit message (Collapse)Author
2021-10-06[ui] transient connecting statekali kaneko (leap communications)
2021-10-06[ui] refactor uikali kaneko (leap communications)
2021-06-01[feat] expose set transportkali kaneko (leap communications)
webapi mainly for tests, but it's usable too
2021-05-04Location selection more responsiveRuben Pollan
2021-05-04Don't expose the full gateway out of the vpn moduleRuben Pollan
We just care about locations and fullness.
2021-05-04fix filter gws by transportkali kaneko (leap communications)
2021-05-04wip: select by city from the guikali kaneko (leap communications)
2021-05-04[feat] expose gateway selector in guikali kaneko (leap communications)
2021-02-08[style] cleanupkali kaneko (leap communications)
- remove unused debug - uncomment notification function, leftover from debug - comment about go-land mutexes
2021-02-08[bug] fix segfault in osx with activationkali
this is a regression that was introduced with previous changes to the menus in windows. activation segfaults in linux and osx, so capture the event only for windows. did not investigate further about the causes, but it seems like a good workaround for the time being.
2020-09-24[feat] send cmd flags to the go backendRuben Pollan
Also disable autostart if manual quit, remove custom printer that was used for i18n and disable previous autostart if -disable-autostart We didn't disable autostart after the migration to qt. - Resolves: #355 #289
2020-08-20[feat] login feedbackkali kaneko (leap communications)
- Resolves: #334
2020-08-20[pkg] add float-deployed demo libpvn for testsRuben Pollan
2020-06-26[refactor] several simplifications after reviewkali kaneko (leap communications)
- simplify notification routine (we dont need no rejected action). we just check every hour, as in the original code. - open links directly from Qt - rename some global variables to make them less cryptic - move cleanup function to the same module that created them
2020-06-26[feat] pass initialization errors to guikali kaneko (leap communications)
2020-06-26[feat] working about dialogkali kaneko (leap communications)
2020-06-26[feat] open help urlkali kaneko (leap communications)
2020-06-26[feat] re-implement donation reminderskali kaneko (leap communications)
first pass on giving functionality to the donation reminder
2020-06-12[refactor] reorganize backend in its own modulekali kaneko (leap communications)
Signed-off-by: kali kaneko (leap communications) <kali@leap.se>