|
|
5a1cf0f3a5
|
Adjusted the location of AuthChoice assets. [skip ci]
|
2014-08-29 11:33:47 -04:00 |
|
|
|
7736853837
|
property code style extensions
|
2014-07-30 00:40:46 +02:00 |
|
|
|
100ba6c3ab
|
Replaced substr_compare with strncmp where possible
|
2014-07-30 02:32:47 +04:00 |
|
|
|
1f31f27787
|
phpdoc
|
2014-07-29 22:19:14 +02:00 |
|
|
|
fedf8eccd9
|
yii\authclient\widgets\AuthChoice now preserves initial settings while opening popup
|
2014-07-28 17:56:03 +03:00 |
|
|
|
07f01bcf2b
|
Used substr_compare instead of substr when we don't care about result
|
2014-07-23 16:37:49 +04:00 |
|
|
|
c9dff5305e
|
Redundant yii\authclient\OpenId::sendStreamRequest() removed.
|
2014-07-16 16:42:15 +03:00 |
|
|
|
78daea1bfb
|
OAuth extension adjusted to support any custom request type.
|
2014-07-16 16:37:50 +03:00 |
|
|
|
9757029191
|
yii\authclient\InvalidResponseException added
|
2014-07-11 14:38:20 +03:00 |
|
|
|
a1a9d9a3bc
|
Method yii\authclient\BaseOAuth::mergeCurlOptions() advanced to merge array values
|
2014-07-11 12:30:30 +03:00 |
|
|
|
fbce722d85
|
Request HTTP headers argument added to yii\authclient\BaseOAuth::api() method
|
2014-07-11 12:27:33 +03:00 |
|
|
|
fe46caf74c
|
User attributes fetching at VKontakte adjusted
|
2014-07-11 11:19:17 +03:00 |
|
|
|
3943641077
|
User attributes requesting at GoogleOAuth switched to Google+ API
|
2014-07-11 10:49:41 +03:00 |
|
|
|
dbf10f1848
|
Missing semicolon
|
2014-07-02 16:30:26 +04:00 |
|
|
|
6578cfbdab
|
updated phpdoc and classmap
|
2014-06-25 18:24:23 +02:00 |
|
|
|
0c14f47f9a
|
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
|
2014-06-20 17:40:00 +04:00 |
|
|
|
243f0134c9
|
OpenId return URL comparison advanced to prevent url encode problem
|
2014-05-30 12:55:28 +03:00 |
|
|
|
984bb9874f
|
list of predefined Auth clients updated
|
2014-05-28 11:11:20 +03:00 |
|
|
|
d75f0c7288
|
removed @link tags from apidoc and replaced with markdown
|
2014-05-25 22:29:31 +02:00 |
|
|
|
b7e493fca0
|
Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
|
2014-05-23 16:58:21 +02:00 |
|
|
|
47960e8f0b
|
Fix a typo
|
2014-05-09 15:35:14 +03:00 |
|
|
|
aa34d3121d
|
VKontakte OAuth support added
|
2014-05-09 13:39:54 +03:00 |
|
|
|
c27ac8ef0e
|
updated phpdoc
|
2014-04-26 03:39:46 +02:00 |
|
|
|
fe14f0c5e3
|
fixed all the PHPdoc in extensions
|
2014-04-23 03:25:11 +02:00 |
|
|
|
c7c708d454
|
Removed unused imports
|
2014-04-17 15:35:09 +04:00 |
|
|
|
f4c38faf74
|
prepare for next release.
|
2014-04-13 21:22:29 -04:00 |
|
|
|
8bbcff70db
|
prepare for 2.0.0-beta release.
|
2014-04-13 17:58:59 -04:00 |
|
|
|
0b29c9607d
|
fixed broken API links [skip ci]
|
2014-04-09 22:22:49 -04:00 |
|
|
|
3fdcf11f24
|
updated phpdoc
|
2014-04-09 18:51:45 +02:00 |
|
|
|
e3f4214978
|
Tabs replaced by spaces at AuthChoice asset files.
|
2014-04-07 16:29:00 +03:00 |
|
|
|
4f0089bb0d
|
Microsoft Live OAuth2 client added.
|
2014-04-07 16:22:00 +03:00 |
|
|
|
7f0ab92d8e
|
Widget 'yii\authclient\widgets\Choice' renamed to 'yii\authclient\widgets\AuthChoice'
|
2014-04-07 15:38:16 +03:00 |
|
|
|
0d3e85caff
|
Merge pull request #2883 from kartik-v/patch-14
Simplify inline script code
|
2014-03-26 14:28:20 +03:00 |
|
|
|
cd4038bfa8
|
Simplify inline script code
Simplify inline script code (removed extra space)
|
2014-03-26 16:32:06 +05:30 |
|
|
|
14137a123e
|
Correct classname typo
Correct classname to `BaseOAuth` instead of `BaseClient` in PHP Doc.
|
2014-03-26 16:26:52 +05:30 |
|
|
|
dd4ddfe06c
|
Simplify inline script code
Simplify the rendering of the inline script (using direct markup), eliminating need for using PHP variable to store value using HEREDOC.
|
2014-03-26 16:24:29 +05:30 |
|
|
|
1e75427393
|
updated classmap and phpdoc
|
2014-03-24 23:26:30 +01:00 |
|
|
|
8c2e39235f
|
Turn module and application into DI containers.
|
2014-03-17 23:57:01 -04:00 |
|
|
|
b5f8a4dc22
|
Reformat code te be PSR-2 compatible
|
2014-03-16 10:46:21 +06:00 |
|
|
|
6fff5662df
|
better use @see for See in phpdoc
|
2014-03-11 05:38:35 +01:00 |
|
|
|
c94a40e90d
|
added a large amount of missing documentation
|
2014-03-11 05:38:35 +01:00 |
|
|
|
5d6c314d4e
|
Adjusted URL helper, fixed usage
|
2014-03-10 15:25:15 +04:00 |
|
|
|
92b381795b
|
Adjusted Url helper methods
|
2014-03-10 01:34:05 +04:00 |
|
|
|
3400eb5215
|
#2630: yii\heplers\Html::url moved to new yii\helpers\Url::create
|
2014-03-09 16:41:55 +04:00 |
|
|
|
269d1303a9
|
Code style fixes
|
2014-03-08 20:47:04 -03:00 |
|
|
|
c906d43343
|
fix php5.4 array syntax
|
2014-03-05 00:26:40 +02:00 |
|
|
|
1982efbdfe
|
many phpcs fixes
|
2014-03-05 00:22:55 +02:00 |
|
|
|
825a71c6df
|
replaced keyword "yii" with "yii2" in composer.json files (fixes #2557)
|
2014-02-27 17:37:08 +01:00 |
|
|
|
d8d44b6127
|
Merge pull request #2501 from yiisoft/unify-urls
Fixes #2426: Changed URL creation method signatures to be consistent
|
2014-02-21 23:53:15 +03:00 |
|
|
|
ac3ac5d107
|
added link about rendering of HTML attributes to Html helper
|
2014-02-20 19:14:46 +01:00 |
|