14 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
eb882774bb feat: small codebase refactoring (mostly removed unused code and changes in access control) 2024-05-08 17:21:58 +02:00
Zhizhen He
001f787e41 fix: fixed some typo (#1373) 2023-03-25 23:01:46 +01:00
Serhiy Mytrovtsiy
e86c677463 feat: added an error window when the update failed 2023-03-17 18:31:44 +01:00
Serhiy Mytrovtsiy
4070e49560 feat: added check if app has write permission to the application path when update (#1344) 2023-03-14 19:31:30 +01:00
Serhiy Mytrovtsiy
fd10fc42f9 feat: added a macOS version when asking for an update. It allows to return the last available version of Stats for specific macOS. 2022-12-17 23:15:38 +01:00
Serhiy Mytrovtsiy
8071a06896 feat: reverted f8c9eb987d 2022-06-10 20:27:24 +02:00
Serhiy Mytrovtsiy
f8c9eb987d fix: reverted 3753ca92cd
This code makes app unuseful for users who ddos the server from what Stats takes the information about new version. So more useful from my side is to not have this code.
2022-06-07 17:08:10 +02:00
Serhiy Mytrovtsiy
3753ca92cd fix: allow to check the newest version via button even if the last check was recently 2022-06-06 21:30:22 +02:00
Serhiy Mytrovtsiy
5b79e8df30 fix: prevent update loop by the TS when was the last check and the last installation (#957) 2022-06-06 20:52:16 +02:00
Serhiy Mytrovtsiy
916d157ad6 feat: removed sharing the anonymous stats with the server
feat: removed checking the app signature via server
2022-02-28 17:17:17 +01:00
Serhiy Mytrovtsiy
072e4e9194 fix: getting developer teamID from the remote 2022-02-01 21:54:17 +01:00
Serhiy Mytrovtsiy
71788a68b8 fix: set correct tag and download url in the updater 2022-01-28 17:02:42 +01:00
Serhiy Mytrovtsiy
88a3bd63d1 feat: added server option to the Updater
feat: small refactoring of Updater
feat: added an option to check the signature of downloaded update (disabled for now)
2022-01-27 22:16:18 +01:00
Serhiy Mytrovtsiy
c55d313d72 feat: removed the SMC plugin from the Kit framework. Compile from SMC where needed. 2021-06-07 22:55:17 +02:00