79 Commits

Author SHA1 Message Date
ea84d9a3cb [feature] License expired notification trigger added 2024-06-04 11:48:29 +03:00
44e4d28b55 [feature] Notification service added 2024-06-04 11:38:06 +03:00
d2895a5500 [feature] Mail service fixes pt.2 2024-06-04 11:38:06 +03:00
ef361e9f8b [feature] Mail service fixes pt.1 2024-06-04 11:38:05 +03:00
438a9c82a1 [feature] Mail service 2024-06-04 11:38:05 +03:00
92682e70ff Merge remote-tracking branch 'remotes/origin/release/v8.1.0' into develop
# Conflicts:
#	Common/config/default.json
#	Common/sources/constants.js
#	DocService/sources/DocsCoServer.js
2024-06-03 16:17:19 +03:00
04021ec45a [copyright] Add missing Copyright 2024-04-24 16:54:58 +03:00
1b8e6bba24 [copyright] Update Copyright date 2024-04-24 16:51:12 +03:00
a23df363e8 [config] Add persistentStorage as alternative storage for forgotten files 2024-04-01 01:18:03 +03:00
ce7997c019 [test] Test git action trigger 2024-03-24 21:03:33 +03:00
f1ba950b2f [test] Add db table absence test; Remove useless isServerStartedUp 2024-03-24 12:32:47 +03:00
2b9f7fd7cd [feature] Compability check of changes table added 2024-03-22 20:44:49 +03:00
0175e2d092 [bugfix] Fix of AES encoding, test added 2024-03-19 10:15:25 +03:00
52220f496d [git actions] Dameng tests action, dameng connector refactoring, dependencies update, minor structure refactorng 2023-12-05 09:21:20 +03:00
2786d0c47e [git actions] Oracle and mssql actions, unit test action 2023-12-05 09:21:14 +03:00
096efaba4c [git actions] Postgres and mysql actions 2023-12-05 09:21:14 +03:00
d303205723 [integration tests] Refactoring upsert(): opt_updateUserIndex deleted, affectedRows -> isInsert 2023-12-05 09:21:14 +03:00
2b29006efc [integration tests] Tests fixes and improvement pt.2 2023-12-05 09:21:14 +03:00
b15aa274e5 [integration tests] Refactoring: baseConnector, mySqlBaseConnector. Tests fixes and improvement, bugs fixes. 2023-12-05 09:21:14 +03:00
c4e11222a0 [integration tests] baseConnector integration tests 2023-12-05 09:21:14 +03:00
22fbfd20e3 [feature] Use built-in nodejs fs functions instead of fs-extra and mkdirp 2023-12-04 21:24:49 +03:00
6900a7abf3 [test] Add param to checkFileExpire.js test script 2023-11-10 18:34:29 +03:00
352b361691 [test] Add fixImageExifRotation.js performance test 2023-10-30 13:59:14 +03:00
137fcb06ec [npm] Add checkFileExpire.js to npm scripts 2023-10-16 11:14:22 +03:00
35cdef8312 [test] Add performance test for gc 2023-10-16 00:23:08 +03:00
760eb8a206 [bug] Fix bugs 2023-07-26 01:47:18 +03:00
f17bb99e9d [feature] Add operationContext.initTenantCache to init tenant specific settings 2023-07-26 01:47:18 +03:00
8177af1b70 [storage] Migrate from s3 aws-sdk v2 to v3 2023-07-18 19:15:57 +03:00
3ab1b64cb8 Forgotten files commands (#415)
* [ds] Add forgotten files comands

* Feature fixes 1

* Feature fixes 2

* [feature] Refactor validateCommand and deleteForgotten

* Feature fixes 3

* Feature fixes 4

* [test] Move jest module

* Feature fixes 5

* [test] Move jest.config.js

---------

Co-authored-by: Sergey Konovalov <Sergey.Konovalov@onlyoffice.com>
2023-05-29 23:48:08 +03:00