1. Jul 04, 2017
  2. May 24, 2017
    • Tomasz Drwięga's avatar
      UI server refactoring (#5580) · cbcc369a
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Full API in Authenticated WS server.
      
      * Replacing UI server with Hyper.
      
      * Solving CLI, RPCs and tests.
      
      * Porting signer tests.
      
      * Fixing origin recognition for dapps/rpc.
      
      * Fixing tests. Adding parity-rpc-client to test.
      
      * Dapps exposed as RPC method.
      
      * JS code to support new connection scheme.
      
      * Fixing dapps tests.
      
      * Updating allowed origins/hosts to support web3.site.
      
      * Fixing tests, fixing UI.
      
      * Fixing tests.
      
      * Removing invalid tests.
      
      * Fixing merge.
      
      * 404 fallback for UI
      
      * Improve ContentFetcher constructor readability.
      
      * Naming.
      
      * Update .gitlab-ci.yml
      
      fix CI lint error
      
      * Fixing tests and linting issues.
      
      * Fixing new tests.
      
      * UI hosts.
      
      * Submodules fix.
      cbcc369a
  3. May 18, 2017
    • asynchronous rob's avatar
      Light friendly dapps (#5634) · b1eab698
      asynchronous rob authored
      * move native_contracts ABIs to JSON files, add urlhint
      
      * port hash-fetch to futures, fix tests
      
      * fix dapps compilation, defer async port to later
      
      * activate dapps server in the light client
      
      * better formatting
      b1eab698
  4. Apr 05, 2017
  5. Apr 03, 2017
    • Tomasz Drwięga's avatar
      Dapps and RPC server merge (#5365) · 2df4532d
      Tomasz Drwięga authored
      * Dapps server as a middleware.
      
      * Dapps RPC - Work in Progress
      
      * Merging Dapps and RPC server.
      
      * Fast HTTP server configuration.
      
      * Bump jsonrpc
      
      * Fixing test target
      
      * Re-implementing commented-out tests.
      2df4532d
  6. Jan 25, 2017
    • Gav Wood's avatar
      Fix whitespace (#4299) · 8404edb6
      Gav Wood authored
      * Fix whitespace.
      
      * Update copyright years/owner.
      
      * Push release only for tags.
      8404edb6
  7. Dec 27, 2016
    • Tomasz Drwięga's avatar
      Fetch tests (first batch) (#3977) · bc3dacc9
      Tomasz Drwięga authored
      * Customizable fetch
      
      * Some basic Fetch tests
      bc3dacc9
    • Tomasz Drwięga's avatar
      Web Based Dapps (#3956) · c7c309d1
      Tomasz Drwięga authored
      * Dapps web
      
      Conflicts:
      	dapps/src/apps/fetcher.rs
      	dapps/src/handlers/fetch.rs
      
      * Rewriting fetch
      
      * Parity-wide fetch service
      
      * Obey the limits and support cancellation.
      
      * Removing temporary files.
      
      * Actually use Fetch for dapps
      
      * Re-implementing file fetching to avoid temporary files.
      
      * Serde to 0.8.19
      
      * Fixing content & dapps fetch
      
      * Serving web content and injecting scripts
      
      * Don't wait for old content, start a new download
      
      * Supporting timeouts and query
      
      * Simple GUI for the browser
      
      * Proxy tokens validation
      
      * Recovering from invalid web-based requests
      
      * Remember last visisted URL
      
      * Removing unused variables
      
      * Addressing review comments
      
      * Setting default account in web3
      
      * Adding WebBrowser dapp to the list
      
      * Actually prune old entries when generating new token
      c7c309d1
  8. Dec 22, 2016
    • Tomasz Drwięga's avatar
      Global Fetch Service (#3915) · f0387c33
      Tomasz Drwięga authored
      * Dapps web
      
      Conflicts:
      	dapps/src/apps/fetcher.rs
      	dapps/src/handlers/fetch.rs
      
      * Rewriting fetch
      
      * Parity-wide fetch service
      
      * Obey the limits and support cancellation.
      
      * Removing temporary files.
      
      * Actually use Fetch for dapps
      
      * Re-implementing file fetching to avoid temporary files.
      
      * Serde to 0.8.19
      
      * Fixing content & dapps fetch
      f0387c33