summaryrefslogtreecommitdiffstats
path: root/core/js/oc-dialogs.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix click error on oc-dialog breadcrumbJohn Molakvoæ (skjnldsv)2017-11-081-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Change move copy order and debug leftoverThomas Citharel2017-09-151-1/+0
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* typoThomas Citharel2017-09-151-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* [WIP] Added copy and move buttonsThomas Citharel2017-09-151-12/+89
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #4610 from nextcloud/js-semicolonsLukas Reschke2017-05-011-1/+1
|\ | | | | Fix semicolon at end of JS lines
| * Fix semicolon at end of JS linesMorris Jobke2017-05-011-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix variable definitions in oc dialogsMorris Jobke2017-05-011-2/+4
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix translationsJoas Schilling2017-04-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fire callback also on pure closing of prompt dialogMorris Jobke2016-12-091-1/+15
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #2342 from nextcloud/filepicker-shadowLukas Reschke2016-11-281-9/+2
|\ | | | | Fix filepicker styling
| * move more sizing logic to cssRobin Appelman2016-11-281-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * limit filepicker height to screenRobin Appelman2016-11-251-8/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | use public share fileclient when availableRobin Appelman2016-11-251-1/+1
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* show dialog again of operation failedBjoern Schiessle2016-11-241-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Color the trusted domain to alert the admin a bit moreJoas Schilling2016-10-311-2/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1823 from nextcloud/filepicker-folder-fixRoeland Jago Douma2016-10-251-1/+4
|\ | | | | Fix picking a folder with the filepicker
| * Fix picking a folder with the filepickerRobin Appelman2016-10-201-1/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | show empty folder message in filepickerRobin Appelman2016-10-211-1/+8
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix filepicker with no mimetype filterRobin Appelman2016-10-191-3/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use a table for the filepicker list and add size columnRobin Appelman2016-10-191-14/+19
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use fileclient to get the filelist for the filepickerRobin Appelman2016-10-191-12/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Allow selecting a folder after using the breadcrumbRobin Appelman2016-10-191-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Allow selecting the root folderRobin Appelman2016-10-191-1/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* filepicker stylingRobin Appelman2016-10-141-6/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use mimetype icons in filepicker if there is no previewRobin Appelman2016-10-141-2/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Choose button remains disbaled for httpd/unix-directorySujith Haridasan2016-09-121-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 chosenSujith Haridasan2016-08-291-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 iconRoeland Jago Douma2015-12-241-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 operationsVincent Petry2015-11-221-1/+1
|
* fix filepicker loading spinnerChristoph Wurst2015-10-191-3/+3
|
* Check .conflicts for checkboxesMorris Jobke2015-10-081-1/+1
|
* Disable "Continue" button in conflict dialog when no selectionVincent Petry2015-10-081-0/+11
|
* Make sure the conflict dialog is loaded before adding conflictsVincent Petry2015-10-021-4/+11
|
* Use Hermite resampling for comparator canvas previewsOlivier Paroz2015-09-291-8/+85
|
* Merge pull request #18517 from owncloud/17753_to_masterThomas Müller2015-09-241-2/+2
|\ | | | | Fix preview of old file on public upload conflicts
| * Fix preview of old file on public upload conflictsOlivier Paroz2015-09-201-2/+2
| |
* | fix missing checkboxes in file comparatorHendrik Leppelsack2015-09-211-0/+5
|/
* Move calls to Files.getMimeIcon to OC.MimeType.getIconUrlRoeland Jago Douma2015-07-091-3/+2
|
* Escape single quotesOlivier Paroz2015-05-291-0/+2
|
* Fix for parenthesisOlivier Paroz2015-05-291-1/+1
|
* Get a 96x96 preview for file conflict resolutionOlivier Paroz2015-05-291-3/+9
|
* add max-width of 600px to filepickerMorris Jobke2015-05-061-1/+2
|
* 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.