Commit Graph

1367 Commits

Author SHA1 Message Date
0630a43b58 Elastic: fix ping 2022-01-21 11:26:25 +03:00
7e13b3a031 backup: refactoring 2022-01-19 19:25:10 +03:00
07ebea5db8 backup: refactoring 2022-01-18 19:04:35 +03:00
d3c1dfde9f backup: refactoring 2022-01-18 09:59:49 +03:00
ee8cb969bf backup: refactoring 2022-01-17 18:03:28 +03:00
a9da66f2b5 backup: refactoring 2022-01-17 14:15:46 +03:00
0796169d76 refactoring 2022-01-14 10:42:43 +03:00
48897308d7 refactoring 2022-01-13 22:17:56 +03:00
1464d54283 fixed tests 2022-01-13 18:42:58 +03:00
6b883bcd60 Merge branch 'develop' into feature/support-elasticache 2022-01-13 18:16:43 +03:00
986d1d49e6 refactoring: ICacheNotify<T> map to MemoryCacheNotify by default then RedisConfiguration is null 2022-01-13 14:24:14 +03:00
5bd347a775 refactoring: ICacheNotify<T> map to MemoryCacheNotify by default then RedisConfiguration is null 2022-01-12 12:58:07 +03:00
efb51c613f refactoring *.proto files according to https://bit.ly/3KcZ0Ef 2022-01-11 19:28:48 +03:00
a7dc8c7dfd sync CommunityServer and AppServer cache via redis 2021-12-30 18:09:20 +03: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
eb02c96697 microsoft recomended store the System.Guid type as string type in protobuf format 2021-12-23 18:29:35 +03:00
dcc7986a90 map ICacheNotify<> to RedisCache<> 2021-12-23 18:27:58 +03:00
6d250efffa add *.dll for support redis + update Grpc.* dll 2021-12-23 16:17:31 +03:00
33026385e2 Web: Tests: Added new excludes to spellcheck-excludes.json 2021-12-23 11:36:59 +03:00
a785eb2692 Web: Tests: Added spellcheck-excludes.json and opportunity to skip some spell check issues 2021-12-22 18:17:22 +03:00
05f5358fb9 Web: Tests: Fix some false alarms on SpellCheckTest 2021-12-21 20:18:37 +03:00
33f9485230 Web: Tests: Skip some hashes for DublicatesFilesByMD5HashTest 2021-12-21 17:05:24 +03:00
4274e3a581 Web: Tests:
+ Added new SpellCheckTest() and submodule (common/Tests/Frontend.Translations.Tests/dictionaries)
+ Split tests on categories FastRunning|LongRunning
+ Added new build/run.translations.spellcheck.test.bat
2021-12-21 16:59:04 +03:00
649e1b420a Web: Tests: Added Md5Hash property 2021-12-21 16:12:37 +03:00
70bfe70563 Merge branch 'develop' into feature/optimization 2021-12-16 18:14:54 +03:00
46386a6f6c Web: Tests: Added new DublicatesFilesByMD5HashTest() test 2021-12-16 15:53:58 +03:00
fb3bfba1bd Files: optimization 2021-12-16 15:49:35 +03:00
04ccfb2caa Webhooks: fix empty result 2021-12-14 15:51:03 +03:00
b42fd9c03f Merge branch 'develop' into feature/reworked-user-service 2021-12-13 17:40:40 +03:00
7bab795feb Web: Tests: Added new TranslationsEncodingTest() 2021-12-13 13:18:13 +03:00
0771a54c47 Optimization 2021-12-09 20:23:06 +03:00
0bd39bfc19 Core: optimization 2021-12-08 22:18:04 +03:00
c87a831b89 Files: optimization 2021-12-08 13:14:44 +03:00
1ef04fd3d1 Web: Tests: Fix formatting 2021-12-03 12:15:21 +03:00
1ea835b0bf Merge branch 'release/v1.1.0' into feature/translate-1.1.0 2021-12-01 12:05:51 +03:00
197a360f45 Files: fixed files_convert data 2021-11-30 14:35:43 +03:00
5dff970a42 AutoMigrationCreator: add new ef core dependencies 2021-11-30 13:32:16 +03:00
6f41a7f028 AutoMigrationCreator: net6 2021-11-30 12:02:20 +03:00
b2c123d6f4 Merge branch 'release/v1.1.0' into feature/translate-1.1.0 2021-11-30 11:46:22 +03:00
1ab4e0e0b0 Web: Tests: Fix MidpointRounding 2021-11-29 16:07:04 +03:00
ab4bcdfac5 Web: Tests: Speed up tests (replaced SetUp to OneTimeSetUp) + Added new ParseJsonTest 2021-11-29 15:53:46 +03:00
fbdb776d69 fix 2021-11-29 14:34:35 +03:00
85316c9d63 Moved from 45122194 2021-11-29 14:11:03 +03:00
043dd3d180 net6: bugfix encrypt 2021-11-26 13:53:06 +03:00
384e012c5f net 6: remove TryUseWindowsService 2021-11-25 16:48:08 +03:00
fde636c586 net 6: update packages 2021-11-25 16:41:24 +03:00
58d84912dd fix 2021-11-25 11:23:35 +03:00
13e13f2303 Net: fix requests 2021-11-24 22:34:39 +03:00
b74e4ccfd1 Removed unused dependencies. Fixed tests 2021-11-24 12:39:39 +03:00
59c88e2006 up to 6.0.0 2021-11-23 17:56:27 +03:00