Commit Graph

320 Commits

Author SHA1 Message Date
Akmal Isomadinov
b1570c7e6c Web: Fixed import path Headline 2024-02-09 17:17:12 +05:00
Akmal Isomadinov
5c59cd5b16 Web: Fixed import path Error404 2024-02-09 16:38:21 +05:00
Akmal Isomadinov
3f2ff5fe26 Web: Fixed import path Error403 2024-02-09 16:10:06 +05:00
Akmal Isomadinov
1af2495564 Management:Components: Added ErrorBoundaryWrapper 2024-02-09 15:55:51 +05:00
Akmal Isomadinov
008fb72328 Shared:Components:ErrorBoundary Rewritten to typescript 2024-02-07 15:38:43 +05:00
d385474caa Merge branch 'develop' into feature/user-quota
# Conflicts:
#	packages/client/src/Shell.jsx
#	packages/client/src/components/GlobalEvents/CreateRoomEvent.js
#	packages/client/src/components/GlobalEvents/EditRoomEvent.js
#	packages/client/src/components/MainBar/Bar.js
#	packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SetRoomParams.js
#	packages/client/src/helpers/constants.js
#	packages/client/src/pages/Home/InfoPanel/Body/views/Accounts/index.js
#	packages/client/src/pages/Home/InfoPanel/Body/views/Details/index.js
#	packages/client/src/pages/Home/Section/AccountsBody/TableView/TableHeader.js
#	packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContent.js
#	packages/client/src/pages/Home/Section/Body/TableView/TableHeader.js
#	packages/client/src/pages/Home/Section/Filter/index.js
#	packages/client/src/store/FilesStore.js
#	packages/client/src/store/UsersStore.js
#	packages/client/src/store/index.js
#	packages/common/store/AuthStore.js
#	packages/management/src/categories/spaces/sub-components/RowView/SpacesRoomRow.tsx
#	packages/shared/api/files/index.ts
#	packages/shared/api/files/types.ts
#	packages/shared/store/CurrentQuotaStore.ts
#	packages/shared/store/UserStore.ts
#	public/locales/en/Common.json
2024-02-06 11:52:52 +03:00
6cec06c4c3 Merge branch 'develop' into feature/ads-banner 2024-02-01 23:24:34 +03:00
e443407ad0 Management: delete useless 2024-02-01 14:56:21 +03:00
9bae37445d Web: Fixed types. 2024-01-31 14:10:52 +03:00
8ef72747ec Web: Fixed translation. 2024-01-31 14:09:45 +03:00
4ffa82f07b Web: Added quota update in management section. 2024-01-31 10:29:52 +03:00
683c628c28 Merge branch 'develop' into feature/user-quota
# Conflicts:
#	packages/client/src/components/GlobalEvents/EditRoomEvent.js
#	packages/client/src/components/dialogs/index.js
#	packages/client/src/pages/Home/InfoPanel/Body/views/Accounts/index.js
#	packages/client/src/pages/Home/InfoPanel/Body/views/Details/index.js
#	packages/client/src/store/FilesStore.js
#	packages/client/src/store/SelectedFolderStore.js
#	packages/common/components/Loaders/index.js
#	packages/shared/api/files/index.ts
#	public/locales/en/Common.json
2024-01-28 20:44:38 +03:00
120187aab3 Fix using settingsStore, rename auth to authStore in mobx providers 2024-01-26 11:59:01 +03:00
056104265e Managment:Article: fix user email and displayName 2024-01-25 11:49:55 +03:00
904049afa7 Shared:Store: remove useless iterfaces 2024-01-24 15:29:38 +03:00
4ab10b6799 Shared:Store:BannerStore: move from common, rewrite to typescript and update using without auth store 2024-01-23 13:40:43 +03:00
541943a9f3 Shared:Store:UserStore: move from common, rewrite to typescript and update using without auth store 2024-01-23 12:19:03 +03:00
f3d753fa84 Merge branch 'feature/shared-article' into feature/refactoring-auth-store 2024-01-22 16:45:57 +03:00
0754fb58e0 Managment:Article: fix import path 2024-01-22 16:22:24 +03:00
e76ab7574c Web: Fixed after merge. 2024-01-22 12:30:01 +03:00
af63ac0ed4 Client:Store:InfoPanelStore: move from common and delete from authStore 2024-01-22 11:37:05 +03:00
9bb54955c4 Shared:Article: rewrite to typescript 2024-01-22 09:40:45 +03:00
1e0c383514 Merge branch 'develop' into feature/user-quota
# Conflicts:
#	packages/client/src/components/GlobalEvents/EditRoomEvent.js
#	packages/client/src/pages/Home/InfoPanel/Body/helpers/DetailsHelper.js
#	packages/client/src/pages/Home/InfoPanel/Body/views/Accounts/index.js
#	packages/client/src/pages/Home/Section/AccountsBody/RowView/userContent.js
#	packages/client/src/pages/Home/Section/AccountsBody/TableView/TableHeader.js
#	packages/client/src/pages/Home/Section/AccountsBody/TableView/TableRow.js
#	packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContent.js
#	packages/client/src/pages/PortalSettings/categories/security/StyledSecurity.js
#	packages/client/src/pages/PortalSettings/components/MobileCategoryWrapper.js
#	packages/client/src/store/FilesActionsStore.js
#	packages/common/api/files/index.js
#	packages/common/constants/index.js
#	packages/common/store/CurrentQuotaStore.js
#	packages/components/combobox/index.js
#	packages/components/themes/base.js
#	packages/components/toggle-button/index.js
#	packages/management/src/categories/spaces/sub-components/RowView/RoomContent.tsx
#	packages/management/src/categories/spaces/sub-components/RowView/SpacesRoomRow.tsx
#	packages/shared/api/people/filter.js
#	packages/shared/api/rooms/filter.js
#	packages/shared/utils/common.ts
#	yarn.lock
2024-01-19 11:32:34 +03:00
02558a9699 Merge branch 'develop' into feature/shared-filter 2024-01-18 10:11:08 +03:00
1ea25bbc98 Managment:Header: fix double word 2024-01-17 18:21:10 +03:00
09365722ff Managment:Header: fix double word 2024-01-17 17:25:44 +03:00
1fdd353498 Merge branch 'develop' into feature/management-loaders 2024-01-17 16:59:26 +05:00
00a8bad715 Web: Management: Spaces: fixed loader reset, added loader when changing domain 2024-01-17 16:58:43 +05:00
4e10a6baaf Merge branch 'develop' into feature/shared-section 2024-01-17 14:07:10 +04:00
253a8701f4 Web: Added quota change dialog in management section. 2024-01-17 11:50:48 +03:00
441a7ba604 Merge branch 'develop' into bugfix/management-payments
# Conflicts:
#	packages/client/src/pages/Profile/Section/Body/sub-components/active-session/index.js
#	packages/shared/utils/convertTime.ts
2024-01-16 19:26:53 +03:00
c11dca03a8 Web: Added timezone definition. 2024-01-16 16:36:42 +03:00
82ad593fcc Shared:Components:Section: fix import React 2024-01-16 14:39:45 +03:00
f477ef4d52 Shared:Components:Section: rewrite to typescript, move from common and add wrapper to Client and Managment 2024-01-16 14:31:08 +03:00
6b90bbf7d0 Web: Management: Spaces: added loaders for API requests for connecting and creating portals 2024-01-16 16:24:08 +05:00
dc5d6bdcc6 Shared:Sw: move from common 2024-01-14 09:25:48 +03:00
7a2709b1f6 Shared:Utils:Common\Api: move from common and rewrite to typescript 2024-01-14 09:13:04 +03:00
6af53b435b Web: Fixed page crash when there is no field. 2024-01-12 14:19:41 +03:00
c9eb637db9 Shared:Utils: rewrite to typescript 2024-01-11 16:38:53 +03:00
dca3f1b0a2 Shared:Utils:Helpers: rewrite to typescript 2024-01-11 15:49:51 +03:00
ae23aaf0e2 Shared:Utils:MinifyJson: move from common 2024-01-11 11:28:42 +03:00
bcf73df800 Shared:Utils:TryRedirectTo: rewrite to ts and move from common 2024-01-11 10:58:26 +03:00
c77fda4f91 Client: fix warnings 2024-01-10 15:15:00 +03:00
ffdf08bbe2 Merge branch 'feature/components-typescript' into feature/common-utils-typescript 2024-01-10 14:09:20 +03:00
4433391c23 Client: fix wrong import - export for shared components 2024-01-10 11:01:43 +03:00
faeba0ae18 Merge branch 'feature/components-typescript' into feature/common-utils-typescript 2023-12-29 10:34:54 +03:00
1d2cabdc4e Shared:Constants\Enums: move from common 2023-12-29 10:06:37 +03:00
aaf4f9ec6e Fix imports 2023-12-28 23:38:42 +04:00
343d6dc052 Merge branch 'develop' into feature/components-typescript 2023-12-28 23:38:17 +04:00
6526238b30 Web: Management: corrected indentations, removed unnecessary imports 2023-12-27 19:59:41 +05:00
40f9eaffcd Web: Management: removed the transition to the portal, added the opening of a modal window 2023-12-27 19:58:03 +05:00
7e520b8a5f Web: Management: Public: Locales: added new en/ru translations for the modal window 2023-12-27 19:56:27 +05:00
9c1972cab9 Web: Management: added a new modal window with transition to the portal 2023-12-27 19:55:32 +05:00
0b3ce31756 Client: fix after rewrite to typescript 2023-12-27 17:45:22 +03:00
dab0608858 Client: added a transition to the domain after management portal configuration 2023-11-28 18:14:34 +05:00
fb470dc1ca Management: removed unnecessary logic 2023-11-27 20:08:14 +05:00
8bd5d08850 Management: styles fix 2023-11-27 20:05:51 +05:00
9081fd8aae Management: started to always show the default logo 2023-11-27 15:38:11 +05:00
90e11a74ad Management: fixed validation in dialogs 2023-11-23 20:04:54 +05:00
27a99a5e9a Management: corrected the transition to deletion 2023-11-23 19:51:46 +05:00
53b4bf4809 Management: corrected the conditions under which we cannot enter management 2023-11-23 19:48:55 +05:00
e9d18b023c Management: store refactoring 2023-11-23 19:46:17 +05:00
2eb0ad7ef8 Management: added validation utilities 2023-11-23 19:45:38 +05:00
477b74c296 Management: corrected validation when configuring the portal 2023-11-23 19:43:43 +05:00
313b599180 management: package.json: fixed publish path 2023-11-21 17:05:07 +03:00
d54958e2d2 Fix loader 2023-11-21 14:30:18 +04:00
5341b5e4bd Fix Module not found: Error: Can't resolve 'COMMON_DIR/utils' 2023-11-21 13:11:34 +04:00
3170833b98 Merge branch 'develop' into feature/management
# Conflicts:
#	frontend.macos.code-workspace
#	packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/index.js
#	packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/index.js
#	yarn.lock
2023-11-09 19:13:20 +05:00
28bb306c08 Management: fix on delete 2023-11-08 18:54:06 +05:00
5a2f226322 Management: added functionality to the delete dialog 2023-11-08 18:28:54 +05:00
17bf019183 Management: added param of the current portal to the store 2023-11-08 18:27:51 +05:00
7e5190b700 Management: expanded types for spaces 2023-11-08 18:26:15 +05:00
4ccb9d7998 Management: added the ability to delete a portal in the context menu 2023-11-08 18:24:53 +05:00
daa53a1b78 Management: added en/ru translation 2023-11-08 18:23:29 +05:00
26566405ad Management: added delete portal dialog 2023-11-02 19:35:22 +05:00
974188f206 Management: added params to store for the delete modal 2023-11-02 15:24:31 +05:00
10d8255846 Management: add hideAlerts 2023-10-31 13:23:39 +03:00
ef12f0b823 Management: add routes 2023-10-31 13:18:26 +03:00
cb2bb6ac70 Management: add tabIndex 2023-10-31 13:02:18 +03:00
f295489a8a Management: fix 2023-10-31 13:00:55 +03:00
DmitrySychugov
7a58c481bf Management: types fixes 2023-10-26 19:26:42 +05:00
DmitrySychugov
487c8d2bcf Management: style fixes 2023-10-26 19:26:10 +05:00
DmitrySychugov
b5ba86f03a Management: Spaces: refactoring 2023-10-26 18:27:13 +05:00
DmitrySychugov
207a81b322 Management: expanded types 2023-10-26 18:25:56 +05:00
DmitrySychugov
5f50c0bf70 Management: added showing error 403 if the user is not an admin 2023-10-26 18:25:18 +05:00
DmitrySychugov
0352da6508 Management: fixed validation 2023-10-25 20:11:10 +05:00
DmitrySychugov
6581f5df08 Management: added DomainNotFound en/ru translation 2023-10-25 20:10:36 +05:00
DmitrySychugov
fd250c57da Merge branch 'develop' into feature/management
# Conflicts:
#	packages/client/src/components/MainBar/index.js
#	packages/client/src/components/NavMenu/index.js
#	packages/common/components/Article/index.js
#	packages/common/components/Article/sub-components/article-header.js
#	packages/common/components/Article/sub-components/article-hide-menu-button.js
#	packages/components/context-menu/index.js
#	yarn.lock
2023-10-25 14:40:50 +05:00
DmitrySychugov
df7bba5b70 Management: created the parseDomain utility 2023-10-23 19:29:55 +05:00
DmitrySychugov
b6a0d6e3f8 Management: fixed validation for dialogs 2023-10-23 19:28:49 +05:00
DmitrySychugov
8d5bf288c3 Management: refactoring 2023-10-23 19:18:48 +05:00
DmitrySychugov
bac8dc6eef Management: changed validation for configuration page 2023-10-20 19:39:05 +05:00
DmitrySychugov
cc691394fd Management: create portal dialog validation changed 2023-10-20 19:37:27 +05:00
DmitrySychugov
d590a8ea0b Client: management refactoring 2023-10-20 19:36:46 +05:00
DmitrySychugov
0b0544c818 Management: fixed bug 2023-10-18 16:34:06 +05:00
DmitrySychugov
7cbcf5fff8 Management: added statistics 2023-10-18 15:25:23 +05:00
DmitrySychugov
0ddc712885 Management: corrected translations 2023-10-18 15:23:25 +05:00
DmitrySychugov
223034dfc5 fixed build/deploy for management 2023-10-04 21:11:46 +05:00
DmitrySychugov
400784edf6 Web: management refactoring 2023-09-15 19:22:10 +05:00
DmitrySychugov
e32d3d5b5d Web: Management: added logic for switching to a domain if we logged in from a different address and created a portal 2023-09-13 20:04:23 +05:00
DmitrySychugov
197231db08 Web: Management: added check for registered domain 2023-09-13 19:02:28 +05:00
DmitrySychugov
e39cae7205 Web: Management: Store: added a method for checking the domain 2023-09-13 18:59:01 +05:00
DmitrySychugov
9b0ac5b0b3 Web: Management: added scripts for receiving docspace config 2023-09-13 18:57:53 +05:00
DmitrySychugov
67f80d74fa Web: Management: fixed the transition after creating the portal 2023-09-11 19:56:14 +05:00
DmitrySychugov
23036c29b5 Web: Management: added a display for the current portal 2023-09-11 15:09:01 +05:00
DmitrySychugov
de01039f23 Web: Management: added CurrentSpace en/ru translation 2023-09-11 15:08:13 +05:00
DmitrySychugov
86cdaf215f Merge branch 'feature/management' of github.com:ONLYOFFICE/DocSpace into feature/management 2023-09-08 18:38:16 +05:00
DmitrySychugov
7d3d1cb4ae Web: Management: added a transfer limitedAccessSpace option 2023-09-08 18:37:45 +05:00
Viktor Fomin
2ec9e4bb27 Revert "Management: fix start"
This reverts commit dc95296b6f.
2023-09-08 15:50:53 +03:00
Viktor Fomin
dc95296b6f Management: fix start 2023-09-08 13:18:55 +03:00
DmitrySychugov
3d5a0de195 Web: Management: added transition to portals through the context menu 2023-09-07 19:26:24 +05:00
DmitrySychugov
46765b8f18 Web: Management: corrected the portal configuration function 2023-09-07 19:24:00 +05:00
DmitrySychugov
4dfadfab7b Merge branch 'feature/management' of github.com:ONLYOFFICE/DocSpace into feature/management 2023-09-07 14:19:25 +05:00
DmitrySychugov
a603f00f86 Web: Management: added transition to a new portal after creation 2023-09-07 14:19:10 +05:00
69a3fee64c Temp fix yarn start (management issue) 2023-09-06 19:57:32 +04:00
Viktor Fomin
7afb106b18 Management: fix routing 2023-09-05 22:19:32 +03:00
Viktor Fomin
9804d0a34a Management: Spaces: add support rtl 2023-09-05 21:18:48 +03:00
Viktor Fomin
1246cf9fce Management: add support color scheme 2023-09-05 19:29:37 +03:00
Viktor Fomin
cc989bfd12 Management: Spaces: add support rtl 2023-09-05 19:28:11 +03:00
Viktor Fomin
483d67c248 Management: add interfaceDirection 2023-09-05 19:01:48 +03:00
3e7b736df7 Web: Management: Fixed static start 2023-09-04 13:47:58 +03:00
48288c92e1 Web: Fixed devMiddleware path 2023-09-04 13:46:15 +03:00
546c6f3da5 Web: fix Invalid Host header on WP:DevServer with domain 2023-09-04 13:17:19 +04:00
DmitrySychugov
562de09652 Web: Management: fixed infinite loader 2023-08-24 13:07:08 +05:00
DmitrySychugov
b9cb3b092f Web: Management: refactoring 2023-08-17 18:56:23 +05:00
DmitrySychugov
8984ca3bec Web: Management: added domain mapping for create dialog 2023-08-15 20:29:22 +05:00
DmitrySychugov
dd22cf628b Web: Management: removed initialization, corrected functions after transfer to settingsStore 2023-08-15 20:28:37 +05:00
DmitrySychugov
c9a18b0e79 Web: Management: changed getting params 2023-08-15 20:05:07 +05:00
DmitrySychugov
91d4bc59e5 Web: Management: added Files.json to buildTranslations 2023-08-15 20:01:07 +05:00
DmitrySychugov
090d9d1541 Web: Management: added en/ru translation 2023-08-15 19:59:26 +05:00
DmitrySychugov
636e756054 Merge branch 'feature/management' of github.com:ONLYOFFICE/DocSpace into feature/management 2023-08-10 19:26:35 +05:00
DmitrySychugov
578839b538 Web: Management: add portal exist ru/en translation 2023-08-10 19:18:08 +05:00
DmitrySychugov
53582c1186 Web: Management: added a notification if a portal with the same name has already been created 2023-08-10 19:17:28 +05:00
DmitrySychugov
b0387c6f23 Web: Management: fixed dark theme for spaces 2023-08-10 19:16:43 +05:00
Viktor Fomin
a9fa99976f Management: add restore page 2023-08-09 14:18:44 +03:00
Viktor Fomin
e6b02aea48 Management: delete useless 2023-08-09 14:08:32 +03:00
Viktor Fomin
ddd3df16ea Management: fix backup route 2023-08-09 13:55:51 +03:00
Viktor Fomin
bdcfa48678 Management: fix branding page 2023-08-09 13:55:35 +03:00
Viktor Fomin
eb89e4466c Management: add Translations.json 2023-08-09 13:18:10 +03:00
Viktor Fomin
6f3ec1af1f Management: add routes 2023-08-09 11:58:19 +03:00
Viktor Fomin
3f633eb187 Managment: add backup page 2023-08-09 11:53:07 +03:00
DmitrySychugov
6848dc31f8 Web: Management: added the ability to display portal statistics 2023-08-07 19:53:18 +05:00
DmitrySychugov
4042eaa34b Web: Management: added en/ru translation for portal statistics 2023-08-07 19:52:35 +05:00
DmitrySychugov
74efbe26c3 Web: Management: fixed dark theme 2023-08-07 18:45:51 +05:00
DmitrySychugov
e6f7721662 Web: Management: fixed row display in dark theme 2023-08-07 17:54:59 +05:00
DmitrySychugov
bf264ea660 Web: Management: connected spaces loader 2023-08-04 19:00:58 +05:00
DmitrySychugov
67cc52c699 Web: Management: create spaces loader 2023-08-04 19:00:23 +05:00
DmitrySychugov
62b8e00e88 Web: Management: fixed spaces errors 2023-08-03 20:01:24 +05:00
DmitrySychugov
d5eb380738 Merge branch 'feature/management' of github.com:ONLYOFFICE/DocSpace into feature/management 2023-08-03 19:56:05 +05:00
DmitrySychugov
398832cd69 Web: Management: added en/ru translations for spaces dialogs 2023-08-03 19:51:29 +05:00