- Mar 11, 2021
-
-
Ramón Souza authored
* moving locales folder to /public and applying changes needed to serve locales as static files * better dev/prod check * transifex pull script changes to match new locales directory + ignore locales with less than 100 lines * fix local/prod locales path * merge fallback messages * applies new locale changes to legacy client `bbb-html5.nginx` file content should also be changed to the following: ``` location /html5client/locales { alias /usr/share/meteor/bundle/programs/web.browser/app/locales; } location /html5client/compatibility { alias /usr/share/meteor/bundle/programs/web.browser/app/compatibility; } location /html5client/resources { alias /usr/share/meteor/bundle/programs/web.browser/app/resources; } location /html5client/svgs { alias /usr/share/meteor/bundle/programs/web.browser/app/svgs; } location /html5client/fonts { alias /usr/share/meteor/bundle/programs/web.browser/app/fonts; } location /html5client { # proxy_pass http://127.0.0.1:4100; # use for development proxy_pass http://poolhtml5servers; # use for production proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; } ```
-
- Apr 17, 2020
-
-
Anton Georgiev authored
-
- Mar 27, 2020
-
-
Anton Georgiev authored
By keeping ka.json uncommittable I can refrain from adding edge case handlers
-
- Aug 28, 2019
-
-
Maxim Khlobystov authored
-
- Mar 18, 2019
-
-
Tainan Felipe authored
-
- Mar 14, 2019
-
-
Anton Georgiev authored
-
- Feb 06, 2017
-
-
Oswaldo Acauan authored
-
- Aug 23, 2016
-
-
Laily Ajellu authored
-
Laily Ajellu authored
-
- Aug 19, 2016
-
-
Lajellu authored
-
- Jul 12, 2016
-
-
Oswaldo Acauan authored
-
- Mar 05, 2015
-
-
Anton Georgiev authored
-
- Oct 02, 2014
-
-
Anton Georgiev authored
moving the meteor files into an app folder so that grunt can reside in the root without breaking meteor
-
- Jul 18, 2014
-
-
perroned authored
-
- Jul 16, 2014
-
-
perroned authored
-
- Jun 12, 2014
-
-
Anton Georgiev authored
-