Select Git revision
autoloader.php
-
Adam Williamson authored
Composer's autoloader is rather better than the OwnCloud autoloader's handling of non-OC classes. Plus we can rely on upstream Composer to maintain it and not worry about it ourselves. With this change, we drop the bits of OwnCloud's autoloader that handled non-OC classes, and register the classes that were being handled by that code with Composer's autoloader instead. As these dependencies are converted to actually being managed by Composer, the explicit registrations can be dropped as they won't be needed any more. Since OwnCloud's autoloader isn't going to handle non-OC classes any more, we no longer need to test to make sure it does it right. drop unneeded registerPrefix() and registerClass() from autoloader Now we're not handling anything but OC's own classes, these are unnecessary. error out if composer autoloader is not found (thanks bantu) We're never going to be able to work without the autoloader, if it's not there we should just throw our hands up and surrender.
Adam Williamson authoredComposer's autoloader is rather better than the OwnCloud autoloader's handling of non-OC classes. Plus we can rely on upstream Composer to maintain it and not worry about it ourselves. With this change, we drop the bits of OwnCloud's autoloader that handled non-OC classes, and register the classes that were being handled by that code with Composer's autoloader instead. As these dependencies are converted to actually being managed by Composer, the explicit registrations can be dropped as they won't be needed any more. Since OwnCloud's autoloader isn't going to handle non-OC classes any more, we no longer need to test to make sure it does it right. drop unneeded registerPrefix() and registerClass() from autoloader Now we're not handling anything but OC's own classes, these are unnecessary. error out if composer autoloader is not found (thanks bantu) We're never going to be able to work without the autoloader, if it's not there we should just throw our hands up and surrender.
tls.crt 1.48 KiB
-----BEGIN CERTIFICATE-----
MIIEMTCCAxmgAwIBAgIUXJn011NmTDgR7DbtYKKZi8HFeoYwDQYJKoZIhvcNAQEL
BQAwgacxCzAJBgNVBAYTAkRFMRAwDgYDVQQIDAdCYXZhcmlhMRIwEAYDVQQHDAlO
dXJlbmJlcmcxFTATBgNVBAoMDFRIIE51cmVuYmVyZzETMBEGA1UECwwKSW5mb3Jt
YXRpazEXMBUGA1UEAwwOMTQxLjc1LjE0OC4xNTExLTArBgkqhkiG9w0BCQEWHmhl
bG11dC5odXR6bGVyQHRoLW51ZXJuYmVyZy5kZTAeFw0yMjEwMDUxMDQ0NDdaFw0y
MzEwMDUxMDQ0NDdaMIGnMQswCQYDVQQGEwJERTEQMA4GA1UECAwHQmF2YXJpYTES
MBAGA1UEBwwJTnVyZW5iZXJnMRUwEwYDVQQKDAxUSCBOdXJlbmJlcmcxEzARBgNV
BAsMCkluZm9ybWF0aWsxFzAVBgNVBAMMDjE0MS43NS4xNDguMTUxMS0wKwYJKoZI
hvcNAQkBFh5oZWxtdXQuaHV0emxlckB0aC1udWVybmJlcmcuZGUwggEiMA0GCSqG
SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDOMzFcxiOcao26iWtGX/3LyQ0o56G8LzF0
2NzNH4649XTD8kRV7WIROARcMWJgHWcN+3YEy01WVc2ug1iLnYW2P2iZGtS5adN1
H91IXvmB6G0J9/ASTQPTc9nnP6afkU7ocNuyVzO77jiSo57B0blls4gFnqEyY2rK
wU0+g/uriJ6KObaaV/od+siuKGW84hGN92FY5cAQ4K3e0/C0255WGI+ESQqIhz48
EgQ4RcAgOqvUY2K44HUPLdS/KNMTlGBqsh+8XymgfONh/ZMSlBK5fyVkukMnNefB
g6SxrzvyVlJMQJF8zgoZDRK6KOA/w9D3r+xZ+Vw4fY2zqdCtYWqVAgMBAAGjUzBR
MB0GA1UdDgQWBBSxqLwSIw0i6IXAznL684r7Wk1uxzAfBgNVHSMEGDAWgBSxqLwS
Iw0i6IXAznL684r7Wk1uxzAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUA
A4IBAQBImcVHLUR7pHvzBVN+0PSvOFNbBjzfsmO7vO47JsUUUrNfwMKC/5PIj0vo
ZjZsbXyB44mMxGYs7llLLblWV/q3j9ftGGpT0rCTGeIshKYetvVu2yD/W5vtaNKy
Z1Fefn8rUSKsOAMeqsaRC5jyGDDMT0iKg23cyncqZbsOop5LJ2QCYgZQi5C2t+li
3YedXxzt5KH0SzRsnJ8aMiV0ekr9BSa8HSu0SLouILJ8gvmjrVzpZD/bLoRUGVuk
6BUNMUBAxO7hD6pz5Fy55UemFwEXBKLfe6PHtgUsTuKkpBqj3yoRwbeE2fAdVQN4
DiffiXgUeRRfBv2zyAnxBopMv4Y5
-----END CERTIFICATE-----