This commit is contained in:
Holger Trampe 2021-10-18 07:11:25 +02:00
parent acba6e5923
commit 202e229953
5 changed files with 20799 additions and 4758 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
node_modules/*
js/da*
js/da_agency*

View File

@ -16,6 +16,7 @@ use OCP\AppFramework\Http\Events\BeforeTemplateRenderedEvent;
use OCP\Files\Events\Node\BeforeNodeDeletedEvent;
class Application extends App {
protected $AppName = 'Agency';
@ -46,8 +47,8 @@ class Application extends App {
class DeleteNCFileDjango extends Controller {
protected $session;
private $nclink = 'https://test.app.digitale-agentur.com';
//private $nclink = 'http://host.docker.internal:8000';
//private $nclink = 'https://test.app.digitale-agentur.com';
private $nclink = 'http://host.docker.internal:8000';
public function __construct(string $AppName, IRequest $request, IUserSession $session) {
parent::__construct($AppName, $request);
@ -78,8 +79,8 @@ class LoginByNC extends Controller {
protected $session;
protected $request;
private $nclink = 'https://test.app.digitale-agentur.com';
//private $nclink = 'http://host.docker.internal:8000';
//private $nclink = 'https://test.app.digitale-agentur.com';
private $nclink = 'http://host.docker.internal:8000';
public function __construct(string $AppName, IRequest $request, IUserSession $session) {
$this->request = $request;
@ -129,8 +130,8 @@ class UserChangedByNC extends Controller {
protected $session;
protected $request;
private $nclink = 'https://test.app.digitale-agentur.com';
//private $nclink = 'http://host.docker.internal:8000';
//private $nclink = 'https://test.app.digitale-agentur.com';
private $nclink = 'http://host.docker.internal:8000';
public function __construct(string $AppName, IRequest $request, IUserSession $session) {
$this->request = $request;
@ -164,8 +165,8 @@ class UserChangedByNC extends Controller {
class LogoutByNC extends Controller {
protected $session;
private $nclink = 'https://test.app.digitale-agentur.com';
//private $nclink = 'http://host.docker.internal:8000';
//private $nclink = 'https://test.app.digitale-agentur.com';
private $nclink = 'http://host.docker.internal:8000';
public function __construct(string $AppName, IRequest $request, IUserSession $session) {
parent::__construct($AppName, $request);

View File

@ -18,8 +18,8 @@ class PageController extends Controller {
protected $appName;
protected $userSession;
private $service;
private $nclink = 'https://test.app.digitale-agentur.com';
//private $nclink = 'http://host.docker.internal:8000';
//private $nclink = 'https://test.app.digitale-agentur.com';
private $nclink = 'http://host.docker.internal:8000';
public function __construct($appName, IRequest $request, AgencyService $service, IUserSession $userSession) {
parent::__construct($appName, $request);

25456
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,9 +22,6 @@
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^3.7.0",
"axios": "^0.21.1",
"bootstrap": "^5.0.1",
"bootstrap-icons-vue": "^0.7.0",
"bootstrap-vue": "^2.21.2",
"sass": "^1.34.1",
"vue": "^2.6.12",
"vue-confirm-dialog": "^1.0.2",
@ -42,32 +39,31 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.13.9",
"@nextcloud/browserslist-config": "^2.1.0",
"@nextcloud/eslint-config": "^2.2.0",
"@nextcloud/eslint-plugin": "^1.5.0",
"@nextcloud/webpack-vue-config": "^1.1.0",
"@nextcloud/eslint-config": "^6.0.0",
"@nextcloud/webpack-vue-config": "^4.1.0",
"@vue/test-utils": "^1.1.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"css-loader": "^4.2.2",
"eslint": "^7.19.1",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vue": "^7.19.1",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"sass-loader": "^10.0.5",
"stylelint": "^13.12.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.19.0",
"stylelint-webpack-plugin": "^2.1.1",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack": "^5.4.0",
"webpack-cli": "^4.9.0",
"webpack-merge": "^5.7.3"
}
}