summaryrefslogtreecommitdiffhomepage
path: root/windows/nsis-plugins/src/cleanup/cleaningops.cpp
AgeCommit message (Collapse)AuthorFilesLines
2023-11-13Stronger permissions for mullvad directoriesunknown1-0/+1
Set read-only permissions for authenticated users and full-access for admins for relevant mullvad directories on creation.
2023-03-27Fix many typosAlexander Seiler1-1/+1
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2023-02-27Retrieve system app dir path from mullvad-paths in cleanup pluginDavid Lönnhager1-28/+11
using mullvad-nsis
2022-03-15Don't move device.json to ProgramData when updating or reinstalling the appDavid Lönnhager1-0/+1
2021-07-08Remove superfluous argumentsDavid Lönnhager1-9/+9
2021-01-12Migrate old cache files on WindowsDavid Lönnhager1-69/+63
2021-01-04Always prefer the last used API addressDavid Lönnhager1-4/+4
2020-11-19Bundle API address cache with the appDavid Lönnhager1-0/+14
2020-10-01Remove directories created by ElectronDavid Lönnhager1-15/+59
2020-01-28Use new exception macrosOdd Stranne1-2/+3
2020-01-20Refactor Windows process headersDavid Lönnhager1-1/+1
2019-11-18Use std::filesystem in nsis-pluginsDavid Lönnhager1-18/+18
2019-06-11Remove cached relay list during installationEmīls Piņķis1-0/+14
2018-09-04Update code to use std::experimental::filesystemOdd Stranne1-18/+24
2018-08-29Add uninstaller plugin for extended system cleaningOdd Stranne1-0/+269