Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update devDependencies and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
RainLoop committed May 1, 2018
1 parent 35ef89c commit 841c4d5
Show file tree
Hide file tree
Showing 59 changed files with 1,950 additions and 1,690 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ status:
@docker-compose ps

tx:
@docker-compose run --no-deps --rm tx tx pull -a
@docker-compose run --no-deps --rm tx tx pull -a -s -f -d

console-node:
@docker-compose run --no-deps --rm node sh
Expand Down
16 changes: 10 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
MYSQL_DATABASE: rainloop
volumes:
- mysql:/var/lib/mysql
- ./.docker/.cache/mysql/tmp:/tmp
- tmp:/tmp
php:
build:
context: ./.docker/php
Expand All @@ -49,18 +49,19 @@ services:
- mail
volumes:
- ./:/var/www
# - ./build/local/:/var/www
- ./.docker/php/rainloop.ini:/usr/local/etc/php/conf.d/rainloop.ini
- ./.docker/.cache/php/tmp:/tmp
- tmp:/tmp
node:
build:
context: ./.docker/node
hostname: node
container_name: rl.node
working_dir: /var/www
command: sh -c 'yarn install'
command: sh -c 'yarn --version'
volumes:
- ./:/var/www
- ./.docker/.cache/node/tmp:/tmp
- tmp:/tmp
nginx:
image: nginx:latest
hostname: nginx
Expand All @@ -72,9 +73,10 @@ services:
- 80:80
volumes:
- ./:/var/www
# - ./build/local/:/var/www
- ./.docker/nginx/ssl:/etc/nginx/ssl
- ./.docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
- ./.docker/.cache/nginx/tmp:/tmp
- tmp:/tmp
tx:
build:
context: ./.docker/tx
Expand All @@ -85,7 +87,7 @@ services:
volumes:
- ./:/var/www
- ./.docker/.cache/tx/root:/root
- ./.docker/.cache/tx/tmp:/tmp
- tmp:/tmp

volumes:
mysql:
Expand All @@ -94,3 +96,5 @@ volumes:
driver: local
mailstate:
driver: local
tmp:
driver: local
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
],
"devDependencies": {
"autolinker": "1.6.2",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-core": "6.26.3",
"babel-eslint": "8.2.3",
"babel-loader": "7.1.4",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.23.0",
Expand Down Expand Up @@ -105,9 +105,9 @@
"knockout": "3.4.2",
"knockout-transformations": "2.1.0",
"knockout-sortable": "1.1.0",
"lozad": "1.3.0",
"lozad": "1.4.0",
"matchmedia-polyfill": "0.3.0",
"moment": "2.21.0",
"moment": "2.22.1",
"node-fs": "0.1.7",
"node-notifier": "5.2.1",
"normalize.css": "8.0.0",
Expand All @@ -118,9 +118,9 @@
"rimraf": "2.6.2",
"run-sequence": "2.2.1",
"simplestatemanager": "4.1.0",
"style-loader": "0.20.3",
"underscore": "1.8.3",
"webpack": "3.11.0",
"style-loader": "0.21.0",
"underscore": "1.9.0",
"webpack": "4.6.0",
"webpack-notifier": "1.6.0"
}
}
66 changes: 33 additions & 33 deletions rainloop/v/0.0.0/app/localization/admin/_source.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ en:
LABEL_ALLOW_ADDITIONAL_ACCOUNTS: "Allow additional accounts"
LABEL_ALLOW_IDENTITIES: "Allow multiple identities"
LABEL_ALLOW_TEMPLATES: "Allow templates"
ALERT_WARNING: "Warning!"
ALERT_DATA_ACCESS: "RainLoop data folder is accessible. Please configure your web server to hide the data folder from external access. Read more here:"
ALERT_WARNING: "Warning!"
HTML_ALERT_WEAK_PASSWORD: |
You are using the default admin password.
<br />
For security reasons please
<strong><a href="#/security">change</a></strong>
password to something else now.
You are using the default admin password.
<br />
For security reasons please
<strong><a href="#/security">change</a></strong>
password to something else now.
TAB_LOGIN:
LEGEND_LOGIN_SCREEN: "Login Screen"
LABEL_DEFAULT_DOMAIN: "Default Domain"
Expand Down Expand Up @@ -85,18 +85,18 @@ en:
ALERT_NOTICE: "Notice!"
HTML_ALERT_DO_NOT_USE_THIS_DATABASE: "Don't use this database type with a large number of active users."
HTML_ALERT_DOES_NOT_SUPPORTED: |
Your system doesn't support contacts.
<br />
You need to install or enable <strong>PDO (SQLite / MySQL / PostgreSQL)</strong> extension on your server.
Your system doesn't support contacts.
<br />
You need to install or enable <strong>PDO (SQLite / MySQL / PostgreSQL)</strong> extension on your server.
TAB_DOMAINS:
LEGEND_DOMAINS: "Domains"
BUTTON_ADD_DOMAIN: "Add Domain"
BUTTON_ADD_ALIAS: "Add Alias"
DELETE_ARE_YOU_SURE: "Are you sure?"
HTML_DOMAINS_HELPER: |
List of domains webmail is allowed to access.
<br />
Click on the name to configure the domain.
List of domains webmail is allowed to access.
<br />
Click on the name to configure the domain.
TAB_SECURITY:
LEGEND_SECURITY: "Security"
LABEL_ALLOW_TWO_STEP: "Allow 2-Step Verification"
Expand Down Expand Up @@ -155,8 +155,8 @@ en:
HTML_ALERT_TOP_1: "RainLoop Webmail is licensed under"
HTML_ALERT_TOP_2: "You are <b>free</b> to use it for your <b>personal</b> projects."
HTML_ALERT_TOP_3: |
Commercial use (with additional features) of <b>RainLoop Webmail</b> requires getting a
<a href="http://www.rainloop.net/purchase/" target="_blank">subscription</a>.
Commercial use (with additional features) of <b>RainLoop Webmail</b> requires getting a
<a href="http://www.rainloop.net/purchase/" target="_blank">subscription</a>.
TYPE_PREMIUM_LIFETIME: "Lifetime"
LABEL_SUB_EXPIRES: "Subscription expires"
BUTTON_ACTIVATE: "Activate Subscription Key for this domain"
Expand Down Expand Up @@ -184,11 +184,11 @@ en:
ERROR_INVALID_SUBS_KEY: "Invalid Subscription Key"
SUBS_KEY_ACTIVATED: "Subscription Key Activated Successfully"
HTML_DESC: |
After activation, premium subscription for <b>%DOMAIN%</b> will be extended.
<br />
Note that subscription key can be activated for a single domain only.
<br /><br />
Once started, the process of activation cannot be aborted or cancelled.
After activation, premium subscription for <b>%DOMAIN%</b> will be extended.
<br />
Note that subscription key can be activated for a single domain only.
<br /><br />
Once started, the process of activation cannot be aborted or cancelled.
POPUPS_DOMAIN_ALIAS:
TITLE_ADD_DOMAIN_ALIAS: "Add Alias"
LABEL_ALIAS: "Alias"
Expand Down Expand Up @@ -226,8 +226,8 @@ en:
BUTTON_UPDATE: "Update"
NEW_DOMAIN_DESC: "This domain configuration will allow you to work <br />with <i>%NAME%</i> email addresses."
WHITE_LIST_ALERT: |
List of domain users webmail is allowed to access.
Use a space as delimiter.
List of domain users webmail is allowed to access.
Use a space as delimiter.
POPUPS_PLUGIN:
TITLE_PLUGIN: "Plugin"
DESC_NOTHING_TO_CONFIGURE: "Nothing to configure"
Expand All @@ -254,14 +254,14 @@ en:
CONNECTION_ERROR: "Can't connect to server"
CAPTCHA_ERROR: "Incorrect CAPTCHA."
SOCIAL_FACEBOOK_LOGIN_ACCESS_DISABLE: >
This social ID is not assigned for any email account yet.
Log in using email credentials and enable this feature in account settings.
This social ID is not assigned for any email account yet. Log in using email
credentials and enable this feature in account settings.
SOCIAL_TWITTER_LOGIN_ACCESS_DISABLE: >
This social ID is not assigned for any email account yet.
Log in using email credentials and enable this feature in account settings.
This social ID is not assigned for any email account yet. Log in using email
credentials and enable this feature in account settings.
SOCIAL_GOOGLE_LOGIN_ACCESS_DISABLE: >
This social ID is not assigned for any email account yet.
Log in using email credentials and enable this feature in account settings.
This social ID is not assigned for any email account yet. Log in using email
credentials and enable this feature in account settings.
DOMAIN_NOT_ALLOWED: "Domain is not allowed"
ACCOUNT_NOT_ALLOWED: "Account is not allowed"
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED: "Two factor verification required"
Expand Down Expand Up @@ -312,13 +312,13 @@ en:
PHP_VERSION_ERROR_DESC: "Your PHP version (%VERSION%) is lower than the minimal required 5.3.0!"
NO_SCRIPT_TITLE: "JavaScript is required for this application."
NO_SCRIPT_DESC: |
JavaScript support is not available in your browser.
Please enable JavaScript support in your browser settings and retry.
JavaScript support is not available in your browser.
Please enable JavaScript support in your browser settings and retry.
NO_COOKIE_TITLE: "Cookies support is required for this application."
NO_COOKIE_DESC: |
Cookies support is not available in your browser.
Please enable Cookie support in your browser settings and retry.
Cookies support is not available in your browser.
Please enable Cookie support in your browser settings and retry.
BAD_BROWSER_TITLE: "Your browser is outdated."
BAD_BROWSER_DESC: |
To use all the features of the application,
download and install one of these browsers:
To use all the features of the application,
download and install one of these browsers:
52 changes: 26 additions & 26 deletions rainloop/v/0.0.0/app/localization/admin/cs_CZ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ cs_CZ:
LABEL_ALLOW_TEMPLATES: "Povolit šablony"
ALERT_WARNING: "Upozornění!"
HTML_ALERT_WEAK_PASSWORD: |
Používáte výchozí administrátorské heslo.
<br />
Z bezpečnostních důvodů jeji prosím
<strong><a href="#/security">změnte</a></strong>.
Používáte výchozí administrátorské heslo.
<br />
Z bezpečnostních důvodů jeji prosím
<strong><a href="#/security">změnte</a></strong>.
TAB_LOGIN:
LEGEND_LOGIN_SCREEN: "Přihlašovací obrazovka"
LABEL_DEFAULT_DOMAIN: "Výchozí doména"
Expand Down Expand Up @@ -82,18 +82,18 @@ cs_CZ:
ALERT_NOTICE: "Upozornění!"
HTML_ALERT_DO_NOT_USE_THIS_DATABASE: "Nepoužívejte tento typ databáze při velkém počtu aktivních uživatelů."
HTML_ALERT_DOES_NOT_SUPPORTED: |
Váš systém nepodporuje kontakty.
<br />
Je potřeba nainstalovat nebo povolit <strong>PDO (SQLite / MySQL / PostgreSQL)</strong>
rozšíření na vašem serveru.
Váš systém nepodporuje kontakty.
<br />
Je potřeba nainstalovat nebo povolit <strong>PDO (SQLite / MySQL / PostgreSQL)</strong>
rozšíření na vašem serveru.
TAB_DOMAINS:
LEGEND_DOMAINS: "Domény"
BUTTON_ADD_DOMAIN: "Přidat Doménu"
DELETE_ARE_YOU_SURE: "Jste si jistí?"
HTML_DOMAINS_HELPER: |
Seznam domén, ke kterým je možné přistupovat přes webmail.
<br />
Klikněte na jméno domény pro její konfiguraci.
Seznam domén, ke kterým je možné přistupovat přes webmail.
<br />
Klikněte na jméno domény pro její konfiguraci.
TAB_SECURITY:
LEGEND_SECURITY: "Zabezpečení"
LABEL_ALLOW_TWO_STEP: "Povolit dvoufázové ověření"
Expand Down Expand Up @@ -152,9 +152,9 @@ cs_CZ:
HTML_ALERT_TOP_1: "RainLoop Webmail je licencován pod"
HTML_ALERT_TOP_2: "Můžete tento nástroj <b>volně</b> používat pro vaše <b>osobní</b> projekty."
HTML_ALERT_TOP_3: |
Komerční užívání (s přidanými doplňky) <b>RainLoop Webmail</b> vyžaduje získání
Komerční užívání (s přidanými doplňky) <b>RainLoop Webmail</b> vyžaduje získání
<a href="http://www.rainloop.net/purchase/" target="_blank">licence</a>.
<a href="http://www.rainloop.net/purchase/" target="_blank">licence</a>.
TYPE_PREMIUM_LIFETIME: "Lifetime"
LABEL_SUB_EXPIRES: "Licence vyprší"
BUTTON_ACTIVATE: "Aktivační licenční klíč pro tuto doménu"
Expand Down Expand Up @@ -182,11 +182,11 @@ cs_CZ:
ERROR_INVALID_SUBS_KEY: "Nevalidní licenční klíč"
SUBS_KEY_ACTIVATED: "Licenční klíč byl úspěšně aktivován"
HTML_DESC: |
Po aktivaci bude prémiové licence pro doménu <b>%DOMAIN%</b> prodloužena.
<br />
Aktivační klíč lze použít pouze pro jednu doménu.
<br /><br />
Jakmile začnete proces aktivace, nelze ho přerušit nebo ukončit.
Po aktivaci bude prémiové licence pro doménu <b>%DOMAIN%</b> prodloužena.
<br />
Aktivační klíč lze použít pouze pro jednu doménu.
<br /><br />
Jakmile začnete proces aktivace, nelze ho přerušit nebo ukončit.
POPUPS_DOMAIN:
TITLE_ADD_DOMAIN: "Přidat Doménu"
TITLE_ADD_DOMAIN_WITH_NAME: "Přidat Doménu \"%NAME%\""
Expand Down Expand Up @@ -218,8 +218,8 @@ cs_CZ:
BUTTON_UPDATE: "Aktualizovat"
NEW_DOMAIN_DESC: "Konfigurace této domény umožní používat <i>%NAME%</i> adresy."
WHITE_LIST_ALERT: |
Seznam domén s povoleným uživatelským přístupem
Použijte mezeru pro jejich oddělení.
Seznam domén s povoleným uživatelským přístupem
Použijte mezeru pro jejich oddělení.
POPUPS_PLUGIN:
TITLE_PLUGIN: "Plugin"
DESC_NOTHING_TO_CONFIGURE: "Není zde nic ke konfiguraci"
Expand Down Expand Up @@ -304,13 +304,13 @@ cs_CZ:
PHP_VERSION_ERROR_DESC: "Vaše verze PHP (%VERSION%) je nižší než požadovaná 5.3.0!"
NO_SCRIPT_TITLE: "Tato aplikace vyžaduje JavaScript."
NO_SCRIPT_DESC: |
Váš internetový prohlížeč nepodporuje JavaScript.
Prosím povolte podporu JavaScriptu v nastavení vašeho internetového prohlížeče a zkuste to znovu.
Váš internetový prohlížeč nepodporuje JavaScript.
Prosím povolte podporu JavaScriptu v nastavení vašeho internetového prohlížeče a zkuste to znovu.
NO_COOKIE_TITLE: "Tato aplikace vyžaduje podporu Cookies."
NO_COOKIE_DESC: |
Váš internetový prohlížeč nepodporuje Cookies.
Prosím povolte podporu Cookies v nastavení vašeho internetového prohlížeče a zkuste to znovu.
Váš internetový prohlížeč nepodporuje Cookies.
Prosím povolte podporu Cookies v nastavení vašeho internetového prohlížeče a zkuste to znovu.
BAD_BROWSER_TITLE: "Používáte zastaralý internetový prohlížeč."
BAD_BROWSER_DESC: |
Abyste mohli využívat všechny funkcie této aplikace,
použijte některý z následujících internetových prohlížečů:
Abyste mohli využívat všechny funkcie této aplikace,
použijte některý z následujících internetových prohlížečů:
Loading

0 comments on commit 841c4d5

Please sign in to comment.