From aab97adb23c65dfc54f4f160742f8066fcd98032 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 26 Sep 2018 16:22:34 +0200 Subject: oauth and oauth2 apps manager --- view/tpl/oauth.tpl | 36 ++++++++++++++++++++++++++++++++++++ view/tpl/oauth2.tpl | 36 ++++++++++++++++++++++++++++++++++++ view/tpl/oauth2_edit.tpl | 21 +++++++++++++++++++++ view/tpl/oauth_edit.tpl | 21 +++++++++++++++++++++ view/tpl/settings_oauth.tpl | 36 ------------------------------------ view/tpl/settings_oauth2.tpl | 36 ------------------------------------ view/tpl/settings_oauth2_edit.tpl | 21 --------------------- view/tpl/settings_oauth_edit.tpl | 21 --------------------- 8 files changed, 114 insertions(+), 114 deletions(-) create mode 100755 view/tpl/oauth.tpl create mode 100755 view/tpl/oauth2.tpl create mode 100755 view/tpl/oauth2_edit.tpl create mode 100755 view/tpl/oauth_edit.tpl delete mode 100755 view/tpl/settings_oauth.tpl delete mode 100755 view/tpl/settings_oauth2.tpl delete mode 100755 view/tpl/settings_oauth2_edit.tpl delete mode 100755 view/tpl/settings_oauth_edit.tpl (limited to 'view') diff --git a/view/tpl/oauth.tpl b/view/tpl/oauth.tpl new file mode 100755 index 000000000..881e22e99 --- /dev/null +++ b/view/tpl/oauth.tpl @@ -0,0 +1,36 @@ +
+
+

{{$title}}

+
+ +
+
+ + + + + {{foreach $apps as $app}} +
+ + {{if $app.clname}}

{{$app.clname}}

{{else}}

{{$noname}}

{{/if}} + {{if $app.my}} + {{if $app.oauth_token}} +
+ {{/if}} + {{/if}} + {{if $app.my}} + + + {{/if}} +
+ {{/foreach}} + +
+
+
diff --git a/view/tpl/oauth2.tpl b/view/tpl/oauth2.tpl new file mode 100755 index 000000000..a5b48ffce --- /dev/null +++ b/view/tpl/oauth2.tpl @@ -0,0 +1,36 @@ +
+
+

{{$title}}

+
+ +
+ + + + {{foreach $apps as $app}} +
+ + +
+ {{if $app.client_id}}

{{$app.client_id}}

{{else}}

{{$noname}}

{{/if}} + {{if $app.my}} + {{if $app.oauth_token}} +
+ {{/if}} + {{/if}} + {{if $app.my}} + + + {{/if}} +
+
+ {{/foreach}} + +
+
diff --git a/view/tpl/oauth2_edit.tpl b/view/tpl/oauth2_edit.tpl new file mode 100755 index 000000000..399c64977 --- /dev/null +++ b/view/tpl/oauth2_edit.tpl @@ -0,0 +1,21 @@ +
+
+

{{$title}}

+
+
+
+ +{{include file="field_input.tpl" field=$name}} +{{include file="field_input.tpl" field=$secret}} +{{include file="field_input.tpl" field=$redirect}} +{{include file="field_input.tpl" field=$grant}} +{{include file="field_input.tpl" field=$scope}} + +
+ + +
+ +
+
+
diff --git a/view/tpl/oauth_edit.tpl b/view/tpl/oauth_edit.tpl new file mode 100755 index 000000000..e44b44723 --- /dev/null +++ b/view/tpl/oauth_edit.tpl @@ -0,0 +1,21 @@ +
+
+

{{$title}}

+
+
+
+ +{{include file="field_input.tpl" field=$name}} +{{include file="field_input.tpl" field=$key}} +{{include file="field_input.tpl" field=$secret}} +{{include file="field_input.tpl" field=$redirect}} +{{include file="field_input.tpl" field=$icon}} + +
+ + +
+ +
+
+
diff --git a/view/tpl/settings_oauth.tpl b/view/tpl/settings_oauth.tpl deleted file mode 100755 index 811cfcec5..000000000 --- a/view/tpl/settings_oauth.tpl +++ /dev/null @@ -1,36 +0,0 @@ -
-
-

{{$title}}

-
- -
-
- - - - - {{foreach $apps as $app}} -
- - {{if $app.clname}}

{{$app.clname}}

{{else}}

{{$noname}}

{{/if}} - {{if $app.my}} - {{if $app.oauth_token}} -
- {{/if}} - {{/if}} - {{if $app.my}} - - - {{/if}} -
- {{/foreach}} - -
-
-
diff --git a/view/tpl/settings_oauth2.tpl b/view/tpl/settings_oauth2.tpl deleted file mode 100755 index f3bf59a12..000000000 --- a/view/tpl/settings_oauth2.tpl +++ /dev/null @@ -1,36 +0,0 @@ -
-
-

{{$title}}

-
- -
- - - - {{foreach $apps as $app}} -
- - -
- {{if $app.client_id}}

{{$app.client_id}}

{{else}}

{{$noname}}

{{/if}} - {{if $app.my}} - {{if $app.oauth_token}} -
- {{/if}} - {{/if}} - {{if $app.my}} - - - {{/if}} -
-
- {{/foreach}} - -
-
diff --git a/view/tpl/settings_oauth2_edit.tpl b/view/tpl/settings_oauth2_edit.tpl deleted file mode 100755 index 399c64977..000000000 --- a/view/tpl/settings_oauth2_edit.tpl +++ /dev/null @@ -1,21 +0,0 @@ -
-
-

{{$title}}

-
-
-
- -{{include file="field_input.tpl" field=$name}} -{{include file="field_input.tpl" field=$secret}} -{{include file="field_input.tpl" field=$redirect}} -{{include file="field_input.tpl" field=$grant}} -{{include file="field_input.tpl" field=$scope}} - -
- - -
- -
-
-
diff --git a/view/tpl/settings_oauth_edit.tpl b/view/tpl/settings_oauth_edit.tpl deleted file mode 100755 index e44b44723..000000000 --- a/view/tpl/settings_oauth_edit.tpl +++ /dev/null @@ -1,21 +0,0 @@ -
-
-

{{$title}}

-
-
-
- -{{include file="field_input.tpl" field=$name}} -{{include file="field_input.tpl" field=$key}} -{{include file="field_input.tpl" field=$secret}} -{{include file="field_input.tpl" field=$redirect}} -{{include file="field_input.tpl" field=$icon}} - -
- - -
- -
-
-
-- cgit v1.2.3