Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make fileactions extendable by plugins | Robin Appelman | 2011-06-04 | 6 | -33/+127 |
| | |||||
* | some refactoring of the filebrowsers javascript code | Robin Appelman | 2011-06-04 | 4 | -95/+114 |
| | |||||
* | fix download links of newly uploaded files | Robin Appelman | 2011-06-03 | 1 | -1/+1 |
| | |||||
* | new file uploader that should work with more browsers | Robin Appelman | 2011-06-03 | 3 | -129/+92 |
| | | | | tested with konqueror, chromium and firefox 4 | ||||
* | make path autocompletion case insensitive | Robin Appelman | 2011-06-02 | 1 | -1/+2 |
| | |||||
* | fix autocompletion | Robin Appelman | 2011-06-01 | 1 | -0/+4 |
| | |||||
* | remove warning output to make webdav access work | Frank Karlitschek | 2011-05-31 | 1 | -1/+1 |
| | |||||
* | Make max upload filesize configurable for apache hosts | Robin Appelman | 2011-05-29 | 3 | -2/+17 |
| | |||||
* | add autocomplete for paths | Robin Appelman | 2011-05-28 | 1 | -0/+56 |
| | |||||
* | fix the drop down arrow in file browser | Robin Appelman | 2011-05-17 | 1 | -1/+1 |
| | |||||
* | fix the drop down arrow in file browser | Robin Appelman | 2011-05-16 | 1 | -1/+1 |
| | |||||
* | merge | Robin Appelman | 2011-04-28 | 3 | -21/+100 |
|\ | |||||
| * | correct paths for css images | Arthur Schiwon | 2011-04-19 | 1 | -2/+2 |
| | | |||||
| * | hide filechooser if user clicked on cancel | Arthur Schiwon | 2011-04-19 | 1 | -0/+12 |
| | | |||||
| * | refurbished new folder button | Arthur Schiwon | 2011-04-19 | 3 | -24/+83 |
| | | |||||
| * | file icon for file upload button | Arthur Schiwon | 2011-04-19 | 1 | -0/+8 |
| | | |||||
* | | Show currect filename when downloading files | Robin Appelman | 2011-04-26 | 1 | -0/+1 |
| | | |||||
* | | don't use output buffering for file downloads | Robin Appelman | 2011-04-26 | 1 | -0/+1 |
|/ | |||||
* | don't create firefox hardlock | Arthur Schiwon | 2011-04-19 | 2 | -3/+9 |
| | |||||
* | don't upload canceled files | Arthur Schiwon | 2011-04-19 | 1 | -1/+2 |
| | |||||
* | upload works in a not so fancy way for konqueror and rekonq | Arthur Schiwon | 2011-04-19 | 1 | -3/+4 |
| | |||||
* | fancy upload button. does work with firefox (at least 4) and chromium, but ↵ | Arthur Schiwon | 2011-04-19 | 3 | -40/+61 |
| | | | | not with Konqueror, Rekonq, Opera. | ||||
* | fancyfying file upload, part I | Arthur Schiwon | 2011-04-18 | 3 | -6/+33 |
| | |||||
* | implemented download single file from file menu | Arthur Schiwon | 2011-04-18 | 2 | -2/+9 |
| | |||||
* | implemented deleting multiple files | Arthur Schiwon | 2011-04-18 | 2 | -6/+34 |
| | |||||
* | Make the download button work | Robin Appelman | 2011-04-18 | 2 | -0/+51 |
| | |||||
* | Made the "change password" thingie in settings working | Jakob Sack | 2011-04-18 | 2 | -2/+2 |
| | |||||
* | 404 error page | Robin Appelman | 2011-04-18 | 1 | -0/+8 |
| | |||||
* | make state of select all checkbox consistent | Robin Appelman | 2011-04-18 | 1 | -0/+10 |
| | |||||
* | make select all checkbox work again | Robin Appelman | 2011-04-18 | 1 | -2/+2 |
| | |||||
* | let the file table use 90% width again | Arthur Schiwon | 2011-04-18 | 1 | -0/+4 |
| | |||||
* | even shinier icons | Jan-Christoph Borchardt | 2011-04-18 | 5 | -1/+1 |
| | |||||
* | show modified date for folders | Robin Appelman | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | also convert special chars to entities in the breadcrumb | Arthur Schiwon | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | convert special chars to entities | Arthur Schiwon | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | implemented Delete action in file menu | Arthur Schiwon | 2011-04-18 | 2 | -9/+32 |
| | |||||
* | one / in filepaths is enough | Robin Appelman | 2011-04-18 | 1 | -0/+3 |
| | |||||
* | shiny new symbolic icons, yay | Jan-Christoph Borchardt | 2011-04-17 | 3 | -1/+2 |
| | |||||
* | Everything nice and active now | Jakob Sack | 2011-04-17 | 3 | -1/+5 |
| | |||||
* | Working subnavigation | Jakob Sack | 2011-04-17 | 1 | -1/+1 |
| | |||||
* | nicely slide in and out file action elements | Arthur Schiwon | 2011-04-17 | 1 | -6/+6 |
| | |||||
* | use prettybutton css class for file action stuff, too | Arthur Schiwon | 2011-04-17 | 1 | -2/+2 |
| | |||||
* | display max file size for upload | Arthur Schiwon | 2011-04-17 | 2 | -2/+5 |
| | |||||
* | implement "new folder" function | Arthur Schiwon | 2011-04-17 | 4 | -13/+89 |
| | |||||
* | some forgotten files... | Arthur Schiwon | 2011-04-17 | 4 | -0/+19 |
| | |||||
* | don't reload the whole page after file upload | Arthur Schiwon | 2011-04-17 | 4 | -29/+60 |
| | |||||
* | small fixes in webdav | Robin Appelman | 2011-04-17 | 1 | -1/+0 |
| | |||||
* | get max upload file size for upload form from php settings | Arthur Schiwon | 2011-04-17 | 2 | -1/+2 |
| | |||||
* | removed deprecated session check, which blocked file upload in some cases | Arthur Schiwon | 2011-04-17 | 1 | -3/+1 |
| | |||||
* | fix missing parameter in function call | Arthur Schiwon | 2011-04-17 | 1 | -1/+1 |
| |