mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
This changeset removes the static class `OC_Request` and moves the functions either into `IRequest` which is accessible via `\OC::$server::->getRequest()` or into a separated `TrustedDomainHelper` class for some helper methods which should not be publicly exposed. This changes only internal methods and nothing on the public API. Some public functions in `util.php` have been deprecated though in favour of the new non-static functions. Unfortunately some part of this code uses things like `__DIR__` and thus is not completely unit-testable. Where tests where possible they ahve been added though. Fixes https://github.com/owncloud/core/issues/13976 which was requested in https://github.com/owncloud/core/pull/13973#issuecomment-73492969 |
||
|---|---|---|
| .. | ||
| app | ||
| appframework | ||
| archive | ||
| backgroundjob | ||
| cache | ||
| connector/sabre | ||
| contacts | ||
| db | ||
| files | ||
| group | ||
| hooks | ||
| memcache | ||
| ocs | ||
| public | ||
| repair | ||
| security | ||
| session | ||
| share | ||
| template | ||
| user | ||
| activitymanager.php | ||
| allconfig.php | ||
| api.php | ||
| app.php | ||
| appconfig.php | ||
| archive.php | ||
| autoloader.php | ||
| avatar.php | ||
| cache.php | ||
| config.php | ||
| contactsmanager.php | ||
| datetimeformatter.php | ||
| db.php | ||
| dbschema.php | ||
| errorHandler.php | ||
| geo.php | ||
| group.php | ||
| helper.php | ||
| helperstorage.php | ||
| httphelper.php | ||
| image.php | ||
| installer.php | ||
| l10n.php | ||
| largefilehelper.php | ||
| largefilehelpergetfilesize.php | ||
| logger.php | ||
| mail.php | ||
| naturalsort.php | ||
| preview.php | ||
| repair.php | ||
| setup.php | ||
| streamwrappers.php | ||
| tags.php | ||
| template.php | ||
| templatelayout.php | ||
| tempmanager.php | ||
| testcase.php | ||
| updater.php | ||
| urlgenerator.php | ||
| user.php | ||
| util.php | ||
| utilcheckserver.php | ||
| vobject.php | ||