summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/UpdateService.cs
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Another smaller found of Namespace changes for HandBrake.Interopsr552021-02-041-4/+4
|
* WinGui: Refactor "When Done" to use an enum to avoid language issues. Also ↵sr552019-06-241-1/+1
| | | | change "suspend" to "sleep" to be consistent with the OS. Fixes #2162
* WinGui: Minor code tidyup.sr552018-08-131-1/+1
|
* WinGui: Move UserSettings over to JSON format. Settings from the older XML ↵sr552018-07-181-1/+1
| | | | format will automatically transfer and the legacy files will be removed.
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵sr552018-06-051-2/+2
| | | | moving back to being more of an libhb interop/abstraction library only.
* WinGui: Portable Mode: New option to disable startup update check.sr552018-04-231-0/+5
|
* WinGui: Tidy up the build system by removing x86 build profiles.sr552018-04-131-8/+2
|
* WinGui: Make the app UWP aware. When in a UWP container, the update options ↵sr552017-08-181-0/+7
| | | | will now be disabled.
* WinGui: Add a user agent for the HttpRequest on the update checker so we can ↵sr552017-06-231-0/+2
| | | | identify the WinGui version that's checking for updates.
* WinGui: Fix a number of stylecop warnings.sr552017-02-111-7/+3
|
* WinGui: Enhance the security of our update checker. It can no longer access ↵sr552016-07-291-5/+18
| | | | URL's that are not *.handbrake.fr if served with a compromised appcast.
* WinGui: Improve the security of the update checker on windows. This download ↵sr552016-04-291-25/+54
| | | | is now verified against a signed RSA-SHA256 hash verifying both file integrity and origin.
* WinGui: Add SHA1 Verification of the update downloads and don't start the ↵sr552016-03-121-6/+34
| | | | installer if the hash check fails.
* WinGui: Strip out some old unused code.Scott2015-09-181-10/+0
|
* WinGui: Moving the Interop Code into the services library. This will allow ↵sr552015-02-281-1/+1
| | | | | | some modelling simplifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6949 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix the Check for update frequency setting. (Removed daily as an ↵sr552014-12-201-2/+4
| | | | | | option to reduce server load) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6624 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Re-factoring the services library. sr552014-11-291-0/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6567 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove the CLI Check Helper. Using LibHB to determine version ↵sr552014-11-281-5/+4
| | | | | | information instead. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6564 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Change the update checker to use the 64bit appcast when the ↵sr552014-09-051-2/+2
| | | | | | | | operating system is 64bit even when the app is the 32bit version. Added Operating bit-ness to the log header. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6392 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue with the preview scan count not being set correctly for ↵sr552014-03-161-2/+8
| | | | | | | | libhb encode path. Added Nightly appcast update checking functionality back in. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6117 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Finish off moving the User Settings service to the UI Layer. sr552013-11-191-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5898 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Appcast related fixes and tidyup.sr552013-03-201-4/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5351 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Settings tidyupsr552012-10-101-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5013 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Refactor the Update service and add a new options tab to deal with ↵sr552012-06-301-0/+206
updates. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4799 b64f7644-9d1e-0410-96f1-a4d463321fa5