Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added FileList.setViewerMode to hide controls | Vincent Petry | 2013-10-22 | 1 | -0/+25 |
| | | | | | | | | | | | Some files app embed themselves under the controls (like the text editor). The new method FileList.setViewerMode() makes it possible to properly show/hide the control buttons using the correct permissions. Apps using this approach must call setViewerMode(true) when starting and setViewerMode(false) upon closing to restore the controls. This is needed for #5284 | ||||
* | give getSelectedFilesTrash() a unique name for the trash.js to avoid ↵ | Bjoern Schiessle | 2013-10-18 | 1 | -5/+5 |
| | | | | confusions with the same function in files.js | ||||
* | Fixed sharing status update for new/uploaded files | Vincent Petry | 2013-10-17 | 3 | -4/+14 |
| | | | | | | | | | | | | | | | Creating new files, folders or uploading files now have their sharing icon updated accordingly. For this, the global share status list that is cached in OC.Share.statuses is reused for new files. Performance should improve as the sharing list is now only loaded once per navigation session. In OC.Share, split loadIcons into loadIcons + updateIcons. Fixes #4977 | ||||
* | Merge pull request #5262 from owncloud/files-ie8-conflictdialogbrokenfix | Morris Jobke | 2013-10-16 | 1 | -1/+5 |
|\ | | | | | Fixed conflict dialog in IE8 | ||||
| * | Fixed conflict dialog in IE8 | Vincent Petry | 2013-10-10 | 1 | -1/+5 |
| | | | | | | | | | | - Fixed JS error that prevent the conflict dialog to open #5060 - Fixed JS error that prevented the overwrite case to run | ||||
* | | Merge pull request #5353 from owncloud/files-dndtodirbroken | Morris Jobke | 2013-10-16 | 1 | -14/+22 |
|\ \ | | | | | | | Fixed drag and drop to subfolder and breadcrumb | ||||
| * | | Fixed drag and drop upload to breadcrumb | Vincent Petry | 2013-10-15 | 1 | -26/+22 |
| | | | |||||
| * | | Fixed drag and drop onto folders | Vincent Petry | 2013-10-15 | 1 | -5/+17 |
| | | | | | | | | | | | | Fixes #5351 | ||||
* | | | Disabled ajax mode for public files view | Vincent Petry | 2013-10-14 | 2 | -21/+27 |
|/ / | | | | | | | | | | | Ajax loading is not supported yet for public files view. This fix disabled the history API, ajax loading and ajax directory switch in public mode until it is implemented properly. | ||||
* | | Merge pull request #5207 from owncloud/fixing-4011-part2-master | Thomas Müller | 2013-10-11 | 1 | -1/+1 |
|\ \ | | | | | | | [OC6] file upload exception handling | ||||
| * | | catch exceptions while uploading and pass on the error message | Thomas Müller | 2013-10-08 | 1 | -1/+1 |
| | | | |||||
* | | | File actions are now updated after create/upload file | Vincent Petry | 2013-10-11 | 1 | -2/+5 |
| |/ |/| | | | | | | | | | | | | | The file actions must explicitly be updated by calling FileActions.display() on the file element after creating or uploading a file. Fixes #4971 and #4993 | ||||
* | | Merge pull request #5134 from owncloud/trashbin-homeiconbroken | Vincent Petry | 2013-10-09 | 1 | -3/+6 |
|\ \ | | | | | | | Do not call changeDirectory() when no dir set on breadcrumb | ||||
| * | | Do not call changeDirectory() when no dir set on breadcrumb | Vincent Petry | 2013-10-04 | 1 | -3/+6 |
| |/ | | | | | | | | | | | | | | | | | | | | | Some apps like the files_trashbin app do not set a directory on its "home" breadcrumb link. This fix makes sure that the click event doesn't do anything in that case and lets the browser open the link. This fixes the "home" icon in the trashbin app which now correctly reopens the files app. | ||||
* | | Merge pull request #4921 from owncloud/file_conflicts_dialog_fixes | VicDeo | 2013-10-07 | 4 | -39/+6 |
|\ \ | | | | | | | File conflicts dialog fixes | ||||
| * | | remove double uri encoding | Jörn Friedrich Dreyer | 2013-10-07 | 1 | -4/+4 |
| | | | |||||
| * | | canceling individual uploads is currently impossible because there is no ↵ | Jörn Friedrich Dreyer | 2013-10-07 | 2 | -34/+1 |
| | | | | | | | | | | | | placeholder | ||||
| * | | use !== comparison | Jörn Friedrich Dreyer | 2013-10-07 | 1 | -1/+1 |
| |/ | |||||
* / | Fix breadcrumb to reinit dnd after ajax nav #5064 | Vincent Petry | 2013-10-07 | 1 | -6/+8 |
|/ | | | | | | | Now correctly reinitializing the breadcrumb drop zone after ajax navigation. This also fixes dropping onto the "files" app icon. | ||||
* | Merge pull request #4933 from owncloud/1376-filesappplussigninurlbug | Vincent Petry | 2013-10-04 | 1 | -2/+6 |
|\ | | | | | Replace plus sign with space in files app URL #4932 | ||||
| * | Replace plus sign with space in files app URL #4932 | Vincent Petry | 2013-09-20 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | Some apps create URLs to the files app and encode the spaces of a directory using plus signs. This fix ensures that plus signs are properly converted back to spaces when parsing the URL on the JS side. | ||||
* | | Shortened notification message that was too long | Vincent Petry | 2013-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | The message for invalid private key was too long and didn't fit in the notification box. This fix reduces the message to fit properly by removing the extra information. | ||||
* | | Merge branch 'master' into encryption_improved_error_messages_4617 | Bjoern Schiessle | 2013-09-30 | 1 | -1/+5 |
|\ \ | |||||
| * | | implement previews for public upload | Georg Ehrke | 2013-09-23 | 1 | -1/+5 |
| |/ | |||||
* | | Merge branch 'master' into encryption_improved_error_messages_4617 | Bjoern Schiessle | 2013-09-23 | 6 | -581/+1411 |
|\| | | | | | | | | | Conflicts: settings/ajax/changepassword.php | ||||
| * | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-19 | 3 | -6/+53 |
| |\ | | | | | | | | | | | | | Conflicts: apps/files/js/filelist.js | ||||
| | * | Merge pull request #4900 from owncloud/fixing-4488-master | Jörn Friedrich Dreyer | 2013-09-19 | 2 | -1/+11 |
| | |\ | | | | | | | | | File permissions are part of the ajax response of file upload | ||||
| | | * | Merge branch 'master' into fixing-4488-master | Thomas Müller | 2013-09-19 | 1 | -135/+173 |
| | | |\ | |||||
| | | * | | no file actions during upload | Thomas Müller | 2013-09-18 | 1 | -1/+0 |
| | | | | | |||||
| | | * | | remove file action elements before recreating them | Thomas Müller | 2013-09-18 | 1 | -0/+5 |
| | | | | | |||||
| | | * | | store the permissions retrieved via ajax within the dom element | Thomas Müller | 2013-09-18 | 1 | -0/+6 |
| | | | | | |||||
| | * | | | Merge pull request #4263 from owncloud/search_scrollto | Jörn Friedrich Dreyer | 2013-09-19 | 2 | -5/+41 |
| | |\ \ \ | | | |_|/ | | |/| | | initial scrollto implementation | ||||
| | | * | | initial scrollto implementation: | Jörn Friedrich Dreyer | 2013-09-17 | 2 | -5/+41 |
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use places/folder icon, move link construction to JS, only show icon on hover, use 'searchresult' as css class name, add filter/unfilter methods, highlight searched files in current filelist only filter when correct FileList is present | ||||
| * | | | fix race condition in lazy preview loading | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -12/+18 |
| | | | | |||||
| * | | | Merge branch 'fix_3728_with_file_exists_dialog' of github.com:owncloud/core ↵ | Jörn Friedrich Dreyer | 2013-09-19 | 2 | -3/+3 |
| |\ \ \ | | | | | | | | | | | | | | | | into fix_3728_with_file_exists_dialog | ||||
| | * \ \ | Merge branch 'fix_3728_with_file_exists_dialog' of github.com:owncloud/core ↵ | Thomas Müller | 2013-09-19 | 1 | -26/+26 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into fix_3728_with_file_exists_dialog Conflicts: apps/files/js/file-upload.js | ||||
| | * | | | | fixing typos and l10n | Thomas Müller | 2013-09-19 | 2 | -3/+3 |
| | | | | | | |||||
| * | | | | | fix double translation of error message | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
| * | | | | jsdoc types should go into {} | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -26/+26 |
| |/ / / | |||||
| * | | | use 96x96 as 64x64 thumbnails in conflicts dialog, 64x64 looks very blocky ↵ | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | ... maybe something is wrong there | ||||
| * | | | hide excessive logging with a trace flag | Jörn Friedrich Dreyer | 2013-09-18 | 2 | -23/+26 |
| | | | | |||||
| * | | | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-18 | 1 | -178/+182 |
| |\| | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/file-upload.js | ||||
| | * | | refactor upload progress | Jörn Friedrich Dreyer | 2013-09-16 | 1 | -135/+173 |
| | |/ | |||||
| * | | use exists | Jörn Friedrich Dreyer | 2013-09-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-17 | 4 | -140/+351 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/css/files.css apps/files/js/file-upload.js apps/files/js/filelist.js apps/files/js/files.js apps/files_sharing/js/public.js core/js/jquery.ocdialog.js core/js/oc-dialogs.js | ||||
| * | | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-10 | 1 | -76/+75 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/file-upload.js | ||||
| * | | | whitespace and indentation fixes | Jörn Friedrich Dreyer | 2013-09-08 | 1 | -28/+28 |
| | | | | |||||
| * | | | remove unused hooks | Jörn Friedrich Dreyer | 2013-09-08 | 2 | -23/+0 |
| | | | | |||||
| * | | | cleanup comments | Jörn Friedrich Dreyer | 2013-09-08 | 2 | -203/+75 |
| | | | | |||||
| * | | | fine ie8 compatability | Jörn Friedrich Dreyer | 2013-09-06 | 1 | -1/+5 |
| | | | |