Skip to content

Commit

Permalink
push those libraries for tho moment, if #608 won't be accepted we wil…
Browse files Browse the repository at this point in the history
…l move the libraries out or /libs to /src/UI
  • Loading branch information
chfsx committed Aug 16, 2017
1 parent 0fac873 commit 954a27c
Show file tree
Hide file tree
Showing 80 changed files with 92,044 additions and 15 deletions.
15 changes: 0 additions & 15 deletions libs/bower/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,10 @@
"tests"
],
"dependencies": {
"jquery": "3.2.1",
"bootstrap": "3.3.7",
"jquery-ui": "1.12.0",
"fine-uploader": "5.13.0",
"jquery-dragster": "^1.0.3"
},
"extra": {
"jquery": {
"introduction": "03.08.2017",
"introduced-by": "fschmid"
},
"bootstrap": {
"introduction": "03.08.2017",
"introduced-by": "fschmid"
},
"jquery-ui": {
"introduction": "03.08.2017",
"introduced-by": "fschmid"
},
"fine-uploader": {
"introduction": "03.08.2017",
"introduced-by": "fschmid"
Expand Down
55 changes: 55 additions & 0 deletions libs/bower/bower_components/fine-uploader/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"name": "fine-uploader",
"version": "5.13.0",
"author": "Widen Enterprises, Inc.",
"description": "A official bower build for FineUploader/fine-uploader",
"license": "https://raw.githubusercontent.com/FineUploader/fine-uploader/master/LICENSE",
"keywords": [
"amazon",
"api",
"aws",
"azure",
"chunk",
"chunking",
"cross-domain",
"cross-site",
"drag",
"drop",
"file",
"file-input",
"file-uploader",
"input",
"jquery",
"jquery-plugin",
"multiple",
"preview",
"progress",
"resume",
"s3",
"selection",
"upload",
"widget"
],
"repository": {
"type": "git",
"url": "git://github.com/FineUploader/bower-dist.git"
},
"main": [
"dist/"
],
"ignore": [
".*",
"build.sh",
"src"
],
"homepage": "https://github.com/FineUploader/bower-dist",
"_release": "5.13.0",
"_resolution": {
"type": "version",
"tag": "5.13.0",
"commit": "0edcb461548b73bc211427284aaeed4c1dd451b6"
},
"_source": "https://github.com/FineUploader/bower-dist.git",
"_target": "5.13.0",
"_originalSource": "fine-uploader"
}
21 changes: 21 additions & 0 deletions libs/bower/bower_components/fine-uploader/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2013-present, Widen Enterprises, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
72 changes: 72 additions & 0 deletions libs/bower/bower_components/fine-uploader/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
[![Fine Uploader](http://fineuploader.com/img/FineUploader_logo.png)](http://fineuploader.com)

![Bower](https://img.shields.io/bower/v/fine-uploader.svg?style=flat-square)
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)

[**Documentation**](http://docs.fineuploader.com) |
[**Examples**](http://fineuploader.com/demos) |
[**Support**](http://fineuploader.com/support.html) |
[**Blog**](http://blog.fineuploader.com/) |
[**Changelog**](http://blog.fineuploader.com/category/changelog/)

---

## [Bower](http://bower.io) distribution build of [Fine Uploader](http://fineuploader.com)

### Usage

First, download Fine Uploader:

```bash
bower install fine-uploader --save
```

Then, simply reference the necessary JavaScript files on your HTML page:

```html
<script src="/bower_components/fine-uploader/dist/fineuploader.min.js"></script>
<link href="/bower_components/fine-uploader/dist/fineuploader.min.css" type="text/css">
```

__Enjoy__

----

### Updating or building manually

You normally should not have to do this, but you can _also_ build this distribution yourself by following the steps in this section.

#### Prepping (getting fine-uploader)

```bash
$ git clone --recursive https://github.com/FineUploader/bower-dist.git
```

OR, if you already cloned this repo;

```bash
$ cd fineuploader-dist
$ git pull origin
```

#### Building

In your terminal please navigate to where the project is cloned

```bash
$ ./build.sh <version> # e.g: ./build.sh 5.11.8
```

**NOTE:**

- The build will automaticaly install node dependencies if the node_modules directory does not exist.
- If for some reason you would like to reinstall the dependencies use `--reinstall-dep` to remove existing `node_modules` directory first. After that execute the following command:

```bash
$ ./build.sh <version> --reinstall-dep
```

### Credits

* [Fery Wardiyanto](https://github.com/feryardiant) as original author of this distribution. [Buy him a coffee](https://gratipay.com/~feryardiant/).
* **Fine Uploader** is a code library sponsored by [Widen Enterprises, Inc.](http://www.widen.com/)
45 changes: 45 additions & 0 deletions libs/bower/bower_components/fine-uploader/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"name": "fine-uploader",
"version": "5.11.8",
"author": "Widen Enterprises, Inc.",
"description": "A official bower build for FineUploader/fine-uploader",
"license": "https://raw.githubusercontent.com/FineUploader/fine-uploader/master/LICENSE",
"keywords": [
"amazon",
"api",
"aws",
"azure",
"chunk",
"chunking",
"cross-domain",
"cross-site",
"drag",
"drop",
"file",
"file-input",
"file-uploader",
"input",
"jquery",
"jquery-plugin",
"multiple",
"preview",
"progress",
"resume",
"s3",
"selection",
"upload",
"widget"
],
"repository": {
"type": "git",
"url": "git://github.com/FineUploader/bower-dist.git"
},
"main": [
"dist/"
],
"ignore": [
".*",
"build.sh",
"src"
]
}
21 changes: 21 additions & 0 deletions libs/bower/bower_components/fine-uploader/dist/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2013-present, Widen Enterprises, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 954a27c

Please sign in to comment.