Commit Graph

49 Commits

Author SHA1 Message Date
bf739ef1d0 Merge branch hotfix/v8.2.2 into release/v8.3.0 2024-12-09 12:07:15 +00:00
e0f507f61d [sql] Delete using specific database name 2024-11-20 17:20:30 +03:00
fe7bc8e777 Fix an error when deleting tables in mysql 2024-11-19 15:10:53 +03:00
a4d9fb4045 [feature] DB creation removed from mssql script, user namespace removed from oracle script, all removedb.sql deleted. 2024-07-24 23:23:49 +03:00
f8336318c6 [sql] Remove "CREATE DATABASE" from mysql schema as it is in other schemas 2024-07-16 19:29:35 +03:00
8d790a2e86 [git actions] PR fixes, schema reversion 2023-12-05 09:24:22 +03:00
250bd85a3d [git actions] PR fixes and upgrade schema added 2023-12-05 09:21:25 +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
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
f7862fd19e [mssql] Table columns range shorted 2023-08-23 06:50:42 +03:00
8a6281d3f7 [ds] MS SQL connector base functionality 2023-08-23 06:46:45 +03:00
c0f6dbbc17 [sql] Change session to xepdb1 2023-08-09 19:06:09 +03:00
59d9fa315d [ds] Bugs fixing in Oracle base connector 2023-07-18 11:52:19 +03:00
7aec0f1b38 [ds] Oracle base connector pt.5 2023-07-04 05:28:32 +03:00
0210173505 [ds] Oracle base connector pt.4 2023-06-30 14:00:46 +03:00
259c2800d8 [ds] Oracle base connector pt.3 2023-06-29 07:25:05 +03:00
e3663129c3 Merge branch hotfix/v7.3.3 into develop 2023-05-15 06:49:54 +00:00
a3259471dd [sql] Remove unused upgrade scripts 2023-02-10 00:16:10 +03:00
730deaed03 [sql] Remove unused schema doc_changes2 2023-02-10 00:16:10 +03:00
a047a4fd78 [feature] add dm8 database support 2022-12-12 19:51:04 +03:00
fddac8281c [sql] Fix doc_changes2 creation; For bug 59826 2022-11-24 10:16:02 +03:00
262d6f99e4 [feature] Add binaryChanges config param 2022-10-27 15:29:42 +03:00
544e0c92f5 [feature] Add upgrade scripts; Add fixes for postgres 2022-10-27 15:29:42 +03:00
0447076ac4 [schema] Add SQL upgrade script from 7.1 to 7.2; For ONLYOFFICE/DocumentServer#1911 2022-09-26 17:51:42 +03:00
9c17900fba [bug] Fix opening with postgres 9.2; Fix bug 58697 2022-09-13 19:30:04 +03:00
f83a734e61 [bug] Fix crash if connection is null; fix tenant typo 2022-08-03 15:25:00 +03:00
b61177fedc Feature/multi tenant (#377)
* [feature] Add tenantManager

* [fix] Fix export

* [schema] Change schema for tenants

* [de] For auth

* [config] Remove unused secret.browser param to unify with multitenancy

* [feature] Add OperationContext to store state of request

* [log] Remove docId and userId from log message

* [feature] Add OperationContext class

* [feature] For logging

* [feature] Add content to some methods

* [feature] For multitenancy

* [feature] For multitenancy

* [feature] For multitenancy

* [feature] For multitenancy

* [feature] For multitenancy

* [feature] For multitenancy

* [feature] Move all tenant logic to tenantManager

* [feature] Fix reading of tenant license

* [feature] Move tenant logic to EditorData interface

* [feature] Use context in SQL queries

* [feature] Refactoring

* [feature] Fix editorDataMemory

* [feature] Fix before merge
2022-08-02 17:34:06 +03:00
85a391b3ae [bug] For bug 46818 2022-03-31 19:10:34 +03:00
046f1de19b [jwt] Validate required parameters of browser token 2022-02-04 00:17:49 +03:00
c057e8115d [feature] Add upgrade scripts; Remove additional_params column 2020-12-10 10:11:36 +03:00
5f9f491bc5 [sql] Add creation_date, additional_params columns
creation_date - to get non-expiring permanent url
additional_params - for future needs
2020-12-10 10:11:36 +03:00
d7f938657d [bug] For bug 45406.
Fix bug for PostgreSQL before 9.5
2020-11-05 12:57:01 +03:00
388329d850 [sql] Change mysql column type('callback' TEXT->LONGTEXT)
Fix ER_DATA_TOO_LONG: Data too long for column 'callback' at row 1
Issue appeared after saving callbackUrl for each connection(5.5.0)
2020-10-03 15:58:39 +03:00
fc3013d4d9 Refactoring 2017-03-17 16:45:29 +03:00
d2566984e8 USE onlyoffice; 2017-02-02 13:43:11 +03:00
dd0f4e3d6d add removetbl.sql for mysql 2017-02-01 17:20:25 +03:00
30a82d093f merge db table doc_callbacks into task_result 2017-02-01 17:00:48 +03:00
44dea12c54 remove unused DB field task_result.title 2017-02-01 17:00:01 +03:00
334dfc4303 Removed the drop tables into the separeted script 2017-01-11 12:31:36 +03:00
77db515b3e sql drop tables before create 2016-11-10 12:08:29 +03:00
efa49e3ca0 change several field to 4 byte int(like in mysql) because int8 returned as string 2016-09-29 17:50:33 +03:00
68108e6f05 support postgre before 9.5 2016-08-31 17:14:05 +03:00
65fc7a02d2 add postgresql support 2016-08-25 18:58:13 +03:00
92817345f3 rename db columns, remove unused tr_format 2016-05-18 10:39:17 +03:00
46b5f04600 join auth and open command, userIndex move from redis to mysql. 2016-05-18 10:39:17 +03:00
4f5c3f2d42 Added db schemas. 2016-05-18 10:38:49 +03:00