3463 Commits (de32f41485e77a49a45e6b741be829e8810bb38c)

Author SHA1 Message Date
Christophe BOULAIN 078fdab686 Added some documentation to new pjax attribute 11 years ago
Sorokin Victor 1a14ed2127 Update MessageController.php 11 years ago
Sorokin Victor 4d4a3f0804 Update MessageController.php 11 years ago
Christophe BOULAIN 3daa177ea2 Add an option to ignore pjax request on some links. 11 years ago
AlexGx d3171b6cfb fix code style php5.4 syntax 11 years ago
Qiang Xue c41e389f91 more docs. 11 years ago
AlexGx 045eb9f7ee Inline control structures are not allowed 11 years ago
AlexGx 6d72c6a723 fix code style 11 years ago
AlexGx eaaa5b1bb5 fix code style 11 years ago
AlexGx c6183fc205 fix typo double `;`, `Each PHP statement must be on a line by itself` 11 years ago
AlexGx 35651ea122 fix code style `Expected 1 space after FUNCTION keyword; 0 found` 11 years ago
AlexGx c047fbe0df fix code style `No space found after comma in function call` 11 years ago
AlexGx 112f67d20a fix code style `There must be one blank line after the namespace declaration` 11 years ago
AlexGx c5ed024109 fix phpFoc, added missing param 11 years ago
AlexGx 0f50e038c8 fix phpDoc, added @throws annotation BaseFileHelper::copyDirectory 11 years ago
Qiang Xue 64370f1ad6 Implemented rate limiter. 11 years ago
Qiang Xue 93861e09da Refactored auth methods. 11 years ago
Qiang Xue 74322593ed added support for rate limiting. 11 years ago
Qiang Xue 9a23e313d3 support authentication via query parameter. 11 years ago
Antonio Ramirez f5cc851fc2 return data from module scope variable 11 years ago
Alexander Makarov 9973a2fa20 Fixed phpdoc class reference in Theme 11 years ago
Sorokin Victor eba9049b61 Update MessageController.php 11 years ago
mitalcoi 4906cd3432 enchansment of db message source 11 years ago
Qiang Xue 94a9087b89 Renamed `User::loginByToken()` to `loginByAccessToken()`. 11 years ago
Qiang Xue a8c7d36c02 Finished HATEOAS support. 11 years ago
Antonio Ramirez 0e9c2890d7 remove previous attachments if any 11 years ago
Alexander Mohorev eb89a856a4 returned back formatting language files 11 years ago
Alexander Mohorev f849623359 code style. FOR 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Qiang Xue 46d9285640 updated error code. 11 years ago
Alexander Mohorev b2f1b00bf2 code style. operator IF 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Alexander Mohorev 6e7edfdf5b short array syntax 11 years ago
Qiang Xue 7a04dbaae1 Support for other auth types. 11 years ago
Carsten Brandt 90c7bf288d Fixed indentation in BaseInflector 11 years ago
Qiang Xue af33e821a0 typo fix. 11 years ago
Antonio Ramirez f1bf859434 add multiple grid support to gridData 11 years ago
Qiang Xue 7b46dc3443 Fixed incorrect error handling. 11 years ago
Carsten Brandt 56f52f87d2 fixed AR class docs, do not break comment 11 years ago
zinzinday 44750915e0 Add $transliteration for Vietnamese 11 years ago
Antonio Ramirez 4fffe47903 fix formatting 11 years ago
Antonio Ramirez c31c5713b4 fix formatting 11 years ago
Antonio Ramirez ea90ac1a0f fixes #2559 11 years ago
Qiang Xue 48a12559b2 rest api WIP 11 years ago
Qiang Xue 4891aa79bf Fixes #1535: Improved `yii\web\User` to start session only when needed. Also prepared it for use without session. 11 years ago
Qiang Xue ec05c0eaf7 typo fix. 11 years ago
Qiang Xue a2edf01c85 Delay joinWith till createCommand to correctly combine relation condition with primary condition. 11 years ago
Qiang Xue 489c094766 Fixes #1564: Removed `yii\web\Session::autoStart` and added `hasSessionId`. Session will be automatically started when accessing session data 11 years ago
Qiang Xue 032f38a57b Added `yii\web\Request::getAuthUser()` and `getAuthPassword()` 11 years ago
Qiang Xue 39947be66b rest WIP 11 years ago