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

Commit 841c4d5

Browse files
committed
Update devDependencies and translations
1 parent 35ef89c commit 841c4d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1950
-1690
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ status:
2121
@docker-compose ps
2222

2323
tx:
24-
@docker-compose run --no-deps --rm tx tx pull -a
24+
@docker-compose run --no-deps --rm tx tx pull -a -s -f -d
2525

2626
console-node:
2727
@docker-compose run --no-deps --rm node sh

docker-compose.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
MYSQL_DATABASE: rainloop
3737
volumes:
3838
- mysql:/var/lib/mysql
39-
- ./.docker/.cache/mysql/tmp:/tmp
39+
- tmp:/tmp
4040
php:
4141
build:
4242
context: ./.docker/php
@@ -49,18 +49,19 @@ services:
4949
- mail
5050
volumes:
5151
- ./:/var/www
52+
# - ./build/local/:/var/www
5253
- ./.docker/php/rainloop.ini:/usr/local/etc/php/conf.d/rainloop.ini
53-
- ./.docker/.cache/php/tmp:/tmp
54+
- tmp:/tmp
5455
node:
5556
build:
5657
context: ./.docker/node
5758
hostname: node
5859
container_name: rl.node
5960
working_dir: /var/www
60-
command: sh -c 'yarn install'
61+
command: sh -c 'yarn --version'
6162
volumes:
6263
- ./:/var/www
63-
- ./.docker/.cache/node/tmp:/tmp
64+
- tmp:/tmp
6465
nginx:
6566
image: nginx:latest
6667
hostname: nginx
@@ -72,9 +73,10 @@ services:
7273
- 80:80
7374
volumes:
7475
- ./:/var/www
76+
# - ./build/local/:/var/www
7577
- ./.docker/nginx/ssl:/etc/nginx/ssl
7678
- ./.docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
77-
- ./.docker/.cache/nginx/tmp:/tmp
79+
- tmp:/tmp
7880
tx:
7981
build:
8082
context: ./.docker/tx
@@ -85,7 +87,7 @@ services:
8587
volumes:
8688
- ./:/var/www
8789
- ./.docker/.cache/tx/root:/root
88-
- ./.docker/.cache/tx/tmp:/tmp
90+
- tmp:/tmp
8991

9092
volumes:
9193
mysql:
@@ -94,3 +96,5 @@ volumes:
9496
driver: local
9597
mailstate:
9698
driver: local
99+
tmp:
100+
driver: local

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
],
5454
"devDependencies": {
5555
"autolinker": "1.6.2",
56-
"babel-core": "6.26.0",
57-
"babel-eslint": "8.2.2",
56+
"babel-core": "6.26.3",
57+
"babel-eslint": "8.2.3",
5858
"babel-loader": "7.1.4",
5959
"babel-plugin-transform-decorators-legacy": "1.3.4",
6060
"babel-plugin-transform-runtime": "6.23.0",
@@ -105,9 +105,9 @@
105105
"knockout": "3.4.2",
106106
"knockout-transformations": "2.1.0",
107107
"knockout-sortable": "1.1.0",
108-
"lozad": "1.3.0",
108+
"lozad": "1.4.0",
109109
"matchmedia-polyfill": "0.3.0",
110-
"moment": "2.21.0",
110+
"moment": "2.22.1",
111111
"node-fs": "0.1.7",
112112
"node-notifier": "5.2.1",
113113
"normalize.css": "8.0.0",
@@ -118,9 +118,9 @@
118118
"rimraf": "2.6.2",
119119
"run-sequence": "2.2.1",
120120
"simplestatemanager": "4.1.0",
121-
"style-loader": "0.20.3",
122-
"underscore": "1.8.3",
123-
"webpack": "3.11.0",
121+
"style-loader": "0.21.0",
122+
"underscore": "1.9.0",
123+
"webpack": "4.6.0",
124124
"webpack-notifier": "1.6.0"
125125
}
126126
}

rainloop/v/0.0.0/app/localization/admin/_source.en.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ en:
3434
LABEL_ALLOW_ADDITIONAL_ACCOUNTS: "Allow additional accounts"
3535
LABEL_ALLOW_IDENTITIES: "Allow multiple identities"
3636
LABEL_ALLOW_TEMPLATES: "Allow templates"
37-
ALERT_WARNING: "Warning!"
3837
ALERT_DATA_ACCESS: "RainLoop data folder is accessible. Please configure your web server to hide the data folder from external access. Read more here:"
38+
ALERT_WARNING: "Warning!"
3939
HTML_ALERT_WEAK_PASSWORD: |
40-
You are using the default admin password.
41-
<br />
42-
For security reasons please
43-
<strong><a href="#/security">change</a></strong>
44-
password to something else now.
40+
You are using the default admin password.
41+
<br />
42+
For security reasons please
43+
<strong><a href="#/security">change</a></strong>
44+
password to something else now.
4545
TAB_LOGIN:
4646
LEGEND_LOGIN_SCREEN: "Login Screen"
4747
LABEL_DEFAULT_DOMAIN: "Default Domain"
@@ -85,18 +85,18 @@ en:
8585
ALERT_NOTICE: "Notice!"
8686
HTML_ALERT_DO_NOT_USE_THIS_DATABASE: "Don't use this database type with a large number of active users."
8787
HTML_ALERT_DOES_NOT_SUPPORTED: |
88-
Your system doesn't support contacts.
89-
<br />
90-
You need to install or enable <strong>PDO (SQLite / MySQL / PostgreSQL)</strong> extension on your server.
88+
Your system doesn't support contacts.
89+
<br />
90+
You need to install or enable <strong>PDO (SQLite / MySQL / PostgreSQL)</strong> extension on your server.
9191
TAB_DOMAINS:
9292
LEGEND_DOMAINS: "Domains"
9393
BUTTON_ADD_DOMAIN: "Add Domain"
9494
BUTTON_ADD_ALIAS: "Add Alias"
9595
DELETE_ARE_YOU_SURE: "Are you sure?"
9696
HTML_DOMAINS_HELPER: |
97-
List of domains webmail is allowed to access.
98-
<br />
99-
Click on the name to configure the domain.
97+
List of domains webmail is allowed to access.
98+
<br />
99+
Click on the name to configure the domain.
100100
TAB_SECURITY:
101101
LEGEND_SECURITY: "Security"
102102
LABEL_ALLOW_TWO_STEP: "Allow 2-Step Verification"
@@ -155,8 +155,8 @@ en:
155155
HTML_ALERT_TOP_1: "RainLoop Webmail is licensed under"
156156
HTML_ALERT_TOP_2: "You are <b>free</b> to use it for your <b>personal</b> projects."
157157
HTML_ALERT_TOP_3: |
158-
Commercial use (with additional features) of <b>RainLoop Webmail</b> requires getting a
159-
<a href="http://www.rainloop.net/purchase/" target="_blank">subscription</a>.
158+
Commercial use (with additional features) of <b>RainLoop Webmail</b> requires getting a
159+
<a href="http://www.rainloop.net/purchase/" target="_blank">subscription</a>.
160160
TYPE_PREMIUM_LIFETIME: "Lifetime"
161161
LABEL_SUB_EXPIRES: "Subscription expires"
162162
BUTTON_ACTIVATE: "Activate Subscription Key for this domain"
@@ -184,11 +184,11 @@ en:
184184
ERROR_INVALID_SUBS_KEY: "Invalid Subscription Key"
185185
SUBS_KEY_ACTIVATED: "Subscription Key Activated Successfully"
186186
HTML_DESC: |
187-
After activation, premium subscription for <b>%DOMAIN%</b> will be extended.
188-
<br />
189-
Note that subscription key can be activated for a single domain only.
190-
<br /><br />
191-
Once started, the process of activation cannot be aborted or cancelled.
187+
After activation, premium subscription for <b>%DOMAIN%</b> will be extended.
188+
<br />
189+
Note that subscription key can be activated for a single domain only.
190+
<br /><br />
191+
Once started, the process of activation cannot be aborted or cancelled.
192192
POPUPS_DOMAIN_ALIAS:
193193
TITLE_ADD_DOMAIN_ALIAS: "Add Alias"
194194
LABEL_ALIAS: "Alias"
@@ -226,8 +226,8 @@ en:
226226
BUTTON_UPDATE: "Update"
227227
NEW_DOMAIN_DESC: "This domain configuration will allow you to work <br />with <i>%NAME%</i> email addresses."
228228
WHITE_LIST_ALERT: |
229-
List of domain users webmail is allowed to access.
230-
Use a space as delimiter.
229+
List of domain users webmail is allowed to access.
230+
Use a space as delimiter.
231231
POPUPS_PLUGIN:
232232
TITLE_PLUGIN: "Plugin"
233233
DESC_NOTHING_TO_CONFIGURE: "Nothing to configure"
@@ -254,14 +254,14 @@ en:
254254
CONNECTION_ERROR: "Can't connect to server"
255255
CAPTCHA_ERROR: "Incorrect CAPTCHA."
256256
SOCIAL_FACEBOOK_LOGIN_ACCESS_DISABLE: >
257-
This social ID is not assigned for any email account yet.
258-
Log in using email credentials and enable this feature in account settings.
257+
This social ID is not assigned for any email account yet. Log in using email
258+
credentials and enable this feature in account settings.
259259
SOCIAL_TWITTER_LOGIN_ACCESS_DISABLE: >
260-
This social ID is not assigned for any email account yet.
261-
Log in using email credentials and enable this feature in account settings.
260+
This social ID is not assigned for any email account yet. Log in using email
261+
credentials and enable this feature in account settings.
262262
SOCIAL_GOOGLE_LOGIN_ACCESS_DISABLE: >
263-
This social ID is not assigned for any email account yet.
264-
Log in using email credentials and enable this feature in account settings.
263+
This social ID is not assigned for any email account yet. Log in using email
264+
credentials and enable this feature in account settings.
265265
DOMAIN_NOT_ALLOWED: "Domain is not allowed"
266266
ACCOUNT_NOT_ALLOWED: "Account is not allowed"
267267
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED: "Two factor verification required"
@@ -312,13 +312,13 @@ en:
312312
PHP_VERSION_ERROR_DESC: "Your PHP version (%VERSION%) is lower than the minimal required 5.3.0!"
313313
NO_SCRIPT_TITLE: "JavaScript is required for this application."
314314
NO_SCRIPT_DESC: |
315-
JavaScript support is not available in your browser.
316-
Please enable JavaScript support in your browser settings and retry.
315+
JavaScript support is not available in your browser.
316+
Please enable JavaScript support in your browser settings and retry.
317317
NO_COOKIE_TITLE: "Cookies support is required for this application."
318318
NO_COOKIE_DESC: |
319-
Cookies support is not available in your browser.
320-
Please enable Cookie support in your browser settings and retry.
319+
Cookies support is not available in your browser.
320+
Please enable Cookie support in your browser settings and retry.
321321
BAD_BROWSER_TITLE: "Your browser is outdated."
322322
BAD_BROWSER_DESC: |
323-
To use all the features of the application,
324-
download and install one of these browsers:
323+
To use all the features of the application,
324+
download and install one of these browsers:

rainloop/v/0.0.0/app/localization/admin/cs_CZ.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ cs_CZ:
3535
LABEL_ALLOW_TEMPLATES: "Povolit šablony"
3636
ALERT_WARNING: "Upozornění!"
3737
HTML_ALERT_WEAK_PASSWORD: |
38-
Používáte výchozí administrátorské heslo.
39-
<br />
40-
Z bezpečnostních důvodů jeji prosím
41-
<strong><a href="#/security">změnte</a></strong>.
38+
Používáte výchozí administrátorské heslo.
39+
<br />
40+
Z bezpečnostních důvodů jeji prosím
41+
<strong><a href="#/security">změnte</a></strong>.
4242
TAB_LOGIN:
4343
LEGEND_LOGIN_SCREEN: "Přihlašovací obrazovka"
4444
LABEL_DEFAULT_DOMAIN: "Výchozí doména"
@@ -82,18 +82,18 @@ cs_CZ:
8282
ALERT_NOTICE: "Upozornění!"
8383
HTML_ALERT_DO_NOT_USE_THIS_DATABASE: "Nepoužívejte tento typ databáze při velkém počtu aktivních uživatelů."
8484
HTML_ALERT_DOES_NOT_SUPPORTED: |
85-
Váš systém nepodporuje kontakty.
86-
<br />
87-
Je potřeba nainstalovat nebo povolit <strong>PDO (SQLite / MySQL / PostgreSQL)</strong>
88-
rozšíření na vašem serveru.
85+
Váš systém nepodporuje kontakty.
86+
<br />
87+
Je potřeba nainstalovat nebo povolit <strong>PDO (SQLite / MySQL / PostgreSQL)</strong>
88+
rozšíření na vašem serveru.
8989
TAB_DOMAINS:
9090
LEGEND_DOMAINS: "Domény"
9191
BUTTON_ADD_DOMAIN: "Přidat Doménu"
9292
DELETE_ARE_YOU_SURE: "Jste si jistí?"
9393
HTML_DOMAINS_HELPER: |
94-
Seznam domén, ke kterým je možné přistupovat přes webmail.
95-
<br />
96-
Klikněte na jméno domény pro její konfiguraci.
94+
Seznam domén, ke kterým je možné přistupovat přes webmail.
95+
<br />
96+
Klikněte na jméno domény pro její konfiguraci.
9797
TAB_SECURITY:
9898
LEGEND_SECURITY: "Zabezpečení"
9999
LABEL_ALLOW_TWO_STEP: "Povolit dvoufázové ověření"
@@ -152,9 +152,9 @@ cs_CZ:
152152
HTML_ALERT_TOP_1: "RainLoop Webmail je licencován pod"
153153
HTML_ALERT_TOP_2: "Můžete tento nástroj <b>volně</b> používat pro vaše <b>osobní</b> projekty."
154154
HTML_ALERT_TOP_3: |
155-
Komerční užívání (s přidanými doplňky) <b>RainLoop Webmail</b> vyžaduje získání
155+
Komerční užívání (s přidanými doplňky) <b>RainLoop Webmail</b> vyžaduje získání
156156
157-
<a href="http://www.rainloop.net/purchase/" target="_blank">licence</a>.
157+
<a href="http://www.rainloop.net/purchase/" target="_blank">licence</a>.
158158
TYPE_PREMIUM_LIFETIME: "Lifetime"
159159
LABEL_SUB_EXPIRES: "Licence vyprší"
160160
BUTTON_ACTIVATE: "Aktivační licenční klíč pro tuto doménu"
@@ -182,11 +182,11 @@ cs_CZ:
182182
ERROR_INVALID_SUBS_KEY: "Nevalidní licenční klíč"
183183
SUBS_KEY_ACTIVATED: "Licenční klíč byl úspěšně aktivován"
184184
HTML_DESC: |
185-
Po aktivaci bude prémiové licence pro doménu <b>%DOMAIN%</b> prodloužena.
186-
<br />
187-
Aktivační klíč lze použít pouze pro jednu doménu.
188-
<br /><br />
189-
Jakmile začnete proces aktivace, nelze ho přerušit nebo ukončit.
185+
Po aktivaci bude prémiové licence pro doménu <b>%DOMAIN%</b> prodloužena.
186+
<br />
187+
Aktivační klíč lze použít pouze pro jednu doménu.
188+
<br /><br />
189+
Jakmile začnete proces aktivace, nelze ho přerušit nebo ukončit.
190190
POPUPS_DOMAIN:
191191
TITLE_ADD_DOMAIN: "Přidat Doménu"
192192
TITLE_ADD_DOMAIN_WITH_NAME: "Přidat Doménu \"%NAME%\""
@@ -218,8 +218,8 @@ cs_CZ:
218218
BUTTON_UPDATE: "Aktualizovat"
219219
NEW_DOMAIN_DESC: "Konfigurace této domény umožní používat <i>%NAME%</i> adresy."
220220
WHITE_LIST_ALERT: |
221-
Seznam domén s povoleným uživatelským přístupem
222-
Použijte mezeru pro jejich oddělení.
221+
Seznam domén s povoleným uživatelským přístupem
222+
Použijte mezeru pro jejich oddělení.
223223
POPUPS_PLUGIN:
224224
TITLE_PLUGIN: "Plugin"
225225
DESC_NOTHING_TO_CONFIGURE: "Není zde nic ke konfiguraci"
@@ -304,13 +304,13 @@ cs_CZ:
304304
PHP_VERSION_ERROR_DESC: "Vaše verze PHP (%VERSION%) je nižší než požadovaná 5.3.0!"
305305
NO_SCRIPT_TITLE: "Tato aplikace vyžaduje JavaScript."
306306
NO_SCRIPT_DESC: |
307-
Váš internetový prohlížeč nepodporuje JavaScript.
308-
Prosím povolte podporu JavaScriptu v nastavení vašeho internetového prohlížeče a zkuste to znovu.
307+
Váš internetový prohlížeč nepodporuje JavaScript.
308+
Prosím povolte podporu JavaScriptu v nastavení vašeho internetového prohlížeče a zkuste to znovu.
309309
NO_COOKIE_TITLE: "Tato aplikace vyžaduje podporu Cookies."
310310
NO_COOKIE_DESC: |
311-
Váš internetový prohlížeč nepodporuje Cookies.
312-
Prosím povolte podporu Cookies v nastavení vašeho internetového prohlížeče a zkuste to znovu.
311+
Váš internetový prohlížeč nepodporuje Cookies.
312+
Prosím povolte podporu Cookies v nastavení vašeho internetového prohlížeče a zkuste to znovu.
313313
BAD_BROWSER_TITLE: "Používáte zastaralý internetový prohlížeč."
314314
BAD_BROWSER_DESC: |
315-
Abyste mohli využívat všechny funkcie této aplikace,
316-
použijte některý z následujících internetových prohlížečů:
315+
Abyste mohli využívat všechny funkcie této aplikace,
316+
použijte některý z následujících internetových prohlížečů:

0 commit comments

Comments
 (0)