Commit Graph

65 Commits

Author SHA1 Message Date
Timofey Boyko
7cb2d922f2 Web:Studio: delete console log 2022-05-20 10:01:45 +03:00
Timofey Boyko
494e8cfd10 Web:Studio:Tests: hide text when build project for translation tests 2022-05-19 18:47:51 +03:00
282ebd69a8 Web: Fix build without --env personal 2022-04-28 10:41:27 +03:00
d2733a2608 Web: Added IS_PERSONAL build parameter (yarn start:personal and yarn build:personal) for hiding useless login and confirm functional
+ removed module federated Login from personal
+ fix potential /login redirect from Editor.jsx
2022-04-27 19:53:25 +03:00
1922da4ab9 merge 2022-03-24 20:56:51 +03:00
db0f49708a Web: Login/Client: redirect to enter code page 2022-02-07 08:10:20 +03:00
ff7b6fc432 Web: init e2e tests 2021-12-21 15:59:11 +08:00
18d0cd0842 Web: Shell: Fix minimization on production build static 2021-11-25 17:39:25 +03:00
ed20953d9c Web: Hide warning overlay 2021-10-05 14:57:42 +03:00
5d3d8f4d45 Web: Changed opportunity to show/hide DebugInfo to appsettings.json param "debug-info:enabled" and 'api/2.0/settings.json' 2021-10-05 11:13:38 +03:00
159e284dd0 Web: Added opportunity to show/hide debug info 2021-10-05 09:56:59 +03:00
9ce696e624 Web: Studio: Init Debug Info
+ Added About version from package.json
+ Fix DocumentServer version
2021-10-04 17:08:03 +03:00
03d8d560ba Web: Hide internal login from personal mode 2021-09-14 16:44:39 +03:00
38242e83c1 Web: Moved other common dependencies to sharedDependencies.js 2021-09-13 12:29:44 +03:00
f0c7a09a6c Web: Moved common shared dependencies to sharedDependencies.js + moved workbox-window 2021-09-10 14:20:19 +03:00
f7c46a70fa Web: Updates next dev packages:
- @babel/preset-env
- css-loader
- sass
- sass-loader
- serve
- source-map-loader
- style-loader
- terser-webpack-plugin
- webpack-dev-server
+ Fixed css-loader url resolution issues
2021-09-10 11:30:27 +03:00
d4bd4dcb50 Web: Updated webpack and it's dependencies (new v5.52.0) + moved to new webpack-dev-server v4.1.1 2021-09-09 11:28:52 +03:00
fabaaef0f9 Web: Updated react-toastify and extended ModuleFederationPlugin shared section 2021-09-08 16:28:10 +03:00
11aa89a628 Web: Updated @babel/runtime and extended ModuleFederationPlugin shared section 2021-09-08 16:04:05 +03:00
c41eb97a0f Web: Extended ModuleFederationPlugin shared section 2021-09-08 15:41:11 +03:00
4919b34fd0 Web: Webpack: increased performance maxEntrypointSize and maxAssetSize 2021-08-11 20:40:31 +03:00
538d65c724 Web: Remove query hash from remoteEntry.js 2021-07-26 14:02:10 +03:00
675fb8de21 Web: Fix caching remoteEntry.js 2021-07-23 17:20:42 +03:00
13f8f5ef7d Fix sw.js creation 2021-07-21 18:28:56 +03:00
eab97bbfed Web: init new single sw.js creation 2021-07-20 12:32:27 +03:00
Artem Tarasov
c25fa589a9 Web: People: deleted fonts with ext .woff, added hash to font name 2021-06-08 15:26:56 +03:00
Artem Tarasov
9a798506e0 Web: deleted unnecessary code 2021-06-06 23:43:20 +03:00
Artem Tarasov
acd4a3893c Web: added rule to webpack.config for woff, woff2 2021-06-06 23:39:52 +03:00
88923a5e4d Web: Fix build static bundle 2021-05-05 20:30:54 +03:00
9f3f03a963 Web: added store to webpack.config, fixed Firefox store problems 2021-04-30 15:19:11 +03:00
f732f5fba6 Web: Moved sw-template to @appserver/common and removed api cache (translation issue) 2021-03-24 11:45:58 +03:00
a8a6121e59 Web: Proxy fixes 2021-03-22 17:35:33 +03:00
Artem Tarasov
c9e4df5f1b Web: moved PeopleSelector to People 2021-03-17 13:37:22 +03:00
24a6d61205 Web: Added creation and run of service-worker to all client apps 2021-03-16 14:10:20 +03:00
a015b618a2 Web: Client: Added new service-worker on workbox v6 2021-03-14 23:36:20 +03:00
145d720299 Web: Webpack: Added base url and commented proxy 2021-03-13 18:31:09 +03:00
e8e78604f1 Web: Added products/apps dynamic loading 2021-03-12 13:52:30 +03:00
f0829f059d Webpack: Fix loading react.svg 2021-03-10 19:33:10 +03:00
bac65c6744 Web: Client: Modified production build 2021-03-10 18:31:21 +03:00
f962a2737b Web: Remove slash 2021-03-10 10:35:43 +03:00
8e1d5fb0b4 Web: webpack: changed devtool 2021-03-03 17:58:16 +03:00
68930abdcb Web: Move toastr function to Web Client (mf: "studio/toastr") 2021-03-03 16:46:04 +03:00
TatianaLopaeva
ada47512f1 Web: Moved PeopleSelector to the Web Client. 2021-03-03 15:41:28 +03:00
TatianaLopaeva
7b0faa4747 Web: Moved Main into the Web Client. 2021-03-03 13:02:56 +03:00
TatianaLopaeva
d6cf286cd0 Web: Moved Layout to the Web Client. 2021-03-03 12:47:28 +03:00
TatianaLopaeva
5212633a8d Web: Moved errors from Common to the Web Client. 2021-03-03 11:15:11 +03:00
94708ed455 Web: Fixed opening /products/(files|people) with /filter (or profile) + proxy 2021-03-01 22:48:48 +03:00
8a6afa8111 Web: Fixed load source maps 2021-03-01 18:21:40 +03:00
79cb70bc1f Web: Added opportunity to load people page by primary link 2021-03-01 17:00:54 +03:00
0cf1150288 Web: Added opportunity to load files page by primary link 2021-03-01 16:29:37 +03:00