Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust renaming of directories, fixes #8280 | Robin McCorkell | 2014-04-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | Directories will not be considered to have an extension, even if a dot is found. Stop Scrutinizer being annoyed But the spaced version looked good! Stop jsHint being annoyed These code quality tools are really pestering | ||||
* | Merge pull request #8169 from owncloud/change-to-show | Andreas Fischer | 2014-04-20 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Change from showHTML to show * owncloud/change-to-show: Change from showHTML to show | ||||
| * | Change from showHTML to show | Lukas Reschke | 2014-04-11 | 1 | -1/+1 |
| | | | | | | There is no need to use `showHTML` here. | ||||
* | | Merge pull request #8104 from owncloud/lukepolo-master | Thomas Müller | 2014-04-15 | 2 | -64/+107 |
|\ \ | |/ |/| | Added the ability to Drag and Drop folders [chrome] | ||||
| * | add link to further discussion about that folder check | Thomas Müller | 2014-04-15 | 1 | -0/+1 |
| | | |||||
| * | fix single file upload in firefox | Thomas Müller | 2014-04-10 | 1 | -1/+5 |
| | | |||||
| * | In cases folder drag and drop is not supported a proper message is displayed | Thomas Müller | 2014-04-09 | 1 | -5/+12 |
| | | |||||
| * | use FileList.findFileEl | Thomas Müller | 2014-04-09 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'master' into lukepolo-master | Thomas Müller | 2014-04-09 | 3 | -23/+10 |
| |\ | | | | | | | | | | | | | Conflicts: apps/files/js/filelist.js | ||||
| * | | js style fixes according to our jshintrc rules | Thomas Müller | 2014-04-07 | 1 | -58/+56 |
| | | | |||||
| * | | fix folder upload in js | Thomas Müller | 2014-04-07 | 1 | -16/+21 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-master | Thomas Müller | 2014-04-07 | 2 | -5/+32 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/file-upload.js | ||||
| | * | | Fixed issue with drag and drop not in the root directory, for folders and files | Luke Policinski | 2014-02-20 | 1 | -6/+7 |
| | | | | |||||
| | * | | Feature Added : Ability to drag and drop in Chrome | Luke Policinski | 2014-02-19 | 1 | -6/+6 |
| | | | | |||||
| | * | | Feature Added : Ability to drag and drop in Chrome | Luke Policinski | 2014-02-19 | 2 | -5/+30 |
| | | | | |||||
* | | | | Merge pull request #8069 from ↵ | Björn Schießle | 2014-04-11 | 1 | -3/+3 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | owncloud/fix-localization-issues-with-file-encrypt-app Fix some localization issues with file encryption/decryption strings | ||||
| * | | | Fix some localization issues with file encryption/decription strings | Volkan Gezer | 2014-04-05 | 1 | -3/+3 |
| |/ / | |||||
* | | | Merge pull request #8049 from owncloud/filepickersvg | Morris Jobke | 2014-04-09 | 3 | -23/+10 |
|\ \ \ | |/ / |/| | | Fix file picker SVG issues | ||||
| * | | Moved code to replace svg with png to OC.Util | Vincent Petry | 2014-04-04 | 3 | -23/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Moved code that replaces the "svg" extension for the given file to core as OC.Util.replaceSVGIcon. - Added unit test for OC.Util.replaceSVGIcon - Moved "replaceSVG" to OC.Util.replaceSVG and deprecated the global "replaceSVG" function. - Added alias for SVGSupport() as OC.Util.hasSVGSupport() (for now) | ||||
* | | | Show higher resolution previews for high dpi screens | Robin Appelman | 2014-04-04 | 1 | -2/+4 |
|/ / | |||||
* | | Correctly set svg for crumb divider | Vincent Petry | 2014-04-03 | 1 | -1/+1 |
| | | |||||
* | | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 5 | -554/+709 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files app: - removed file list template, now rendering list from JSON response - FileList.addFile/addDir is now FileList.add() and takes a JS map with all required arguments instead of having a long number of function arguments - added unit tests for many FileList operations - fixed newfile.php, newfolder.php and rename.php to return the file's full JSON on success - removed obsolete/unused undo code - removed download_url / loading options, now using Files.getDownloadUrl() for that - server side now uses Helper::getFileInfo() to prepare file JSON response - previews are now client-side only Breadcrumbs are now JS only: - Added BreadCrumb class to handle breadcrumb rendering and events - Added unit test for BreadCrumb class - Moved all relevant JS functions to the BreadCrumb class Public page now uses ajax to load the file list: - Added Helper class in sharing app to make it easier to authenticate and retrieve the file's real path - Added ajax/list.php to retrieve the file list - Fixed FileActions and FileList to work with the ajax list Core: - Fixed file picker dialog to use the same list format as files app | ||||
* | | Fixed broken delete file action | Vincent Petry | 2014-04-01 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #7724 from owncloud/mobile | Thomas Müller | 2014-03-28 | 2 | -16/+34 |
|\ \ | | | | | | | [WIP] Mobile optimization for base layout and Files app | ||||
| * | | fixing javascript error where $(Files.breadcrumbs[1]).get(0) returns ↵ | Thomas Müller | 2014-03-18 | 1 | -5/+8 |
| | | | | | | | | | | | | undefined - happens on resize to a very small width | ||||
| * | | additional class is added to the file actions called e.g. 'action-share', ↵ | Thomas Müller | 2014-03-17 | 1 | -11/+26 |
| | | | | | | | | | | | | | | | | | | 'action-rename' in order to allow proper translations of the action's display name an additional parameter has been added to the register function | ||||
* | | | enable SVG->PNG fallback for newly uploaded files and folders | Jan-Christoph Borchardt | 2014-03-27 | 1 | -1/+1 |
| | | | |||||
* | | | remove executable flag for file-upload.js | Morris Jobke | 2014-03-20 | 1 | -0/+0 |
| | | | |||||
* | | | Comment moved to prevent 'Line is too long' warning. | Oskar Hollmann | 2014-03-19 | 1 | -1/+2 |
| | | | |||||
* | | | Fix: 'Upload button tooltip doesn't disappear' | Oskar Hollmann | 2014-03-19 | 1 | -0/+1 |
| | | | | | | | | | | | | Fixes issue #7461. Tipsy tooltip must be hidden when the upload starts. Otherwise it covers the progress bar and stays in DOM. | ||||
* | | | drop file cache migration OC5 -> OC6 | Thomas Müller | 2014-03-18 | 1 | -28/+0 |
|/ / | |||||
* | | only initialise upload dropZone if public upload is allowed | IchEben | 2014-03-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #7592 from owncloud/fixstoragefreespace | Vincent Petry | 2014-03-06 | 1 | -499/+506 |
|\ \ | | | | | | | Fixed upload issue when free space is not known (ex: FTP) | ||||
| * | | Fixed upload issue when free space is not known | Vincent Petry | 2014-03-06 | 1 | -1/+3 |
| | | | |||||
| * | | Added unit tests for "add()" method for file upload | Vincent Petry | 2014-03-06 | 1 | -499/+504 |
| | | | | | | | | | | | | | | | | | | - Added OC.Upload.init() to make the code testable - Added unit tests for the add() method of the uploader with some error cases | ||||
* | | | Merge branch 'master' into fix-7307 | Thomas Müller | 2014-03-06 | 3 | -27/+27 |
|\| | | | | | | | | | | | | | | | | | Conflicts: core/js/router.js settings/js/admin.js | ||||
| * | | Merge pull request #7575 from owncloud/issue/7571 | Vincent Petry | 2014-03-05 | 1 | -2/+2 |
| |\ \ | | | | | | | | | Do not set #dir when on public.php | ||||
| | * | | Do not set #dir when on public.php | Joas Schilling | 2014-03-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Fix #7571 | ||||
| * | | | don't allow to create a file or folder named 'Shared' in the root folder, ↵ | Bjoern Schiessle | 2014-03-05 | 3 | -25/+25 |
| |/ / | | | | | | | | | | also exclude all combinations of lower and upper case letters | ||||
* | | | fixing download url in files app | Thomas Müller | 2014-03-02 | 1 | -1/+1 |
| | | | |||||
* | | | Replace OC.Router.generate() with OC.generateUrl() | Thomas Müller | 2014-03-02 | 2 | -3/+5 |
|/ / | |||||
* | | coding style fixes, cut long lines, comments not on same lines, curly braces | Jan-Christoph Borchardt | 2014-02-26 | 1 | -8/+11 |
| | | |||||
* | | Merge pull request #7285 from owncloud/mimeicons-svg | Morris Jobke | 2014-02-24 | 2 | -7/+13 |
|\ \ | | | | | | | Show svg mime icons when no preview is available | ||||
| * | | rename url parameter | Robin Appelman | 2014-02-24 | 1 | -1/+1 |
| | | | |||||
| * | | Add url parameter to control whether previews should return 404 when the ↵ | Robin Appelman | 2014-02-21 | 1 | -0/+1 |
| | | | | | | | | | | | | mimetype is unsupported | ||||
| * | | Merge branch 'master' into mimeicons-svg | Robin Appelman | 2014-02-20 | 2 | -29/+68 |
| |\| | |||||
| * | | Show svg mime icons when no preview is available | Robin Appelman | 2014-02-19 | 2 | -7/+12 |
| | | | |||||
* | | | code style: else on same line | Jan-Christoph Borchardt | 2014-02-21 | 1 | -2/+1 |
| | | | |||||
* | | | fix intendation | Morris Jobke | 2014-02-20 | 1 | -3/+3 |
| | | | |||||
* | | | Fixed trashbin title | Vincent Petry | 2014-02-20 | 1 | -21/+15 |
| | | |