From 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 13 Jul 2018 19:06:45 +0200 Subject: Fixed many permissions and began admin interface --- .../bower_components/datatables.net-bs/.bower.json | 48 ++++++ .../bower_components/datatables.net-bs/License.txt | 20 +++ .../bower_components/datatables.net-bs/Readme.md | 50 ++++++ .../bower_components/datatables.net-bs/bower.json | 38 +++++ .../datatables.net-bs/css/dataTables.bootstrap.css | 184 +++++++++++++++++++++ .../css/dataTables.bootstrap.min.css | 1 + .../datatables.net-bs/js/dataTables.bootstrap.js | 182 ++++++++++++++++++++ .../js/dataTables.bootstrap.min.js | 8 + 8 files changed, 531 insertions(+) create mode 100644 public/bower_components/datatables.net-bs/.bower.json create mode 100644 public/bower_components/datatables.net-bs/License.txt create mode 100644 public/bower_components/datatables.net-bs/Readme.md create mode 100644 public/bower_components/datatables.net-bs/bower.json create mode 100644 public/bower_components/datatables.net-bs/css/dataTables.bootstrap.css create mode 100644 public/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css create mode 100644 public/bower_components/datatables.net-bs/js/dataTables.bootstrap.js create mode 100644 public/bower_components/datatables.net-bs/js/dataTables.bootstrap.min.js (limited to 'public/bower_components/datatables.net-bs') diff --git a/public/bower_components/datatables.net-bs/.bower.json b/public/bower_components/datatables.net-bs/.bower.json new file mode 100644 index 0000000..23e1b84 --- /dev/null +++ b/public/bower_components/datatables.net-bs/.bower.json @@ -0,0 +1,48 @@ +{ + "name": "datatables.net-bs", + "description": "DataTables for jQuery with styling for [Bootstrap](http://getbootstrap.com/)", + "main": [ + "js/dataTables.bootstrap.js", + "css/dataTables.bootstrap.css" + ], + "keywords": [ + "filter", + "sort", + "DataTables", + "jQuery", + "table", + "Bootstrap" + ], + "dependencies": { + "jquery": ">=1.7", + "datatables.net": ">=1.10.9" + }, + "moduleType": [ + "globals", + "amd", + "node" + ], + "ignore": [ + "composer.json", + "datatables.json", + "package.json" + ], + "authors": [ + { + "name": "SpryMedia Ltd", + "homepage": "https://datatables.net" + } + ], + "homepage": "https://datatables.net", + "license": "MIT", + "version": "2.1.1", + "_release": "2.1.1", + "_resolution": { + "type": "version", + "tag": "2.1.1", + "commit": "c9aedb3c531795574d69203688888a6c16e02265" + }, + "_source": "https://github.com/DataTables/Dist-DataTables-Bootstrap.git", + "_target": "^2.1.1", + "_originalSource": "datatables.net-bs" +} \ No newline at end of file diff --git a/public/bower_components/datatables.net-bs/License.txt b/public/bower_components/datatables.net-bs/License.txt new file mode 100644 index 0000000..379a7e7 --- /dev/null +++ b/public/bower_components/datatables.net-bs/License.txt @@ -0,0 +1,20 @@ +Copyright SpryMedia Limited and other contributors +http://datatables.net + +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. \ No newline at end of file diff --git a/public/bower_components/datatables.net-bs/Readme.md b/public/bower_components/datatables.net-bs/Readme.md new file mode 100644 index 0000000..54acee4 --- /dev/null +++ b/public/bower_components/datatables.net-bs/Readme.md @@ -0,0 +1,50 @@ +# DataTables for jQuery with styling for [Bootstrap](http://getbootstrap.com/) + +This package contains distribution files required to style [DataTables library](https://datatables.net) for [jQuery](http://jquery.com/) with styling for [Bootstrap](http://getbootstrap.com/). + +DataTables is a table enhancing library which adds features such as paging, ordering, search, scrolling and many more to a static HTML page. A comprehensive API is also available that can be used to manipulate the table. Please refer to the [DataTables web-site](//datatables.net) for a full range of documentation and examples. + + +## Installation + +### Browser + +For inclusion of this library using a standard `