aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/oc-dialogs.js
Commit message (Collapse)AuthorAgeFilesLines
* fix filepickerMorris Jobke2015-04-131-1/+1
| | | | | | * add ability to filter for mimetype * fixes #15526 * fixes #11563
* Add more spacing to the file picker dialogLukas Reschke2015-03-281-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 selectedJörn Friedrich Dreyer2014-12-111-30/+43
|
* Improved Javascript docs for JSDocVincent Petry2014-10-311-0/+1
| | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments.
* Implementing moment.jsClark Tomlinson2014-08-281-1/+1
| | | | | | | | Updating Usages Removing unused method Adding JS Doc
* Use human readable relative date for oc-dialog-filepickersTom Needham2014-08-071-1/+1
|
* also fix filepicker for smaller screen sizesJan-Christoph Borchardt2014-07-311-1/+1
|
* Fixed dialogs styling, reversed buttonsVincent Petry2014-07-071-22/+20
| | | | Default dialog button is now on the right, other one on the left.
* Prevent showing the file picker twiceVincent Petry2014-06-201-0/+7
| | | | In case the filepicker function is called twice, only show it once.
* Scrutinizer cleanupkondou2014-06-021-2/+16
|
* Fix for #8654Remco Brenninkmeijer2014-05-221-3/+3
|
* Fix Typo, define $ as globalLukas Reschke2014-05-111-2/+2
|
* Add prompt dialog to OC.dialogsRobin Appelman2014-05-091-0/+59
|
* javascript code cleanup + fixing syntax errorsThomas Müller2014-04-141-173/+166
|
* Merge pull request #8049 from owncloud/filepickersvgMorris Jobke2014-04-091-1/+11
|\ | | | | Fix file picker SVG issues
| * Fix SVG close button of file pickerVincent Petry2014-04-041-0/+5
| |
| * Fix file picker to correctly show SVG file iconsVincent Petry2014-04-041-1/+6
| |
* | translations for oc-dialogs reside in codeJörn Friedrich Dreyer2014-04-071-10/+10
| |
* | Fix copy conflict dialog translationJörn Friedrich Dreyer2014-04-071-0/+3
|/
* Fixed mime type attribute access in file overwrite dialogVincent Petry2014-04-031-1/+1
|
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-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 dirJörn Friedrich Dreyer2014-02-211-1/+1
|
* Append file etag to preview URLsVincent Petry2013-10-281-3/+3
| | | | Fixes #5534
* Fixed conflict dialog in IE8Vincent Petry2013-10-101-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 filesJörn Friedrich Dreyer2013-10-071-1/+1
|
* use {count} instead of 'One' for more versatile translationJörn Friedrich Dreyer2013-09-191-1/+1
|
* use n to translate titleJörn Friedrich Dreyer2013-09-191-1/+7
|
* use 96x96 as 64x64 thumbnails in conflicts dialog, 64x64 looks very blocky ↵Jörn Friedrich Dreyer2013-09-191-1/+1
| | | | ... maybe something is wrong there
* fix 'event is not defined' errorJörn Friedrich Dreyer2013-09-191-1/+1
|
* indentationJörn Friedrich Dreyer2013-09-181-43/+43
|
* simplify conflict template handling, fix reopen after ESCJörn Friedrich Dreyer2013-09-181-13/+11
|
* Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-171-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-iconsThomas Müller2013-09-151-5/+1
| |\ | | | | | | Use external and shared icons in OC.Dialogs.filepicker()
| | * Use external and shared icons in OC.Dialogs.filepicker()kondou2013-09-141-5/+1
| | |
| * | Merge pull request #4806 from owncloud/oc-dialogs-pageleaveThomas Tanghus2013-09-141-8/+18
| |\ \ | | |/ | |/| Don't popup meaningless alerts when dialog called on page leave
| | * Save two linesThomas Tanghus2013-09-111-3/+1
| | |
| | * Remove test error :PThomas Tanghus2013-09-111-1/+1
| | |
| | * Don't popup meaningless alerts when dialog called on page leaveThomas Tanghus2013-09-111-9/+21
| | |
| * | Use shorter array-conversionkondou2013-09-061-3/+1
| | |
| * | Only use mimetype_list and clean up a bitkondou2013-09-051-10/+12
| | |
| * | Make it possible to pass rawlist.php an JSON array, to filter by more than ↵kondou2013-09-051-4/+11
| |/ | | | | | | one mimetype
* | fix ESC for conflicts dialogJörn Friedrich Dreyer2013-09-081-2/+0
| |
* | close and destroy dialog on ESCJörn Friedrich Dreyer2013-09-081-1/+4
| |
* | show preview for uploading image files on conflictRobin Appelman2013-09-071-16/+71
| |
* | fine ie8 compatabilityJörn Friedrich Dreyer2013-09-061-6/+10
| |
* | fix page leaving checksJörn Friedrich Dreyer2013-09-061-5/+6
| |
* | completely remove dialog on cancel/continueJörn Friedrich Dreyer2013-09-061-1/+2
| |
* | cleanup dead codeJörn Friedrich Dreyer2013-09-051-3/+4
| |
* | separate uploading code from progress code, add progress capability detectionJörn Friedrich Dreyer2013-09-051-8/+5
| |
* | refactor dialog creationJörn Friedrich Dreyer2013-09-041-88/+46
| |