Skip to content

Commit

Permalink
Merge pull request #29 from scream4ik/master
Browse files Browse the repository at this point in the history
added drag’n’drop file uploads instead of flash uploader
  • Loading branch information
scream4ik authored Mar 8, 2017
2 parents 1271117 + 43d7b6e commit 171aff9
Show file tree
Hide file tree
Showing 96 changed files with 275 additions and 11,169 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ At the moment i'm without time to maintain this great project. To all the people

# Changelog

### 08-03-2017 v3.5.0
* Removed flash uploader. Instead of this added drag’n’drop file uploads with image previews.

### 06-10-2016 v3.4.1
* Mandatory django version >= 1.8

Expand Down
26 changes: 0 additions & 26 deletions filebrowser/decorators.py

This file was deleted.

30 changes: 30 additions & 0 deletions filebrowser/static/filebrowser/css/filebrowser.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,33 @@ ul.pulldown-actions a {
font-weight: bold;
white-space: nowrap;
}

.dropzone{
border: 2px dashed #79aec8;
font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
}

.dropzone.dz-clickable .dz-message{
font-size: 18px;
color: #417690;
}

.dropzone .dz-preview .dz-image{
border-radius: 5px;
margin-bottom: 5px;
border: 1px solid #eee;
}

.dropzone .dz-preview .dz-progress{
height: 5px;
top: 110px;
margin-top: 0;
}

.dropzone .dz-preview .dz-remove{
color: #ba2121;
font-size: 12px;
font-weight: 100;
text-transform: uppercase;
}

29 changes: 29 additions & 0 deletions filebrowser/static/filebrowser/css/suit-filebrowser.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,32 @@ body .redactor_toolbar li a.redactor_btn_browser {
max-width: 100px;
word-break: break-all;
}

.dropzone{
border: 2px dashed #79aec8;
font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
}

.dropzone.dz-clickable .dz-message{
font-size: 18px;
color: #417690;
}

.dropzone .dz-preview .dz-image{
border-radius: 5px;
margin-bottom: 5px;
border: 1px solid #eee;
}

.dropzone .dz-preview .dz-progress{
height: 5px;
top: 110px;
margin-top: 0;
}

.dropzone .dz-preview .dz-remove {
color: #ba2121;
font-size: 12px;
font-weight: 100;
text-transform: uppercase;
}
1 change: 1 addition & 0 deletions filebrowser/static/filebrowser/dropzone
Submodule dropzone added at 2df14f
4 changes: 4 additions & 0 deletions filebrowser/static/filebrowser/jquery/jquery-3.1.1.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions filebrowser/static/filebrowser/jquery/jquery-3.1.1.min.map

Large diffs are not rendered by default.

Binary file not shown.
Binary file removed filebrowser/static/filebrowser/uploadify/cancel.png
Binary file not shown.
35 changes: 0 additions & 35 deletions filebrowser/static/filebrowser/uploadify/check.php

This file was deleted.

This file was deleted.

127 changes: 0 additions & 127 deletions filebrowser/static/filebrowser/uploadify/com/adobe/crypto/HMAC.as

This file was deleted.

Loading

0 comments on commit 171aff9

Please sign in to comment.