File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
lib/private/Files/Storage Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77
88namespace OCA \DAV \Controller ;
99
10- use NCU \Security \Signature \Exceptions \IncomingRequestException ;
11- use NCU \Security \Signature \Exceptions \SignatoryNotFoundException ;
12- use NCU \Security \Signature \Exceptions \SignatureException ;
13- use NCU \Security \Signature \Exceptions \SignatureNotFoundException ;
14- use NCU \Security \Signature \ISignatureManager ;
15- use NCU \Security \Signature \Model \IIncomingSignedRequest ;
1610use OC \Authentication \Token \IProvider ;
1711use OC \OCM \OCMSignatoryManager ;
1812use OCP \AppFramework \ApiController ;
2822use OCP \IAppConfig ;
2923use OCP \IRequest ;
3024use OCP \Security \ISecureRandom ;
25+ use OCP \Security \Signature \Exceptions \IncomingRequestException ;
26+ use OCP \Security \Signature \Exceptions \SignatoryNotFoundException ;
27+ use OCP \Security \Signature \Exceptions \SignatureException ;
28+ use OCP \Security \Signature \Exceptions \SignatureNotFoundException ;
29+ use OCP \Security \Signature \IIncomingSignedRequest ;
30+ use OCP \Security \Signature \ISignatureManager ;
3131use Psr \Log \LoggerInterface ;
3232
3333/**
Original file line number Diff line number Diff line change 1010use Exception ;
1111use Icewind \Streams \CallbackWrapper ;
1212use Icewind \Streams \IteratorDirectory ;
13- use NCU \Security \Signature \ISignatureManager ;
1413use OC \Files \Filesystem ;
1514use OC \MemCache \ArrayCache ;
1615use OC \OCM \OCMSignatoryManager ;
3130use OCP \OCM \Exceptions \OCMArgumentException ;
3231use OCP \OCM \Exceptions \OCMProviderException ;
3332use OCP \OCM \IOCMDiscoveryService ;
33+ use OCP \Security \Signature \ISignatureManager ;
3434use OCP \Server ;
3535use OCP \Util ;
3636use Psr \Http \Message \ResponseInterface ;
You can’t perform that action at this time.
0 commit comments