File tree Expand file tree Collapse file tree 11 files changed +16
-16
lines changed Expand file tree Collapse file tree 11 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 55namespace OCA \Notes \AppInfo ;
66
77use OCP \AppFramework \App ;
8- use OCP \AppFramework \Bootstrap \IBootstrap ;
98use OCP \AppFramework \Bootstrap \IBootContext ;
9+ use OCP \AppFramework \Bootstrap \IBootstrap ;
1010use OCP \AppFramework \Bootstrap \IRegistrationContext ;
1111use OCP \AppFramework \Http \Events \BeforeTemplateRenderedEvent ;
1212
Original file line number Diff line number Diff line change 44
55namespace OCA \Notes \AppInfo ;
66
7- use OCP \Capabilities \ICapability ;
87use OCP \App \IAppManager ;
8+ use OCP \Capabilities \ICapability ;
99
1010class Capabilities implements ICapability {
1111 private IAppManager $ appManager ;
Original file line number Diff line number Diff line change 88use OCA \Notes \Service \NotesService ;
99use OCA \Notes \Service \Util ;
1010
11- use OCP \IUser ;
1211use OCP \IURLGenerator ;
12+ use OCP \IUser ;
1313use OCP \Search \IProvider ;
1414use OCP \Search \ISearchQuery ;
1515use OCP \Search \SearchResult ;
Original file line number Diff line number Diff line change 44
55namespace OCA \Notes \Controller ;
66
7- use OCA \Notes \Service \Note ;
8-
97use Exception ;
108
9+ use OCA \Notes \Service \Note ;
10+
1111class ETagDoesNotMatchException extends Exception {
1212 public Note $ note ;
1313
Original file line number Diff line number Diff line change 66
77use OCA \Notes \AppInfo \Application ;
88use OCA \Notes \Db \Meta ;
9- use OCA \Notes \Service \Note ;
10- use OCA \Notes \Service \NotesService ;
119use OCA \Notes \Service \MetaNote ;
1210use OCA \Notes \Service \MetaService ;
11+ use OCA \Notes \Service \Note ;
12+ use OCA \Notes \Service \NotesService ;
1313use OCA \Notes \Service \Util ;
1414
1515use OCP \AppFramework \Http ;
Original file line number Diff line number Diff line change 44
55namespace OCA \Notes \Controller ;
66
7- use OCA \Notes \Service \NotesService ;
87use OCA \Notes \Service \MetaNote ;
98use OCA \Notes \Service \MetaService ;
9+ use OCA \Notes \Service \NotesService ;
1010use OCA \Notes \Service \SettingsService ;
1111
1212use OCP \AppFramework \ApiController ;
Original file line number Diff line number Diff line change 44
55namespace OCA \Notes \Controller ;
66
7- use OCA \Notes \Service \NotesService ;
87use OCA \Notes \Service \MetaService ;
8+ use OCA \Notes \Service \NotesService ;
99use OCA \Notes \Service \SettingsService ;
1010
1111use OCP \AppFramework \Controller ;
12+ use OCP \AppFramework \Http ;
1213use OCP \AppFramework \Http \FileDisplayResponse ;
13- use OCP \IRequest ;
14+ use OCP \AppFramework \ Http \ JSONResponse ;
1415use OCP \IConfig ;
1516use OCP \IL10N ;
16- use OCP \AppFramework \Http ;
17- use OCP \AppFramework \Http \JSONResponse ;
17+ use OCP \IRequest ;
1818
1919class NotesController extends Controller {
2020 private NotesService $ notesService ;
Original file line number Diff line number Diff line change 1111use OCA \Text \Event \LoadEditor ;
1212use OCP \App \IAppManager ;
1313use OCP \AppFramework \Controller ;
14- use OCP \AppFramework \Http \TemplateResponse ;
1514use OCP \AppFramework \Http \ContentSecurityPolicy ;
1615use OCP \AppFramework \Http \RedirectResponse ;
16+ use OCP \AppFramework \Http \TemplateResponse ;
1717use OCP \AppFramework \Services \IInitialState ;
1818use OCP \EventDispatcher \IEventDispatcher ;
1919use OCP \IConfig ;
Original file line number Diff line number Diff line change 44
55namespace OCA \Notes \Db ;
66
7- use OCP \IDBConnection ;
87use OCP \AppFramework \Db \QBMapper ;
98use OCP \DB \QueryBuilder \IQueryBuilder ;
9+ use OCP \IDBConnection ;
1010
1111class MetaMapper extends QBMapper {
1212 public function __construct (IDBConnection $ db ) {
Original file line number Diff line number Diff line change 66
77use OCA \Notes \Db \MetaMapper ;
88
9- use OCP \Migration \IRepairStep ;
109use OCP \Migration \IOutput ;
10+ use OCP \Migration \IRepairStep ;
1111
1212class Cleanup implements IRepairStep {
1313 private MetaMapper $ metaMapper ;
You can’t perform that action at this time.
0 commit comments