Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
191 changes: 0 additions & 191 deletions api/dev/data/permissions.json

This file was deleted.

8 changes: 0 additions & 8 deletions api/dev/keys/10f356da-1e9e-43b8-9028-a26a645539a6.json

This file was deleted.

10 changes: 0 additions & 10 deletions api/dev/keys/d166bf8b-3615-444a-8932-c460b2132ba3.json

This file was deleted.

1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"dev": "vite",
"container:build": "./scripts/dc.sh build dev",
"container:start": "./scripts/dc.sh run --rm --service-ports dev",
"container:stop": "./scripts/dc.sh stop dev",
"container:test": "./scripts/dc.sh run --rm builder npm run test",
"container:enter": "./scripts/dc.sh exec dev /bin/bash"
},
Expand Down
8 changes: 0 additions & 8 deletions api/src/__test__/core/permissions.test.ts

This file was deleted.

2 changes: 0 additions & 2 deletions api/src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ export * as modules from '@app/core/modules';
export * as notifiers from '@app/core/notifiers';
export * as utils from '@app/core/utils';
export * from '@app/core/log';
export * from '@app/core/permission-manager';
export * from '@app/core/permissions';
export * from '@app/core/pubsub';
19 changes: 0 additions & 19 deletions api/src/core/modules/get-me.ts

This file was deleted.

51 changes: 0 additions & 51 deletions api/src/core/modules/get-permissions.ts

This file was deleted.

2 changes: 0 additions & 2 deletions api/src/core/modules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ export * from './add-user';
export * from './get-apps';
export * from './get-devices';
export * from './get-disks';
export * from './get-me';
export * from './get-parity-history';
export * from './get-permissions';
export * from './get-services';
export * from './get-users';
export * from './get-welcome';
54 changes: 0 additions & 54 deletions api/src/core/permission-manager.ts

This file was deleted.

Loading
Loading