index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
controllers
Age
Commit message (
Expand
)
Author
2010-02-18
Revert "Fix for ticket #491: Make user and group names translatable."
Bharat Mediratta
2010-02-14
Fix for ticket #491: Make user and group names translatable.
Andy Staudacher
2010-02-14
Change JavaScript reauthentication check to check via XHR.
Andy Staudacher
2010-02-14
For consistency, use straight Kohana_404_Exception instead of the event system.
Andy Staudacher
2010-02-12
Fix for tickets 1009 and 603: Show a themed error page to guests / registered...
Andy Staudacher
2010-02-11
Security: Fix leaking of album / photo names. Reject previous fix for ticket ...
Andy Staudacher
2010-02-10
Refactor the code to display the login page if the user does not have view
Tim Almdal
2010-02-10
If the user does not have permission to view the album, photo or movie, redirect
Tim Almdal
2010-02-10
Use the helper ulr:current instead of manually creating the continue url.
Tim Almdal
2010-02-08
Fix for ticket 1008: Redirect to destination after re-auth.
Andy Staudacher
2010-02-07
Revert "Add the scheduler component to the admin maintenance screen."
Tim Almdal
2010-02-07
Revert "Refactor the admin maintenance screen so that events are used to
Tim Almdal
2010-02-07
Last partial fix for ticket 585: Compartmentalize the admin area and require ...
Andy Staudacher
2010-02-07
Rename user_authenticate_xxx events to user_auth_xxx for brevity.
Bharat Mediratta
2010-02-07
Create the concept of a "failed authentication" as semantically
Bharat Mediratta
2010-02-02
Refactor the admin maintenance screen so that events are used to pupluate the...
Tim Almdal
2010-02-01
Refactor starting a task into the task helper so we can call it multiple times.
Tim Almdal
2010-02-01
Add the scheduler component to the admin maintenance screen.
Tim Almdal
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-31
Remove obsolete call to _force_block_adder() which has been broken for over a...
Bharat Mediratta
2010-01-30
Update install.sql -- gallery version jumps from 23 to 25 due to a mistake
Bharat Mediratta
2010-01-30
Prevent brute force login attacks by reducing login attempts to 1 per
Bharat Mediratta
2010-01-28
Add @todo.
Bharat Mediratta
2010-01-28
Cast the SafeString $task->status to (string) so that it doesn't come
Bharat Mediratta
2010-01-28
Do all the html::clean|purify calls in the views and not the controller. Also...
Tim Almdal
2010-01-25
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-25
Remove the return url and change the return button on the user profile page t...
Tim Almdal
2010-01-24
Add the active notifications and rest api key to user profile page.
Tim Almdal
2010-01-24
add CSRF protection to the user profile send method.
Tim Almdal
2010-01-24
Refactor creating the user profile page content into the the event module. T...
Tim Almdal
2010-01-23
Create a user profile page that is used as a landing page when referencing a ...
Tim Almdal
2010-01-23
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-22
If the userid/password combination, render the full page instead of just prin...
Tim Almdal
2010-01-22
Trap any errors that may occur when trying to install a new identity provider...
Tim Almdal
2010-01-22
Change the check_environment method in the module helper and the module insta...
Tim Almdal
2010-01-22
Remove the identity manager screens and controller as alterntive identity pro...
Tim Almdal
2010-01-21
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-21
The admin module controller allows modules to provide a check_environment method
Tim Almdal
2010-01-20
Fix maintenance tasks / language admin for bug introduced earlier by no longe...
Andy Staudacher
2010-01-19
Change "filename" to "name" in the edit album form. I'd rather have
Bharat Mediratta
2010-01-19
Change "dirname" to "name" in the edit album form. I'd rather have
Bharat Mediratta
2010-01-16
Use "(string) $form" instead of "$form->__toString()"
Bharat Mediratta
2010-01-16
Convert Movies_Controller::update() over to model based validation.
Bharat Mediratta
2010-01-16
Make movie creation use model based validation. Move movie related
Bharat Mediratta
2010-01-16
Convert Photos_Controller::update() to use model based validation.
Bharat Mediratta
2010-01-16
Convert photo uploading over to the new model based validation
Bharat Mediratta
2010-01-15
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-15
Move model business logic out of album::create() and into
Bharat Mediratta
2010-01-15
Don't use Input directly to get album names, etc. Use the form fields.
Bharat Mediratta
2010-01-14
Begin the process of converting to model based validation. Right
Bharat Mediratta
[next]