Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
* | | | Fixed title format | Vincent Petry | 2014-02-20 | 1 | -1/+8 |
| | | | |||||
* | | | Merge branch 'patch-1' of github.com:GuillaumeAmat/core into ↵ | Vincent Petry | 2014-02-20 | 1 | -3/+31 |
|\ \ \ | |_|/ |/| | | | | | GuillaumeAmat-patch-1 | ||||
| * | | Uses OC.basename instead of custom code | Guillaume AMAT | 2014-02-19 | 1 | -2/+2 |
| | | | |||||
| * | | Gets the page title from oc_defaults in Files app | Guillaume AMAT | 2014-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | Update page title when navigating through directories | Guillaume AMAT | 2014-02-12 | 1 | -3/+31 |
| |/ | |||||
* / | Do not send file list for select all on Download/delete | Vincent Petry | 2014-02-13 | 2 | -29/+68 |
|/ | | | | | | | | - When all files are selected, do not send the whole file list - Download will trigger download for the parent folder, also works with root - Delete will send "allfiles" to the server that will find the file list or the passed directory by itself | ||||
* | Merge pull request #7126 from nickvergessen/issue/6683 | Vincent Petry | 2014-02-10 | 1 | -2/+2 |
|\ | | | | | Only add files to file list when uploading to current directory | ||||
| * | Only add files to file list when uploading to current directory | Joas Schilling | 2014-02-07 | 1 | -2/+2 |
| | | | | | | | | Fix Issue #6683 | ||||
* | | Fix implied evals and doubled definition of variable | Morris Jobke | 2014-02-07 | 2 | -7/+5 |
|/ | | | | | | | fixes #7119 fixes #7120 fixes #7121 fixes #7122 | ||||
* | Merge pull request #7064 from owncloud/files-scrolltopafterupdate | Jan-Christoph Borchardt | 2014-02-05 | 1 | -4/+5 |
|\ | | | | | Scroll to the top after switching dir | ||||
| * | Scroll to the top after switching dir | Vincent Petry | 2014-02-04 | 1 | -5/+6 |
| | | | | | | | | Fixes #7061 | ||||
* | | Merge pull request #7011 from owncloud/jshint | Thomas Müller | 2014-02-04 | 7 | -20/+113 |
|\ \ | | | | | | | Added .jshintrc | ||||
| * | | Fixed file name validation unit test + added newline | Vincent Petry | 2014-01-30 | 1 | -7/+15 |
| | | | | | | | | | | | | | | | - fixed file name validation unit test - added "\n" as forbidden character in isFileNameValid() | ||||
| * | | Added .jshintrc | Vincent Petry | 2014-01-30 | 7 | -13/+98 |
| | | | | | | | | | | | | | | | | | | - Also fixes a few JSHint warnings in files app - Added "global" comment on top of files app to suppress warning and also inform devs about what globals are use | ||||
* | | | Merge pull request #6235 from NCTU-NBA/pr-exceed_upload_limit_msg | Jan-Christoph Borchardt | 2014-02-04 | 2 | -3/+16 |
|\ \ \ | |_|/ |/| | | Change misleading message when file size exceeds upload limit | ||||
| * | | Merge branch 'master' into pr-exceed_upload_limit_msg | Pellaeon Lin | 2014-01-30 | 4 | -39/+127 |
| |\| | | | | | | | | | | | | | | | | Conflicts: apps/files/templates/index.php apps/files_sharing/templates/public.php | ||||
| * | | Fix variable name | Pellaeon Lin | 2014-01-24 | 1 | -2/+2 |
| | | | |||||
| * | | Use t() 's native method | Pellaeon Lin | 2014-01-16 | 1 | -2/+8 |
| | | | |||||
| * | | Contextual upload error message | Pellaeon Lin | 2013-12-11 | 1 | -2/+2 |
| | | | |||||
| * | | Update #free_space on getstoragestats AJAX call | Pellaeon Lin | 2013-12-11 | 1 | -0/+1 |
| | | |