summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2026-01-16Fix path to workspace itself for self-triggeringLinus Färnstrand1-1/+1
2026-01-16Merge branch 'migrate-unit-tests-from-mocha-to-vitest'Tobias Järvelöv21-1691/+946
2026-01-16Make only e2e tests included in standalone buildTobias Järvelöv1-1/+1
2026-01-16Handle uncaught promise rejection in account data fetchTobias Järvelöv1-18/+22
2026-01-16Remove unused mocha configTobias Järvelöv2-10/+0
2026-01-16Update package-lock.jsonTobias Järvelöv1-1312/+592
2026-01-16Remove mochaTobias Järvelöv1-2/+0
2026-01-16Remove sinonTobias Järvelöv1-2/+0
2026-01-16Remove chaiTobias Järvelöv1-6/+0
2026-01-16Update test script to use vitestTobias Järvelöv1-1/+1
2026-01-16Migrate tests from mocha/chai/sinon to vitestTobias Järvelöv15-339/+329
2026-01-16Add vitestTobias Järvelöv1-0/+1
2026-01-16Merge branch 'update-documentation'Tobias Järvelöv2-20/+11
2026-01-16Update recommended GNOME extensionTobias Järvelöv1-10/+2
2026-01-16Merge duplicated "Changed" sectionsTobias Järvelöv1-10/+9
2026-01-16Merge branch 'rework-mockapidispatcher-with-ktor-droid-1399'Jonatan Rhodin22-300/+518
2026-01-16Replace mock webserver with ktorJonatan Rhodin22-300/+518
2026-01-15Merge branch 'temp-disable-cgroup2'David Lönnhager7-37/+65
2026-01-15Remove cgroup2 from changelogDavid Lönnhager1-2/+0
2026-01-15Do not add apps to cgroup2 if disabled in mullvad-excludeDavid Lönnhager2-12/+23
2026-01-15Do not add cgroup2 firewall rules unless cgroup2 feature is enabledDavid Lönnhager1-1/+7
2026-01-15Disable cgroup2 by defaultDavid Lönnhager3-22/+35
2026-01-15Merge branch 'fix-macos-clippy-lints-test-workspace'Markus Pettersson2-12/+20
2026-01-15Fix bad formatting of error messageMarkus Pettersson1-2/+3
2026-01-15Fix undocumented unsafe by replacing libc::if_nametoindexMarkus Pettersson1-10/+17
2026-01-15Merge branch 'android-app-crashed-in-landscape-mode-des-2793'Sebastian Holmin2-10/+21
2026-01-15Save the log handle globally on androidSebastian Holmin2-10/+21
2026-01-15Merge branch 'update-electron-to-version-39-des-2682'Tobias Järvelöv16-121/+211
2026-01-15Update changelog with mention of wayland being favored on LinuxTobias Järvelöv1-0/+1
2026-01-15Use transparent window on LinuxTobias Järvelöv1-1/+4
2026-01-15Remove logic to conditionally launch app in WaylandTobias Järvelöv1-11/+1
2026-01-15Add blue background color to prevent white flash before first renderTobias Järvelöv1-2/+7
2026-01-15Force initial canvas width to be 320pxTobias Järvelöv1-1/+2
2026-01-15Improve commentTobias Järvelöv1-1/+1
2026-01-15Use a placeholder tray icon on Linux when creating the TrayTobias Järvelöv1-2/+14
2026-01-15Extract configuration of Electron's Tray to a separate functionTobias Järvelöv2-12/+15
2026-01-15Use TrayIcon class to get icon's native imageTobias Järvelöv1-7/+7
2026-01-15Add class to encapsulate a tray iconTobias Järvelöv1-0/+40
2026-01-15Add generated lock-placeholder iconTobias Järvelöv1-0/+0
2026-01-15Generate png icon on Linux for the lock-placeholder iconTobias Järvelöv1-1/+17
2026-01-15Add an empty SVG icon meant to be a placeholder when Tray is createdTobias Järvelöv1-0/+34
2026-01-15Make icon generation script work without changing directory to its dirTobias Järvelöv1-2/+1
2026-01-15Fix regex to match hex colors using uppercase lettersTobias Järvelöv1-2/+2
2026-01-15Use correct path to menubar icon generation script in READMETobias Järvelöv1-2/+2
2026-01-15Update @types/node to match used node versionTobias Järvelöv1-1/+1
2026-01-15Remove handling of ORIGINAL_XDG_CURRENT_DESKTOP environment variableOliver1-6/+2
2026-01-15Update package-lock.jsonTobias Järvelöv1-69/+59
2026-01-15Update node and npm to versions compatible with electron 39.2.6Tobias Järvelöv1-2/+2
2026-01-15Update electron to 39.2.6Tobias Järvelöv1-1/+1
2026-01-15Merge branch 'run-cargo-shear-in-ci'Linus Färnstrand3-101/+13