Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check if selected files for zip archive are not too large | Arthur Schiwon | 2012-03-16 | 1 | -6/+5 |
| | | | | offer config option | ||||
* | make Files settings work | Arthur Schiwon | 2012-03-16 | 1 | -0/+3 |
| | |||||
* | add option to add file from url | Robin Appelman | 2012-03-07 | 1 | -0/+1 |
| | |||||
* | writable not writeable | Robin Appelman | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into filesystem | Robin Appelman | 2012-02-02 | 1 | -5/+2 |
|\ | |||||
| * | Fixed upload button display error | Marvin Thomas Rabe | 2012-02-01 | 1 | -5/+2 |
| | | |||||
* | | provide live feedback while scanning files | Robin Appelman | 2012-01-31 | 1 | -1/+4 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-01-16 | 2 | -1/+4 |
|\| | |||||
| * | 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 |
| | | |||||
| * | removed data-read and fixed droppable logic | Tom Needham | 2012-01-02 | 1 | -2/+1 |
| | | |||||
| * | Added data-read and data-write attributes to file list | Tom Needham | 2012-01-02 | 1 | -1/+3 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-01-08 | 2 | -37/+36 |
|\| | |||||
| * | Fix encoding again and update the link after renaming files | Michael Gapczynski | 2011-12-28 | 1 | -3/+7 |
| | | |||||
| * | Fix folder names with + characters in it | Michael Gapczynski | 2011-12-27 | 1 | -2/+2 |
| | | |||||
| * | fix some display issues for readonly folders | Robin Appelman | 2011-12-16 | 1 | -34/+29 |
| | | |||||
* | | tell the user when the files are being scanned | Robin Appelman | 2011-11-10 | 1 | -0/+5 |
| | | |||||
* | | provide caching for file metadata | Robin Appelman | 2011-11-09 | 1 | -2/+2 |
|/ | |||||
* | make 'New' button work with firefox | Robin Appelman | 2011-11-04 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into newbutton | Robin Appelman | 2011-11-04 | 1 | -1/+1 |
|\ | |||||
| * | Fix bug with spaces in file names. | Brice Maron | 2011-11-02 | 1 | -1/+1 |
| | | |||||
| * | attempt to manage some special chars in file list | Brice Maron | 2011-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | 1 | -5/+5 |
| | | |||||
* | | 'New' button, needs some css work | Robin Appelman | 2011-10-23 | 1 | -13/+20 |
|/ | |||||
* | Correct unknown breadcrumb add '/' permanantly in it and DRY code for last ↵ | Brice Maron | 2011-10-21 | 1 | -7/+3 |
| | | | | breadcrumb | ||||
* | bold current folder in breadcrumbs | Jan-Christoph Borchardt | 2011-10-21 | 1 | -3/+8 |
| | |||||
* | Added breadcrumb and control bar. | Tom Needham | 2011-10-03 | 2 | -2/+2 |
|\ | |||||
| * | escape file and directory names when downloading files | Robin Appelman | 2011-09-30 | 1 | -1/+1 |
| | | |||||
* | | Editor now loads on top of files app. | Tom Needham | 2011-10-01 | 1 | -1/+1 |
|/ | |||||
* | files: hide non functioning code when called from a/f_s/get.php | Florian Pritz | 2011-09-24 | 2 | -2/+6 |
| | | | | | | | | | | The checkboxes don't work because files.js is missing. Adding it leads to the problem that it relies on files/ajax and most of the code only works for logged in users. The actions div contains undefined variables and doesn't work either. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | don't print empty folder warning if it will be hidden | Florian Pritz | 2011-09-24 | 1 | -1/+5 |
| | | | | | | | | No point in wasting resources if you don't show it. This also fixes an undefined variable notice. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | files: fix wrong image paths if called from files_shareing/get.php | Florian Pritz | 2011-09-24 | 1 | -3/+3 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | Revert "hints for file actions" | Jan-Christoph Borchardt | 2011-08-23 | 1 | -1/+0 |
| | | | | | 1) Please test in Firefox 2) File actions should be refactored first, to be shown/hidden via CSS, not via JavaScript This reverts commit e78d1dd676a12e0a26960f0bf131975c7559298a. | ||||
* | hints for file actions | Bartek Przybylski | 2011-08-22 | 1 | -0/+1 |
| | |||||
* | more valid HTML, alt attributes, refactored pagenavi etc. | Jan-Christoph Borchardt | 2011-08-20 | 2 | -7/+6 |
| | |||||
* | Add downloadURL to files templates for both public links and files | Michael Gapczynski | 2011-08-18 | 2 | -2/+2 |
| | |||||
* | Copy get.php into files_sharing, public links now use files templates | Michael Gapczynski | 2011-08-18 | 2 | -2/+2 |
| | |||||
* | resolved merge conflict | Jan-Christoph Borchardt | 2011-08-14 | 1 | -10/+0 |
|\ | |||||
| * | updated translations | Jan-Christoph Borchardt | 2011-08-13 | 1 | -10/+0 |
| | | |||||
* | | Merge branch 'master' into sharing | Michael Gapczynski | 2011-08-12 | 1 | -6/+5 |
|\| | | | | | | | | | Conflicts: files/css/files.css | ||||
| * | fix uploading multiple files | Robin Appelman | 2011-08-12 | 1 | -2/+2 |
| | | |||||
| * | added jquery-tipsy for nice title tooltips | Jan-Christoph Borchardt | 2011-08-12 | 1 | -5/+4 |
| | | |||||
* | | Merge branch 'master' into sharing | Michael Gapczynski | 2011-08-11 | 2 | -5/+7 |
|\| | | | | | | | | | Conflicts: .gitignore | ||||
| * | resolved merge conflicts | Dawid Opis | 2011-08-11 | 2 | -5/+6 |
| |\ | |||||
| | * | set default max upload size in the .htaccess file to something rediculous | Robin Appelman | 2011-08-11 | 1 | -1/+2 |
| | | | | | | | | | | | | and don't show the max filesize message when the limit is over 10GB | ||||
| | * | automatically set background images to png when needed | Robin Appelman | 2011-08-11 | 2 | -4/+4 |
| | | | |||||
| * | | fixed upload button | Dawid Opis | 2011-08-11 | 1 | -1/+2 |
| |/ | |||||
| * | lots of image changes, use svg EVERYWHERE POSSIBLE | Jan-Christoph Borchardt | 2011-08-11 | 1 | -1/+1 |
| | | |||||
* | | merged master into sharing | Jan-Christoph Borchardt | 2011-08-11 | 1 | -2/+2 |
|\| | |||||
| * | fixed navigation and breadcrumb graphics | Jan-Christoph Borchardt | 2011-08-10 | 1 | -2/+2 |
| | |