embark/lib/modules
Andre Medeiros 428f591330
Don't send token in request body.
Instead, we want to hash a header to sign a request with a client nonce,
http method and URL. This is a first step towards protecting the backend
against eavesdropping.

Please note that this will still be susceptible to replay attacks.
2018-10-23 11:01:11 +02:00
..
authenticator Don't send token in request body. 2018-10-23 11:01:11 +02:00
blockchain_connector watch oracle changes 2018-10-23 10:40:13 +02:00
blockchain_process log message after connecting in case of disconnect 2018-10-23 10:47:26 +02:00
code_generator use constants instead of magic numbers 2018-10-22 19:54:47 +02:00
compiler remove console log 2018-10-23 10:15:46 +02:00
console rename command_suggestions to commandSuggestions 2018-10-23 11:00:28 +02:00
console_listener resolve conflict in api and saga 2018-10-23 10:48:35 +02:00
contracts_manager Feature conflict 2018-10-23 10:59:18 +02:00
core_process Addressed PR comments 2018-10-23 10:57:04 +02:00
coverage fix linting 2018-10-23 10:41:22 +02:00
deployment rebase fixes 2018-10-23 10:44:13 +02:00
deploytracker Reduce coupling by using action for event 2018-09-22 15:08:50 +01:00
ens fix most rebase issues 2018-10-23 10:36:57 +02:00
graph fix eslint on EVERYTHING 2018-10-23 10:26:14 +02:00
ipfs refactor(modules/ipfs): use ProcessManager APIs to register and launch IPFS process 2018-10-23 10:57:54 +02:00
library_manager Add plugins and versions to backend tab 2018-10-23 10:32:02 +02:00
logger_api Rebase updates 2018-10-23 10:57:04 +02:00
pipeline Moved `fileTreeSort()` to `utils` 2018-10-23 10:50:39 +02:00
plugin_cmd preprend embark to plugin name 2018-09-13 10:29:03 -04:00
profiler fix linting 2018-10-23 10:41:22 +02:00
scaffolding Array handling 2018-10-23 10:59:16 +02:00
scaffolding-react Array handling 2018-10-23 10:59:16 +02:00
scaffolding-solidity Capitalizing contract filename 2018-10-23 10:59:19 +02:00
solidity Fix backend tab request cached: 2018-10-23 10:47:24 +02:00
specialconfigs fix a couple of bugs caused by bounties 2018-10-22 19:54:48 +02:00
storage chore(modules/storage): make process launcher callback optional 2018-10-23 10:50:41 +02:00
swarm add missing self 2018-10-23 10:26:14 +02:00
tests add transactionTracker to track transactions and their time 2018-10-23 10:38:13 +02:00
transactionTracker fix avergae not calculated correctly 2018-10-23 10:41:20 +02:00
vyper Fix the way we pass compiler options instead of assuming via the environment 2018-08-30 13:27:18 -04:00
watcher Do not run webpack for file changes that do not need webpack 2018-10-22 19:54:48 +02:00
webserver refactor(modules/webserver): use ProcessManager APIs to start and stop the server 2018-10-23 10:58:33 +02:00
whisper refactor(modules/whisper): use ProcessManager APIs to launch process 2018-10-23 10:58:33 +02:00