Skip to content

Commit 97918a5

Browse files
committed
Resolves #986 File uploads possible through /content/filemanager/index.html
1 parent c2ef041 commit 97918a5

File tree

274 files changed

+1132
-1022
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+1132
-1022
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions

src/Presentation/SmartStore.Web/Content/filemanager/LICENSE.txt renamed to src/Presentation/SmartStore.Web/Administration/Content/filemanager/LICENSE.txt

File renamed without changes.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"FILES_ROOT": "~/Media/Uploaded",
3+
"SESSION_PATH_KEY": "",
4+
"THUMBS_VIEW_WIDTH": "140",
5+
"THUMBS_VIEW_HEIGHT": "120",
6+
"PREVIEW_THUMB_WIDTH": "300",
7+
"PREVIEW_THUMB_HEIGHT": "200",
8+
"MAX_IMAGE_WIDTH": "0",
9+
"MAX_IMAGE_HEIGHT": "0",
10+
"INTEGRATION": "ckeditor",
11+
"DIRLIST": "../../../Admin/RoxyFileManager/ProcessRequest?a=DIRLIST",
12+
"CREATEDIR": "../../../Admin/RoxyFileManager/ProcessRequest?a=CREATEDIR",
13+
"DELETEDIR": "../../../Admin/RoxyFileManager/ProcessRequest?a=DELETEDIR",
14+
"MOVEDIR": "../../../Admin/RoxyFileManager/ProcessRequest?a=MOVEDIR",
15+
"COPYDIR": "../../../Admin/RoxyFileManager/ProcessRequest?a=COPYDIR",
16+
"RENAMEDIR": "../../../Admin/RoxyFileManager/ProcessRequest?a=RENAMEDIR",
17+
"FILESLIST": "../../../Admin/RoxyFileManager/ProcessRequest?a=FILESLIST",
18+
"UPLOAD": "../../../Admin/RoxyFileManager/ProcessRequest?a=UPLOAD",
19+
"DOWNLOAD": "../../../Admin/RoxyFileManager/ProcessRequest?a=DOWNLOAD",
20+
"DOWNLOADDIR": "../../../Admin/RoxyFileManager/ProcessRequest?a=DOWNLOADDIR",
21+
"DELETEFILE": "../../../Admin/RoxyFileManager/ProcessRequest?a=DELETEFILE",
22+
"MOVEFILE": "../../../Admin/RoxyFileManager/ProcessRequest?a=MOVEFILE",
23+
"COPYFILE": "../../../Admin/RoxyFileManager/ProcessRequest?a=COPYFILE",
24+
"RENAMEFILE": "../../../Admin/RoxyFileManager/ProcessRequest?a=RENAMEFILE",
25+
"GENERATETHUMB": "../../../Admin/RoxyFileManager/ProcessRequest?a=GENERATETHUMB",
26+
"DEFAULTVIEW": "list",
27+
"FORBIDDEN_UPLOADS": "zip js jsp jsb mhtml mht xhtml xht php phtml php3 php4 php5 phps shtml jhtml pl sh py cgi exe scr dll msi vbs bat com pif cmd vxd cpl htpasswd htaccess",
28+
"ALLOWED_UPLOADS": "",
29+
"FILEPERMISSIONS": "0644",
30+
"DIRPERMISSIONS": "0755",
31+
"LANG": "auto",
32+
"DATEFORMAT": "dd.MM.yyyy HH:mm"
33+
}

src/Presentation/SmartStore.Web/Content/filemanager/css/images/animated-overlay.gif renamed to src/Presentation/SmartStore.Web/Administration/Content/filemanager/css/images/animated-overlay.gif

File renamed without changes.

src/Presentation/SmartStore.Web/Content/filemanager/css/images/ui-bg_flat_0_aaaaaa_40x100.png renamed to src/Presentation/SmartStore.Web/Administration/Content/filemanager/css/images/ui-bg_flat_0_aaaaaa_40x100.png

File renamed without changes.

src/Presentation/SmartStore.Web/Content/filemanager/css/images/ui-bg_flat_75_ffffff_40x100.png renamed to src/Presentation/SmartStore.Web/Administration/Content/filemanager/css/images/ui-bg_flat_75_ffffff_40x100.png

File renamed without changes.

src/Presentation/SmartStore.Web/Content/filemanager/css/images/ui-bg_glass_55_fbf9ee_1x400.png renamed to src/Presentation/SmartStore.Web/Administration/Content/filemanager/css/images/ui-bg_glass_55_fbf9ee_1x400.png

File renamed without changes.

src/Presentation/SmartStore.Web/Content/filemanager/css/images/ui-bg_glass_65_ffffff_1x400.png renamed to src/Presentation/SmartStore.Web/Administration/Content/filemanager/css/images/ui-bg_glass_65_ffffff_1x400.png

File renamed without changes.

src/Presentation/SmartStore.Web/Content/filemanager/css/images/ui-bg_glass_75_dadada_1x400.png renamed to src/Presentation/SmartStore.Web/Administration/Content/filemanager/css/images/ui-bg_glass_75_dadada_1x400.png

File renamed without changes.

src/Presentation/SmartStore.Web/Content/filemanager/css/images/ui-bg_glass_75_e6e6e6_1x400.png renamed to src/Presentation/SmartStore.Web/Administration/Content/filemanager/css/images/ui-bg_glass_75_e6e6e6_1x400.png

File renamed without changes.

0 commit comments

Comments
 (0)