provokateurin
|
77114fb327
fix(OpenAPI): Adjust array syntax to avoid ambiguities
|
2 months ago |
Joas Schilling
|
07449847e1
fix(appmanager): Fix tainted file path when loading appinfos
|
1 month ago |
provokateurin
|
9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1
|
2 months ago |
Ferdinand Thiessen
|
69abd8851b
refactor(OC_App): Remove ILogger usage
|
2 months ago |
Ferdinand Thiessen
|
f5b73d2c77
fix: Remove legacy settings forms
|
2 months ago |
Côme Chilliet
|
76f2bc0bfc
fix: Replace OC_App::getAllApps with a method in AppManager
|
2 months ago |
Côme Chilliet
|
7ed583cb8e
chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App
|
2 months ago |
Daniel Kesselberg
|
af6de04e9e
style: update codestyle for coding-standard 1.2.3
|
3 months ago |
Daniel Kesselberg
|
6983310ec0
docs: correct return type for findAppInDirectories
|
4 months ago |
Julius Härtl
|
ea9f2361ae
perf: Avoid reusing previous migration steps
|
5 months ago |
Andy Scherzinger
|
dae7c159f7
chore: Add SPDX header
|
6 months ago |
Côme Chilliet
|
644036ab4e
fix: Migrate away from OC_App toward the IAppManager
|
8 months ago |
Côme Chilliet
|
cf6a0e0833
chore: Deprecate OC_App::loadApps and add missing return type in Server
|
9 months ago |
Côme Chilliet
|
0e1931754a
chore: use DI for \OC\Repair
|
10 months ago |
Côme Chilliet
|
67e3ecef98
chore: Cleanup Installer class as well
|
10 months ago |
Maxence Lange
|
f7d0c74b10
lazy AppConfig
|
10 months ago |
Joas Schilling
|
aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1
|
1 year ago |
Christoph Wurst
|
ea8f9a7e84
refactor: Repalce array_search with in_array in lib/
|
1 year ago |
Hamid Dehnavi
|
ea06cf2f39
Convert isset ternary to null coalescing operator
|
1 year ago |
Côme Chilliet
|
f68d4f7300
Remove deprecated methods Util::writeLog and DIContainer::log
|
1 year ago |
Joas Schilling
|
3962cd0aa8
fix!: Move getEventDispatcher usage to IEventDispatcher
|
1 year ago |
Christoph Wurst
|
14719110b9
chore: Replace \OC::$server->query with \OCP\Server::get in /lib
|
1 year ago |
Robin Appelman
|
9f1d497a0b
Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private
|
1 year ago |
Christoph Wurst
|
999aec366a
chore: Drop \OC_App::getSettingsNavigation
|
1 year ago |
Christoph Wurst
|
167763d312
chore: Drop \OC_App::getNavigation
|
1 year ago |
Christoph Wurst
|
e76d525a43
chore: Drop \OC_App::getAppInfo
|
1 year ago |
Christoph Wurst
|
cf6e2fa1b7
chore: Drop \OC_App::getAppVersion
|
1 year ago |
Christoph Wurst
|
dd2d50471e
chore!: Drop \OC_App::isEnabled
|
1 year ago |
Faraz Samapoor
|
e7cc7653b8
Refactors "strpos" calls in lib/private to improve code readability.
|
1 year ago |
Carl Schwan
|
b1ec7ff51f
Add missing taint analysis docblock comments, and improve escaping in some methods
|
2 years ago |