| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 s... | Tom Needham | 2011-09-28 | 1 | -5/+12 |
* | | 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 |
* | 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 |
* | files/ajax: catch upload errors | Florian Pritz | 2011-09-24 | 1 | -0/+18 |
* | set cookie secure if forcessl is enabled | Florian Pritz | 2011-09-24 | 1 | -1/+3 |
* | files: hide non functioning code when called from a/f_s/get.php | Florian Pritz | 2011-09-24 | 2 | -2/+6 |
* | don't print empty folder warning if it will be hidden | Florian Pritz | 2011-09-24 | 1 | -1/+5 |
* | files: fix wrong image paths if called from files_shareing/get.php | Florian Pritz | 2011-09-24 | 1 | -3/+3 |
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 1 | -1/+1 |
* | 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 |
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -1/+1 |
* | 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 |
* | 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 - Thanks... | Michael Gapczynski | 2011-08-27 | 3 | -4/+4 |
* | Get file extension using lastIndexOf instead of indexOf in case there is a '.... | Michael Gapczynski | 2011-08-24 | 1 | -3/+3 |
* | Revert "hints for file actions" | Jan-Christoph Borchardt | 2011-08-23 | 4 | -15/+3 |
* | hints for file actions | Bartek Przybylski | 2011-08-22 | 4 | -3/+15 |