Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions changelog/unreleased/PHPRemovedCodeOC11
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Change: Removed legacy and deprecated code from ownCloud 11

The following have been removed:
- class OC_DB
- class OC_DB_StatementWrapper
- class OC_Group_Backend
- class OC_Group_Database
- class OC_OCS_Result
- class \OCP\DB
- class MDBSchemaWriter
- interface OC_Group_Interface
- interface OC_User_Interface
- method MDB2SchemaManager::getDbStructure()
- method MDB2SchemaManager::generateChangeScript()

https://github.com/owncloud/core/pull/41455
https://github.com/owncloud/core/pull/41458
https://github.com/owncloud/core/pull/41462
https://github.com/owncloud/core/pull/41464
https://github.com/owncloud/core/pull/41468