summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
AgeCommit message (Expand)Author
2010-02-22Fix for ticket #1027: Add index on cache key column.Andy Staudacher
2010-02-21Performance improvement: Load all translations of a locale as one serialized ...Andy Staudacher
2010-02-21Fix progress bar / maintenance tasks for locales that use comma as decimal se...Andy Staudacher
2010-02-19Refactor away the "display_all" construct in User_Profile_Controller.Bharat Mediratta
2010-02-14Fix for ticket #491: Make user and group names translatable.Andy Staudacher
2010-02-14Change JavaScript reauthentication check to check via XHR.Andy Staudacher
2010-02-14For consistency, use straight Kohana_404_Exception instead of the event system.Andy Staudacher
2010-02-12Fix for tickets 1009 and 603: Show a themed error page to guests / registered...Andy Staudacher
2010-02-11Security: Fix leaking of album / photo names. Reject previous fix for ticket ...Andy Staudacher
2010-02-10Refactor the code to display the login page if the user does not have viewTim Almdal
2010-02-10If the user does not have permission to view the album, photo or movie, redirectTim Almdal
2010-02-10Use the helper ulr:current instead of manually creating the continue url.Tim Almdal
2010-02-08Fix for ticket 1008: Redirect to destination after re-auth.Andy Staudacher
2010-02-07Revert "Add the scheduler component to the admin maintenance screen."Tim Almdal
2010-02-07Revert "Refactor the admin maintenance screen so that events are used toTim Almdal
2010-02-07Last partial fix for ticket 585: Compartmentalize the admin area and require ...Andy Staudacher
2010-02-07Rename user_authenticate_xxx events to user_auth_xxx for brevity.Bharat Mediratta
2010-02-07Create the concept of a "failed authentication" as semanticallyBharat Mediratta
2010-02-02Refactor the admin maintenance screen so that events are used to pupluate the...Tim Almdal
2010-02-01Refactor starting a task into the task helper so we can call it multiple times.Tim Almdal
2010-02-01Add the scheduler component to the admin maintenance screen.Tim Almdal
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-31Remove obsolete call to _force_block_adder() which has been broken for over a...Bharat Mediratta
2010-01-30Update install.sql -- gallery version jumps from 23 to 25 due to a mistakeBharat Mediratta
2010-01-30Prevent brute force login attacks by reducing login attempts to 1 perBharat Mediratta
2010-01-28Add @todo.Bharat Mediratta
2010-01-28Cast the SafeString $task->status to (string) so that it doesn't comeBharat Mediratta
2010-01-28Do all the html::clean|purify calls in the views and not the controller. Also...Tim Almdal
2010-01-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-25Remove the return url and change the return button on the user profile page t...Tim Almdal
2010-01-24Add the active notifications and rest api key to user profile page.Tim Almdal
2010-01-24add CSRF protection to the user profile send method.Tim Almdal
2010-01-24Refactor creating the user profile page content into the the event module. T...Tim Almdal
2010-01-23Create a user profile page that is used as a landing page when referencing a ...Tim Almdal
2010-01-23Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-22If the userid/password combination, render the full page instead of just prin...Tim Almdal
2010-01-22Trap any errors that may occur when trying to install a new identity provider...Tim Almdal
2010-01-22Change the check_environment method in the module helper and the module insta...Tim Almdal
2010-01-22Remove the identity manager screens and controller as alterntive identity pro...Tim Almdal
2010-01-21Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-21The admin module controller allows modules to provide a check_environment methodTim Almdal
2010-01-20Fix maintenance tasks / language admin for bug introduced earlier by no longe...Andy Staudacher
2010-01-19Change "filename" to "name" in the edit album form. I'd rather haveBharat Mediratta
2010-01-19Change "dirname" to "name" in the edit album form. I'd rather haveBharat Mediratta
2010-01-16Use "(string) $form" instead of "$form->__toString()"Bharat Mediratta
2010-01-16Convert Movies_Controller::update() over to model based validation.Bharat Mediratta
2010-01-16Make movie creation use model based validation. Move movie relatedBharat Mediratta
2010-01-16Convert Photos_Controller::update() to use model based validation.Bharat Mediratta
2010-01-16Convert photo uploading over to the new model based validationBharat Mediratta
2010-01-15Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta