267 Commits (300c5a549a6a435b45e53a61ccc0f9fdf7b4d6c4)

Author SHA1 Message Date
Daniel Schmidt 04743b20a2 Adds UnauthorizedHttpException class for 401 errors 11 years ago
Daniel Schmidt cbe8b27779 Deletes AccessDeniedHttpException 11 years ago
Daniel Schmidt 31bff3eae5 Renames AccessDeniedHttpException to ForbiddenHttpException as in #2103 11 years ago
Qiang Xue 9aa006e5ea Removed implementation of `Arrayable` from `yii\Object` 11 years ago
Carsten Brandt 4844886431 added schema parameter to createAbsoluteUrl() to force 'http' or 'https' 11 years ago
Carsten Brandt 9822dfae55 typo 11 years ago
Carsten Brandt 0d669f5e6b refactored params methods in Request 11 years ago
Luciano Baraglia 701852e95d AccessControl denyCallback call fix 11 years ago
Carsten Brandt 36c296378b remove _method param from rest params 11 years ago
Carsten Brandt 813a008da2 improved request body parser docs and configuration 11 years ago
Daniel Schmidt 7c98ef591c Fixed type in JsonParser 11 years ago
Daniel Schmidt 1026b9da57 Tabs vs. spaces 11 years ago
Daniel Schmidt 7f8850bc70 Adds customizable parsing functionality to the web\Request class (Issue #2043) 11 years ago
Carsten Brandt 7ae8b8b50f added support to parse json request to Request::getRestParams() 11 years ago
Qiang Xue 68fdb52551 doc improved. 11 years ago
Qiang Xue 88059439f6 Fixes #2063: Removed `yii\web\Request::acceptTypes` and renamed `yii\web\Request::acceptedContentTypes` to `acceptableContentTypes`. 11 years ago
Alexander Makarov 462c50031a Fixes #1930: Fixed domain based URL matching for website root 11 years ago
Alexander Makarov 6e7165133e Fixes #1991: regression in index.php handling 11 years ago
Alexander Makarov 5d23a066ca Removed unused imports 11 years ago
Qiang Xue cc636805da Fixes #1894: The path aliases `@webroot` and `@web` are now available right after the application is initialized 11 years ago
Qiang Xue 58e847258f Renamed Request::maskedCsrfToken to csrfToken. 11 years ago
Qiang Xue bdcd995f00 added missing use statement. 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Qiang Xue 8520be08de Fixes issue #174: make URL parameters available in $_GET. 12 years ago
Alexander Kochetov cd33870671 Moved to framework/rbac + method names refactoring 12 years ago
Alexander Kochetov 9158e110da Auth manager init version 12 years ago
Qiang Xue 96fd37de2e Fixes issue #49: finished CAPTCHA feature. 12 years ago
Qiang Xue 01ae015088 Fixes issue #180: DbSession crashes with autoStart 12 years ago
Alexander Kochetov 48d04fbb8c !== array() => !empty() 12 years ago
Alexander Kochetov d7df7053e0 === array() => empty() 12 years ago
Qiang Xue dd5969147d move JsExpression to web. 12 years ago
sensorario 77d9fad701 Removed unnecessary else 12 years ago
Qiang Xue d2f35f2062 Fixes issue #124. 12 years ago
Qiang Xue 9841d6c639 Fixes issue #124. 12 years ago
Zander Baldwin 4be9e195c2 Add Newlines 12 years ago
Vladimir Vyachin b6cee8af88 fix assetconverter file extensions change only first time 12 years ago
Qiang Xue c91a0f4b26 Fixes issue #105: route var appears twice in the created URL 12 years ago
Qiang Xue af72a948f6 Fixes issue #107: UrlManager::showScriptName default to false. 12 years ago
FrediL 3ed7b62233 Use Html::getInputName instead ActiveForm::getInputName 12 years ago
Qiang Xue 932ed70a72 Fixes issue #99. 12 years ago
Qiang Xue 6e997cb428 improved contact page. 12 years ago
Qiang Xue 147b3155c8 Added contact page. Fixed various form bugs. 12 years ago
LAV45 57e175552a The first rule of a template can not start with a "/", even if it has a default value 12 years ago
Qiang Xue 74246a23f6 form wip 12 years ago
Qiang Xue 9af15ac803 Refactored UrlManager. 12 years ago
Qiang Xue 32ba512246 refactored AccessControl 12 years ago
Qiang Xue ee777e844e Support alternative URL rule syntax. 12 years ago
Qiang Xue 989b8fa5bf Added CSRF support. 12 years ago
Qiang Xue 7dd1f884c4 Added support for rest to Html. 12 years ago