1. Aug 31, 2017
  2. Aug 28, 2017
    • Tomasz Drwięga's avatar
      Expose health status over RPC (#6274) · 3226e1ca
      Tomasz Drwięga authored
      * Node-health to a separate crate.
      
      * Initialize node_health outside of dapps.
      
      * Expose health over RPC.
      
      * Bring back 412 and fix JS.
      
      * Add health to workspace and tests.
      
      * Fix compilation without default features.
      
      * Fix borked merge.
      
      * Revert to generics to avoid virtual calls.
      
      * Fix node-health tests.
      
      * Add missing trailing comma.
      3226e1ca
  3. Aug 09, 2017
    • Craig O'Connor's avatar
      Dapp refresh (#5752) · 7d17d772
      Craig O'Connor authored
      * RwLock
      
      * getting there
      
      * argh
      
      * parking_lot
      
      * rpc
      
      * wax on wax off
      
      * almost there
      
      * remove lock
      
      * write over read
      
      * works
      
      * linting
      
      * small updates
      
      * dissapearing act
      
      * router update
      
      * complete
      
      * one m
      
      * grumbles1
      
      * grumbles part II
      
      * parking_lot->util
      
      * missed test case
      
      * fied package-lock.json
      
      * small fixes
      
      * 404 tests failing
      
      * cleanup
      
      * cleanup 2
      
      * updates and the likes
      
      * play
      
      * simplify filter
      
      * f-ing bugs
      
      * read->write
      
      * Address own grumbles.
      
      * Fix test.
      7d17d772
  4. Jul 11, 2017
    • Tomasz Drwięga's avatar
      Node Health warnings (#5951) · 4936e99f
      Tomasz Drwięga authored
      * Health endpoint.
      
      * Asynchronous health endpoint.
      
      * Configure time api URL via CLI.
      
      * Tests for TimeChecker.
      
      * Health indication on Status page.
      
      * Adding status indication to tab titles.
      
      * Add status to ParityBar.
      
      * Fixing lints.
      
      * Add health status on SyncWarning.
      
      * Fix health URL for embed.
      
      * Nicer messages.
      
      * Fix tests.
      
      * Fixing JS tests.
      
      * NTP time sync (#5956)
      
      * use NTP to check time drift
      
      * update time module documentation
      
      * replace time_api flag with ntp_server
      
      * fix TimeChecker tests
      
      * fix ntp-server flag usage
      
      * hide status tooltip if there's no message to show
      
      * remove TimeProvider trait
      
      * use Cell in FakeNtp test trait
      
      * share fetch client and ntp client cpu pool
      
      * Add documentation to public method.
      
      * Removing peer count from status.
      
      * Remove unknown upgrade status.
      
      * Send two time requests at the time.
      
      * Revert "Send two time requests at the time."
      
      This reverts commit f7b754b1155076a5a5d8fdafa022801fae324452.
      
      * Defer reporting time synchronization issues.
      
      * Fix tests.
      
      * Fix linting.
      4936e99f
  5. Jul 10, 2017
  6. Jul 06, 2017
  7. Jul 04, 2017
  8. 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
  9. 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
  10. Apr 05, 2017
  11. 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
  12. Feb 04, 2017
    • Jaco Greeff's avatar
      Web view with web3.site support (#4313) · b4c24d5a
      Jaco Greeff authored
      * Web-domain based routing
      
      * Support base32-encoded urls
      
      * Proper support for non-domain based routing
      
      * Handling long domain names
      
      * Switching to web3.site
      
      * Encoding for *.web3.site urls
      
      * Add DappUrlInput component
      
      * Update Web views with store
      
      * Update spec description
      
      * Update spec description
      
      * edited url does not allow in-place store edits
      
      * Fixing dapps access on 127.0.0.1:8180
      
      * Use /web/<hash> urls for iframe
      
      * Redirecting to parity.web3.site
      
      * Disabling the redirection
      b4c24d5a
  13. 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
  14. Jan 16, 2017
  15. Jan 06, 2017
  16. 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
    • asynchronous rob's avatar
      Port `try` macro to new `?` operator. (#3962) · 8125b569
      asynchronous rob authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * initial untry sweep
      
      * restore try in ipc codegen, fix inference
      
      * change a few missed try instances
      8125b569
    • 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
  17. 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
  18. Dec 15, 2016
  19. Dec 11, 2016
  20. Nov 20, 2016
  21. Nov 09, 2016
  22. Nov 03, 2016
  23. Oct 24, 2016
  24. Oct 22, 2016
  25. Oct 21, 2016
  26. Oct 20, 2016
  27. Oct 19, 2016
  28. Oct 17, 2016
    • Tomasz Drwięga's avatar
      Initial import of new UI (compiled JS code) (#2220) · 6c7af575
      Tomasz Drwięga authored
      * Normalizing dapps format for signer.
      
      * Adding new ui
      
      * Adding New UI to dapps
      
      * Adding parity styles for signer errors
      
      * Adding pre-compiled JS as submodule
      
      * Fixing struct declaration [ci:skip]
      
      * Bumping js
      
      * Adding styles
      
      * build dest
      
      * Correct whitespace
      
      @tomusdrw please note the alterations - no mixing tabs and spaces in the indentation portion and always just one tab per indent.
      6c7af575
  29. Oct 11, 2016