Thomas Citharel
5767659d22
Change move copy order and debug leftover
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
8 years ago
Thomas Citharel
07c1137abf
typo
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
8 years ago
Thomas Citharel
33f0601862
[WIP] Added copy and move buttons
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
8 years ago
Morris Jobke
d222351c87
Fix variable definitions in oc dialogs
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Morris Jobke
11b9d224fd
Fix semicolon at end of JS lines
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Joas Schilling
1c0bffe87f
Fix translations
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Morris Jobke
ec52286a0f
Fire callback also on pure closing of prompt dialog
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Robin Appelman
b2b9abfa33
move more sizing logic to css
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
a8ce10bba3
limit filepicker height to screen
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
97b2782c5b
use public share fileclient when available
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Bjoern Schiessle
9361952596
show dialog again of operation failed
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
9 years ago
Joas Schilling
247b7f37ce
Color the trusted domain to alert the admin a bit more
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Robin Appelman
7427fb170f
show empty folder message in filepicker
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
fb9e500698
Fix picking a folder with the filepicker
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
31745d69f7
fix filepicker with no mimetype filter
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
14f78369d7
Use a table for the filepicker list and add size column
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
590016a978
use fileclient to get the filelist for the filepicker
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
b6ce73cf14
Allow selecting a folder after using the breadcrumb
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
f002a2d2f6
Allow selecting the root folder
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
6d43942125
filepicker styling
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
8d093e976a
use mimetype icons in filepicker if there is no preview
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Sujith Haridasan
c15ba6ccf8
Choose button remains disbaled for httpd/unix-directory
...
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>
9 years ago
Sujith Haridasan
14c81f8a3a
Choose button remains disabled unless files are chosen
...
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>
9 years ago
Roeland Jago Douma
9be43e10af
Since the server no longer calculates the icon
...
The server no longer calculates the icon. So we have the js side do it
for us.
9 years ago
Vincent Petry
fa2be0750c
Make files app use Webdav for most operations
10 years ago
Christoph Wurst
9778094a25
fix filepicker loading spinner
10 years ago
Morris Jobke
3c005bc020
Check .conflicts for checkboxes
10 years ago
Vincent Petry
cba1aae073
Disable "Continue" button in conflict dialog when no selection
10 years ago
Vincent Petry
5dff9d88cb
Make sure the conflict dialog is loaded before adding conflicts
10 years ago
Olivier Paroz
a1c419dc71
Use Hermite resampling for comparator canvas previews
10 years ago
Hendrik Leppelsack
964cfc8e08
fix missing checkboxes in file comparator
10 years ago
Olivier Paroz
04b14df35c
Fix preview of old file on public upload conflicts
10 years ago
Roeland Jago Douma
5c381ea532
Move calls to Files.getMimeIcon to OC.MimeType.getIconUrl
10 years ago
Olivier Paroz
f05ac47eb6
Escape single quotes
10 years ago
Olivier Paroz
6aeaa6954b
Fix for parenthesis
10 years ago
Olivier Paroz
4e364311f1
Get a 96x96 preview for file conflict resolution
10 years ago
Morris Jobke
de04501c97
add max-width of 600px to filepicker
10 years ago
Morris Jobke
59efcb63a3
fix filepicker
...
* add ability to filter for mimetype
* fixes #15526
* fixes #11563
10 years ago
Lukas Reschke
397264f361
Add more spacing to the file picker dialog
...
Without this the first `>` looked somewhat off, to test this change go to the personal settings and choose a profile picture in a subfolder.
10 years ago
Jörn Friedrich Dreyer
c615b3527f
show readonly message in file conflict dialog, make it always selected
11 years ago
Vincent Petry
0f3e6cb50a
Improved Javascript docs for JSDoc
...
Added namespaces so that JSDoc can find them.
Fixed a few warnings.
Improved some comments.
11 years ago
Clark Tomlinson
92685acf60
Implementing moment.js
...
Updating Usages
Removing unused method
Adding JS Doc
11 years ago
Tom Needham
93ba64a69f
Use human readable relative date for oc-dialog-filepickers
11 years ago
Jan-Christoph Borchardt
79305a0476
also fix filepicker for smaller screen sizes
11 years ago
Vincent Petry
71fe5d672e
Fixed dialogs styling, reversed buttons
...
Default dialog button is now on the right, other one on the left.
11 years ago
Vincent Petry
763d9ded1d
Prevent showing the file picker twice
...
In case the filepicker function is called twice, only show it once.
11 years ago
kondou
9bc3f3cf30
Scrutinizer cleanup
11 years ago
Remco Brenninkmeijer
4f0370f1da
Fix for #8654
11 years ago
Lukas Reschke
62364269c5
Fix Typo, define $ as global
11 years ago
Robin Appelman
163a7a47f9
Add prompt dialog to OC.dialogs
11 years ago