Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Use notification to inform about errors in file list. | Brice Maron | 2011-10-17 | 2 | -12/+25 |
| | |||||
* | prevent the remaining ob_clean related errors | Robin Appelman | 2011-10-17 | 1 | -1/+1 |
| | |||||
* | use OC_Log instead of error_log | Robin Appelman | 2011-10-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into calendar | Georg Ehrke | 2011-10-13 | 3 | -10/+25 |
|\ | |||||
| * | mimetype icon improvements | Robin Appelman | 2011-10-13 | 3 | -10/+25 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor | Tom Needham | 2011-10-07 | 1 | -1/+1 |
|\| | |||||
| * | fixes for the mimetype icons | Robin Appelman | 2011-10-07 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor | Tom Needham | 2011-10-07 | 1 | -1/+1 |
|\| | |||||
| * | updated margins | Marvin Thomas Rabe | 2011-10-04 | 1 | -1/+1 |
| | | |||||
* | | Updated saving feedback | Tom Needham | 2011-10-05 | 1 | -0/+3 |
| | | |||||
* | | Moved addScript and addStyle calls to app.php | Tom Needham | 2011-10-05 | 1 | -3/+0 |
| | | |||||
* | | move some code to where it belongs and remove duplicated editor app | Robin Appelman | 2011-10-05 | 1 | -12/+0 |
| | | |||||
* | | Added breadcrumb and control bar. | Tom Needham | 2011-10-03 | 5 | -9/+9 |
|\| | |||||
| * | 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 |
| | | |||||
* | | Editor now loads on top of files app. | Tom Needham | 2011-10-01 | 4 | -3/+7 |
| | | |||||
* | | Changed theme. Editing is now default action for all supported types. Fixed ↵ | Tom Needham | 2011-09-28 | 1 | -5/+12 |
| | | | | | | | | static url. | ||||
* | | Implemented ace-edtior as an app. Basic file editing and saving supported. | Tom Needham | 2011-09-28 | 1 | -1/+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 |
| |