Commit Graph

2164 Commits

Author SHA1 Message Date
Timofey
fe75dc72b2 Web:People: fix catalog main button 2022-02-22 17:10:57 +08:00
Timofey
45c521cd08 Web:People: add new filter input 2022-02-22 16:51:05 +08:00
Timofey
eb78d0cd26 Web:People:Dialogs: add theme as props in change password dialog 2022-02-21 21:33:38 +08:00
Timofey
7a97d482f0 Web:People:Home: remove mobile main button from empty screen on desktop devices 2022-02-21 20:04:24 +08:00
Timofey
894ec8a429 Web:People:ProfileAction: change group selector in form action 2022-02-16 17:07:20 +08:00
Timofey
2e288faf7e Web:People:Components: fix label for all users groups 2022-02-16 17:06:46 +08:00
Timofey
908122694d Web:People:Components: refactoring group selector 2022-02-16 17:05:56 +08:00
Timofey
63568d0c4a Web:People: add new key 'AllGroups' for group selector for en and ru locales 2022-02-16 16:57:38 +08:00
Timofey
5cd639f63d Web:People: add new key 'AddHeadOfDepartment' for group action for en locale 2022-02-15 15:17:38 +08:00
Timofey
61a525eb8e Web:People: add new keys 'AddUsers' and 'AllUsers' for people selector for en and ru locales 2022-02-15 15:16:02 +08:00
Timofey
92e668a182 Web:People:PeopleSelector: change default header label and all users group name 2022-02-15 15:05:30 +08:00
Timofey
b727092407 Web:People:GroupAction: change props for people selector for header and members select 2022-02-15 15:02:50 +08:00
Timofey
ec77078bd7 Web:People:Components: change people selector base props 2022-02-14 18:53:20 +08:00
Timofey
af3a9f08eb Web: switch article component on catalog component 2022-02-09 19:48:11 +08:00
Timofey
92ed07db23 Web:People: disable catalog main button in section for desktop view 2022-02-08 17:21:36 +08:00
Timofey
13c0cd63a1 Web:People:Catalog: fix desktop mobile main button and add new view for tablet and mobile 2022-02-08 17:04:09 +08:00
Timofey
f42ce0eb52 Web:People: change people menu svg 2022-02-04 00:04:27 +08:00
Timofey
bd8d8180f9 Web: fixed code format 2022-02-03 23:34:19 +08:00
Timofey
223c04a3c7 Merge branch 'feature/dark-theme' into feature/virtual-rooms-1.2 2022-02-03 20:59:26 +08:00
Timofey
21cd73a698 Web: restore code format 2022-01-28 21:44:58 +08:00
Timofey
47527c3430 Web:People:ProfileAction: add support dark-theme for link in tooltip 2022-01-28 19:46:46 +08:00
Timofey
a53ed1a7c5 Web: added support theme as props 2022-01-25 15:56:51 +08:00
Timofey
72c5c93737 Web: add theme support from props 2022-01-24 23:27:24 +08:00
Timofey
f831c9344a Web:People:Profile: add support dark-theme for tooltip-link in profile info 2022-01-21 23:04:23 +08:00
Timofey
f5ae02dfc9 Merge branch 'develop' into feature/catalog 2022-01-21 21:06:40 +08:00
Timofey
47974e378f Merge branch 'develop' into feature/dark-theme 2022-01-21 19:31:48 +08:00
32c398c044 Web: Tests: Added opportunity to sort translation files by Key with new Configurations -> SORT in VS 2022-01-21 12:53:29 +03:00
Timofey
b0c7564c2a Web:People:Reassign: update dark-theme 2022-01-21 16:44:14 +08:00
0ad204743f Merge branch 'develop' into feature/dark-theme 2021-12-29 20:25:29 +08:00
bedfad1ec5 Merge branch 'master' into develop
# Conflicts:
#	common/ASC.Core.Common/Caching/CachedUserService.cs
#	common/ASC.Core.Common/Migrations/MySql/FilesDbContextMySql/20211012145330_FilesDbContextMySql.cs
#	common/ASC.Core.Common/Migrations/PostgreSql/FilesDbContextPostgreSql/20211012145331_FilesDbContextPostgreSql.Designer.cs
#	common/ASC.Core.Common/Migrations/PostgreSql/FilesDbContextPostgreSql/20211012145331_FilesDbContextPostgreSql.cs
#	common/ASC.Core.Common/Migrations/PostgreSql/FilesDbContextPostgreSql/PostgreSqlFilesDbContextModelSnapshot.cs
#	products/ASC.Files/Client/src/pages/Home/Section/Header/index.js
#	products/ASC.Files/Client/src/store/DialogsStore.js
#	products/ASC.Files/Client/src/store/FilesActionsStore.js
#	products/ASC.Files/Core/Core/Dao/TeamlabDao/TagDao.cs
#	products/ASC.Files/Core/Core/EF/FilesDbContext.cs
#	products/ASC.Files/Core/Core/Thirdparty/GoogleDrive/GoogleDriveStorage.cs
#	products/ASC.Files/Core/Migrations/MySql/FilesDbContextMySql/MySqlFilesDbContextModelSnapshot.cs
#	products/ASC.Files/Server/DocStore
#	web/ASC.Web.Api/Controllers/SettingsController.cs
#	web/ASC.Web.Core/Tfa/TfaManager.cs
2021-12-28 18:21:44 +03:00
190e3eed1e Web:People:Section: add fill for send clock icon in dark-theme 2021-12-28 16:43:22 +08:00
148acc38c9 Web:People:Dialogs: add support dark-theme 2021-12-28 15:35:41 +08:00
76595827fa Web:People:HOCs: add support dark-theme 2021-12-28 15:20:56 +08:00
3259cf4db4 Web:People:PeopleSelector: add support dark-theme 2021-12-28 15:13:37 +08:00
440811e931 Web: Added convertLanguage for compatibility 2021-12-23 14:01:08 +03:00
c899f4db3a Web: People: Fix selectedLanguage == undefined 2021-12-23 13:10:35 +03:00
919092e6c6 Merge branch 'feature/translate-1.1.0' of https://github.com/ONLYOFFICE/AppServer into feature/translate-1.1.0 2021-12-23 11:28:50 +03:00
3c26c6cdfd edit az, vi, uk 2021-12-23 11:24:00 +03:00
cd56b02c8e Merge branch 'feature/translate-1.1.0' of https://github.com/ONLYOFFICE/AppServer into feature/translate-1.1.0 2021-12-22 19:10:45 +03:00
e28744d69a Web:Tests: fix culture change before test start 2021-12-23 00:09:49 +08:00
48aa091786 Merge branch 'feature/translate-1.1.0' of https://github.com/ONLYOFFICE/AppServer into feature/translate-1.1.0 2021-12-22 18:12:12 +03:00
86e965d779 Web: Fix translations 2021-12-22 18:12:04 +03:00
b63d7d02f4 Web:Tests: close process when tests done 2021-12-22 18:45:53 +08:00
868332bb83 Web:Tests: add ability to ignore different cultures 2021-12-22 16:46:45 +08:00
ff7b6fc432 Web: init e2e tests 2021-12-21 15:59:11 +08:00
36c692f9da Web:People:ProfileAction: add support dark-theme 2021-12-15 17:28:02 +08:00
bc62c12e9e Web:People:Profile: add support dark-theme 2021-12-15 17:27:45 +08:00
7b21c03357 Web:People:GroupAction: add support dark-theme 2021-12-14 18:52:28 +08:00
07942f600c Web:People:Section: add support dark-theme 2021-12-14 18:52:14 +08:00
49f3955e07 edit translations 2021-12-14 13:17:23 +03:00