Commit Graph

117 Commits

Author SHA1 Message Date
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
qiang.xue
fef87aabf2 2011-03-02 21:43:37 +00:00
qiang.xue
8a107946a7 (Fixes issue 2142) 2011-03-02 21:43:02 +00:00
alexander.makarow
2ab981b454 reverted method chaining support 2011-02-24 16:42:44 +00:00
alexander.makarow
75041e8620 Chained calls are now possible for most framework class setters and methods not returning a value 2011-02-23 20:20:28 +00:00
alexander.makarow
1bffe5a7a1 corrected access filter API doc 2011-02-20 04:17:20 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
qiang.xue
def04c9078 (Fixes issue 1872) 2010-12-28 18:39:36 +00:00
alexander.makarow
7210f3b787 (Fixes issue 1845) Fixed CAccessControlFilter API description. 2010-12-08 18:25:02 +00:00
qiang.xue
f01ff3319f Improved error handling to catch errors occurring in CApplication::end()
removed destructor from CDbCache, CDbAuthManager and CDbLogRoute to avoid potential DB connection issue
2010-10-22 18:10:54 +00:00
mdomba
abbee22e00 Fixes issue 1697 2010-10-21 06:29:14 +00:00
mdomba
72b974560b Updated PHPDoc @param parameter names 2010-09-23 13:28:52 +00:00