summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2010-02-03Merge branch 'master' of git://github.com/gallery/gallery3Nathan Kinkade
2010-02-02Protect password changes against brute force attacks.Bharat Mediratta
2010-02-02Require the current password to change your password.Bharat Mediratta
2010-02-02Fix a bug in valid_password() where an empty password was considered valid.Bharat Mediratta
2010-02-02Add an upgrade path to prevent the item title field from being empty.Bharat Mediratta
2010-02-02Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2010-02-02Merge branch 'master' into talmdal_devTim Almdal
2010-02-02use html::purify to cleans the additional content on the admin maintence page.Tim Almdal
2010-02-02Update the xss golden file to reflect the changes to the admin screen.Tim Almdal
2010-02-02Move the scheduler module to the -contrib repository for this release.Tim Almdal
2010-02-02Refactor the admin maintenance screen so that events are used to pupluate the...Tim Almdal
2010-02-02Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2010-02-02Remove the test-transform:uppercase from the l10n css as it was causing probl...Tim Almdal
2010-02-02Change the view to display 'empty' when the variable value is a null string("...Tim Almdal
2010-02-02Display the error message for the in place edit. Also improve the double cli...Tim Almdal
2010-02-02Merge branch 'master' of git://github.com/gallery/gallery3Nathan Kinkade
2010-02-02Merge branch 'master' into talmdal_devTim Almdal
2010-02-01Corrected copy paste errors in g2_import task. Fixes ticket #949.Tim Almdal
2010-02-01Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2010-02-01Localize the name "conflict" validation error when creating a new album.Bharat Mediratta
2010-02-01Localize validation errors.Bharat Mediratta
2010-02-01Fix a bug in valid_name where it wasn't checking for name collisions on new u...Bharat Mediratta
2010-02-02Submodule randimg now tracks different commit.Nathan Kinkade
2010-02-02Merge branch 'master' of git://github.com/gallery/gallery3Nathan Kinkade
2010-02-01Add a task scheduling module. In the admin maintenance, create an event from...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-02-01Use single quotes on the <?xml tag for readability.Bharat Mediratta
2010-02-01Update the description to reflect we are only removing "expired" files.Tim Almdal
2010-02-01Correct the internationalization of the status message.Tim Almdal
2010-01-31Force all non-guest users to have an email address since that'sBharat Mediratta
2010-01-31Update the install version to 2 to match module.info.Bharat Mediratta
2010-01-31return a location method so the page reloads properly if the edit was success...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-31Remove debug code.Bharat Mediratta
2010-01-31htaccess_works() can't use var/tmp anymore because that's locked down.Bharat Mediratta
2010-01-31Elide data that isn't useful from the REST array.Bharat Mediratta
2010-01-31Second attempt to fix the timezone issue. If the timezone is not setBharat Mediratta
2010-01-31Update the timezone field to match the setting inBharat Mediratta
2010-01-30Remove edit permissions across the board.Bharat Mediratta
2010-01-30Use Item_Model::as_restful_array() to simplify tests.Bharat Mediratta
2010-01-30Add Item_Model::as_restful_array() for convenience.Bharat Mediratta
2010-01-30VerifiedBharat Mediratta
2010-01-30Refactory auth::too_many_failed_logins() out ofBharat Mediratta
2010-01-30Protect REST login controller from brute force attacks too.Andy Staudacher
2010-01-30Update install.sql -- gallery version jumps from 23 to 25 due to a mistakeBharat Mediratta
2010-01-30Lock down web access to var/uploads, var/tmp and var/logs using .htaccessBharat Mediratta
2010-01-30Don't override the password in the database if it's empty in the form.Bharat Mediratta
2010-01-30Prevent brute force login attacks by reducing login attempts to 1 perBharat Mediratta