Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | fix uploading to subfolders | Robin Appelman | 2012-01-10 | 1 | -1/+3 | |
| | | | ||||||
| | * | Quick fix for file actions inside Shared folder (or other readonly folder) | Michael Gapczynski | 2012-01-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor | Tom Needham | 2012-01-09 | 3 | -5/+6 | |
| |\| | ||||||
| | * | Fixed merge conflict in /files/ajax/move.php | Tom Needham | 2012-01-04 | 1 | -1/+1 | |
| | |\ | ||||||
| | * | | removed data-read and fixed droppable logic | Tom Needham | 2012-01-02 | 2 | -3/+2 | |
| | | | | ||||||
| | * | | Used data-read and data-wite when binding drag and drop events | Tom Needham | 2012-01-02 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Added data-read and data-write attributes to file list | Tom Needham | 2012-01-02 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | Fix merge conflicts | Tom Needham | 2012-01-01 | 7 | -48/+50 | |
| | |\ \ | ||||||
| | * | | | 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 | |
| | | | | | ||||||
| | * | | | Fixed error message | Tom Needham | 2011-12-30 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Remove repeated code | Tom Needham | 2011-12-31 | 1 | -3/+0 | |
| | |/ / | |/| | | ||||||
* | | | | merge master into filesystem | Robin Appelman | 2012-01-08 | 8 | -43/+46 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Fix typo in move error message | Michael Gapczynski | 2012-01-01 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Keep the urls pretty, decode forward slashes for newly added directories | Michael Gapczynski | 2011-12-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix encoding again and update the link after renaming files | Michael Gapczynski | 2011-12-28 | 3 | -4/+10 | |
| | | | ||||||
| * | | Keep the urls pretty, decode forward slashes | Michael Gapczynski | 2011-12-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix folder names with + characters in it | Michael Gapczynski | 2011-12-27 | 3 | -4/+4 | |
| | | | ||||||
| * | | fix upload error reporting | Robin Appelman | 2011-12-23 | 1 | -1/+2 | |
| | | | ||||||
| * | | Fix whitespace folder name | Michael Gapczynski | 2011-12-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix some display issues for readonly folders | Robin Appelman | 2011-12-16 | 2 | -34/+30 | |
| | | | ||||||
* | | | Merge branch 'master' into filesystem | Robin Appelman | 2011-12-11 | 2 | -9/+10 | |
|\| | | ||||||
| * | | Don't trigger file action when renaming, stupid fix for stupid firefox behaviour | Robin Appelman | 2011-12-05 | 2 | -7/+8 | |
| |/ | ||||||
| * | Fix file dropping on root (Files menu entry) | Bart Visscher | 2011-11-23 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'database' into filesystem | Robin Appelman | 2011-11-26 | 1 | -0/+4 | |
|\| | ||||||
| * | take free disk space (and user quota) into account for max upload size | Robin Appelman | 2011-11-08 | 1 | -0/+4 | |
| | | ||||||
* | | 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 | 4 | -1/+43 | |
| | | ||||||
* | | provide caching for file metadata | Robin Appelman | 2011-11-09 | 1 | -2/+2 | |
| | | ||||||
* | | remove OC_Filesystem::fromUploadedFile | Robin Appelman | 2011-11-08 | 1 | -1/+1 | |
|/ | ||||||
* | 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 | |||||
* | make 'New' button work with firefox | Robin Appelman | 2011-11-04 | 2 | -6/+6 | |
| | ||||||
* | fix mimeicon for new files | Robin Appelman | 2011-11-04 | 1 | -0/+5 | |
| | ||||||
* | small styling fix for New button | Robin Appelman | 2011-11-04 | 2 | -4/+5 | |
| | ||||||
* | Merge branch 'master' into newbutton | Robin Appelman | 2011-11-04 | 4 | -29/+43 | |
|\ | ||||||
| * | Fix bug with spaces in file names. | Brice Maron | 2011-11-02 | 2 | -2/+3 | |
| | | ||||||
| * | attempt to manage some special chars in file list | Brice Maron | 2011-11-01 | 4 | -28/+41 | |
| | | | | | | | | | | | | Added a jquery function to filter by attributes. Add more logging in rename file Use the new function to avoid errors | |||||
* | | upgraded the new new button. Didn't and doesn't work in Firefox though | Jan-Christoph Borchardt | 2011-10-23 | 2 | -11/+12 | |
| | | ||||||
* | | 'New' button, needs some css work | Robin Appelman | 2011-10-23 | 4 | -40/+126 | |
|/ | ||||||
* | Change javascript new folder from old icon to new | Michael Gapczynski | 2011-10-22 | 1 | -1/+1 | |
| | ||||||
* | Redirect file browser if directory does not exist | Michael Gapczynski | 2011-10-22 | 1 | -0/+4 | |
| | ||||||
* | removed '/' from file path because only Unix people understand the concept ↵ | Jan-Christoph Borchardt | 2011-10-22 | 1 | -2/+2 | |
| | | | | of that. Plus, 'Files' itself is the root. | |||||
* | Correct unknown breadcrumb add '/' permanantly in it and DRY code for last ↵ | Brice Maron | 2011-10-21 | 2 | -9/+5 | |
| | | | | breadcrumb | |||||
* | bold current folder in breadcrumbs | Jan-Christoph Borchardt | 2011-10-21 | 2 | -4/+9 | |
| | ||||||
* | only show checkbox on hovering filetype icon | Jan-Christoph Borchardt | 2011-10-21 | 1 | -1/+1 | |
| | ||||||
* | hopefully finally fixed the initial breadcrumb arrow | Jan-Christoph Borchardt | 2011-10-21 | 1 | -4/+5 | |
| |