Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
sidekick
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Privat - Marco Schmiedel
sidekick
Commits
58b9ce3d
Commit
58b9ce3d
authored
Aug 18, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - authentication element WIP
parent
7e3cb6dc
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
190 additions
and
12 deletions
+190
-12
Config.php
src/Views/Limitless/Authentication/Config.php
+7
-7
Index.blade.php
...ws/Limitless/Authentication/Documentation/Index.blade.php
+1
-5
Start.blade.php
src/Views/Limitless/Authentication/Start.blade.php
+180
-0
Master.blade.php
src/Views/Limitless/Help/Layout/Master.blade.php
+2
-0
No files found.
src/Views/Limitless/Authentication/Config.php
View file @
58b9ce3d
...
@@ -32,8 +32,8 @@
...
@@ -32,8 +32,8 @@
class
Config
class
Config
{
{
public
$methodAllocation
=
[
public
$methodAllocation
=
[
'Limitless::Authenti
ficationStart'
=>
'authentif
icationStart'
,
'Limitless::Authenti
cationStart'
=>
'authent
icationStart'
,
'Limitless::Authenti
ficationStop'
=>
'authentif
icationStop'
,
'Limitless::Authenti
cationStop'
=>
'authent
icationStop'
,
];
];
public
$assetAllocation
;
public
$assetAllocation
;
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
public
function
__construct
()
public
function
__construct
()
{
{
$this
->
assetAllocation
=
[
$this
->
assetAllocation
=
[
'Limitless::Authenti
fi
cationStart'
=>
[
'Limitless::AuthenticationStart'
=>
[
'Attachments/authentication.init.js'
'Attachments/authentication.init.js'
]
]
];
];
...
@@ -50,10 +50,10 @@
...
@@ -50,10 +50,10 @@
/*
/*
|--------------------------------------------------------------------------------------------
|--------------------------------------------------------------------------------------------
| Method "authenti
fi
cationStart"
| Method "authenticationStart"
|--------------------------------------------------------------------------------------------
|--------------------------------------------------------------------------------------------
*/
*/
public
function
authenti
fi
cationStart
(
$parameters
)
public
function
authenticationStart
(
$parameters
)
{
{
return
View
(
'Limitless::Authentication.Start'
);
return
View
(
'Limitless::Authentication.Start'
);
...
@@ -62,10 +62,10 @@
...
@@ -62,10 +62,10 @@
/*
/*
|--------------------------------------------------------------------------------------------
|--------------------------------------------------------------------------------------------
| Method "
form
Stop"
| Method "
authentication
Stop"
|--------------------------------------------------------------------------------------------
|--------------------------------------------------------------------------------------------
*/
*/
public
function
form
Stop
()
public
function
authentication
Stop
()
{
{
return
View
(
'Limitless::Authentication.Stop'
);
return
View
(
'Limitless::Authentication.Stop'
);
...
...
src/Views/Limitless/Authentication/Documentation/Index.blade.php
View file @
58b9ce3d
...
@@ -3,10 +3,6 @@
...
@@ -3,10 +3,6 @@
@
section
(
'Limitless::Content'
)
@
section
(
'Limitless::Content'
)
@
Limitless
::
AuthenticationStart
{{
--
Description
--
}}
@
Limitless
::
CardStart
([
'title'
=>
"Description"
,
'icon'
=>
'icon-info22'
])
@
Limitless
::
AuthenticationStart
@
Limitless
::
CardStop
@
stop
@
stop
src/Views/Limitless/Authentication/Start.blade.php
View file @
58b9ce3d
This diff is collapsed.
Click to expand it.
src/Views/Limitless/Help/Layout/Master.blade.php
View file @
58b9ce3d
...
@@ -36,12 +36,14 @@
...
@@ -36,12 +36,14 @@
@
Limitless
::
SideNavMenuStart
([
'title'
=>
'Elements'
,
'icon'
=>
'icon-grid5'
])
@
Limitless
::
SideNavMenuStart
([
'title'
=>
'Elements'
,
'icon'
=>
'icon-grid5'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.Example'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-exclamation'
,
'title'
=>
'Example'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.Example'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-exclamation'
,
'title'
=>
'Example'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.Alert'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-bubble-notification'
,
'title'
=>
'Alert'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.Alert'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-bubble-notification'
,
'title'
=>
'Alert'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Authentication'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-lock2'
,
'title'
=>
'Authentication'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Card'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-newspaper'
,
'title'
=>
'Card'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Card'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-newspaper'
,
'title'
=>
'Card'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Codemirror'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-circle-code'
,
'title'
=>
'Code Mirror'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Codemirror'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-circle-code'
,
'title'
=>
'Code Mirror'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.Copyright'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-info22'
,
'title'
=>
'Copyright'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.Copyright'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-info22'
,
'title'
=>
'Copyright'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Dashboard'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-stats-bars'
,
'title'
=>
'Dashboard'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Dashboard'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-stats-bars'
,
'title'
=>
'Dashboard'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.Divider'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-minus2'
,
'title'
=>
'Divider'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.Divider'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-minus2'
,
'title'
=>
'Divider'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Dropzone'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-drawer-in'
,
'title'
=>
'Dropzone'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Dropzone'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-drawer-in'
,
'title'
=>
'Dropzone'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Form'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-profile'
,
'title'
=>
'Form'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.Legend'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-vcard'
,
'title'
=>
'Legend'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.Legend'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-vcard'
,
'title'
=>
'Legend'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Listgroup'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-list-unordered'
,
'title'
=>
'List Group'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Listgroup'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-list-unordered'
,
'title'
=>
'List Group'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.LoremIpsum'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-bubble-lines3'
,
'title'
=>
'Lorem Ipsum'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.LoremIpsum'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-bubble-lines3'
,
'title'
=>
'Lorem Ipsum'
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment