Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | filepicker styling | Robin Appelman | 2016-10-14 | 1 | -6/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | use mimetype icons in filepicker if there is no preview | Robin Appelman | 2016-10-14 | 1 | -2/+9 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Choose button remains disbaled for httpd/unix-directory | Sujith Haridasan | 2016-09-12 | 1 | -2/+10 |
| | | | | | | | | | | This is not correct. Hence in this patch we validate if the mimetype is 'httpd/unix-directory'. If so we don't disable it. This patch addresses solution for issue: 26034 Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com> | ||||
* | Choose button remains disabled unless files are chosen | Sujith Haridasan | 2016-08-29 | 1 | -0/+14 |
| | | | | | | | | | | from filepicker This is will help user to understand that you can only click choose button once the files are selected from the file picker. This addresses the solution for issue 16106 Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com> | ||||
* | Since the server no longer calculates the icon | Roeland Jago Douma | 2015-12-24 | 1 | -0/+1 |
| | | | | | The server no longer calculates the icon. So we have the js side do it for us. | ||||
* | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | fix filepicker loading spinner | Christoph Wurst | 2015-10-19 | 1 | -3/+3 |
| | |||||
* | Check .conflicts for checkboxes | Morris Jobke | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Disable "Continue" button in conflict dialog when no selection | Vincent Petry | 2015-10-08 | 1 | -0/+11 |
| | |||||
* | Make sure the conflict dialog is loaded before adding conflicts | Vincent Petry | 2015-10-02 | 1 | -4/+11 |
| | |||||
* | Use Hermite resampling for comparator canvas previews | Olivier Paroz | 2015-09-29 | 1 | -8/+85 |
| | |||||
* | Merge pull request #18517 from owncloud/17753_to_master | Thomas Müller | 2015-09-24 | 1 | -2/+2 |
|\ | | | | | Fix preview of old file on public upload conflicts | ||||
| * | Fix preview of old file on public upload conflicts | Olivier Paroz | 2015-09-20 | 1 | -2/+2 |
| | | |||||
* | | fix missing checkboxes in file comparator | Hendrik Leppelsack | 2015-09-21 | 1 | -0/+5 |
|/ | |||||
* | Move calls to Files.getMimeIcon to OC.MimeType.getIconUrl | Roeland Jago Douma | 2015-07-09 | 1 | -3/+2 |
| | |||||
* | Escape single quotes | Olivier Paroz | 2015-05-29 | 1 | -0/+2 |
| | |||||
* | Fix for parenthesis | Olivier Paroz | 2015-05-29 | 1 | -1/+1 |
| | |||||
* | Get a 96x96 preview for file conflict resolution | Olivier Paroz | 2015-05-29 | 1 | -3/+9 |
| | |||||
* | add max-width of 600px to filepicker | Morris Jobke | 2015-05-06 | 1 | -1/+2 |
| | |||||
* | fix filepicker | Morris Jobke | 2015-04-13 | 1 | -1/+1 |
| | | | | | | * add ability to filter for mimetype * fixes #15526 * fixes #11563 | ||||
* | Add more spacing to the file picker dialog | Lukas Reschke | 2015-03-28 | 1 | -1/+1 |
| | | | | Without this the first `>` looked somewhat off, to test this change go to the personal settings and choose a profile picture in a subfolder. | ||||
* | show readonly message in file conflict dialog, make it always selected | Jörn Friedrich Dreyer | 2014-12-11 | 1 | -30/+43 |
| | |||||
* | Improved Javascript docs for JSDoc | Vincent Petry | 2014-10-31 | 1 | -0/+1 |
| | | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments. | ||||
* | Implementing moment.js | Clark Tomlinson | 2014-08-28 | 1 | -1/+1 |
| | | | | | | | | Updating Usages Removing unused method Adding JS Doc | ||||
* | Use human readable relative date for oc-dialog-filepickers | Tom Needham | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | also fix filepicker for smaller screen sizes | Jan-Christoph Borchardt | 2014-07-31 | 1 | -1/+1 |
| | |||||
* | Fixed dialogs styling, reversed buttons | Vincent Petry | 2014-07-07 | 1 | -22/+20 |
| | | | | Default dialog button is now on the right, other one on the left. | ||||
* | Prevent showing the file picker twice | Vincent Petry | 2014-06-20 | 1 | -0/+7 |
| | | | | In case the filepicker function is called twice, only show it once. | ||||
* | Scrutinizer cleanup | kondou | 2014-06-02 | 1 | -2/+16 |
| | |||||
* | Fix for #8654 | Remco Brenninkmeijer | 2014-05-22 | 1 | -3/+3 |
| | |||||
* | Fix Typo, define $ as global | Lukas Reschke | 2014-05-11 | 1 | -2/+2 |
| | |||||
* | Add prompt dialog to OC.dialogs | Robin Appelman | 2014-05-09 | 1 | -0/+59 |
| | |||||
* | javascript code cleanup + fixing syntax errors | Thomas Müller | 2014-04-14 | 1 | -173/+166 |
| | |||||
* | Merge pull request #8049 from owncloud/filepickersvg | Morris Jobke | 2014-04-09 | 1 | -1/+11 |
|\ | | | | | Fix file picker SVG issues | ||||
| * | Fix SVG close button of file picker | Vincent Petry | 2014-04-04 | 1 | -0/+5 |
| | | |||||
| * | Fix file picker to correctly show SVG file icons | Vincent Petry | 2014-04-04 | 1 | -1/+6 |
| | | |||||
* | | translations for oc-dialogs reside in code | Jörn Friedrich Dreyer | 2014-04-07 | 1 | -10/+10 |
| | | |||||
* | | Fix copy conflict dialog translation | Jörn Friedrich Dreyer | 2014-04-07 | 1 | -0/+3 |
|/ | |||||
* | Fixed mime type attribute access in file overwrite dialog | Vincent Petry | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | use directory from original instead of current dir | Jörn Friedrich Dreyer | 2014-02-21 | 1 | -1/+1 |
| | |||||
* | Append file etag to preview URLs | Vincent Petry | 2013-10-28 | 1 | -3/+3 |
| | | | | Fixes #5534 | ||||
* | Fixed conflict dialog in IE8 | Vincent Petry | 2013-10-10 | 1 | -1/+1 |
| | | | | | - Fixed JS error that prevent the conflict dialog to open #5060 - Fixed JS error that prevented the overwrite case to run | ||||
* | use correct property for mimetype of existing files | Jörn Friedrich Dreyer | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | use {count} instead of 'One' for more versatile translation | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | use n to translate title | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -1/+7 |
| | |||||
* | use 96x96 as 64x64 thumbnails in conflicts dialog, 64x64 looks very blocky ↵ | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -1/+1 |
| | | | | ... maybe something is wrong there | ||||
* | fix 'event is not defined' error | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | indentation | Jörn Friedrich Dreyer | 2013-09-18 | 1 | -43/+43 |
| | |||||
* | simplify conflict template handling, fix reopen after ESC | Jörn Friedrich Dreyer | 2013-09-18 | 1 | -13/+11 |
| |