Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
PSDI Army
yii2
Commits
5a1cf0f3
Commit
5a1cf0f3
authored
Aug 29, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjusted the location of AuthChoice assets. [skip ci]
parent
83ee7c09
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
1 deletion
+24
-1
authchoice.css
extensions/authclient/assets/authchoice.css
+0
-0
authchoice.js
extensions/authclient/assets/authchoice.js
+0
-0
authchoice.png
extensions/authclient/assets/authchoice.png
+0
-0
bower.json
extensions/authclient/bower.json
+22
-0
AuthChoiceAsset.php
extensions/authclient/widgets/AuthChoiceAsset.php
+1
-1
bower.json
framework/bower.json
+1
-0
No files found.
extensions/authclient/
widgets/
assets/authchoice.css
→
extensions/authclient/assets/authchoice.css
View file @
5a1cf0f3
File moved
extensions/authclient/
widgets/
assets/authchoice.js
→
extensions/authclient/assets/authchoice.js
View file @
5a1cf0f3
File moved
extensions/authclient/
widgets/
assets/authchoice.png
→
extensions/authclient/assets/authchoice.png
View file @
5a1cf0f3
File moved
extensions/authclient/bower.json
0 → 100644
View file @
5a1cf0f3
{
"name"
:
"yii2-authclient"
,
"version"
:
"2.0.0"
,
"homepage"
:
"http://www.yiiframework.com/"
,
"authors"
:
[
"Paul Klimov <klimov.paul@gmail.com>"
],
"description"
:
"External authentication via OAuth and OpenID for the Yii framework"
,
"keywords"
:
[
"yii2"
,
"authclient"
,
"OAuth"
,
"OpenID"
,
"auth"
],
"license"
:
"BSD-3-Clause"
,
"main"
:
[
"assets/authchoice.js"
,
"assets/authchoice.css"
],
"ignore"
:
[
"/*"
,
"!/assets"
],
"dependencies"
:
{
"jquery"
:
">=1.8"
}
}
extensions/authclient/widgets/AuthChoiceAsset.php
View file @
5a1cf0f3
...
...
@@ -17,7 +17,7 @@ use yii\web\AssetBundle;
*/
class
AuthChoiceAsset
extends
AssetBundle
{
public
$sourcePath
=
'@yii/authclient/
widgets/
assets'
;
public
$sourcePath
=
'@yii/authclient/assets'
;
public
$js
=
[
'authchoice.js'
,
];
...
...
framework/bower.json
View file @
5a1cf0f3
...
...
@@ -27,6 +27,7 @@
"!/LICENSE.md"
],
"dependencies"
:
{
"jquery"
:
">=1.8"
,
"jquery.inputmask"
:
">=3.0.0"
,
"punycode"
:
">=1.3.0"
,
"yii2-pjax"
:
">=2.0.0"
...
...
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