- Aug 06, 2018
-
-
Denis S. Soldatov aka General-Beck authored
Update to latest electron-builder
-
Amaury Martiny authored
-
- Aug 04, 2018
-
-
Alixe Bhagooa authored
* Remove: getLocalDappsPath as it is not used in electron/index.js * Remove: utils/paths.js as getLocalDappsPath not used anywhere else
-
- Aug 02, 2018
-
-
Axel Chalon authored
* Use persistent storage for webviews * Update .gitlab-ci.yml enable gitsync * Retrieve dapp token internally * Remove shell_requestNewToken RPC method. The token must be retrieved internally (by importing DappsRequestsStore in Parity UI), this way we can be sure that the appId is coming from a trusted source. The token, along with the appId, are now passed as query string parameters to the dapp (and to subsequent pages during in-dapp navigation) * Use new version of @parity/api stripped of shell_requestNewToken methods that are now unused * Use synchronous blocking methods in preload.js to maximize chances of web3/parity/ethereum objects being available directly to the dapp, before its own js executes.
-
- Jul 17, 2018
-
-
Thibaut S authored
* Not maintained anymore * default port 8546
-
Axel Chalon authored
* Fix fetchParity(mainWindow) race condition * Lint
-
- Jul 12, 2018
-
-
Amaury Martiny authored
* Update master to 0.4 * Update snap script * Add end line
-
Amaury Martiny authored
* Update packages * Update dapp-status * Fix tests * Update dapp-status again * Update dapp-wallet * Update yet again dapp-status
-
- Jul 11, 2018
-
-
Axel Chalon authored
-
- Jul 10, 2018
-
-
Amaury Martiny authored
-
Axel Chalon authored
* Restrict dapp access to resources * Dapp fs access fix for dapp-dapp-visible
-
Axel Chalon authored
-
- Jul 09, 2018
-
-
Axel Chalon authored
* Download network (registry) dapps and load them from filesystem * Remove obsolete Rust files * package-lock.json * Linting * Fix tests * Lint * Fix .includes() is not a function (:88) * Remove rust files from CI build * Update @parity/ui dependency * Grumbles * Restrict in-frame navigation for dapps (#146) * Restrict in-frame navigation for dapps * Lint * Grumbles * fs-extra pathExists doesn't throw if the path doesn't exist * Fix bug uglifyjs
-
- Jul 03, 2018
-
-
Axel Chalon authored
* Restrict in-frame navigation for dapps * Lint
-
- Jun 14, 2018
-
-
Axel Chalon authored
* Set electron name to 'Parity-UI' Electron stores the user data by default in `~/.config/<app name>` The app name is retrieved from the package.json when Electron is run on a folder (e.g. `electron .`); default app name 'Electron' is used if Electron is run directly on a script, as is the case. Electron can be run either on .build/ or on .electron/ (dev), so it's not practical to use package.json to set the app name (.electron/ has no package.json); hence it's better in our case to define it in the code. * Parse & load local dapps directly from filesystem (userData folder) * Fix dapp icon URL * Remove synchronous file operations * Reorganise util/host.js * Fix tests * Use package.json to get Electron app name * Remove unused arguments
-
- Jun 11, 2018
-
-
Amaury Martiny authored
-
Amaury Martiny authored
* Update package-lock to new npm * Fix bug EACCESS
-
Axel Chalon authored
* Add dapp-wallet to built-in dapps; load it locally * Add dapp-wallet to built-in dapps * Modify inject.js to cover local dapp name "v1" (not a hash) * Ignore v1 served by Parity (builtin dapps take precedence) * Move @parity/dapp-wallet to devDependencies * Update package-lock.json * Update dapp-wallet dependency * Modify inject.js to support v1 in Electron dev mode * Update dapp-wallet dependency
-
- Jun 08, 2018
-
-
Amaury Martiny authored
* Remove nodeintegration * Remove parity-utils proxy * Add CSP to renderer * Add handling chromium permissiosn * Remove unsafe-eval csp * Add context isolation for preload * Fix small bug * Verify contextIsolation * Remove comments * Add some comments * Add comment * Fix bugs * Re-allow eval() for builtins
-
- May 25, 2018
-
-
Amaury Martiny authored
* Update to electronv 2 * Remove nodeintegration
-
-
- May 23, 2018
-
-
Axel Chalon authored
* Remove 'views' dapps * Remove superfluous variable declaration * Update @parity/shared dependency * Move Dapps files from @parity/shared * Update DappsStore tests (defaultDapps) They were previously outdated in @parity/shared. Removed the test "saved views keeps non-specified disabled keys" because we don't have any dapp to test against in dappsBuiltin.json (no builtin dapp with a defined id and with visible set to false) * Fetch icons of builtin dapps from filesystem using manifest.json * Use require instead of window.require in tests * Add test for built-in dapps * Use absolute paths for dapp icons * Update `@parity/ui` dependency * Update `dapp-dapp-methods` & `dapp-dapp-visible` dependencies Had to specify the exact rev in package.json because npm somehow couldn't properly update the dependencies otherwise: dapp-dapp-methods would overwrite dapp-dapp-visible in package-lock and vice versa. * Factorize getBuildPath() into util/host.js
-
- May 17, 2018
-
-
Axel Chalon authored
* Add dapp-develop to built-in dapps * Update dependency to @parity/shared * Sort dependencies alphabetically in package.json
-
- May 16, 2018
-
-
-
Axel Chalon authored
* Fix appId heuristics in inject.js Previously appId was undefined for dapps built locally that were served by Parity. * Grumbles * Eslint Grumbles
-
- May 15, 2018
-
-
Amaury Martiny authored
* Use commander instead of yargs * Make cli work * Small tweaks * Fix bug no options * Fix bug previous key * Fix bug process.argv in bundled app * Update package.json * Use product name from config * Fix small bug * Add parameter to option
-
- May 11, 2018
-
-
Amaury Martiny authored
Fix cli
-
Amaury Martiny authored
-
Amaury Martiny authored
-
Amaury Martiny authored
-
Amaury Martiny authored
-
Amaury Martiny authored
-
Amaury Martiny authored
-
Amaury Martiny authored
-
Amaury Martiny authored
-
Amaury Martiny authored
-
- May 07, 2018
-
-
Amaury Martiny authored
Rerun CI
-
Amaury Martiny authored
-
* Update readme and gitlab * Bump version to 0.3 * Fix bug gitlab version tags
-
- May 05, 2018
-
-
Denis S. Soldatov aka General-Beck authored
Fix windows (CI & Electron)
-