Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move files to app folder | Georg Ehrke | 2012-04-18 | 1 | -591/+0 |
| | |||||
* | create a new filename when the uploaded file already exist | Robin Appelman | 2012-04-15 | 1 | -2/+21 |
| | |||||
* | dont allow draging files to the current directory | Robin Appelman | 2012-04-15 | 1 | -4/+6 |
| | |||||
* | fix: drag'n'drop actions with files containing special chars, fixes oc-420 | Arthur Schiwon | 2012-04-10 | 1 | -2/+2 |
| | |||||
* | make checkboxes on files page work with IE8 () | Arthur Schiwon | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | it may take time for zip file download, so give a message | Arthur Schiwon | 2012-03-16 | 1 | -17/+16 |
| | |||||
* | add option to add file from url | Robin Appelman | 2012-03-07 | 1 | -26/+43 |
| | |||||
* | improve log browsing | Robin Appelman | 2012-02-26 | 1 | -33/+0 |
| | |||||
* | if a deleted file is uploaded, finish the delete first | Robin Appelman | 2012-02-24 | 1 | -0/+7 |
| | | | | otherwise the upload will fail because the file still exists on the server, the old file will be deleted and neither the old or new file will be left | ||||
* | prevent sharing from making aditional http requests while scanning | Robin Appelman | 2012-02-01 | 1 | -0/+3 |
| | | | | additional requests to the server can block feedback of scannning depending on server configuration | ||||
* | only show what folder we are scanning to save bandwith | Robin Appelman | 2012-02-01 | 1 | -5/+3 |
| | |||||
* | provide live feedback while scanning files | Robin Appelman | 2012-01-31 | 1 | -1/+6 |
| | |||||
* | start of proper feedback during filessytem scan | Robin Appelman | 2012-01-30 | 1 | -4/+8 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2012-01-16 | 1 | -3/+3 |
|\ | |||||
| * | removed data-read and fixed droppable logic | Tom Needham | 2012-01-02 | 1 | -1/+1 |
| | | |||||
| * | Used data-read and data-wite when binding drag and drop events | Tom Needham | 2012-01-02 | 1 | -2/+2 |
| | | |||||
| * | Fix missing ; | Tom Needham | 2012-01-01 | 1 | -1/+3 |
| | | |||||
| * | Fix js error | Tom Needham | 2012-01-01 | 1 | -5/+3 |
| | | |||||
| * | Shared folder no longer draggable or droppable | Tom Needham | 2012-01-01 | 1 | -3/+5 |
| | | |||||
* | | Merge branch 'master' into filesystem | Robin Appelman | 2011-12-11 | 1 | -3/+5 |
|\ \ | |||||
| * | | Don't trigger file action when renaming, stupid fix for stupid firefox behaviour | Robin Appelman | 2011-12-05 | 1 | -1/+3 |
| |/ | |||||
| * | Fix file dropping on root (Files menu entry) | Bart Visscher | 2011-11-23 | 1 | -2/+2 |
| | | |||||
* | | use force parameter | Robin Appelman | 2011-11-10 | 1 | -1/+1 |
| | | |||||
* | | tell the user when the files are being scanned | Robin Appelman | 2011-11-10 | 1 | -0/+19 |
|/ | |||||
* | Manage More special chars in file listings. ';' is still problematic | Brice Maron | 2011-11-06 | 1 | -1/+1 |
| | |||||
* | Fix broken upload since merge of new button branch | Brice Maron | 2011-11-06 | 1 | -1/+1 |
| | |||||
* | Fix another problem of the so-called 'fix-special chars' commit. | Brice Maron | 2011-11-06 | 1 | -1/+1 |
| | |||||
* | Do not use mix data/attr to retrieve filename ... data() will try to convert ↵ | Brice Maron | 2011-11-04 | 1 | -3/+2 |
| | | | | filename to int | ||||
* | fix mimeicon for new files | Robin Appelman | 2011-11-04 | 1 | -0/+5 |
| | |||||
* | small styling fix for New button | Robin Appelman | 2011-11-04 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into newbutton | Robin Appelman | 2011-11-04 | 1 | -4/+10 |
|\ | |||||
| * | Fix bug with spaces in file names. | Brice Maron | 2011-11-02 | 1 | -1/+2 |
| | | |||||
| * | attempt to manage some special chars in file list | Brice Maron | 2011-11-01 | 1 | -3/+8 |
| | | | | | | | | | | | | Added a jquery function to filter by attributes. Add more logging in rename file Use the new function to avoid errors | ||||
* | | 'New' button, needs some css work | Robin Appelman | 2011-10-23 | 1 | -24/+69 |
|/ | |||||
* | Use notification to inform about errors in file list. | Brice Maron | 2011-10-17 | 1 | -6/+14 |
| | |||||
* | mimetype icon improvements | Robin Appelman | 2011-10-13 | 1 | -6/+9 |
| | |||||
* | Fixed table gap from appearing. | Scott Barnett | 2011-09-27 | 1 | -2/+0 |
| | |||||
* | fix file uploads for IE | Robin Appelman | 2011-09-22 | 1 | -8/+17 |
| | |||||
* | Shift+Click multiselect for files | Michael Gapczynski | 2011-08-28 | 1 | -4/+38 |
| | |||||
* | Months for modified date need to be translated | Michael Gapczynski | 2011-08-28 | 1 | -2/+2 |
| | |||||
* | Ctrl+Click on td.filename a selects file instead of default file action | Michael Gapczynski | 2011-08-28 | 1 | -8/+27 |
| | |||||
* | Support translations for modified date column in files | Michael Gapczynski | 2011-08-28 | 1 | -10/+10 |
| | |||||
* | Style changes for multiselect and add tipsy for file size | Michael Gapczynski | 2011-08-27 | 1 | -4/+4 |
| | |||||
* | Fix file actions broken in some browsers, rename delete to do_delete - ↵ | Michael Gapczynski | 2011-08-27 | 1 | -1/+1 |
| | | | | Thanks Bart Visscher | ||||
* | more fixes for Personal and Tipsy | Jan-Christoph Borchardt | 2011-08-14 | 1 | -4/+0 |
| | |||||
* | updated tipsy, tooltips finally work everywhere, thanks icewind | Jan-Christoph Borchardt | 2011-08-14 | 1 | -1/+1 |
| | |||||
* | NEEDS MORE FADING | Jan-Christoph Borchardt | 2011-08-13 | 1 | -3/+3 |
| | |||||
* | fixed tipsy tooltips for actions | Jan-Christoph Borchardt | 2011-08-13 | 1 | -1/+1 |
| | |||||
* | file hovering now very fancy, CSS fade for row and extension | Jan-Christoph Borchardt | 2011-08-12 | 1 | -1/+1 |
| | |||||
* | fix uploading multiple files | Robin Appelman | 2011-08-12 | 1 | -2/+2 |
| |