File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
22namespace OCA \Solid \Controller ;
33
4- use OCA \Solid \ServerConfig ;
54use OCA \Solid \PlainResponse ;
65
6+ use OCP \AppFramework \Controller ;
7+ use OCP \AppFramework \Http ;
8+ use OCP \AppFramework \Http \JSONResponse ;
9+ use OCP \IConfig ;
10+ use OCP \IDBConnection ;
711use OCP \IRequest ;
8- use OCP \IUserManager ;
9- use OCP \IURLGenerator ;
1012use OCP \ISession ;
11- use OCP \IConfig ;
13+ use OCP \IURLGenerator ;
14+ use OCP \IUserManager ;
1215
13- use OCP \AppFramework \Http ;
14- use OCP \AppFramework \Http \Response ;
15- use OCP \AppFramework \Http \JSONResponse ;
16- use OCP \AppFramework \Http \ContentSecurityPolicy ;
17- use OCP \AppFramework \Controller ;
16+ use Pdsinterop \Solid \Auth \WAC ;
1817use Pdsinterop \Solid \Resources \Server as ResourceServer ;
19- use Pdsinterop \Solid \Auth \Utils \DPop as DPop ;
20- use Pdsinterop \Solid \Auth \WAC as WAC ;
2118
2219class CalendarController extends Controller {
2320 /* @var IURLGenerator */
Original file line number Diff line number Diff line change 11<?php
22namespace OCA \Solid \Controller ;
33
4- use OCA \Solid \ServerConfig ;
54use OCA \Solid \PlainResponse ;
65
6+ use OCP \AppFramework \Controller ;
7+ use OCP \AppFramework \Http ;
8+ use OCP \AppFramework \Http \JSONResponse ;
9+ use OCP \IConfig ;
10+ use OCP \IDBConnection ;
711use OCP \IRequest ;
8- use OCP \IUserManager ;
9- use OCP \IURLGenerator ;
1012use OCP \ISession ;
11- use OCP \IConfig ;
13+ use OCP \IURLGenerator ;
14+ use OCP \IUserManager ;
1215
13- use OCP \AppFramework \Http ;
14- use OCP \AppFramework \Http \Response ;
15- use OCP \AppFramework \Http \JSONResponse ;
16- use OCP \AppFramework \Http \ContentSecurityPolicy ;
17- use OCP \AppFramework \Controller ;
16+ use Pdsinterop \Solid \Auth \WAC ;
1817use Pdsinterop \Solid \Resources \Server as ResourceServer ;
19- use Pdsinterop \Solid \Auth \Utils \DPop as DPop ;
20- use Pdsinterop \Solid \Auth \WAC as WAC ;
2118
2219class ContactsController extends Controller {
2320 /* @var IURLGenerator */
Original file line number Diff line number Diff line change 11<?php
22namespace OCA \Solid \Controller ;
33
4- use OCA \Solid \ServerConfig ;
54use OCA \Solid \PlainResponse ;
65
7- use OCP \IRequest ;
8- use OCP \IUserManager ;
6+ use OCP \AppFramework \Controller ;
7+ use OCP \AppFramework \Http ;
8+ use OCP \AppFramework \Http \JSONResponse ;
99use OCP \Contacts \IManager ;
10- use OCP \IURLGenerator ;
11- use OCP \ISession ;
1210use OCP \IConfig ;
11+ use OCP \IDBConnection ;
12+ use OCP \IRequest ;
13+ use OCP \ISession ;
14+ use OCP \IURLGenerator ;
15+ use OCP \IUserManager ;
1316
14- use OCP \AppFramework \Http ;
15- use OCP \AppFramework \Http \Response ;
16- use OCP \AppFramework \Http \JSONResponse ;
17- use OCP \AppFramework \Http \ContentSecurityPolicy ;
18- use OCP \AppFramework \Controller ;
17+ use Pdsinterop \Solid \Auth \WAC ;
1918use Pdsinterop \Solid \Resources \Server as ResourceServer ;
20- use Pdsinterop \Solid \Auth \Utils \DPop as DPop ;
21- use Pdsinterop \Solid \Auth \WAC as WAC ;
22-
2319
2420class ProfileController extends Controller {
2521 /* @var IURLGenerator */
Original file line number Diff line number Diff line change 22namespace OCA \Solid \Controller ;
33
44use OCA \Solid \ServerConfig ;
5- use OCP \IRequest ;
6- use OCP \IUserManager ;
7- use OCP \IURLGenerator ;
8- use OCP \ISession ;
9- use OCP \IConfig ;
105
6+ use OCP \AppFramework \Controller ;
117use OCP \AppFramework \Http ;
12- use OCP \AppFramework \Http \TemplateResponse ;
13- use OCP \AppFramework \Http \JSONResponse ;
148use OCP \AppFramework \Http \DataResponse ;
15- use OCP \AppFramework \Http \ContentSecurityPolicy ;
16- use OCP \AppFramework \Controller ;
17- use Pdsinterop \Solid \Auth \Utils \DPop as DPop ;
9+ use OCP \AppFramework \Http \JSONResponse ;
10+ use OCP \IConfig ;
11+ use OCP \IDBConnection ;
12+ use OCP \IRequest ;
13+ use OCP \ISession ;
14+ use OCP \IURLGenerator ;
15+ use OCP \IUserManager ;
1816
1917use Lcobucci \JWT \Configuration ;
2018use Lcobucci \JWT \Signer \Key \InMemory ;
Original file line number Diff line number Diff line change 11<?php
22namespace OCA \Solid \Controller ;
33
4- use OCA \Solid \ServerConfig ;
54use OCA \Solid \PlainResponse ;
65
6+ use OCP \AppFramework \Controller ;
7+ use OCP \AppFramework \Http ;
8+ use OCP \Files \IRootFolder ;
9+ use OCP \IConfig ;
10+ use OCP \IDBConnection ;
711use OCP \IRequest ;
8- use OCP \IUserManager ;
9- use OCP \IURLGenerator ;
1012use OCP \ISession ;
11- use OCP \IConfig ;
13+ use OCP \IURLGenerator ;
14+ use OCP \IUserManager ;
1215
13- use OCP \Files \IRootFolder ;
14- use OCP \Files \IHomeStorage ;
15- use OCP \Files \SimpleFS \ISimpleRoot ;
16- use OCP \AppFramework \Http ;
17- use OCP \AppFramework \Http \Response ;
18- use OCP \AppFramework \Http \JSONResponse ;
19- use OCP \AppFramework \Http \ContentSecurityPolicy ;
20- use OCP \AppFramework \Controller ;
16+ use Pdsinterop \Solid \Auth \WAC ;
2117use Pdsinterop \Solid \Resources \Server as ResourceServer ;
22- use Pdsinterop \Solid \Auth \Utils \DPop as DPop ;
23- use Pdsinterop \Solid \Auth \WAC as WAC ;
2418
2519class StorageController extends Controller {
2620 /* @var IURLGenerator */
You can’t perform that action at this time.
0 commit comments