summaryrefslogtreecommitdiff
path: root/modules/server_add/controllers/server_add.php
AgeCommit message (Expand)Author
2009-09-17Don't try to creat an album that corresponds to the staging directory. Just ...Tim Almdal
2009-08-27Properly deal with invalid images. This fixes ticket #611 which showsBharat Mediratta
2009-08-04Skip empty files, since we know they're broken. Fixes ticket #610.Bharat Mediratta
2009-07-21Fix some consistency in text.Shai Ben-Naphtali
2009-07-19Fix l10n message inconsistency, ticket 546Andy Staudacher
2009-07-11Further simplify server_add (and bump it to version 3).Bharat Mediratta
2009-07-10Remove debug code.Bharat Mediratta
2009-07-10Fix a bug where we were not properly locating the parent album whenBharat Mediratta
2009-07-09Avoid blowing the task data column by only adding directories to the queue in...Bharat Mediratta
2009-07-09Add status output to make it clearer what's happening when you add files.Bharat Mediratta
2009-07-07Rework server_add. It's smaller and leaner now, storing the list ofBharat Mediratta
2009-07-02Merge branch 'master' of git@github.com:/gallery/gallery3Bharat Mediratta
2009-07-02Temporary version add() that just dumps out the values for now.Bharat Mediratta
2009-07-02Partial pass of server_add cleanup. It's broken at this stage sinceBharat Mediratta
2009-07-02Eliminate temporary variables by passing the $item into the view andBharat Mediratta
2009-07-01Fix a bunch of XSS vulnerabilities turned up by manual inspectionBharat Mediratta
2009-06-10Changed how directories are processed when the parent directory is selected andTim Almdal
2009-06-05Rewrite the server_add to have the server format the selection when a branch ...Tim Almdal
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-21Change $view->action to a absolute url.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Create a new "add" permission and require it at the controller levelBharat Mediratta
2009-05-09Remove quotes and correct typoTim Almdal
2009-05-09Fix for ticket #217Tim Almdal
2009-04-231) Change the processing so the server_add start task can return done = 1Tim Almdal
2009-04-09Don't try to import the staging directory as an albumTim Almdal
2009-04-09Create a pause method on the server_add controller and get rid of theTim Almdal
2009-04-08Fixes issues with Server Add:Tim Almdal
2009-03-25Fix for ticket #184. Sort the output children as DirectoryIteratorTim Almdal
2009-03-24Fix the problem I created by trying to run the task again after it was comple...Tim Almdal
2009-03-24Add a pause button to the server add dialog and if it is clicked thenTim Almdal
2009-03-11Refine the task api but removing the optional parameters on theTim Almdal
2009-03-10Refactor the server add module to make use of the task api (TicketTim Almdal
2009-03-05Change how the urls are built in the java scriptTim Almdal
2009-03-04Last of changes required from Bharat's 2nd review passTim Almdal
2009-03-04Changed $uid to $tree_id, so not to confuse anyone between and acroynmTim Almdal
2009-03-04Rename local_import module to server_addTim Almdal