Commit Graph

999 Commits (2bc77a3c5aff352cdc19aa683bbb36da2ff20b01)

Author SHA1 Message Date
Côme Chilliet 2bc77a3c5a
chore: Remove now unused OC_App deprecated methods 8 months ago
Côme Chilliet eb54143c2d
fix: Delete legacy OC_Response 8 months ago
Côme Chilliet d39d1d8d24
chore: Remove unused deprecated methods from OC_User and Filesystem 8 months ago
Carl Schwan 8e5eef24d2 refactor: Remove OC_Helper::streamCopy 8 months ago
Carl Schwan 4ae4b0a0e7 refactor: Remove old TemplateManager 8 months ago
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 8 months ago
Josh 130cb05ea4 chore: remove `mbstring.func_overload` check from `checkserver()` 9 months ago
Côme Chilliet 12edd2b23a
fix: Deduplicate code by using DependencyAnalyzer in the AppManager 10 months ago
Côme Chilliet 0e01bc09a9
chore: Inline OC_App::setupBackgroundJobs 10 months ago
Côme Chilliet e5606d7fe3
chore: Move getAppPath and getAppWebPath implementations into AppManager 10 months ago
Côme Chilliet 3e01a429e7
chore: Replace last calls to OC_App::enable by IAppManager 10 months ago
Côme Chilliet 4abfd4871f
chore: Move isAppCompatible and shouldUpgrade to the app manager 10 months ago
Côme Chilliet 410389867c
chore: Inline private method OC_App::setupLiveMigrations 10 months ago
Côme Chilliet fd17555333
chore: Move OC_App::updateApp to IAppManager::upgradeApp 10 months ago
Ferdinand Thiessen d5e2432bcd
fix: resolve invalid usage of `AppConfig::getValue` 10 months ago
Daniel Calviño Sánchez 4fcadd630b fix: Throw specific LoginException when the user is disabled 11 months ago
Côme Chilliet edf096a09f
chore: Check if apps directory is really writable in Installer 11 months ago
Côme Chilliet 12c0cfc977
fix: Move getInstallPath to Installer class 11 months ago
Côme Chilliet 1f5e232314
chore: Move info parsing related method from OC_App to InfoParser 11 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 11 months ago
Robin Appelman 1d2b991bda fix: don't create an empty file before writing the contents in OC_Util::copyr 12 months ago
Maxence Lange d8fc08d718 feat(lexicon): fix tests 12 months ago
Maxence Lange 3d3c77b774 feat(lexicon): migrate keys on app update 12 months ago
invario 2b58f74cc8
Fix: Remove X-XSS-Protection use, check and recommendation 12 months ago
Ferdinand Thiessen c21e189850
fix: make core application bootstrapable by coordinator 1 year ago
Ferdinand Thiessen e143921896
feat(IUser): add `getQuotaBytes` method to get machine readable quota 1 year ago
Ferdinand Thiessen 22889d4f1d
chore: deprecate `OC_Helper::isReadOnlyConfigEnabled` 1 year ago
Ferdinand Thiessen 3d33091d2c
chore!: remove legacy functions from `OC_Helper` deprecated before v10 1 year ago
Ferdinand Thiessen bd91db8e20
chore: deprecate OC_Helper::copyr 1 year ago
Ferdinand Thiessen 01db539d0a
chore: move streamCopy implementation from `OC_Helper` to `OCP\Files` 1 year ago
Ferdinand Thiessen 802def31f2
chore: move implementation to non-deprecated OCP\Util from OC_Helper 1 year ago
Ferdinand Thiessen 54eaad76c0
chore!(\OCP\Files): remove deprecated static `getStorage` method 1 year ago
Ferdinand Thiessen 072d4e8cba
chore: move implementation from OC legacy to OCP\Files 1 year ago
Ferdinand Thiessen 1ae3fa4003
chore: replace leagcy OC_Helper calls with OCP\Util 1 year ago
Ferdinand Thiessen 85a6b0d0eb
chore: deprecate \OC_Helper::canExecute 1 year ago
Côme Chilliet ddd7d4ed13
fix: Deprecate OC_User methods related to user backends 1 year ago
Côme Chilliet 6efd9b7511
fix: add more details in documented alternatives 1 year ago
Côme Chilliet b20f74a95b chore(legacy): Flag methods as deprecated, with appropriate replacement 1 year ago
Côme Chilliet 09dcc87f05 chore(legacy): Remove unused protected method in OC_Util 1 year ago
Côme Chilliet fd59e02a24 chore(legacy): Officially deprecate OC_Util and remove non-static methods 1 year ago
Côme Chilliet e467ea1c6a
chore(legacy): Remove deprecated OC_Util::addScript and functions depending on it 1 year ago
Côme Chilliet c7037d7b38
fix: Move getAppInstalledVersions to AppConfig so that it can be used earlier 1 year ago
Côme Chilliet 32c1e3e677 feat: Add a replacement for OC_App::getAppVersions is IAppManager 1 year ago
Côme Chilliet aac391d466 chore: Move template functions out of legacy folder 1 year ago
Côme Chilliet a83cae1a0e fix: Remove multiple require_once calls for template functions 1 year ago
Daniel Kesselberg db86cf8db1 fix: skip caching lastSeenQuotaUsage for remote shares 1 year ago
Côme Chilliet 2cd90f8281 fix: Replace all usage of OC_Template by the new API 1 year ago
Côme Chilliet f19ddd5525 fix: Add missing ITemplate interface and clean code in Template class 1 year ago
Côme Chilliet 71dc34c03c fix: Deprecate OC_Template, add proper template manager instead 1 year ago
Ferdinand Thiessen c82337f3b9
fix: incorrect types detected by updated stubs 1 year ago