Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | escape file and directory names when downloading files | Robin Appelman | 2011-09-30 | 2 | -2/+2 |
| | |||||
* | fix check for success | Thomas Schmidt | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | fix small styling problem with playback controlls | Robin Appelman | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | fix persistent playlist for media player | Robin Appelman | 2011-09-28 | 1 | -4/+4 |
| | |||||
* | Fixed table gap from appearing. | Scott Barnett | 2011-09-27 | 1 | -2/+0 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 7 | -76/+28 |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
* | Fixed minor issue. | Scott Barnett | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | Fixed uploaded file hover issue. | Scott Barnett | 2011-09-26 | 1 | -2/+2 |
| | |||||
* | updated translations | Jan-Christoph Borchardt | 2011-09-24 | 12 | -17/+31 |
| | |||||
* | files: fix max filesize check | Florian Pritz | 2011-09-24 | 2 | -2/+6 |
| | | | | | | | php check both, upload_max_filesize and post_max_size, when uploading a file so we should do the same when figuring out the maximum size. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | files/ajax: catch upload errors | Florian Pritz | 2011-09-24 | 1 | -0/+18 |
| | | | | | | If the file wasn't uploaded successfully bail early. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | set cookie secure if forcessl is enabled | Florian Pritz | 2011-09-24 | 1 | -1/+3 |
| | | | | | | | This also moves session_start in lib/base.php down a bit because we need OC::$SERVERROOT to get the config settings. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | 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> | ||||
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | updated translations | Jan-Christoph Borchardt | 2011-09-23 | 5 | -0/+70 |
| | |||||
* | Add Sabre_DAV_Browser_Plugin to *DAV-servers to ease debugging | Jakob Sack | 2011-09-23 | 1 | -0/+1 |
| | |||||
* | fix file uploads for IE | Robin Appelman | 2011-09-22 | 1 | -8/+17 |
| | |||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 5 | -22/+5 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -1/+1 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | updated translations | Jan-Christoph Borchardt | 2011-09-03 | 6 | -0/+84 |
| | |||||
* | Fix bug: filenames in filelisting are not shown for files without extension | Robin Appelman | 2011-08-30 | 1 | -2/+8 |
| | | | | patch by Elias Probst | ||||
* | Fix newly uploaded files names being cut off if multiple '.' | Michael Gapczynski | 2011-08-28 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -6/+6 |
| | |||||
* | Fix file actions broken in some browsers, rename delete to do_delete - ↵ | Michael Gapczynski | 2011-08-27 | 3 | -4/+4 |
| | | | | Thanks Bart Visscher | ||||
* | Get file extension using lastIndexOf instead of indexOf in case there is a ↵ | Michael Gapczynski | 2011-08-24 | 1 | -3/+3 |
| | | | | '.' in file name | ||||
* | Revert "hints for file actions" | Jan-Christoph Borchardt | 2011-08-23 | 4 | -15/+3 |
| | | | | | 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 | 4 | -3/+15 |
| | |||||
* | some improvements in automatic svg replacement | Robin Appelman | 2011-08-22 | 1 | -3/+6 |
| | |||||
* | fix uploading files to the users root directory | Robin Appelman | 2011-08-21 | 1 | -1/+1 |
| | |||||
* | added controls bar for Apps and Help | Jan-Christoph Borchardt | 2011-08-21 | 1 | -1/+1 |
| | |||||
* | Fix bugs preventing file upload in shared folders with write permission | Michael Gapczynski | 2011-08-20 | 1 | -1/+1 |
| | |||||
* | more valid HTML, alt attributes, refactored pagenavi etc. | Jan-Christoph Borchardt | 2011-08-20 | 4 | -8/+8 |
| | |||||
* | Add downloadURL to files templates for both public links and files | Michael Gapczynski | 2011-08-18 | 3 | -4/+5 |
| | |||||
* | Copy get.php into files_sharing, public links now use files templates | Michael Gapczynski | 2011-08-18 | 3 | -2/+4 |
| | |||||
* | language updates, optimization of Help HTML | Jan-Christoph Borchardt | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Swedish translation, thanks to HakanS | Jan-Christoph Borchardt | 2011-08-18 | 1 | -0/+14 |
| | |||||
* | still show the icon on row hover so the file type is still visible | Jan-Christoph Borchardt | 2011-08-18 | 1 | -2/+1 |
| | |||||
* | updated translations | Jan-Christoph Borchardt | 2011-08-18 | 8 | -0/+112 |
| | |||||
* | fix default file actions not working | Robin Appelman | 2011-08-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into sharing | Michael Gapczynski | 2011-08-15 | 1 | -0/+10 |
|\ | |||||
| * | Modify files css for sharing dropdown to avoid future merge conflicts | Michael Gapczynski | 2011-08-15 | 1 | -3/+3 |
| | | |||||
| * | a bit of refactoring for oc_filesystem and implement user quota | Robin Appelman | 2011-08-15 | 1 | -0/+10 |
| | | |||||
* | | resolved merge conflict | Jan-Christoph Borchardt | 2011-08-14 | 6 | -29/+43 |
|\| | |||||
| * | more fixes for Personal and Tipsy | Jan-Christoph Borchardt | 2011-08-14 | 1 | -4/+0 |
| | |