Commit graph

198 commits

Author SHA1 Message Date
James Rowe 9b58c273d1 Merge branches 'icon-swap' and 'right-click' into merged 2019-12-06 02:12:22 -07:00
James Rowe b356f0057f Dark theme logo and package icons 2019-12-06 02:11:49 -07:00
James Rowe d2ad619d87 Use the correct icon for the application shortcuts 2019-12-06 00:27:44 -07:00
James Rowe 128c1b1f41 Add paste button 2019-12-06 00:10:47 -07:00
James Rowe 37d27a82ba Move to installer v1.8 2019-12-05 09:49:03 -07:00
James Rowe eb556c8cab Force disable exp and nbf validation.
Some clients had the wrong time information so it would fail to validate their token when installing. Remove these checks since they'll be checked on the server side anyway
2019-12-02 09:38:33 -07:00
bunnei 6af46ec703
Merge pull request #18 from jroweboy/patreon-launch
Patreon launch
2019-12-01 16:47:12 -05:00
James Rowe db2176763d Update old config to the new one 2019-12-01 11:44:05 -07:00
bunnei fccd1c9bd2
Merge pull request #19 from j-selby/patreon-tweaking
Tweak Patreon authentication implementation
2019-12-01 13:40:26 -05:00
bunnei 0e190ecdc6
Update config.windows.v9.toml to point to early access 2019-11-26 21:27:23 -05:00
James f89cb19602 Mark 'req' as used in browser service 2019-11-16 05:51:42 +00:00
James 7392e1ef91 Tweak Patreon authentication implementation 2019-11-16 05:43:11 +00:00
bunnei 9cf5e745d4
Merge pull request #17 from jroweboy/patreon
Early access release
2019-11-14 17:26:37 -05:00
James Rowe de4246536e Update configs 2019-11-14 15:16:20 -07:00
James Rowe 30f817e4fa Add combined token support 2019-11-14 14:41:29 -07:00
James Rowe 6845ed9ad7 Fix crash when loading if the installer was updated from an older version 2019-11-07 10:56:50 -07:00
James Rowe 1639e74b98 Properly check for early access role in package select 2019-11-07 10:56:22 -07:00
James Rowe c176658e28 Update shortcut to the new folder
Also selects packages that require auth after successful authorization
2019-11-07 10:29:16 -07:00
James Rowe d79fd3e6e1 Change text chunk to a b-message 2019-11-04 21:33:27 -07:00
James Rowe d3c3b77e6b Various fixes to various things 2019-11-03 01:22:55 -06:00
James Rowe 561f0071bd Add is_new to config 2019-11-02 16:33:45 -06:00
James Rowe e72a5f0420 Change the link link to point to yuzu-emu.org 2019-11-01 11:44:07 -06:00
James Rowe 2b4b59320e Add authentication task dependency to check for auth on install 2019-11-01 11:15:16 -06:00
Flame Sage 004a49587c
Merge pull request #16 from jroweboy/revert-15-master
Revert "Change the default shortcut location to comply with Azure changes"
2019-10-24 18:55:44 +00:00
James Rowe d20c17964e
Revert "Change the default shortcut location to comply with Azure changes" 2019-10-24 12:50:40 -06:00
James Rowe 288518cd78 Minor fixes 2019-10-24 09:15:10 -06:00
Flame Sage fc40f6691c
Merge pull request #15 from Hexagon12/master
Change the default shortcut location to comply with Azure changes
2019-10-24 15:07:50 +00:00
Hexagon12 74cecab186
Changed the shortcut location to the new folder name 2019-10-24 17:05:54 +03:00
James Rowe 9bec77a2db Update bootstrap repo to point to my url 2019-10-21 01:32:45 -06:00
James Rowe 5409b32bf0 Add patreon authentication for early access releases 2019-10-21 01:11:57 -06:00
James Rowe a7057dfed3 Add new dependencies and update Cargo.lock 2019-10-21 01:11:57 -06:00
James Rowe c4b4c597fa Minimally compiling rust code for patreon release 2019-10-21 01:11:56 -06:00
bunnei 26997ba229
Merge pull request #14 from j-selby/patch-1
Move to tar.xz as the main distribution format
2019-10-08 22:35:08 -04:00
James 3bd85bac8d
Move to tar.xz as the main distribution format 2019-10-09 02:33:06 +00:00
Flame Sage 474fb71efd
Merge pull request #13 from j-selby/v8-rebase
Implement migration system to move from nightly/canary to mainline
2019-10-07 00:21:50 +00:00
James 548daa1b2b Migrate to new version 2019-10-07 01:11:36 +01:00
James bdbab4dc4d Implement migration system to move from canary/nightly 2019-10-07 01:08:56 +01:00
James 68109894f1 Update config files for v7 (#12)
* platform: fix build on Linux and update web-view

* deps: replace xz-decom with xz2 and update deps

* platform: fix regression...

... that prevents the build on Windows

* linux: implement platform-dependent functions

* travis: add macos and windows CI

* travis: use official Rust Docker image

* Update Cargo.lock for new version

* Break apart REST into separate services

This cleans up locking, ensures consistent futures for all endpoints
and enhances code re-use.

* Clean up codebase, fixing minor errors

* Update packages, use async client for downloading config

While this has a hell of a lot more boilerplate, this is quite
a bit cleaner.

* Add explicit 'dyn's as per Rust nightly requirements

* Migrate self updating functions to own module

* Migrate assets to server module

* Use patched web-view to fix dialogs, remove nfd

* Implement basic dark mode

* Revert window.close usage

* ui: split files and use Webpack

* frontend: ui: include prebuilt assets...

... and update rust side stuff

* build: integrate webpack building into build.rs

* Polish Vue UI split

* Add instructions for node + yarn

* native: fix uninstall self-destruction behavior...... by not showing the command prompt window and fork-spawning the cmd

* native: deal with Unicode issues in native APIs

* native: further improve Unicode support on Windows

* travis: add cache and fix issues

* ui: use Buefy components to...

... beautify the UI

* ui: makes error message selectable

* Make launcher mode behaviour more robust

* Fix error display on launcher pages

* Correctly handle exit on error

* Bump installer version
2019-07-04 21:23:16 -04:00
Flame Sage 6aa5da8795
Merge pull request #10 from j-selby/v6
Update config files for v1.4
2018-12-29 18:29:25 -05:00
James 21eeb54b80 Update config files for v1.4 2018-12-30 09:11:07 +11:00
Flame Sage eff17acf08
Merge pull request #9 from j-selby/master
Fix crashes while detecting other processes
2018-12-29 17:09:01 -05:00
James f2af419b95 Fix crashes while detecting other processes 2018-12-30 09:04:55 +11:00
Flame Sage 60bfa8db5e
Merge pull request #8 from j-selby/v5
Update config files for 1.3 release
2018-12-19 19:37:45 -05:00
James b56c97f7c9 Update config files 2018-12-20 11:28:21 +11:00
Flame Sage 396526373c
Merge pull request #7 from j-selby/master
Bug fixes
2018-12-19 19:14:33 -05:00
James 7cf0c41a83 Capture <IE11 2018-12-16 14:27:51 +11:00
James 08bc615957 Ensure that the updater isn't conflicting with an already running process 2018-12-15 19:14:25 +11:00
James 83fb6e121c Fix message about install directory not being empty 2018-12-15 18:43:23 +11:00
James b5fa7cacb3 Fix applications using conhost not showing output 2018-11-17 17:36:10 +11:00
Flame Sage 4a8df247d6
Merge pull request #6 from j-selby/patch-1
Make canary the default installer option
2018-10-16 17:26:10 -04:00