No files found.
+3 −1
.eslintrc.js
.eslintrc.js
+1 −1
.nvmrc
.nvmrc
+1 −1
.travis.yml
.travis.yml
+12 −1
CHANGELOG.md
CHANGELOG.md
+2 −2
README.md
README.md
+3 −11
messages.json
_locales/de/messages.json
+4 −10
messages.json
_locales/en/messages.json
+3 −11
messages.json
_locales/es/messages.json
+3 −11
messages.json
_locales/fr/messages.json
+3 −11
messages.json
_locales/hu/messages.json
+3 −11
messages.json
_locales/it/messages.json
+3 −11
messages.json
_locales/ja/messages.json
+3 −11
messages.json
_locales/ko/messages.json
+3 −11
messages.json
_locales/nl/messages.json
+3 −11
messages.json
_locales/pl/messages.json
+3 −11
messages.json
_locales/pt_BR/messages.json
+3 −11
messages.json
_locales/ru/messages.json
+3 −11
messages.json
_locales/zh_CN/messages.json
+3 −11
messages.json
_locales/zh_TW/messages.json
+0 −25
AccountActions.js
app/Account/AccountActions.js
+0 −4
AccountConstants.js
app/Account/AccountConstants.js
+30 −1
AccountReducer.js
app/Account/AccountReducer.js
+5 −11
notifications.js
app/content-scripts/notifications.js
+0 −14
CreateAccountView.jsx
app/hub/Views/CreateAccountView/CreateAccountView.jsx
+1 −15
CreateAccountViewContainer.jsx
...ews/CreateAccountView/CreateAccountViewContainer.jsx
+0 −6
CreateAccountView.test.jsx
...eateAccountView/__tests__/CreateAccountView.test.jsx
+0 −44
CreateAccountView.test.jsx.snap
...ests__/__snapshots__/CreateAccountView.test.jsx.snap
+1 −2
index.js
app/hub/Views/CreateAccountView/index.js
+102 −0
ForgotPasswordView.jsx
app/hub/Views/ForgotPasswordView/ForgotPasswordView.jsx
+172 −0
ForgotPasswordView.scss
...hub/Views/ForgotPasswordView/ForgotPasswordView.scss
+103 −0
ForgotPasswordViewContainer.jsx
...s/ForgotPasswordView/ForgotPasswordViewContainer.jsx
+47 −0
index.js
app/hub/Views/ForgotPasswordView/index.js
+1 −2
HomeView.jsx
app/hub/Views/HomeView/HomeView.jsx
+7 −0
LogInView.jsx
app/hub/Views/LogInView/LogInView.jsx
+1 −1
LogInViewContainer.jsx
app/hub/Views/LogInView/LogInViewContainer.jsx
+30 −0
LogInView.test.jsx.snap
...View/__tests__/__snapshots__/LogInView.test.jsx.snap
+1 −1
PlusView.jsx
app/hub/Views/PlusView/PlusView.jsx
+1 −1
PlusView.test.jsx
app/hub/Views/PlusView/__tests__/PlusView.test.jsx
+8 −8
PlusView.test.jsx.snap
...sView/__tests__/__snapshots__/PlusView.test.jsx.snap
+1 −2
SetupViewContainer.jsx
app/hub/Views/SetupView/SetupViewContainer.jsx
+1 −2
SetupAntiSuiteViewContainer.jsx
...s/SetupAntiSuiteView/SetupAntiSuiteViewContainer.jsx
+1 −2
SideNavigationViewContainer.jsx
...s/SideNavigationView/SideNavigationViewContainer.jsx
+2 −0
index.jsx
app/hub/index.jsx
+1 −3
SettingsActions.js
app/panel/actions/SettingsActions.js
+2 −2
Tracker.jsx
app/panel/components/Blocking/Tracker.jsx
+1 −1
trackerButtonRenderHelpers.jsx
...l/components/Blocking/trackerButtonRenderHelpers.jsx
+0 −1
ClickOutside.jsx
app/panel/components/BuildingBlocks/ClickOutside.jsx
+1 −1
NavButton.jsx
app/panel/components/BuildingBlocks/NavButton.jsx
+3 −13
CreateAccount.jsx
app/panel/components/CreateAccount.jsx
+1 −1
ForgotPassword.jsx
app/panel/components/ForgotPassword.jsx
+1 −1
Header.jsx
app/panel/components/Header.jsx
+2 −2
Login.jsx
app/panel/components/Login.jsx
+1 −12
Rewards.jsx
app/panel/components/Rewards.jsx
+1 −1
Account.jsx
app/panel/components/Settings/Account.jsx
+2 −3
OptIn.jsx
app/panel/components/Settings/OptIn.jsx
+32 −3
TrustAndRestrict.jsx
app/panel/components/Settings/TrustAndRestrict.jsx
+153 −0
TrustAndRestrict.jsx
...l/components/Settings/__tests__/TrustAndRestrict.jsx
+119 −0
TrustAndRestrict.jsx.snap
...gs/__tests__/__snapshots__/TrustAndRestrict.jsx.snap
+4 −1
Stats.jsx
app/panel/components/Stats.jsx
+5 −5
StatsView.jsx
app/panel/components/StatsView.jsx
+5 −2
Subscribe.jsx
app/panel/components/Subscribe.jsx
+1 −1
Summary.jsx
app/panel/components/Summary.jsx
+2 −2
CreateAccountContainer.js
app/panel/containers/CreateAccountContainer.js
+2 −11
blocking.js
app/panel/reducers/blocking.js
+0 −4
settings.js
app/panel/reducers/settings.js
+6 −0
summary.js
app/panel/reducers/summary.js
+2 −51
msg.js
app/panel/utils/msg.js
+0 −55
utils.js
app/panel/utils/utils.js
+1 −0
hub.scss
app/scss/hub.scss
+2 −9
_account.scss
app/scss/partials/_account.scss
+12 −10
manifest.json
manifest.json
+41 −40
package.json
package.json
+19 −42
background.js
src/background.js
+0 −13
Account.js
src/classes/Account.js
+0 −1
BrowserButton.js
src/classes/BrowserButton.js
+2 −3
ConfData.js
src/classes/ConfData.js
+2 −11
EventHandlers.js
src/classes/EventHandlers.js
+19 −43
Metrics.js
src/classes/Metrics.js
+1 −9
Module.js
src/classes/Module.js
+27 −3
Policy.js
src/classes/Policy.js
+4 −1
cliqzModulesData.js
src/utils/cliqzModulesData.js
+55 −1
utils.js
src/utils/utils.js
+71 −0
policy.test.js
test/src/policy.test.js
+0 −69
appxmanifest.xml
tools/edge/appxmanifest.xml
BIN
icon150.png
tools/edge/assets/icon150.png
BIN
icon44.png
tools/edge/assets/icon44.png
BIN
icon50.png
tools/edge/assets/icon50.png
+0 −22
priconfig.xml
tools/edge/priconfig.xml
+0 −1
resources.resjson
tools/edge/resources/de/resources.resjson
+0 −1
resources.resjson
tools/edge/resources/en/resources.resjson
+0 −1
resources.resjson
tools/edge/resources/es/resources.resjson
+0 −1
resources.resjson
tools/edge/resources/fr/resources.resjson
+0 −1
resources.resjson
tools/edge/resources/hu/resources.resjson
+0 −1
resources.resjson
tools/edge/resources/it/resources.resjson
+0 −1
resources.resjson
tools/edge/resources/ja/resources.resjson
+0 −1
resources.resjson
tools/edge/resources/ko/resources.resjson
+0 −1
resources.resjson
tools/edge/resources/nl/resources.resjson
+0 −1
resources.resjson
tools/edge/resources/pl/resources.resjson
+0 −1
resources.resjson
tools/edge/resources/pt-br/resources.resjson
+0 −1
resources.resjson
tools/edge/resources/ru/resources.resjson
+0 −1
resources.resjson
tools/edge/resources/zh-cn/resources.resjson
+0 −1
resources.resjson
tools/edge/resources/zh-tw/resources.resjson
+1 −1
webpack.config.js
webpack.config.js
+2,462 −1,827
yarn.lock
yarn.lock