ADmad
|
342bf65811
Ensure referrer is saved in session even when AuthComponent::$loginRedirect is set.
|
13 years ago |
mark_story
|
d9fbe5e00a
Tidy up doc blocks.
|
13 years ago |
ADmad
|
a7c751922d
Replace loose comparison with casting to boolean.
|
13 years ago |
ADmad
|
a9bbfd80c7
Added type hinting
|
13 years ago |
Graham Weldon
|
66d856d883
Added extra line for referencing license file for copyright
|
13 years ago |
Graham Weldon
|
7b860debe4
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
|
13 years ago |
ADmad
|
04ec9dd614
Renamed AuthComponent::redirect() to AuthComponent::redirectUrl().
|
13 years ago |
ADmad
|
676872d623
Allow AuthComponent::$unauthorizedRedirect to be an url.
|
13 years ago |
ADmad
|
594a19c4e1
Fix docblock
|
13 years ago |
euromark
|
b811afbc44
double spaces to single ones
|
13 years ago |
ADmad
|
72d6ca636f
Docblock fixes
|
13 years ago |
ADmad
|
1c0492eb8b
Allow throwing exception instead of redirecting upon unauthorized access attempt. Closes #591
|
13 years ago |
Jose Lorenzo Rodriguez
|
d5c9d97dc1
Merge remote-tracking branch 'origin/master' into 2.3
|
13 years ago |
mark_story
|
0282194c20
Make permission denied redirects host relative.
|
13 years ago |
dogmatic69
|
2c70319d27
Cleaning up the AuthComponent
|
13 years ago |
Thom Seddon
|
f3ba2bdb7d
Remove legacy test for all actions allowed (*) in startup and tidy code
|
13 years ago |
Spencer Ellinor
|
8a41fb0c34
Fix issue and remove unneccesary code. The (fixed) conditional doesn't do anything, since if Hash::get returns null, the function still returns null.
|
13 years ago |
Ceeram
|
03e2263b69
Merge branch '2.1' into 2.2
|
14 years ago |
mark_story
|
f9ddc9c64c
Move error disabling to the error controller.
|
14 years ago |
Ceeram
|
6c9b2a1fec
Fix user() return value for nested data
|
14 years ago |
Jelle Henkens
|
f7ce5262b7
Updating mixed @param documentation to seperate list of accepted types
|
14 years ago |
Jose Lorenzo Rodriguez
|
bf0f5ab118
Merge remote-tracking branch 'origin/2.1' into 2.2
|
14 years ago |
Kyle Robinson Young
|
b8488b8dfe
Update 1.x @link in docblocks
|
14 years ago |
mark_story
|
9f9feec222
Merge branch '2.2-hash' into 2.2
|
14 years ago |
Kyle Robinson Young
|
319d154aee
Default to loginRedirect, if set, on authError in AuthComponent
|
14 years ago |
mark_story
|
19e0d8d946
Switch usage to Hash where possible.
|
14 years ago |
Juan Basso
|
c754fb2dcb
Updated copyright to 2012.
|
14 years ago |
Juan Basso
|
3b1bd90ad6
Updated copyright to 2012.
|
14 years ago |
mark_story
|
61aba0f0f8
Fix most coding standard issues in Controller.
|
14 years ago |
euromark
|
22452f61f8
type hinting controllers and views
|
14 years ago |