Commit Graph

128 Commits

Author SHA1 Message Date
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
slavcopost
c25dd2645e typo fix in CBaseUserIdentity 2012-12-16 16:39:20 +02:00
slavcopost
9724dd5f35 typo fix in CBaseUserIdentity 2012-12-16 15:48:20 +02:00
Leo R. Lundgren
459895b4d0 Fix #1839: Make whitespace coherent in phpdoc for CAccessControlFilter. 2012-12-11 00:43:13 +01:00
Leo R. Lundgren
60094db9d2 Fix #1839: Add more whitespace to phpdoc for CAccessControlFilter. 2012-12-11 00:08:02 +01:00
Gustavo Salomé Silva
ec544eb8cc Fixed documentation error in CAccessControlFilter 2012-12-07 15:19:48 -02:00
François Gannaz
e45af0fba0 Issue 1792: clear CWebUser access cache on logout
Closes issue #1792 "Control Access still persists after logout".

CWebUser::checkAccess() uses an internal cache that wasn't emptied on
logout. This created wrong access permissions when 2 identities were
used in a single application run.
2012-12-06 13:50:21 +01:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
Paul Klimov
e6376b6e06 Method "CWebUser::getReturnUrl()" has been fixed, allowing to determine default URL correctly if "CUrlManager::showScriptName" is set to "false". 2012-08-23 16:33:23 +03:00
Leo R. Lundgren
7a194496a5 Fix a bunch of @param and @return phpdoc errors in various files. 2012-08-03 16:17:58 +02:00
CeBe
c077c0b29f fixed return doc comment type in CBaseUserIdentity
fixes #1108
2012-08-03 00:55:52 +02:00
Qiang Xue
30b1d6ee81 Fixes #384: CWebUser::changeIdentity() will now delete old unused session data file 2012-07-29 00:02:21 -04:00
resurtm
b159410544 Fix #934 [skip ci] 2012-07-07 23:16:57 +06:00
Alexander Makarov
0ae218290d Enh #342: Added ability to pass parameters for RBAC bizRules from CAccessControlFilter configuration 2012-07-02 00:36:13 +04:00
keyboard.idol
6d8c49070b Fixes #879 (Enabling cookie validation causes error 500) 2012-06-26 00:32:39 +02:00
Carsten Brandt
de79273978 added userId to params of authmanagers checkAccess
param added to have the user the checkAccess was called for available in
a bizRule.
this implements suggestion of @samdark in #766
2012-06-01 23:55:15 +02:00
Carsten Brandt
cc95887ce7 fixes issue #618 caching of CWebUser::checkAccess
Fixed caching of CWebUser::checkAccess() when it is called first time
with and second time without $params
2012-05-25 18:59:04 +02:00
mdomba (mdlap)
579d2a7c38 (Fixes issue #634) added missing return statement 2012-05-21 21:34:43 +02:00
mdomba (mdlap)
22a5213ece Fixes issue #601 added loginRequired() to the IWebUser interface 2012-04-12 23:23:11 +02:00
Luis Lobo Borobia
c2105bdab2 Added deniedCallback to CAccessControlFilter and CAccessRule to allow forwarding control to a method on denial. Changed method. Clarified signature in doc. 2012-03-03 21:20:40 -03:00
Luis Lobo Borobia
04bc52f367 Added deniedCallback to CAccessControlFilter and CAccessRule to allow forwarding control to a method on denial 2012-02-25 02:07:37 -03:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
mdomba
7c851bed0f (Fixes issue 2855) CWebUSer->login() returns the login status 2011-12-19 14:41:45 +00:00
alexander.makarow
e69b588534 better approach to solving issue 2932 2011-11-09 02:48:50 +00:00
alexander.makarow
ac8b1d4605 (Fixes issue 2939) 2011-11-07 23:05:34 +00:00
alexander.makarow
c957a0491b better fix for CDbAuthManager type problem 2011-11-07 22:58:50 +00:00
alexander.makarow
d9bda32bed missing file 2011-11-07 14:53:49 +00:00
alexander.makarow
f80b44826b fixed API docs for CAuthItem 2011-11-06 12:08:28 +00:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
mdomba
b32cc23307 (Rollback r3365 and r3367) invalid fix 2011-08-04 07:55:11 +00:00
mdomba
376fd8f00d Added CWebUser->loginRequiredAjaxResponse - value to be returned for ajax calls in case the user session has expired 2011-08-03 22:37:52 +00:00
mdomba
311c963c81 (Fixes issue 2709) enableCookieValidation breaks cookie based autoLogin feature 2011-08-03 21:24:48 +00:00
mdomba
20c60a2a45 (Fixes issue 2709) enableCookieValidation breaks cookie based autoLogin feature 2011-08-03 21:21:05 +00:00
mdomba
815358ce34 Addition to r3274 - added engine InnoDB for mysql 2011-06-21 12:24:35 +00:00
mdomba
ce421bc9f3 Addition to r3274 - quoted field names, too 2011-06-21 11:03:21 +00:00
alexander.makarow
0050917775 reverted 2498 fix 2011-06-15 14:21:12 +00:00
mdomba
d556ff853d (Fixes issue 2328) proper quoting for schema-<dbms>.sql 2011-06-15 09:28:16 +00:00
qiang.xue
e0a99f4099 upgrade notice for auth tables. 2011-06-14 17:29:54 +00:00
alexander.makarow
0de2e72f56 (Fixes issue 2530) More API docs for access control filter 2011-06-13 16:10:18 +00:00
alexander.makarow
20d3489b32 (Fixes issue 2498) When no value is returned from before* event-methods, it now always behaves the same way as when true was returned 2011-06-13 16:02:22 +00:00
alexander.makarow
e7b6883ebb PhpDoc corrections 2011-05-05 21:36:32 +00:00
mdomba
65a8ae06b8 (Fixes issue 2328) tablenames where not quoted (postgres) 2011-04-20 10:26:32 +00:00
qiang.xue
da44a3909e Added CHttpSession::regenerateID() 2011-04-07 04:25:27 +00:00
qiang.xue
418f07d559 2011-04-07 03:50:55 +00:00
qiang.xue
38cd4958ad * (Fixes issue 1852) Added CWebUser::authTimeout to support separation between authentication timeout and session timeout 2011-03-14 17:37:37 +00:00
qiang.xue
dc99b7cdeb (Fixes issue 1868) 2011-03-14 00:28:38 +00:00
qiang.xue
14240032a4 (Fixes issue 2059) 2011-03-12 21:25:33 +00:00
qiang.xue
004737b2e4 (Fixes issue 2060) 2011-03-11 22:40:58 +00:00