summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
AgeCommit message (Expand)Author
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
2010-01-15Move model business logic out of album::create() and intoBharat Mediratta
2010-01-15Don't use Input directly to get album names, etc. Use the form fields.Bharat Mediratta
2010-01-14Begin the process of converting to model based validation. RightBharat Mediratta
2010-01-13Somemore K24 migration holdovers. need to specify the where statement with o...Tim Almdal
2010-01-11Remove the translation submit button from translation search form. Fixes tic...Tim Almdal
2010-01-08Change file proxy to url encode the path components instead of the entire pat...Tim Almdal
2010-01-07Use rawurlencode to remove any encoding that the browser may have added. Fix...Tim Almdal
2010-01-04Fix the logout link to send you back to the current url. The oldBharat Mediratta
2010-01-04Send an empty Pragma header and use the item-updated time in the last-modifie...Tim Almdal
2010-01-01Don't enable the rest module by default yet; we should make sure thatBharat Mediratta
2010-01-01Correct the sql so that the guest and admin passwords are actually blanked as...Tim Almdal
2009-12-31A more thorough fix for #745 and #940. Stop using the referer toBharat Mediratta
2009-12-30Change the file proxy to use the expires helper to manage content expiration....Tim Almdal
2009-12-23Convert a bunch of leftover kohana::show_404 calls to throwBharat Mediratta
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta