[gallery/gallery3] a33d31: Revise Access::forbidden() to throw an HTTP_Except...
GitHub <noreply-9UaJU3cA/F/[email protected]> Tue, 23 Apr 2013 08:27:40 -0700
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <5176a86ca0470_6c06897e2054397@hookshot-fe1-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: a33d31e358c73f8a61864799728bc0d8e917029b
https://github.com/gallery/gallery3/commit/a33d31e358c73f8a61864799728bc0d8e917029b
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Access.php
Log Message:
-----------
Revise Access::forbidden() to throw an HTTP_Exception.
Commit: 2ce817e0bf54f1b3a744d142bc06d927800314ba
https://github.com/gallery/gallery3/commit/2ce817e0bf54f1b3a744d142bc06d927800314ba
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Auth.php
M modules/gallery/classes/Gallery/Controller/Admin.php
Log Message:
-----------
Change Auth::must_reauth_for_admin_area() into Auth::get_time_remaining_for_admin_area().
Use to cleanup auth code in Controller_Admin.
Commit: c9625baa0184466d1693243eb08f96d21fcb6e8c
https://github.com/gallery/gallery3/commit/c9625baa0184466d1693243eb08f96d21fcb6e8c
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Controller/Admin.php
Log Message:
-----------
Collapse Controller_Admin::_reauth_check() code into main auth-checking routine.
Commit: 6079b2ce7f941cf27460300f2c1dd7d0316a2a58
https://github.com/gallery/gallery3/commit/6079b2ce7f941cf27460300f2c1dd7d0316a2a58
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Controller.php
M modules/gallery/classes/Gallery/Controller/Admin.php
Log Message:
-----------
Big auth rewrite of Controller and Controller_Admin - add check_auth() function.
Commit: 07ca96253d69d2c00d7c47e86116efba0c9073d5
https://github.com/gallery/gallery3/commit/07ca96253d69d2c00d7c47e86116efba0c9073d5
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
M modules/comment/classes/Comment/Controller/Admin/ManageComments.php
M modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
M modules/g2_import/classes/G2Import/Controller/G2.php
M modules/gallery/classes/Gallery/Controller/Admin/AdvancedSettings.php
M modules/gallery/classes/Gallery/Controller/Admin/Dashboard.php
M modules/gallery/classes/Gallery/Controller/Admin/Languages.php
M modules/gallery/classes/Gallery/Controller/Admin/Modules.php
M modules/gallery/classes/Gallery/Controller/Admin/Sidebar.php
M modules/gallery/classes/Gallery/Controller/Albums.php
M modules/gallery/classes/Gallery/Controller/L10nClient.php
M modules/gallery/classes/Gallery/Controller/Logout.php
M modules/gallery/classes/Gallery/Controller/Quick.php
M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
M modules/gallery/classes/Gallery/Controller/Upgrader.php
M modules/organize/classes/Organize/Controller/Organize.php
M modules/recaptcha/classes/Recaptcha/Controller/Admin/Recaptcha.php
M modules/rest/classes/Rest/Controller/Rest.php
M modules/rss/classes/Rss/Controller/Rss.php
M modules/search/classes/Search/Controller/Search.php
M modules/server_add/classes/ServerAdd/Controller/Admin/ServerAdd.php
M modules/server_add/classes/ServerAdd/Controller/ServerAdd.php
M modules/tag/classes/Tag/Controller/Admin/Tags.php
M modules/tag/classes/Tag/Controller/Tag.php
M modules/tag/classes/Tag/Controller/Tags.php
M modules/user/classes/User/Controller/Admin/Users.php
M modules/user/classes/User/Controller/Password.php
Log Message:
-----------
Change "Request::current()" to "$this->request" in controllers.
Commit: 4e84d3639fc1bb0965f0601fb0758d38f1006a65
https://github.com/gallery/gallery3/commit/4e84d3639fc1bb0965f0601fb0758d38f1006a65
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
M modules/comment/classes/Comment/Controller/Admin/ManageComments.php
M modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
M modules/g2_import/classes/G2Import/Controller/G2.php
M modules/gallery/classes/Gallery/Access.php
M modules/gallery/classes/Gallery/Auth.php
M modules/gallery/classes/Gallery/Controller.php
M modules/gallery/classes/Gallery/Controller/Admin.php
M modules/gallery/classes/Gallery/Controller/Admin/AdvancedSettings.php
M modules/gallery/classes/Gallery/Controller/Admin/Dashboard.php
M modules/gallery/classes/Gallery/Controller/Admin/Languages.php
M modules/gallery/classes/Gallery/Controller/Admin/Modules.php
M modules/gallery/classes/Gallery/Controller/Admin/Sidebar.php
M modules/gallery/classes/Gallery/Controller/Albums.php
M modules/gallery/classes/Gallery/Controller/L10nClient.php
M modules/gallery/classes/Gallery/Controller/Logout.php
M modules/gallery/classes/Gallery/Controller/Quick.php
M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
M modules/gallery/classes/Gallery/Controller/Upgrader.php
M modules/organize/classes/Organize/Controller/Organize.php
M modules/recaptcha/classes/Recaptcha/Controller/Admin/Recaptcha.php
M modules/rest/classes/Rest/Controller/Rest.php
M modules/rss/classes/Rss/Controller/Rss.php
M modules/search/classes/Search/Controller/Search.php
M modules/server_add/classes/ServerAdd/Controller/Admin/ServerAdd.php
M modules/server_add/classes/ServerAdd/Controller/ServerAdd.php
M modules/tag/classes/Tag/Controller/Admin/Tags.php
M modules/tag/classes/Tag/Controller/Tag.php
M modules/tag/classes/Tag/Controller/Tags.php
M modules/user/classes/User/Controller/Admin/Users.php
M modules/user/classes/User/Controller/Password.php
Log Message:
-----------
Merge pull request #312 from shadlaws/kohana_3
Auth-related updates and misc.
Compare: https://github.com/gallery/gallery3/compare/bca6e0b050b2...4e84d3639fc1
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
__[ g a l l e r y - c h e c k i n s ]_________________________
[ list info/archive --> http://gallery.sf.net/lists.php ]
[ gallery info/FAQ/download --> http://gallery.sf.net ]