Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-17 | 1 | -14/+27 |
|\ | | | | | | | | | | | | | | | | | | | | | 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 pull request #4853 from owncloud/external-shared_mimetype-icons | Thomas Müller | 2013-09-15 | 1 | -5/+1 |
| |\ | | | | | | | Use external and shared icons in OC.Dialogs.filepicker() | ||||
| | * | Use external and shared icons in OC.Dialogs.filepicker() | kondou | 2013-09-14 | 1 | -5/+1 |
| | | | |||||
| * | | Merge pull request #4806 from owncloud/oc-dialogs-pageleave | Thomas Tanghus | 2013-09-14 | 1 | -8/+18 |
| |\ \ | | |/ | |/| | Don't popup meaningless alerts when dialog called on page leave | ||||
| | * | Save two lines | Thomas Tanghus | 2013-09-11 | 1 | -3/+1 |
| | | | |||||
| | * | Remove test error :P | Thomas Tanghus | 2013-09-11 | 1 | -1/+1 |
| | | | |||||
| | * | Don't popup meaningless alerts when dialog called on page leave | Thomas Tanghus | 2013-09-11 | 1 | -9/+21 |
| | | | |||||
| * | | Use shorter array-conversion | kondou | 2013-09-06 | 1 | -3/+1 |
| | | | |||||
| * | | Only use mimetype_list and clean up a bit | kondou | 2013-09-05 | 1 | -10/+12 |
| | | | |||||
| * | | Make it possible to pass rawlist.php an JSON array, to filter by more than ↵ | kondou | 2013-09-05 | 1 | -4/+11 |
| |/ | | | | | | | one mimetype | ||||
* | | fix ESC for conflicts dialog | Jörn Friedrich Dreyer | 2013-09-08 | 1 | -2/+0 |
| | | |||||
* | | close and destroy dialog on ESC | Jörn Friedrich Dreyer | 2013-09-08 | 1 | -1/+4 |
| | | |||||
* | | show preview for uploading image files on conflict | Robin Appelman | 2013-09-07 | 1 | -16/+71 |
| | | |||||
* | | fine ie8 compatability | Jörn Friedrich Dreyer | 2013-09-06 | 1 | -6/+10 |
| | | |||||
* | | fix page leaving checks | Jörn Friedrich Dreyer | 2013-09-06 | 1 | -5/+6 |
| | | |||||
* | | completely remove dialog on cancel/continue | Jörn Friedrich Dreyer | 2013-09-06 | 1 | -1/+2 |
| | | |||||
* | | cleanup dead code | Jörn Friedrich Dreyer | 2013-09-05 | 1 | -3/+4 |
| | | |||||
* | | separate uploading code from progress code, add progress capability detection | Jörn Friedrich Dreyer | 2013-09-05 | 1 | -8/+5 |
| | | |||||
* | | refactor dialog creation | Jörn Friedrich Dreyer | 2013-09-04 | 1 | -88/+46 |
| | |