Commit Graph

38 Commits

Author SHA1 Message Date
cfe7f3d0dd [npm] Update dependencies
install axios

replace request with axios in post request

migrate downloadUrlPromise from request to axios

[feature] Clone sealed config objects before passing to external libraries using config.util.cloneDeep

[deploy] Build and deploy server grunt module

refactor

fix typo

update deprecated aws package

update 3d party.md
2025-03-18 14:17:49 +03:00
5c466cfcf5 [feature] Filter old rows in getCountWithStatus while "shutdown" 2024-09-12 17:12:58 +03:00
95e1a77126 [test] Add getCountWithStatusCase test 2024-09-03 14:55:35 +03:00
89e711156e Merge branch 'hotfix/v8.1.1' into release/v8.2.0
# Conflicts:
#	DocService/sources/utilsDocService.js
2024-07-26 12:19:18 +03:00
ba80f16f62 [bug] Add tiff to supported image formats; for bug 45401 2024-06-26 21:03:29 +03:00
237b7f7229 Merge branch release/v8.1.0 into develop 2024-06-26 10:47:56 +00:00
1ffd755e72 [bug] Add storage test with tenant; Fix bug 68563 2024-06-11 19:18:00 +03:00
072c608318 [feature] License expiration notification changed 2024-06-04 16:57:28 +03:00
a0943469ea [feature] Tests and fixes 2024-06-04 11:48:32 +03:00
3d52d3f241 [feature] License expired notification trigger added 2024-06-04 11:48:29 +03:00
592abf559c [feature] Notification service added 2024-06-04 11:38:06 +03:00
5c594fd0c0 [feature] Mail service fixes pt.2 2024-06-04 11:38:06 +03:00
418b77e82c [feature] Mail service fixes pt.1 2024-06-04 11:38:05 +03:00
39013c978b [feature] Mail service 2024-06-04 11:38:05 +03:00
724583100b 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
fd3bb66339 [copyright] Add missing Copyright 2024-04-24 16:54:58 +03:00
ca7fb90840 [copyright] Update Copyright date 2024-04-24 16:51:12 +03:00
008179e436 [config] Add persistentStorage as alternative storage for forgotten files 2024-04-01 01:18:03 +03:00
b270d3ab6b [test] Test git action trigger 2024-03-24 21:03:33 +03:00
9f3195bbc2 [test] Add db table absence test; Remove useless isServerStartedUp 2024-03-24 12:32:47 +03:00
dd718e26a9 [feature] Compability check of changes table added 2024-03-22 20:44:49 +03:00
a3761dd708 [bugfix] Fix of AES encoding, test added 2024-03-19 10:15:25 +03:00
11b79a41e5 [git actions] Dameng tests action, dameng connector refactoring, dependencies update, minor structure refactorng 2023-12-05 09:21:20 +03:00
e66ff4cce2 [git actions] Oracle and mssql actions, unit test action 2023-12-05 09:21:14 +03:00
7ee29e9ef7 [git actions] Postgres and mysql actions 2023-12-05 09:21:14 +03:00
f92e354a8d [integration tests] Refactoring upsert(): opt_updateUserIndex deleted, affectedRows -> isInsert 2023-12-05 09:21:14 +03:00
67cf6fdfbe [integration tests] Tests fixes and improvement pt.2 2023-12-05 09:21:14 +03:00
37dc81c5f1 [integration tests] Refactoring: baseConnector, mySqlBaseConnector. Tests fixes and improvement, bugs fixes. 2023-12-05 09:21:14 +03:00
444ff0cd74 [integration tests] baseConnector integration tests 2023-12-05 09:21:14 +03:00
d6ccff7f2c [feature] Use built-in nodejs fs functions instead of fs-extra and mkdirp 2023-12-04 21:24:49 +03:00
9c414f4cf7 [test] Add param to checkFileExpire.js test script 2023-11-10 18:34:29 +03:00
e77c7c19de [test] Add fixImageExifRotation.js performance test 2023-10-30 13:59:14 +03:00
1ab349e939 [npm] Add checkFileExpire.js to npm scripts 2023-10-16 11:14:22 +03:00
326e9951af [test] Add performance test for gc 2023-10-16 00:23:08 +03:00
ee50d70441 [bug] Fix bugs 2023-07-26 01:47:18 +03:00
38ea39ced7 [feature] Add operationContext.initTenantCache to init tenant specific settings 2023-07-26 01:47:18 +03:00
43afe04d00 [storage] Migrate from s3 aws-sdk v2 to v3 2023-07-18 19:15:57 +03:00
745f4f051a 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