Commit Graph

12040 Commits

Author SHA1 Message Date
198f1e4fe6 Settings: fixed tfaapp/confirm 2021-05-11 22:30:37 +03:00
c857751572 Merge branch 'develop' of github.com:ONLYOFFICE/AppServer into feature/two-factor-auth
# Conflicts:
#	yarn.lock
2021-05-11 12:22:17 +03:00
57a4b8a9b8 Upgrade lodash to version 4.17.21 (lodash vulnerability issue) 2021-05-07 21:12:25 +03:00
8f6bcf6e68 Web: Client scripts optimizations:
+ Fix deploy script (xcopy not installed issue)
+ Added concurrently for build and deploy scripts
+ Added new packages "mkdirp" (original "mkdir" not working with yarn run <script>), "rimraf"
+ Added missing "terser-webpack-plugin" package
2021-05-07 20:59:39 +03:00
0feecdd27e v0.0.0 2021-05-07 19:46:22 +03:00
3ae370deed Merge branch 'develop' of https://github.com/ONLYOFFICE/AppServer into develop 2021-05-07 18:54:42 +03:00
6c3244a3e9 Web: Added opportunity to deploy all static clients to build/deploy directory (yarn build && yarn deploy) 2021-05-07 18:54:25 +03:00
7a27280dc3 Merge branch 'develop' of github.com:ONLYOFFICE/AppServer into feature/two-factor-auth 2021-05-07 14:49:44 +03:00
3ffd45f998 Web: Client: fixed page title 2021-05-07 14:34:08 +03:00
7c2f36635b Web: Common: refactoring 2021-05-07 14:32:00 +03:00
c7f4e69082 Web: Client: get tfa settings 2021-05-07 14:22:32 +03:00
221edc5c33 Web: Common: get tfa settings 2021-05-07 14:22:21 +03:00
0f8ee8232c
Merge pull request #246 from ONLYOFFICE/feature/portal-modal-dialog
Feature/portal modal dialog
2021-05-07 11:20:48 +03:00
fc76758e65 Merge branch 'develop' into feature/portal-modal-dialog 2021-05-07 11:01:36 +03:00
69fb32552a Web: People: fixed InviteDialog z-index 2021-05-07 11:01:16 +03:00
0173c85c8f fix Bug 50069 2021-05-06 20:59:27 +03:00
7670ea3e4c Web: Files: fixed version history panel crash 2021-05-06 16:42:07 +03:00
95c9c9d1a3 Merge branch 'develop' into feature/portal-modal-dialog 2021-05-06 16:30:31 +03:00
3a4ae6c041 Web: Files: fixed remove files from MediaViewer 2021-05-06 15:39:44 +03:00
faa2ce2876 Added skip tag in script bump 2021-05-06 15:02:57 +03:00
a6064acce5 Merge branch 'develop' of https://github.com/ONLYOFFICE/AppServer into develop 2021-05-06 14:58:19 +03:00
ae7ac39a0f Added bump script 2021-05-06 14:58:09 +03:00
b7af18f636 v0.1.9 2021-05-06 14:57:01 +03:00
7baf093162 fix Bug 50092 2021-05-06 13:27:15 +03:00
b222f46837 Web: Files: added remove dialog to MediaViewer 2021-05-06 12:53:03 +03:00
71e1468835 Web: Common: fixed MediaViewer styles 2021-05-06 12:52:19 +03:00
5216ab5b6d Web: Fixed ModalDialog component styles 2021-05-06 12:51:32 +03:00
c50c65a1c5 Web: Components: moved ModalDialog to Portal 2021-05-06 12:49:53 +03:00
c93813c7d3 Pomelo up to 5.0.0 2021-05-06 12:31:55 +03:00
0c7cbb6c99 removed unused newtonsoft.json 2021-05-06 12:20:37 +03:00
37f8bdd872 Merge branch 'master' into develop 2021-05-05 20:52:06 +03:00
4c3c8c6cc2
Merge pull request #244 from ONLYOFFICE/hotfix/v0.1.9
Hotfix/v0.1.9
2021-05-05 20:48:58 +03:00
88923a5e4d Web: Fix build static bundle 2021-05-05 20:30:54 +03:00
a4c73548bc Web: i18n configs fix 2021-05-05 20:30:13 +03:00
8c446a574e Jenkins: fix stages 2021-05-05 18:30:06 +03:00
86ec5b798e
Merge pull request #242 from ONLYOFFICE/bugfix/replace_nuget
Bugfix/replace nuget
2021-05-05 17:46:40 +03:00
5e5ae79505 Merge branch 'hotfix/v0.1.9' of github.com:ONLYOFFICE/AppServer into hotfix/v0.1.9 2021-05-05 17:20:46 +03:00
f96369f293 Web: Files: Store: Fixed displaying move context option 2021-05-05 17:20:24 +03:00
7bfb525bd5 Web: Files: fixed toastr error 2021-05-05 16:11:07 +03:00
07c6749243 Merge branch 'feature/two-factor-auth' of github.com:ONLYOFFICE/AppServer into feature/two-factor-auth 2021-05-05 15:59:01 +03:00
90117eb6f8 Auth: setCookies 2021-05-05 15:57:12 +03:00
3365d1a1dc Web: Client: added showCopyLink prop to password-input component, fixed displaying "copy email and password" link 2021-05-05 15:48:19 +03:00
f62e882b64 Merge branch 'hotfix/v0.1.9' of https://github.com/ONLYOFFICE/AppServer into hotfix/v0.1.9 2021-05-05 15:29:23 +03:00
d7ea692b3e Web: Client: fixed styles for createUser confirm 2021-05-05 15:29:18 +03:00
261e6d8b4c Merge branch 'develop' of github.com:ONLYOFFICE/AppServer into feature/two-factor-auth 2021-05-05 15:09:59 +03:00
5f0f262adf Web: People: get tfa backup codes 2021-05-05 14:59:58 +03:00
c8d73981a4 Web: Client: added tfa settings 2021-05-05 14:59:38 +03:00
daef594561 Web: Packages: added tfa store 2021-05-05 14:59:08 +03:00
SuhorukovAnton
3435b49b72 replace_nuget: delete configfile 2021-05-05 14:48:34 +03:00
7f059353c7 Files: fix thridparty opitons 2021-05-05 14:48:15 +03:00