fb20086ef1
[prettier] auto-fix
2025-08-27 10:50:22 +03:00
4f4cdc13ef
Suppress notice output when dropping tables
2025-06-03 10:13:42 +00:00
cfbf960dff
[sql] Use NONCLUSTERED index to fix 900 byte max key length limit; For bug 773602
2025-03-25 16:09:15 +03:00
9f9dcf409b
[sql] Remove xepdb1 from oracle creation scheme
2025-03-25 00:37:37 +03:00
e922d4fca2
[sql] Refactor mssql schema; Fix bug 73602
2025-03-21 16:02:25 +03:00
7b3f59ed97
Merge branch hotfix/v8.2.2 into develop
2024-12-09 12:07:14 +00:00
a1a4fce50b
[sql] Delete using specific database name
2024-11-20 17:20:30 +03:00
fbe5ac36c0
Fix an error when deleting tables in mysql
2024-11-19 15:10:53 +03:00
43f83015e0
[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
9822859572
[sql] Remove "CREATE DATABASE" from mysql schema as it is in other schemas
2024-07-16 19:29:35 +03:00
4e9594746a
[git actions] PR fixes, schema reversion
2023-12-05 09:24:22 +03:00
ee570b39c8
[git actions] PR fixes and upgrade schema added
2023-12-05 09:21:25 +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
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
9f5b5179ae
[mssql] Table columns range shorted
2023-08-23 06:50:42 +03:00
1fe19eea91
[ds] MS SQL connector base functionality
2023-08-23 06:46:45 +03:00
7ab7a95ba6
[sql] Change session to xepdb1
2023-08-09 19:06:09 +03:00
b85dad459a
[ds] Bugs fixing in Oracle base connector
2023-07-18 11:52:19 +03:00
fff79d9413
[ds] Oracle base connector pt.5
2023-07-04 05:28:32 +03:00
5c8b3b4859
[ds] Oracle base connector pt.4
2023-06-30 14:00:46 +03:00
f43db03f83
[ds] Oracle base connector pt.3
2023-06-29 07:25:05 +03:00
def9f9aeae
Merge branch hotfix/v7.3.3 into develop
2023-05-15 06:49:54 +00:00
2b461b089e
[sql] Remove unused upgrade scripts
2023-02-10 00:16:10 +03:00
5a599f9483
[sql] Remove unused schema doc_changes2
2023-02-10 00:16:10 +03:00
57642c5ed0
[feature] add dm8 database support
2022-12-12 19:51:04 +03:00
df59b28b06
[sql] Fix doc_changes2 creation; For bug 59826
2022-11-24 10:16:02 +03:00
fcb9a57a7d
[feature] Add binaryChanges config param
2022-10-27 15:29:42 +03:00
abe92206da
[feature] Add upgrade scripts; Add fixes for postgres
2022-10-27 15:29:42 +03:00
59b5ef7b80
[schema] Add SQL upgrade script from 7.1 to 7.2; For ONLYOFFICE/DocumentServer#1911
2022-09-26 17:51:42 +03:00
c0f1327bf6
[bug] Fix opening with postgres 9.2; Fix bug 58697
2022-09-13 19:30:04 +03:00
1f37f59b27
[bug] Fix crash if connection is null; fix tenant typo
2022-08-03 15:25:00 +03:00
41399fa3d4
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
c8a0c4c5d3
[bug] For bug 46818
2022-03-31 19:10:34 +03:00
b4d72bc7f8
[jwt] Validate required parameters of browser token
2022-02-04 00:17:49 +03:00
76397294a3
[feature] Add upgrade scripts; Remove additional_params column
2020-12-10 10:11:36 +03:00
8904a33e59
[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
64eed40c3f
[bug] For bug 45406.
...
Fix bug for PostgreSQL before 9.5
2020-11-05 12:57:01 +03:00
8711abeb7d
[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