Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding tipsy tooltips for file actions | Jan-Christoph Borchardt | 2012-04-13 | 1 | -2/+2 |
| | |||||
* | file settings: let people set no more than upper boundary for file uploads, ↵ | Arthur Schiwon | 2012-04-13 | 2 | -1/+2 |
| | | | | but they should can really go up to the limit | ||||
* | make upload size settings work probably. do not replace whole .htaccess, ↵ | Arthur Schiwon | 2012-04-13 | 1 | -6/+7 |
| | | | | only replace what is needed. Consistent, human readable input on admin settings page. | ||||
* | always display config values | Arthur Schiwon | 2012-04-12 | 2 | -7/+9 |
| | | | | don't change values unintentionally | ||||
* | fix: drag'n'drop actions with files containing special chars, fixes oc-420 | Arthur Schiwon | 2012-04-10 | 1 | -2/+2 |
| | |||||
* | mimetype filter for filepicker | Bartek Przybylski | 2012-04-05 | 1 | -1/+2 |
| | |||||
* | webdav needs to load authentication apps | Arthur Schiwon | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | adding icons to filepicker | Bartek Przybylski | 2012-04-03 | 1 | -0/+2 |
| | |||||
* | dialogs filepicker first draft | Bartek Przybylski | 2012-04-02 | 1 | -0/+23 |
| | |||||
* | Fix HTML, misspelled span close tag | Bart Visscher | 2012-03-30 | 1 | -3/+3 |
| | |||||
* | clean pre-path_hash fscache entries | Robin Appelman | 2012-03-30 | 1 | -0/+1 |
| | |||||
* | add the option to only load apps of a specific type | Robin Appelman | 2012-03-30 | 4 | -0/+12 |
| | |||||
* | checkobx opacity on files page for IE8 | Arthur Schiwon | 2012-03-29 | 1 | -2/+2 |
| | |||||
* | make checkboxes on files page work with IE8 () | Arthur Schiwon | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | IE 8: fix appeareance of checkboxes on login and files pages | Arthur Schiwon | 2012-03-29 | 1 | -0/+1 |
| | |||||
* | use placeholder in template file | Arthur Schiwon | 2012-03-21 | 2 | -2/+3 |
| | |||||
* | Config file is more appropriate here | Arthur Schiwon | 2012-03-21 | 2 | -6/+6 |
| | | | | adjust default value | ||||
* | enable admin to turn off ZIP downloads | Arthur Schiwon | 2012-03-19 | 5 | -16/+42 |
| | | | | | | user interface offers multi-file/folder downloads only if available make function name more clear | ||||
* | it may take time for zip file download, so give a message | Arthur Schiwon | 2012-03-16 | 1 | -17/+16 |
| | |||||
* | check if selected files for zip archive are not too large | Arthur Schiwon | 2012-03-16 | 2 | -12/+17 |
| | | | | offer config option | ||||
* | make Files settings work | Arthur Schiwon | 2012-03-16 | 2 | -4/+7 |
| | |||||
* | add option to add file from url | Robin Appelman | 2012-03-07 | 4 | -31/+69 |
| | |||||
* | better handeling of files that can behave like folder (e.g. archives) | Robin Appelman | 2012-03-03 | 1 | -1/+1 |
| | |||||
* | Search: Change provider registration to class name, for lazy loading of ↵ | Bart Visscher | 2012-03-01 | 1 | -1/+1 |
| | | | | search providers | ||||
* | merge master into encryption | Robin Appelman | 2012-02-26 | 2 | -39/+7 |
|\ | |||||
| * | additional error codes for file upload | Robin Appelman | 2012-02-26 | 1 | -6/+7 |
| | | |||||
| * | improve log browsing | Robin Appelman | 2012-02-26 | 1 | -33/+0 |
| | | |||||
* | | Merge branch 'master' into encryption | Robin Appelman | 2012-02-25 | 1 | -0/+7 |
|\| | |||||
| * | 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 | ||||
* | | fix incorrect information in the filecache when using encryption | Robin Appelman | 2012-02-21 | 1 | -1/+2 |
|/ | |||||
* | Fixup use of OC_Helper::linkTo function | Bart Visscher | 2012-02-17 | 1 | -3/+3 |
| | |||||
* | Replace Expires and caching headers by OC_Response functions | Bart Visscher | 2012-02-13 | 1 | -3/+1 |
| | |||||
* | writable not writeable | Robin Appelman | 2012-02-05 | 2 | -2/+2 |
| | |||||
* | some improvements in file scanning | Robin Appelman | 2012-02-05 | 1 | -1/+7 |
| | |||||
* | Merge branch 'master' into filesystem | Robin Appelman | 2012-02-02 | 2 | -6/+4 |
|\ | |||||
| * | Fixed upload button display error | Marvin Thomas Rabe | 2012-02-01 | 2 | -6/+4 |
| | | |||||
* | | 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 |
| | | |||||
* | | dont try to use something that isn't there | Robin Appelman | 2012-01-31 | 1 | -1/+5 |
| | | |||||
* | | some fixes to scanning | Robin Appelman | 2012-01-31 | 1 | -2/+10 |
| | | |||||
* | | provide live feedback while scanning files | Robin Appelman | 2012-01-31 | 2 | -2/+10 |
| | | |||||
* | | start of proper feedback during filessytem scan | Robin Appelman | 2012-01-30 | 2 | -8/+15 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-01-30 | 9 | -0/+52 |
|\| | |||||
| * | update translations | Robin Appelman | 2012-01-27 | 2 | -0/+7 |
| | | |||||
| * | update translations | Robin Appelman | 2012-01-24 | 2 | -0/+8 |
| | | |||||
| * | translation updates | Robin Appelman | 2012-01-20 | 5 | -0/+37 |
| | | |||||
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-01-20 | 2 | -0/+27 |
|\| | |||||
| * | update translations | Robin Appelman | 2012-01-16 | 2 | -0/+27 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-01-16 | 47 | -57/+444 |
|\| | |||||
| * | fix creating/moving/renaming/deleting files/dirs with ' in name | Bartek Przybylski | 2012-01-15 | 6 | -15/+15 |
| | |