├── public ├── .gitkeep ├── js │ ├── zeroclipboard-1.3.5 │ │ ├── .htaccess │ │ ├── .npmignore │ │ ├── .gitignore │ │ ├── src │ │ │ ├── javascript │ │ │ │ ├── start.js │ │ │ │ ├── ZeroClipboard │ │ │ │ │ └── flash.js │ │ │ │ └── end.js │ │ │ └── meta │ │ │ │ ├── source-banner.tmpl │ │ │ │ ├── bower.json.tmpl │ │ │ │ ├── composer.json.tmpl │ │ │ │ └── LICENSE.tmpl │ │ ├── .travis.yml │ │ ├── ZeroClipboard.swf │ │ ├── .jshintrc │ │ ├── test │ │ │ ├── .jshintrc │ │ │ ├── index.html │ │ │ ├── flash.js │ │ │ ├── flash.js.html │ │ │ ├── core.js.html │ │ │ └── utils.js.html │ │ ├── index.js │ │ ├── CONTRIBUTING.md │ │ ├── composer.json │ │ ├── bower.json │ │ ├── LICENSE │ │ ├── docs │ │ │ ├── roadmap.md │ │ │ └── security.md │ │ └── package.json │ ├── query-datetime │ │ ├── spinnerGem.png │ │ ├── spinnerBlue.png │ │ ├── spinnerGreen.png │ │ ├── spinnerText.png │ │ ├── spinnerBlueBig.png │ │ ├── spinnerDefault.png │ │ ├── spinnerGemBig.png │ │ ├── spinnerGreenBig.png │ │ ├── spinnerOrange.png │ │ ├── spinnerSquare.png │ │ ├── spinnerTextBig.png │ │ ├── spinnerUpDown.png │ │ ├── spinnerDefaultBig.png │ │ ├── spinnerOrangeBig.png │ │ ├── spinnerSquareBig.png │ │ ├── spinnerUpDownBig.png │ │ ├── jquery.datetimeentry.css │ │ ├── jquery.datetimeentry-ja.js │ │ ├── jquery.datetimeentry-zh-CN.js │ │ ├── jquery.datetimeentry-fa.js │ │ ├── jquery.datetimeentry-sk.js │ │ ├── jquery.datetimeentry-tr.js │ │ ├── jquery.datetimeentry-it.js │ │ ├── jquery.datetimeentry-fr.js │ │ ├── jquery.datetimeentry-sv.js │ │ ├── jquery.datetimeentry-ru.js │ │ ├── jquery.datetimeentry-de.js │ │ ├── jquery.datetimeentry-is.js │ │ ├── jquery.datetimeentry-ro.js │ │ ├── jquery.datetimeentry-es.js │ │ ├── jquery.datetimeentry-hu.js │ │ ├── jquery.datetimeentry-cs.js │ │ ├── jquery.datetimeentry-pl.js │ │ ├── jquery.datetimeentry-nl.js │ │ ├── jquery.datetimeentry-lt.js │ │ ├── jquery.datetimeentry-pt.js │ │ ├── jquery.datetimeentry-vi.js │ │ └── datetimeEntryBasic.html │ ├── chosen_v1.0.0 │ │ ├── chosen-sprite.png │ │ ├── chosen-sprite@2x.png │ │ └── docsupport │ │ │ ├── chosen.png │ │ │ └── oss-credit.png │ ├── tapmodo-Jcrop-1902fbc │ │ ├── css │ │ │ └── Jcrop.gif │ │ ├── demos │ │ │ ├── demo_files │ │ │ │ ├── pool.jpg │ │ │ │ ├── sago.jpg │ │ │ │ ├── sagomod.jpg │ │ │ │ └── sagomod.png │ │ │ └── tutorial1.html │ │ └── MIT-LICENSE.txt │ └── login.js ├── img │ ├── file.gif │ ├── file.png │ ├── loader0.gif │ ├── missing.gif │ ├── file-placeholder.png │ └── ui-icons_222222_256x240.png ├── css │ ├── Jcrop.gif │ └── login.css ├── Flat-UI-Pro-1.2.2 │ ├── images │ │ ├── favicon.ico │ │ ├── exaple-image.jpg │ │ ├── switch │ │ │ ├── mask.png │ │ │ └── mask-square.png │ │ ├── carousel │ │ │ ├── image-01.jpg │ │ │ ├── image-02.jpg │ │ │ └── image-03.jpg │ │ └── icons │ │ │ ├── android.svg │ │ │ ├── ipad.svg │ │ │ ├── magicmouse.svg │ │ │ ├── yinyang.svg │ │ │ ├── iphone.svg │ │ │ ├── macbook.svg │ │ │ ├── file.svg │ │ │ ├── android1.svg │ │ │ ├── arrow.svg │ │ │ ├── egg.svg │ │ │ ├── google .svg │ │ │ ├── graph.svg │ │ │ ├── loop.svg │ │ │ ├── paper-bag.svg │ │ │ ├── imac.svg │ │ │ ├── pc.svg │ │ │ ├── user-interface.svg │ │ │ ├── box.svg │ │ │ ├── icecream.svg │ │ │ ├── flag.svg │ │ │ ├── card.svg │ │ │ ├── camera.svg │ │ │ ├── printer.svg │ │ │ ├── medal.svg │ │ │ ├── shield.svg │ │ │ ├── fit.svg │ │ │ ├── pills.svg │ │ │ ├── flower.svg │ │ │ ├── touch.svg │ │ │ ├── storage.svg │ │ │ ├── clocks.svg │ │ │ ├── mail.svg │ │ │ ├── chat.svg │ │ │ ├── eye.svg │ │ │ ├── search.svg │ │ │ ├── pencil.svg │ │ │ ├── toilet-paper.svg │ │ │ ├── magic.svg │ │ │ ├── chair.svg │ │ │ ├── dude.svg │ │ │ ├── goal.svg │ │ │ ├── lock.svg │ │ │ ├── book.svg │ │ │ ├── map.svg │ │ │ ├── save.svg │ │ │ ├── girl.svg │ │ │ ├── ubmrella.svg │ │ │ ├── responsive.svg │ │ │ ├── ring.svg │ │ │ ├── spray.svg │ │ │ ├── shirt.svg │ │ │ ├── app-store.svg │ │ │ ├── converse.svg │ │ │ ├── retina.svg │ │ │ ├── bulb.svg │ │ │ ├── wine.svg │ │ │ ├── clipboard.svg │ │ │ ├── video.svg │ │ │ └── settings.svg │ ├── fonts │ │ ├── Flat-UI-Icons.eot │ │ ├── Flat-UI-Icons.ttf │ │ ├── Flat-UI-Icons.woff │ │ └── lato │ │ │ ├── lato-black-webfont.eot │ │ │ ├── lato-black-webfont.ttf │ │ │ ├── lato-black-webfont.woff │ │ │ ├── lato-bold-webfont.eot │ │ │ ├── lato-bold-webfont.ttf │ │ │ ├── lato-bold-webfont.woff │ │ │ ├── lato-italic-webfont.eot │ │ │ ├── lato-italic-webfont.ttf │ │ │ ├── lato-light-webfont.eot │ │ │ ├── lato-light-webfont.ttf │ │ │ ├── lato-light-webfont.woff │ │ │ ├── lato-italic-webfont.woff │ │ │ ├── lato-regular-webfont.eot │ │ │ ├── lato-regular-webfont.ttf │ │ │ ├── lato-regular-webfont.woff │ │ │ ├── lato-bolditalic-webfont.eot │ │ │ ├── lato-bolditalic-webfont.ttf │ │ │ └── lato-bolditalic-webfont.woff │ ├── Makefile │ ├── bootstrap │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ └── glyphicons-halflings-regular.woff │ │ └── css │ │ │ └── prettify.css │ ├── less │ │ ├── modules │ │ │ ├── badges.less │ │ │ ├── caret.less │ │ │ ├── progress-bars.less │ │ │ ├── code.less │ │ │ ├── labels.less │ │ │ ├── pager.less │ │ │ ├── popover.less │ │ │ ├── ui-slider.less │ │ │ ├── input-icons.less │ │ │ └── dialog.less │ │ ├── scaffolding.less │ │ └── flat-ui.less │ ├── README.md │ ├── js │ │ └── jquery.ui.touch-punch.min.js │ └── template.html └── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.ttf │ └── glyphicons-halflings-regular.woff ├── src ├── lang │ └── .gitkeep ├── views │ ├── .gitkeep │ ├── partials │ │ ├── deleter.blade.php │ │ └── list_items.blade.php │ ├── sessions │ │ └── create_user.blade.php │ └── layouts │ │ ├── welcome.blade.php │ │ ├── sidebar.blade.php │ │ ├── media.php │ │ └── header.blade.php ├── config │ ├── .gitkeep │ ├── welcome.php │ ├── groups.php │ └── user_passwords.php ├── migrations │ ├── .gitkeep │ ├── 2014_10_31_001032_create_groups_table.php │ ├── 2014_10_31_001033_add_initial_group_id_column_to_users_table.php │ ├── 2014_10_31_001031_alter_users_table.php │ └── 2014_10_31_001034_pivot_group_user_table.php ├── controllers │ ├── .gitkeep │ ├── BaseController.php │ └── ObjectBaseController.php ├── Lifeboy │ └── Station │ │ ├── Models │ │ ├── Group.php │ │ └── User.php │ │ └── Config │ │ └── StationConfig.php └── seeds │ ├── StationGroupUserTableSeeder.php │ ├── StationDatabaseSeeder.php │ ├── StationGroupTableSeeder.php │ └── StationUserTableSeeder.php ├── tests └── .gitkeep ├── docs ├── _static │ └── .gitkeep ├── _build │ ├── html │ │ ├── _static │ │ │ ├── default.css │ │ │ ├── up.png │ │ │ ├── down.png │ │ │ ├── file.png │ │ │ ├── minus.png │ │ │ ├── plus.png │ │ │ ├── comment.png │ │ │ ├── up-pressed.png │ │ │ ├── ajax-loader.gif │ │ │ ├── down-pressed.png │ │ │ ├── comment-bright.png │ │ │ ├── comment-close.png │ │ │ └── fonts │ │ │ │ ├── Lato-Bold.ttf │ │ │ │ ├── Lato-Regular.ttf │ │ │ │ ├── Inconsolata-Bold.ttf │ │ │ │ ├── RobotoSlab-Bold.ttf │ │ │ │ ├── Inconsolata-Regular.ttf │ │ │ │ ├── RobotoSlab-Regular.ttf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ └── fontawesome-webfont.woff │ │ ├── objects.inv │ │ ├── _images │ │ │ ├── crop.png │ │ │ ├── date.png │ │ │ ├── float.png │ │ │ ├── image.png │ │ │ ├── label.png │ │ │ ├── money.png │ │ │ ├── phone.png │ │ │ ├── radio.png │ │ │ ├── tags.png │ │ │ ├── append.png │ │ │ ├── boolean.png │ │ │ ├── filter.png │ │ │ ├── nested.png │ │ │ ├── prepend.png │ │ │ ├── select.png │ │ │ ├── welcome.png │ │ │ ├── embeddable.png │ │ │ ├── markdown.png │ │ │ ├── subpanel.png │ │ │ ├── description.png │ │ │ ├── multiselect.png │ │ │ └── preview-url.png │ │ ├── .buildinfo │ │ └── _sources │ │ │ ├── emailers.txt │ │ │ ├── roadmap.txt │ │ │ ├── license.txt │ │ │ └── models.txt │ └── doctrees │ │ ├── index.doctree │ │ ├── start.doctree │ │ ├── license.doctree │ │ ├── models.doctree │ │ ├── panels.doctree │ │ ├── roadmap.doctree │ │ ├── emailers.doctree │ │ ├── environment.pickle │ │ ├── principles.doctree │ │ ├── element-options.doctree │ │ └── panel-options.doctree ├── images │ ├── crop.png │ ├── date.png │ ├── float.png │ ├── image.png │ ├── label.png │ ├── money.png │ ├── phone.png │ ├── radio.png │ ├── tags.png │ ├── append.png │ ├── boolean.png │ ├── filter.png │ ├── lookup.png │ ├── markdown.png │ ├── nested.png │ ├── prepend.png │ ├── select.png │ ├── subpanel.png │ ├── welcome.png │ ├── embeddable.png │ ├── description.png │ ├── multiselect.png │ └── preview-url.png ├── emailers.rst ├── roadmap.rst ├── license.rst └── models.rst ├── .gitignore ├── .travis.yml ├── phpunit.xml ├── composer.json ├── readme.md ├── license.txt └── docs.md /public/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/lang/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/views/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_static/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/config/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/migrations/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/controllers/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine Off -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /vendor 2 | composer.phar 3 | composer.lock 4 | .DS_Store -------------------------------------------------------------------------------- /docs/_build/html/_static/default.css: -------------------------------------------------------------------------------- 1 | @import url("classic.css"); 2 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/.npmignore: -------------------------------------------------------------------------------- 1 | docs/ 2 | test/ 3 | .DS_Store -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | npm-debug.log 3 | bin/* 4 | -------------------------------------------------------------------------------- /public/img/file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/img/file.gif -------------------------------------------------------------------------------- /public/img/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/img/file.png -------------------------------------------------------------------------------- /docs/images/crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/crop.png -------------------------------------------------------------------------------- /docs/images/date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/date.png -------------------------------------------------------------------------------- /docs/images/float.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/float.png -------------------------------------------------------------------------------- /docs/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/image.png -------------------------------------------------------------------------------- /docs/images/label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/label.png -------------------------------------------------------------------------------- /docs/images/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/money.png -------------------------------------------------------------------------------- /docs/images/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/phone.png -------------------------------------------------------------------------------- /docs/images/radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/radio.png -------------------------------------------------------------------------------- /docs/images/tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/tags.png -------------------------------------------------------------------------------- /public/css/Jcrop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/css/Jcrop.gif -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/src/javascript/start.js: -------------------------------------------------------------------------------- 1 | (function (window) { 2 | "use strict"; 3 | -------------------------------------------------------------------------------- /docs/images/append.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/append.png -------------------------------------------------------------------------------- /docs/images/boolean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/boolean.png -------------------------------------------------------------------------------- /docs/images/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/filter.png -------------------------------------------------------------------------------- /docs/images/lookup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/lookup.png -------------------------------------------------------------------------------- /docs/images/markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/markdown.png -------------------------------------------------------------------------------- /docs/images/nested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/nested.png -------------------------------------------------------------------------------- /docs/images/prepend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/prepend.png -------------------------------------------------------------------------------- /docs/images/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/select.png -------------------------------------------------------------------------------- /docs/images/subpanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/subpanel.png -------------------------------------------------------------------------------- /docs/images/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/welcome.png -------------------------------------------------------------------------------- /public/img/loader0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/img/loader0.gif -------------------------------------------------------------------------------- /public/img/missing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/img/missing.gif -------------------------------------------------------------------------------- /docs/images/embeddable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/embeddable.png -------------------------------------------------------------------------------- /docs/_build/html/objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/objects.inv -------------------------------------------------------------------------------- /docs/images/description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/description.png -------------------------------------------------------------------------------- /docs/images/multiselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/multiselect.png -------------------------------------------------------------------------------- /docs/images/preview-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/images/preview-url.png -------------------------------------------------------------------------------- /docs/_build/html/_static/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/up.png -------------------------------------------------------------------------------- /public/img/file-placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/img/file-placeholder.png -------------------------------------------------------------------------------- /docs/_build/doctrees/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/doctrees/index.doctree -------------------------------------------------------------------------------- /docs/_build/doctrees/start.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/doctrees/start.doctree -------------------------------------------------------------------------------- /docs/_build/html/_images/crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/crop.png -------------------------------------------------------------------------------- /docs/_build/html/_images/date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/date.png -------------------------------------------------------------------------------- /docs/_build/html/_images/float.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/float.png -------------------------------------------------------------------------------- /docs/_build/html/_images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/image.png -------------------------------------------------------------------------------- /docs/_build/html/_images/label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/label.png -------------------------------------------------------------------------------- /docs/_build/html/_images/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/money.png -------------------------------------------------------------------------------- /docs/_build/html/_images/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/phone.png -------------------------------------------------------------------------------- /docs/_build/html/_images/radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/radio.png -------------------------------------------------------------------------------- /docs/_build/html/_images/tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/tags.png -------------------------------------------------------------------------------- /docs/_build/html/_static/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/down.png -------------------------------------------------------------------------------- /docs/_build/html/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/file.png -------------------------------------------------------------------------------- /docs/_build/html/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/minus.png -------------------------------------------------------------------------------- /docs/_build/html/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/plus.png -------------------------------------------------------------------------------- /docs/_build/doctrees/license.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/doctrees/license.doctree -------------------------------------------------------------------------------- /docs/_build/doctrees/models.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/doctrees/models.doctree -------------------------------------------------------------------------------- /docs/_build/doctrees/panels.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/doctrees/panels.doctree -------------------------------------------------------------------------------- /docs/_build/doctrees/roadmap.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/doctrees/roadmap.doctree -------------------------------------------------------------------------------- /docs/_build/html/_images/append.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/append.png -------------------------------------------------------------------------------- /docs/_build/html/_images/boolean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/boolean.png -------------------------------------------------------------------------------- /docs/_build/html/_images/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/filter.png -------------------------------------------------------------------------------- /docs/_build/html/_images/nested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/nested.png -------------------------------------------------------------------------------- /docs/_build/html/_images/prepend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/prepend.png -------------------------------------------------------------------------------- /docs/_build/html/_images/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/select.png -------------------------------------------------------------------------------- /docs/_build/html/_images/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/welcome.png -------------------------------------------------------------------------------- /docs/_build/html/_static/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/comment.png -------------------------------------------------------------------------------- /docs/_build/doctrees/emailers.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/doctrees/emailers.doctree -------------------------------------------------------------------------------- /docs/_build/doctrees/environment.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/doctrees/environment.pickle -------------------------------------------------------------------------------- /docs/_build/doctrees/principles.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/doctrees/principles.doctree -------------------------------------------------------------------------------- /docs/_build/html/_images/embeddable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/embeddable.png -------------------------------------------------------------------------------- /docs/_build/html/_images/markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/markdown.png -------------------------------------------------------------------------------- /docs/_build/html/_images/subpanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/subpanel.png -------------------------------------------------------------------------------- /docs/_build/html/_static/up-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/up-pressed.png -------------------------------------------------------------------------------- /public/img/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/img/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerGem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerGem.png -------------------------------------------------------------------------------- /docs/_build/html/_images/description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/description.png -------------------------------------------------------------------------------- /docs/_build/html/_images/multiselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/multiselect.png -------------------------------------------------------------------------------- /docs/_build/html/_images/preview-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_images/preview-url.png -------------------------------------------------------------------------------- /docs/_build/html/_static/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/ajax-loader.gif -------------------------------------------------------------------------------- /docs/_build/html/_static/down-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/down-pressed.png -------------------------------------------------------------------------------- /public/js/chosen_v1.0.0/chosen-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/chosen_v1.0.0/chosen-sprite.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerBlue.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerGreen.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerText.png -------------------------------------------------------------------------------- /docs/_build/doctrees/element-options.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/doctrees/element-options.doctree -------------------------------------------------------------------------------- /docs/_build/doctrees/panel-options.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/doctrees/panel-options.doctree -------------------------------------------------------------------------------- /docs/_build/html/_static/comment-bright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/comment-bright.png -------------------------------------------------------------------------------- /docs/_build/html/_static/comment-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/comment-close.png -------------------------------------------------------------------------------- /docs/_build/html/_static/fonts/Lato-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/fonts/Lato-Bold.ttf -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/images/favicon.ico -------------------------------------------------------------------------------- /public/js/chosen_v1.0.0/chosen-sprite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/chosen_v1.0.0/chosen-sprite@2x.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerBlueBig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerBlueBig.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerDefault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerDefault.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerGemBig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerGemBig.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerGreenBig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerGreenBig.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerOrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerOrange.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerSquare.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerTextBig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerTextBig.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerUpDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerUpDown.png -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.10" 4 | before_script: 5 | - npm install -g grunt-cli 6 | -------------------------------------------------------------------------------- /public/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /public/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /public/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /public/js/chosen_v1.0.0/docsupport/chosen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/chosen_v1.0.0/docsupport/chosen.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerDefaultBig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerDefaultBig.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerOrangeBig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerOrangeBig.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerSquareBig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerSquareBig.png -------------------------------------------------------------------------------- /public/js/query-datetime/spinnerUpDownBig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/query-datetime/spinnerUpDownBig.png -------------------------------------------------------------------------------- /public/js/tapmodo-Jcrop-1902fbc/css/Jcrop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/tapmodo-Jcrop-1902fbc/css/Jcrop.gif -------------------------------------------------------------------------------- /docs/_build/html/_static/fonts/Lato-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/fonts/Lato-Regular.ttf -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/Flat-UI-Icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/Flat-UI-Icons.eot -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/Flat-UI-Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/Flat-UI-Icons.ttf -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/Flat-UI-Icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/Flat-UI-Icons.woff -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/exaple-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/images/exaple-image.jpg -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/switch/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/images/switch/mask.png -------------------------------------------------------------------------------- /public/js/chosen_v1.0.0/docsupport/oss-credit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/chosen_v1.0.0/docsupport/oss-credit.png -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/ZeroClipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/zeroclipboard-1.3.5/ZeroClipboard.swf -------------------------------------------------------------------------------- /docs/_build/html/_static/fonts/Inconsolata-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/fonts/Inconsolata-Bold.ttf -------------------------------------------------------------------------------- /docs/_build/html/_static/fonts/RobotoSlab-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/fonts/RobotoSlab-Bold.ttf -------------------------------------------------------------------------------- /docs/_build/html/_static/fonts/Inconsolata-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/fonts/Inconsolata-Regular.ttf -------------------------------------------------------------------------------- /docs/_build/html/_static/fonts/RobotoSlab-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/fonts/RobotoSlab-Regular.ttf -------------------------------------------------------------------------------- /docs/_build/html/_static/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /docs/_build/html/_static/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/carousel/image-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/images/carousel/image-01.jpg -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/carousel/image-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/images/carousel/image-02.jpg -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/carousel/image-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/images/carousel/image-03.jpg -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/switch/mask-square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/images/switch/mask-square.png -------------------------------------------------------------------------------- /docs/_build/html/_static/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/docs/_build/html/_static/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-black-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-black-webfont.eot -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-black-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-black-webfont.ttf -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-black-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-black-webfont.woff -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-bold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-bold-webfont.eot -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-bold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-bold-webfont.ttf -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-bold-webfont.woff -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-italic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-italic-webfont.eot -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-italic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-italic-webfont.ttf -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-light-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-light-webfont.eot -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-light-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-light-webfont.ttf -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-light-webfont.woff -------------------------------------------------------------------------------- /public/js/tapmodo-Jcrop-1902fbc/demos/demo_files/pool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/tapmodo-Jcrop-1902fbc/demos/demo_files/pool.jpg -------------------------------------------------------------------------------- /public/js/tapmodo-Jcrop-1902fbc/demos/demo_files/sago.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/tapmodo-Jcrop-1902fbc/demos/demo_files/sago.jpg -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-italic-webfont.woff -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-regular-webfont.eot -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-regular-webfont.ttf -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-regular-webfont.woff -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry.css: -------------------------------------------------------------------------------- 1 | /* DateTimeEntry styles v1.1.1 */ 2 | .datetimeEntry_control { 3 | vertical-align: middle; 4 | margin-left: 2px; 5 | } 6 | -------------------------------------------------------------------------------- /public/js/tapmodo-Jcrop-1902fbc/demos/demo_files/sagomod.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/tapmodo-Jcrop-1902fbc/demos/demo_files/sagomod.jpg -------------------------------------------------------------------------------- /public/js/tapmodo-Jcrop-1902fbc/demos/demo_files/sagomod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/js/tapmodo-Jcrop-1902fbc/demos/demo_files/sagomod.png -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-bolditalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-bolditalic-webfont.eot -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-bolditalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-bolditalic-webfont.ttf -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/fonts/lato/lato-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/fonts/lato/lato-bolditalic-webfont.woff -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/Makefile: -------------------------------------------------------------------------------- 1 | # 2 | # WATCH LESS FILES 3 | # 4 | watch: 5 | echo "Watching less files..."; \ 6 | watchr -e "watch('less/.*\.less') { system 'make' }" 7 | 8 | .PHONY: watch 9 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LifeboyTech/station/HEAD/public/Flat-UI-Pro-1.2.2/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /src/config/welcome.php: -------------------------------------------------------------------------------- 1 | [ 6 | 7 | 'no_build' => TRUE, 8 | 'override' => ['L' => 'Lifeboy\Station\Controllers\StationPanelController@welcome'], 9 | ]]; -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: php 2 | 3 | php: 4 | - 5.3 5 | - 5.4 6 | - 5.5 7 | 8 | before_script: 9 | - curl -s http://getcomposer.org/installer | php 10 | - php composer.phar install --dev 11 | 12 | script: phpunit -------------------------------------------------------------------------------- /docs/_build/html/.buildinfo: -------------------------------------------------------------------------------- 1 | # Sphinx build info version 1 2 | # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. 3 | config: a387fe20cc620abddb92e3e0cb5c9bf0 4 | tags: 645f666f9bcd5a90fca523b33c5a78b7 5 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/.jshintrc: -------------------------------------------------------------------------------- 1 | { 2 | "boss": true, 3 | "browser": true, 4 | "camelcase": true, 5 | "eqeqeq": true, 6 | "eqnull": true, 7 | "es3": true, 8 | "es5": false, 9 | "indent": 2, 10 | "multistr": true, 11 | "strict": false, 12 | "trailing": true 13 | } -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/src/meta/source-banner.tmpl: -------------------------------------------------------------------------------- 1 | /*! 2 | * <%= title || name %> 3 | * <%= description %> 4 | * Copyright (c) <%= grunt.template.today("yyyy") %> <%= _.pluck(contributors, "name").join(", ") %> 5 | * Licensed <%= _.pluck(licenses, "type").join(", ") %> 6 | * <%= homepage %> 7 | * v<%= version %> 8 | */ 9 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/android.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/test/.jshintrc: -------------------------------------------------------------------------------- 1 | { 2 | "boss": true, 3 | "browser": true, 4 | "camelcase": true, 5 | "eqeqeq": true, 6 | "eqnull": true, 7 | "es3": true, 8 | "es5": false, 9 | "evil": true, 10 | "globalstrict": true, 11 | "indent": 2, 12 | "multistr": true, 13 | "strict": true, 14 | "trailing": true, 15 | 16 | "globals": { 17 | "$": false, 18 | "QUnit": false 19 | } 20 | } -------------------------------------------------------------------------------- /src/Lifeboy/Station/Models/Group.php: -------------------------------------------------------------------------------- 1 | hasMany('Lifeboy\Station\Models\User', 'id'); 16 | } 17 | } -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/ipad.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/magicmouse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/emailers.rst: -------------------------------------------------------------------------------- 1 | 2 | .. _emailers: 3 | 4 | Configuring Emailers 5 | ==================== 6 | 7 | Station does not require the setup of any of Laravel's native functions or drivers, with one exception, ... email. 8 | 9 | In order for Station to function properly it needs to be able to send emails for password reset requests. Therefore, please make sure that your app's ``config/mail.php`` has been configured and is running properly. 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /src/Lifeboy/Station/Models/User.php: -------------------------------------------------------------------------------- 1 | guarded = array('id'); 11 | } 12 | 13 | public function groups() 14 | { 15 | return $this->belongsToMany('Lifeboy\Station\Models\Group', 'group_user', 'user_id', 'group_id'); 16 | } 17 | } -------------------------------------------------------------------------------- /public/js/login.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function() { 2 | 3 | $('form.forgot').hide(); 4 | 5 | $('.forgot-opener').click(function(event) { 6 | 7 | $('form').not('.forgot').hide(); 8 | $('.forgot').fadeIn().find('input:first').focus(); 9 | return false; 10 | }); 11 | 12 | $('.forgot-closer').click(function(event) { 13 | 14 | $('.forgot').hide(); 15 | $('form').not('.forgot').fadeIn().find('input:first').focus(); 16 | return false; 17 | }); 18 | }); -------------------------------------------------------------------------------- /src/seeds/StationGroupUserTableSeeder.php: -------------------------------------------------------------------------------- 1 | 1, 12 | 'group_id' => 1 13 | ); 14 | 15 | if (DB::table('group_user')->count() < 1){ 16 | 17 | DB::table('group_user')->insert($admin_user_join); 18 | } 19 | 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /docs/_build/html/_sources/emailers.txt: -------------------------------------------------------------------------------- 1 | 2 | .. _emailers: 3 | 4 | Configuring Emailers 5 | ==================== 6 | 7 | Station does not require the setup of any of Laravel's native functions or drivers, with one exception, ... email. 8 | 9 | In order for Station to function properly it needs to be able to send emails for password reset requests. Therefore, please make sure that your app's ``config/mail.php`` has been configured and is running properly. 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/roadmap.rst: -------------------------------------------------------------------------------- 1 | Roadmap & Todos 2 | =============== 3 | 4 | There are still a few missing pieces from our transition from Laravel 4 to 5: 5 | 6 | * Fix emailers (upgrade to L5) 7 | * Replace `Session::*` usage from Laravel 4 8 | * Replace `Request::*` usage from Laravel 4 9 | * Replace `->lists()` - convert to array - this now returns an object in L5 10 | * Add user self-edit, self-password-changer 11 | * Tag final production release and change install instructions to use that tag. -------------------------------------------------------------------------------- /src/controllers/BaseController.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_build/html/_sources/roadmap.txt: -------------------------------------------------------------------------------- 1 | Roadmap & Todos 2 | =============== 3 | 4 | There are still a few missing pieces from our transition from Laravel 4 to 5: 5 | 6 | * Fix emailers (upgrade to L5) 7 | * Replace `Session::*` usage from Laravel 4 8 | * Replace `Request::*` usage from Laravel 4 9 | * Replace `->lists()` - convert to array - this now returns an object in L5 10 | * Add user self-edit, self-password-changer 11 | * Tag final production release and change install instructions to use that tag. -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/iphone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/src/meta/bower.json.tmpl: -------------------------------------------------------------------------------- 1 | { 2 | "name": "<%= name %>", 3 | "description": "<%= description %>", 4 | "version": "<%= version %>", 5 | "main": ["./ZeroClipboard.js", "./ZeroClipboard.swf"], 6 | "keywords": <%= JSON.stringify(keywords) %>, 7 | "license": "<%= licenses[0].url %>", 8 | "authors": <%= JSON.stringify(contributors) %>, 9 | "homepage": "<%= homepage %>", 10 | "repository": <%= JSON.stringify(repository) %>, 11 | "location": "<%= repository.url.replace(/^https:\/\//, "git://") %>" 12 | } -------------------------------------------------------------------------------- /src/seeds/StationDatabaseSeeder.php: -------------------------------------------------------------------------------- 1 | call('StationUserTableSeeder'); 18 | $this->call('StationGroupTableSeeder'); 19 | $this->call('StationGroupUserTableSeeder'); 20 | 21 | DB::statement('SET FOREIGN_KEY_CHECKS=1;'); 22 | } 23 | 24 | } -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/macbook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/seeds/StationGroupTableSeeder.php: -------------------------------------------------------------------------------- 1 | $group) // TODO!: change key? 15 | { 16 | $group_list[] = array('name'=>$key); 17 | } 18 | 19 | if (DB::table('groups')->count() < 1){ 20 | 21 | DB::table('groups')->insert($group_list); 22 | } 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/android1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/index.js: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * Module exports. 4 | */ 5 | 6 | exports = module.exports = setup; 7 | 8 | /** 9 | * Module dependencies. 10 | */ 11 | 12 | var http = require('http'); 13 | var send = require('send'); 14 | var root = __dirname; 15 | var swf = '/ZeroClipboard.swf'; 16 | 17 | function setup () { 18 | return http.createServer(onReq); 19 | } 20 | 21 | function onReq (req, res) { 22 | send(req, swf) 23 | .root(root) 24 | .on('error', onError) 25 | .pipe(res); 26 | } 27 | 28 | function onError (err) { 29 | res.statusCode = err.status || 500; 30 | res.end(err.message); 31 | } 32 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/arrow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /phpunit.xml: -------------------------------------------------------------------------------- 1 | 2 | 13 | 14 | 15 | ./tests/ 16 | 17 | 18 | -------------------------------------------------------------------------------- /src/seeds/StationUserTableSeeder.php: -------------------------------------------------------------------------------- 1 | 'admin', 13 | 'password' => \App::make('hash')->make('admin'), 14 | 'email' => StationConfig::app('root_admin_email'), 15 | 'first_name'=> 'Johnny', 16 | 'last_name' => 'Admin' 17 | ); 18 | 19 | if (DB::table('users')->count() < 1){ 20 | 21 | DB::table('users')->insert($admin_user); 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/egg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/google .svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/less/modules/badges.less: -------------------------------------------------------------------------------- 1 | // 2 | // Badges 3 | // -------------------------------------------------- 4 | 5 | 6 | // Base classes 7 | .badge { 8 | font-size: floor(@component-font-size-base * .867); // ~13px 9 | font-weight: @badge-font-weight; 10 | color: @badge-color; 11 | line-height: @badge-line-height; 12 | background-color: @badge-bg; 13 | border-radius: @badge-border-radius; 14 | padding: 0 8px; 15 | } 16 | 17 | // Account for counters in navs 18 | a.list-group-item.active > .badge, 19 | .nav-pills > .active > a > .badge, 20 | .nav-list > .active > a > .badge { 21 | color: @badge-active-color; 22 | background-color: @badge-active-bg; 23 | } -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/graph.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/loop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/paper-bag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/migrations/2014_10_31_001032_create_groups_table.php: -------------------------------------------------------------------------------- 1 | increments('id'); 17 | $table->string('name', 90)->unique()->index(); 18 | $table->timestamps(); 19 | }); 20 | } 21 | 22 | 23 | /** 24 | * Reverse the migrations. 25 | * 26 | * @return void 27 | */ 28 | public function down() 29 | { 30 | Schema::drop('groups'); 31 | } 32 | 33 | } 34 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/imac.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Contributing 2 | ============== 3 | 4 | If you find an issue, submitting a pull request is always better than a bug report! Please fork and submit your code fixes. 5 | 6 | If you want to build some new features, we have a [roadmap.md](docs/roadmap.md) of features we want. You can add features you want there, or just code the feature and send a pull request. 7 | 8 | ### Cloning 9 | 10 | $ git clone https://github.com/zeroclipboard/zeroclipboard.git 11 | $ cd zeroclipboard/ 12 | $ npm install -g grunt-cli 13 | $ npm install 14 | $ grunt 15 | 16 | 17 | ### Developing 18 | 19 | $ npm install 20 | $ grunt 21 | 22 | 23 | ### Testing 24 | 25 | $ grunt test 26 | -------------------------------------------------------------------------------- /src/migrations/2014_10_31_001033_add_initial_group_id_column_to_users_table.php: -------------------------------------------------------------------------------- 1 | integer('initial_group_id'); 17 | }); 18 | } 19 | 20 | /** 21 | * Reverse the migrations. 22 | * 23 | * @return void 24 | */ 25 | public function down() 26 | { 27 | Schema::table('users', function(Blueprint $table) { 28 | $table->dropColumn('initial_group_id'); 29 | }); 30 | } 31 | 32 | } 33 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/pc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/less/modules/caret.less: -------------------------------------------------------------------------------- 1 | // 2 | // Caret 3 | // -------------------------------------------------- 4 | 5 | .caret { 6 | border-width: 8px 6px; 7 | border-bottom-color: @brand-primary; 8 | border-top-color: @brand-primary; 9 | border-style: solid; 10 | border-bottom-style: none; 11 | .transition(.25s); 12 | .scale(1.001); 13 | } 14 | 15 | .caret(@color: @brand-primary) { 16 | border-bottom-color: @color; 17 | border-top-color: @color; 18 | } 19 | 20 | .dropup .caret, 21 | .dropup .btn-lg .caret, 22 | .navbar-fixed-bottom .dropdown .caret { 23 | border-bottom-width: 8px; 24 | } 25 | 26 | .btn-lg .caret { 27 | border-top-width: 8px; 28 | border-right-width: 6px; 29 | border-left-width: 6px; 30 | } 31 | 32 | -------------------------------------------------------------------------------- /src/migrations/2014_10_31_001031_alter_users_table.php: -------------------------------------------------------------------------------- 1 | string('username', 30)->unique()->index(); 18 | $table->string('first_name', 90); 19 | $table->string('last_name', 90); 20 | $table->string('phone', 90); 21 | }); 22 | } 23 | 24 | /** 25 | * Reverse the migrations. 26 | * 27 | * @return void 28 | */ 29 | public function down() 30 | { 31 | Schema::drop('users'); 32 | } 33 | 34 | } 35 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-ja.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Japanese initialisation for the jQuery date/time entry extension 3 | Written by Yuuki Takahashi (yuuki@fb69.jp). */ 4 | (function($) { 5 | $.datetimeEntry.regional['ja'] = {datetimeFormat: 'Y/O/D H:M', 6 | monthNames: ['1月','2月','3月','4月','5月','6月', 7 | '7月','8月','9月','10月','11月','12月'], 8 | monthNamesShort: ['1月','2月','3月','4月','5月','6月', 9 | '7月','8月','9月','10月','11月','12月'], 10 | dayNames: ['日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日'], 11 | dayNamesShort: ['日','月','火','水','木','金','土'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['現在時刻', '前へ', '次へ', '増やす', '減らす'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['ja']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-zh-CN.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Simplified Chinese initialisation for the jQuery date/time entry extension. 3 | By Cloudream(cloudream@gmail.com) */ 4 | (function($) { 5 | $.datetimeEntry.regional['zh-CN'] = {datetimeFormat: 'Y-O-D H:Ma', 6 | monthNames: ['一月','二月','三月','四月','五月','六月', 7 | '七月','八月','九月','十月','十一月','十二月'], 8 | monthNamesShort: ['一','二','三','四','五','六', 9 | '七','八','九','十','十一','十二'], 10 | dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], 11 | dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['当前', '左移', '右移', '加一', '减一'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['zh-CN']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /src/config/groups.php: -------------------------------------------------------------------------------- 1 | [ 9 | 'table' => 'groups', //if no tablename, uses panel name 10 | 'single_item_name' => 'Group', 11 | 'has_timestamps' => FALSE, // Boolean for whether or not we'll be using timestamps 12 | 'default_order_by' => 'name', 13 | ], 14 | 15 | 'elements' => [ 16 | // These are the components that make up this panel 17 | 'name' => [ 18 | 'label' => 'Name', 19 | 'type' => 'text', 20 | 'length' => 90, 21 | 'attributes' => 'unique|index', 22 | 'rules' => 'required|unique:groups,name|between:3,90', 23 | 'display' => 'CRUDL' 24 | ] 25 | 26 | 27 | ] 28 | 29 | 30 | ]; -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "lifeboy/station", 3 | "description": "Laravel 5: Backend UI for Content, User and Media Management", 4 | "version": "0.2.0", 5 | "license": "MIT", 6 | "authors": [ 7 | { 8 | "name": "Ben Hirsch", 9 | "email": "ben@lifeboytech.com" 10 | } 11 | ], 12 | "require": { 13 | "php": ">=5.4.0", 14 | "illuminate/support": "~5.0", 15 | "laravelcollective/html": ">=5.2.0", 16 | "laracasts/generators": "dev-master" 17 | }, 18 | "autoload": { 19 | "classmap": [ 20 | "src/controllers", 21 | "src/seeds" 22 | ], 23 | "psr-0": { 24 | "Lifeboy\\Station": "src/" 25 | } 26 | }, 27 | "minimum-stability": "dev" 28 | } 29 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/less/modules/progress-bars.less: -------------------------------------------------------------------------------- 1 | // 2 | // Progress bars 3 | // -------------------------------------------------- 4 | 5 | // Outer container 6 | .progress { 7 | background: mix(@brand-primary, white, 10%); 8 | border-radius: 32px; 9 | height: @progress-height; 10 | .box-shadow(none); 11 | } 12 | 13 | // Bar of progress 14 | .progress-bar { 15 | background: @brand-secondary; 16 | .box-shadow(none); 17 | } 18 | 19 | // Variations 20 | // ------------------------- 21 | 22 | .progress-bar-success { 23 | background-color: @brand-success; 24 | } 25 | 26 | .progress-bar-warning { 27 | background-color: @brand-warning; 28 | } 29 | 30 | .progress-bar-danger { 31 | background-color: @brand-danger; 32 | } 33 | 34 | .progress-bar-info { 35 | background-color: @brand-info; 36 | } -------------------------------------------------------------------------------- /src/views/partials/deleter.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/controllers/ObjectBaseController.php: -------------------------------------------------------------------------------- 1 | base_uri = StationConfig::app('root_uri_segment').'/'; 24 | //$this->beforeFilter( 'sessionFilter' , array('except' => array('create'))); 25 | View::share('app_data', StationConfig::app()); 26 | } 27 | 28 | } -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "zeroclipboard/zeroclipboard", 3 | "description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.", 4 | "version": "1.3.5", 5 | "type": "library", 6 | "keywords": ["flash","clipboard","copy","cut","paste","zclip","clip","clippy"], 7 | "license": "MIT", 8 | "authors": [{"name":"Jon Rohan","homepage":"http://jonrohan.me/","role":"Developer"},{"name":"James M. Greene","email":"james.m.greene@gmail.com","homepage":"http://jamesgreene.net/","role":"Developer"}], 9 | "homepage": "http://zeroclipboard.org/", 10 | "support": { 11 | "source": "https://github.com/zeroclipboard/zeroclipboard.git", 12 | "issues": "https://github.com/zeroclipboard/zeroclipboard/issues" 13 | } 14 | } -------------------------------------------------------------------------------- /src/views/sessions/create_user.blade.php: -------------------------------------------------------------------------------- 1 | @extends('station::layouts.base') 2 | 3 | @section('main_content') 4 | {{ Form::open(array('class'=>'well ajaxme','role'=>'form')) }} 5 | 6 | @foreach($panel_data['elements'] as $element_name => $element_info) 7 |
8 | 9 | @if($element_info['type']=='password' || $element_info['type']=='text' || $element_info['type']=='email' || $element_info['type']=='date') 10 | 11 | @endif 12 |
13 | @endforeach 14 | 15 | 16 | 17 | {{ Form::close() }} 18 | @stop -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/user-interface.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "zeroclipboard", 3 | "description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.", 4 | "version": "1.3.5", 5 | "main": ["./ZeroClipboard.js", "./ZeroClipboard.swf"], 6 | "keywords": ["flash","clipboard","copy","cut","paste","zclip","clip","clippy"], 7 | "license": "https://github.com/zeroclipboard/zeroclipboard/blob/master/LICENSE", 8 | "authors": [{"name":"Jon Rohan","url":"http://jonrohan.me/"},{"name":"James M. Greene","email":"james.m.greene@gmail.com","url":"http://jamesgreene.net/"}], 9 | "homepage": "http://zeroclipboard.org/", 10 | "repository": {"type":"git","url":"https://github.com/zeroclipboard/zeroclipboard.git"}, 11 | "location": "git://github.com/zeroclipboard/zeroclipboard.git" 12 | } -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-fa.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Persian (Farsi) initialisation for the jQuery date/time entry extension 3 | Written by benyblack and Javad Mowlanezhad (jmowla@gmail.com). */ 4 | (function($) { 5 | $.datetimeEntry.regional['fa'] = {datetimeFormat: 'Y/O/D H:M', 6 | monthNames: ['فروردين','ارديبهشت','خرداد','تير','مرداد','شهريور', 7 | 'مهر','آبان','آذر','دي','بهمن','اسفند'], 8 | monthNamesShort: ['1','2','3','4','5','6', 9 | '7','8','9','10','11','12'], 10 | dayNames: ['يکشنبه','دوشنبه','سه‌شنبه','چهارشنبه','پنجشنبه','جمعه','شنبه'], 11 | dayNamesShort: ['ي','د','س','چ','پ','ج', 'ش'], 12 | ampmNames: ['ق.ظ', 'ب.ظ'], 13 | spinnerTexts: ['اکنون', 'قبلی', 'بعدی', 'افزایش', 'کاهش'], 14 | isRTL: true}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['fa']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/icecream.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/config/user_passwords.php: -------------------------------------------------------------------------------- 1 | [ 5 | 'table' => 'users', //if no tablename, uses panel name 6 | 'single_item_name' => 'User', 7 | 'has_timestamps' => TRUE, // Boolean for whether or not we'll be using timestamps 8 | 'default_order_by' => 'username' 9 | ], 10 | 11 | 'elements' => [ 12 | 13 | 'username' => [ 14 | 'label' => 'Username', 15 | 'type' => 'text', 16 | 'length' => 30, 17 | 'attributes' => '', 18 | 'rules' => '', 19 | 'display' => 'L' 20 | ], 21 | 'password' => [ 22 | 'label' => 'Reset Password', 23 | 'type' => 'password', 24 | 'length' => 255, // important. must be greater than 60 characters 25 | 'attributes' => '', 26 | 'rules' => 'required|alpha_dash|between:4,30', 27 | 'display' => 'U' 28 | ] 29 | ] 30 | ]; -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/README.md: -------------------------------------------------------------------------------- 1 | Flat UI Pro 1.2.1 2 | ======= 3 | 4 | Flat UI Pro 5 | 6 | Make money by partnering with Designmodo and earn 25% Commission Per Sale! Just add "Powered by Flat UI" in your site footer and link it to affiliate link. 7 | Learn more http://designmodo.com/affiliates/ 8 | 9 | Thanks for supporting our website and enjoy! 10 | 11 | Links: 12 | http://designmodo.com/flat 13 | 14 | 15 | ## Authors 16 | 17 | **Sergey Shmidt** 18 | 19 | + [http://shmidt.in](http://shmidt.in) 20 | + [http://twitter.com/monstercritic](http://twitter.com/monstercritic) 21 | 22 | **Sergii Iurevych** 23 | 24 | + [http://twitter.com/iurevych](http://twitter.com/iurevych) 25 | + [http://github.com/iurevych](http://github.com/iurevych) 26 | 27 | ## Typeface 28 | Flat UI Free is made using the Lato typeface, which can be downloaded for free here: http://www.google.com/webfonts/specimen/Lato 29 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/camera.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/printer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/views/layouts/welcome.blade.php: -------------------------------------------------------------------------------- 1 | @extends('station::layouts.base') 2 | 3 | @section('content') 4 | 5 |
6 | 7 |
8 |   Welcome to Station!   9 |
10 | 11 |

12 | If you are reading this message then you have installed Station successfully 13 |

14 | 15 |

16 | The next thing you should do is configure your /config/packages/lifeboy/station/_app.php file and begin to create individual "panel" files. Each panel appears in Station's navigation bar and is an area where your users can control data or content. 17 |

18 | 19 |

20 | There is plenty more to read about this and other things in the documentation. 21 |

22 | 23 |
24 | 25 | @stop -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-sk.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Slovak initialisation for the jQuery date/time entry extension 3 | Written by Vojtech Rinik (vojto@hmm.sk) */ 4 | (function($) { 5 | $.datetimeEntry.regional['sk'] = {datetimeFormat: 'D.O.Y H:Ma', 6 | monthNames: ['Január','Február','Marec','Apríl','Máj','Jún', 7 | 'Júl','August','September','Október','November','December'], 8 | monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún', 9 | 'Júl','Aug','Sep','Okt','Nov','Dec'], 10 | dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'], 11 | dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Teraz', 'Predchádzajúce pole', 'Nasledujúce pole', 'Zvýšiť', 'Znížiť'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['sk']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-tr.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Turkish initialisation for the jQuery date/time entry extension 3 | Written by Vural Dinçer and Izzet Emre Erkan (kara@karalamalar.net) */ 4 | (function($) { 5 | $.datetimeEntry.regional['tr'] = {datetimeFormat: 'D.O.Y H:M', 6 | monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran', 7 | 'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'], 8 | monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz', 9 | 'Tem','Ağu','Eyl','Eki','Kas','Ara'], 10 | dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'], 11 | dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['şu an', 'önceki alan', 'sonraki alan', 'arttır', 'azalt'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['tr']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-it.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Italian initialisation for the jQuery date/time entry extension 3 | Written by Apaella (apaella@gmail.com). */ 4 | (function($) { 5 | $.datetimeEntry.regional['it'] = {datetimeFormat: 'D/O/Y H:M', 6 | monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno', 7 | 'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'], 8 | monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu', 9 | 'Lug','Ago','Set','Ott','Nov','Dic'], 10 | dayNames: ['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'], 11 | dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Adesso', 'Precedente', 'Successivo', 'Aumenta', 'Diminuisci'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['it']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-fr.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | French initialisation for the jQuery date/time entry extension 3 | Written by Keith Wood (kbwood{at}iinet.com.au) September 2010. */ 4 | (function($) { 5 | $.datetimeEntry.regional['fr'] = {datetimeFormat: 'D/O/Y H:M', 6 | monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', 7 | 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], 8 | monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun', 9 | 'Jul','Aoû','Sep','Oct','Nov','Déc'], 10 | dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], 11 | dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Maintenant', 'Précédent', 'Suivant', 'Augmenter', 'Diminuer'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['fr']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-sv.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Swedish initialisation for the jQuery date/time entry extension. 3 | Written by Anders Ekdahl ( anders@nomadiz.se). */ 4 | (function($) { 5 | $.datetimeEntry.regional['sv'] = {datetimeFormat: 'Y-O-D H:M', 6 | monthNames: ['Januari','Februari','Mars','April','Maj','Juni', 7 | 'Juli','Augusti','September','Oktober','November','December'], 8 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 9 | 'Jul','Aug','Sep','Okt','Nov','Dec'], 10 | dayNames: ['Söndag','Måndag','Tisdag','Onsdag','Torsdag','Fredag','Lördag'], 11 | dayNamesShort: ['Sön','Mån','Tis','Ons','Tor','Fre','Lör'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Nu', 'Förra fältet', 'Nästa fält', 'öka', 'minska'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['sv']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /src/migrations/2014_10_31_001034_pivot_group_user_table.php: -------------------------------------------------------------------------------- 1 | increments('id'); 17 | $table->integer('group_id')->unsigned()->index(); 18 | $table->integer('user_id')->unsigned()->index(); 19 | $table->foreign('group_id')->references('id')->on('groups')->onDelete('cascade'); 20 | $table->foreign('user_id')->references('id')->on('users')->onDelete('cascade'); 21 | }); 22 | } 23 | 24 | 25 | 26 | /** 27 | * Reverse the migrations. 28 | * 29 | * @return void 30 | */ 31 | public function down() 32 | { 33 | Schema::drop('group_user'); 34 | } 35 | 36 | } 37 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-ru.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Russian (UTF-8) initialisation for the jQuery date/time entry extension. 3 | Written by Andrew Stromnov (stromnov@gmail.com). */ 4 | (function($) { 5 | $.datetimeEntry.regional['ru'] = {datetimeFormat: 'D.O.Y H:M', 6 | monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь', 7 | 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'], 8 | monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн', 9 | 'Июл','Авг','Сен','Окт','Ноя','Дек'], 10 | dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'], 11 | dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Сейчас', 'Предыдущее поле', 'Следующее поле', 'Больше', 'Меньше'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['ru']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/less/modules/code.less: -------------------------------------------------------------------------------- 1 | // 2 | // Code (inline and blocK) 3 | // -------------------------------------------------- 4 | 5 | 6 | // Inline and block code styles 7 | code, 8 | kdb, 9 | pre, 10 | samp { 11 | font-family: @font-family-monospace; 12 | } 13 | 14 | // Inline code 15 | code { 16 | font-size: 75%; 17 | color: @code-color; 18 | background-color: @code-bg; 19 | border-radius: @border-radius-base; 20 | } 21 | 22 | // Blocks of code 23 | pre { 24 | padding: ((@line-height-computed - 6) / 3); 25 | margin: 0 0 (@line-height-computed / 2); 26 | font-size: (@font-size-base - 5); // 18px to 13px 27 | line-height: @line-height-base; 28 | color: @pre-color; 29 | background-color: @pre-bg; 30 | border: 2px solid @pre-border-color; 31 | border-radius: @pre-border-radius; 32 | } 33 | 34 | // Enable scrollable blocks of code 35 | .pre-scrollable { 36 | max-height: @pre-scrollable-max-height; 37 | } -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-de.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | German initialisation for the jQuery date/time entry extension 3 | Written by Eyk Schulz (eyk.schulz@gmx.net) and Milian Wolff (mail@milianw.de) */ 4 | (function($) { 5 | $.datetimeEntry.regional['de'] = {datetimeFormat: 'D.O.Y H:M', 6 | monthNames: ['Januar','Februar','März','April','Mai','Juni', 7 | 'Juli','August','September','Oktober','November','Dezember'], 8 | monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun', 9 | 'Jul','Aug','Sep','Okt','Nov','Dez'], 10 | dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'], 11 | dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Jetzt', 'vorheriges Feld', 'nächstes Feld', 'hoch', 'runter'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['de']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-is.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Icelandic initialisation for the jQuery date/time entry extension 3 | Written by Már Örlygsson (http://mar.anomy.net/) */ 4 | (function($) { 5 | $.datetimeEntry.regional['is'] = {datetimeFormat: 'D.O.Y H:M', 6 | monthNames: ['janúar','febrúar','mars','apríl','maí','júní', 7 | 'júlí','ágúst','september','október','nóvember','desember'], 8 | monthNamesShort: ['jan','feb','mar','apr','maí','jún', 9 | 'júl','ágú','sep','okt','nóv','des'], 10 | dayNames: ['sunnudagur','mánudagur','þriðjudagur','miðvikudagur','fimmtudagur','föstudagur','laugardagur'], 11 | dayNamesShort: ['sun','mán','þri','mið','fim','fös','lau'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Dagurinn í dag', 'Fyrra svæði', 'Næsta svæði', 'Hækka', 'Lækka'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['is']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-ro.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Romanian initialisation for the jQuery date/time entry extension 3 | Written by Edmond L. (ll_edmond@walla.com) */ 4 | (function($) { 5 | $.datetimeEntry.regional['ro'] = {datetimeFormat: 'O/D/Y H:M', 6 | monthNames: ['Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie', 7 | 'Iulie','August','Septembrie','Octobrie','Noiembrie','Decembrie'], 8 | monthNamesShort: ['Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 9 | 'Iul', 'Aug', 'Sep', 'Oct', 'Noi', 'Dec'], 10 | dayNames: ['Duminică', 'Luni', 'Marti', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'], 11 | dayNamesShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Acum', 'Campul Anterior', 'Campul Urmator', 'Mareste', 'Micsoreaza'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['ro']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-es.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Spanish initialisation for the jQuery date/time entry extension 3 | Written by diegok (diego@freekeylabs.com) and Vester (xvester@gmail.com). */ 4 | (function($) { 5 | $.datetimeEntry.regional['es'] = {datetimeFormat: 'D/O/Y H:M', 6 | monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio', 7 | 'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'], 8 | monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun', 9 | 'Jul','Ago','Sep','Oct','Nov','Dic'], 10 | dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'], 11 | dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Ahora', 'Campo anterior', 'Siguiente campo', 'Aumentar', 'Disminuir'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['es']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-hu.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Hungarian initialisation for the jQuery date/time entry extension 3 | Written by Karaszi Istvan (raszi@spam.raszi.hu) */ 4 | (function($) { 5 | $.datetimeEntry.regional['hu'] = {datetimeFormat: 'Y-O-D H:M', 6 | monthNames: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június', 7 | 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'], 8 | monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún', 9 | 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'], 10 | dayNames: ['Vasámap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'], 11 | dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Most', 'Előző mező', 'Következő mező', 'Növel', 'Csökkent'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['hu']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-cs.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Czech initialisation for the jQuery date/time entry extension 3 | Written by Stanislav Kurinec (stenly.kurinec@gmail.com) and Tomas Muller (tomas@tomas-muller.net) */ 4 | (function($) { 5 | $.datetimeEntry.regional['cs'] = {datetimeFormat: 'D.O.Y H:M', 6 | monthNames: ['leden','únor','březen','duben','květen','červen', 7 | 'červenec','srpen','září','říjen','listopad','prosinec'], 8 | monthNamesShort: ['led','úno','bře','dub','kvě','čer', 9 | 'čvc','srp','zář','říj','lis','pro'], 10 | dayNames: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'], 11 | dayNamesShort: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Nyní', 'Předchozí pole', 'Následující pole', 'Zvýšit', 'Snížit'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['cs']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-pl.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Polish initialisation for the jQuery date/time entry extension. 3 | Polish translation by Jacek Wysocki (jacek.wysocki@gmail.com). */ 4 | (function($) { 5 | $.datetimeEntry.regional['pl'] = {datetimeFormat: 'Y-O-D H:M', 6 | monthNames: ['Styczeń','Luty','Marzec','Kwiecień','Maj','Czerwiec', 7 | 'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'], 8 | monthNamesShort: ['Sty','Lut','Mar','Kwi','Maj','Cze', 9 | 'Lip','Sie','Wrz','Paź','Lis','Gru'], 10 | dayNames: ['Niedziela','Poniedzialek','Wtorek','Środa','Czwartek','Piątek','Sobota'], 11 | dayNamesShort: ['Nie','Pon','Wto','Śro','Czw','Pią','Sob'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Teraz', 'Poprzednie pole', 'Następne pole', 'Zwiększ wartość', 'Zmniejsz wartość'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['pl']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/test/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ZeroClipboard unit tests 6 | 7 | 8 | 9 | 10 | 23 | 24 | 25 |
26 | 27 | 28 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/bootstrap/css/prettify.css: -------------------------------------------------------------------------------- 1 | .com { color: #93a1a1; } 2 | .lit { color: #195f91; } 3 | .pun, .opn, .clo { color: #93a1a1; } 4 | .fun { color: #dc322f; } 5 | .str, .atv { color: #D14; } 6 | .kwd, .prettyprint .tag { color: #1e347b; } 7 | .typ, .atn, .dec, .var { color: teal; } 8 | .pln { color: #48484c; } 9 | 10 | .prettyprint { 11 | padding: 8px; 12 | background-color: #f7f7f9; 13 | border: 1px solid #e1e1e8; 14 | } 15 | .prettyprint.linenums { 16 | -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; 17 | -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; 18 | box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; 19 | } 20 | 21 | /* Specify class=linenums on a pre to get line numbering */ 22 | ol.linenums { 23 | margin: 0 0 0 33px; /* IE indents via margin-left */ 24 | } 25 | ol.linenums li { 26 | padding-left: 12px; 27 | color: #bebec5; 28 | line-height: 20px; 29 | text-shadow: 0 1px 0 #fff; 30 | } -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-nl.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Dutch initialisation written for the jQuery date/time entry extension. 3 | Glenn plas (glenn.plas@telenet.be) and Mathias Bynens (http://mathiasbynens.be/). */ 4 | (function($) { 5 | $.datetimeEntry.regional['nl'] = {datevFormat: 'D/O/Y H:M', 6 | monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 7 | 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], 8 | monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun', 9 | 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'], 10 | dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], 11 | dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Nu', 'Vorig veld', 'Volgend veld','Verhoog', 'Verlaag'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['nl']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-lt.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Lithuanian initialisation for the jQuery date/time entry extension 3 | Written by Andrej Andrejev and Arturas Paleicikas . */ 4 | (function($) { 5 | $.datetimeEntry.regional['lt'] = {datetimeFormat: 'Y-O-D H:M', 6 | monthNames: ['Sausis','Vasaris','Kovas','Balandis','Gegužė','Birželis', 7 | 'Liepa','Rugpjūtis','Rugsėjis','Spalis','Lapkritis','Gruodis'], 8 | monthNamesShort: ['Sau','Vas','Kov','Bal','Geg','Bir', 9 | 'Lie','Rugp','Rugs','Spa','Lap','Gru'], 10 | dayNames: ['sekmadienis','pirmadienis','antradienis','trečiadienis','ketvirtadienis','penktadienis','šeštadienis'], 11 | dayNamesShort: ['sek','pir','ant','tre','ket','pen','šeš'], 12 | ampmNames: ['AM', 'PM'], 13 | spinnerTexts: ['Dabar', 'Ankstesnis laukas', 'Kitas laukas', 'Daugiau', 'Mažiau'], 14 | isRTL: false}; 15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['lt']); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/medal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/js/query-datetime/jquery.datetimeentry-pt.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/datetimeEntry.html 2 | Portuguese initialisation for the jQuery date/time entry extension 3 | Written by Dino Sane (dino@asttra.com.br) and Leonildo Costa Silva (leocsilva@gmail.com). */ 4 | (function($) { 5 | $.datetimeEntry.regional['pt'] = {datetimeFormat: 'D/O/Y H:M', 6 | monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho', 7 | 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], 8 | monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', 9 | 'Jul','Ago','Set','Out','Nov','Dez'], 10 | dayNames: ['Domingo','Segunda-feira','Terça-feira', 11 | 'Quarta-feira','Quinta-feira','Sexta-feira','Sábado'], 12 | dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], 13 | ampmNames: ['AM', 'PM'], 14 | spinnerTexts: ['Agora', 'Campo anterior', 'Campo Seguinte', 'Aumentar', 'Diminuir'], 15 | isRTL: false}; 16 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['pt']); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/less/scaffolding.less: -------------------------------------------------------------------------------- 1 | // 2 | // Scaffolding 3 | // -------------------------------------------------- 4 | 5 | 6 | // Body reset 7 | // ------------------------- 8 | 9 | body { 10 | font-family: @font-family-base; 11 | font-size: @font-size-base; 12 | line-height: @line-height-base; 13 | color: @text-color; 14 | background-color: @body-bg; 15 | } 16 | 17 | // Links 18 | // ------------------------- 19 | 20 | a { 21 | color: @link-color; 22 | text-decoration: none; 23 | .transition(.25s); 24 | 25 | &:hover, 26 | &:focus { 27 | color: @link-hover-color; 28 | text-decoration: none; 29 | } 30 | } 31 | 32 | // Images 33 | // ------------------------- 34 | 35 | // Rounded corners 36 | .img-rounded { 37 | border-radius: @border-radius-large; 38 | } 39 | 40 | // Description text under image 41 | .img-comment { 42 | font-size: ceil(@font-size-base * 1.071); // ~15px 43 | line-height: @line-height-base; 44 | font-style: italic; 45 | margin: 24px 0; 46 | } -------------------------------------------------------------------------------- /src/Lifeboy/Station/Config/StationConfig.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/fit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Station for Laravel 2 | 3 | Station allows developers to auto-generate, configure, and deploy an admin interface with advanced scaffolding, migrations and models for their Laravel software. It includes an artisan build command and a simple but extensible UI. 4 | 5 | If you are tired of creating CRUD-capable interfaces from scratch, then Station may be perfect for you. In a few minutes you can have a back-end admin installed and ready for use by you, your customers, and your customers' users. 6 | 7 | Station shines when used as a CMS however it is *not* your typical template-based CMS system. It does not include front-end templates or layouts. Instead it is intended to be used as a database, content, and user management system. It takes away the heavy-lifting involved in creating a back-end for your web site or application. But, it leaves the front-end a blank canvas for your creativity! 8 | 9 | ## Read the [Documentation](http://station.readthedocs.org) 10 | 11 | **Looking for a Laravel 4 version? Check this out: https://github.com/thecanarycollective/station** 12 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/pills.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/flower.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/src/meta/composer.json.tmpl: -------------------------------------------------------------------------------- 1 | { 2 | "name": "<%= name %>/<%= name %>", 3 | "description": "<%= description %>", 4 | "version": "<%= version %>", 5 | "type": "library", 6 | "keywords": <%= JSON.stringify(keywords) %>, 7 | "license": "<%= licenses[0].type %>", 8 | "authors": <%= JSON.stringify(_.filter(_.map(contributors, function(c) { 9 | var a; 10 | /* Does not currently support the NPM package.json string format (as opposed to object format) for "people" types */ 11 | if (c && typeof c === "object") { 12 | /* The `name` property is required */ 13 | if (c.name) { 14 | a = {}; 15 | a.name = c.name; 16 | 17 | if (c.email) { 18 | a.email = c.email; 19 | } 20 | if (c.url) { 21 | a.homepage = c.url; 22 | } 23 | a.role = c.role || "Developer"; 24 | } 25 | } 26 | return a; 27 | }), function(a) { return !!a; })) %>, 28 | "homepage": "<%= homepage %>", 29 | "support": { 30 | "source": "<%= repository.url %>", 31 | "issues": "<%= bugs.url %>" 32 | } 33 | } -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | Copyright (c) 2014 Jon Rohan, James M. Greene 3 | 4 | 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: 5 | 6 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 7 | 8 | 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. 9 | -------------------------------------------------------------------------------- /docs/license.rst: -------------------------------------------------------------------------------- 1 | License 2 | ======= 3 | 4 | The MIT License (MIT) 5 | 6 | Copyright (c) 2016 Lifeboy Tech LLC 7 | 8 | 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: 9 | 10 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 11 | 12 | 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. -------------------------------------------------------------------------------- /docs/_build/html/_sources/license.txt: -------------------------------------------------------------------------------- 1 | License 2 | ======= 3 | 4 | The MIT License (MIT) 5 | 6 | Copyright (c) 2016 Lifeboy Tech LLC 7 | 8 | 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: 9 | 10 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 11 | 12 | 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. -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Lifeboy Tech LLC 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/touch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/src/meta/LICENSE.tmpl: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | Copyright (c) <%= grunt.template.today("yyyy") %> <%= _.pluck(contributors, "name").join(", ") %> 3 | 4 | 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: 5 | 6 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 7 | 8 | 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. 9 | -------------------------------------------------------------------------------- /docs/models.rst: -------------------------------------------------------------------------------- 1 | 2 | .. _models: 3 | 4 | Working with Station Models 5 | =========================== 6 | 7 | Every time you run :ref:`build-command` all of your models (at least all of the models which are associated with Station panels) get regenerated. You might be thinking, "Well that sucks, what if I want to add my own methods to those models?!"". Guess what? That is not a problem. Station's models carefully avoid any custom code you've written and instead only replace Station's own boilerplate class variables and methods in your models, leaving your own work intact. 8 | 9 | .. code-block:: php 10 | 11 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/less/modules/labels.less: -------------------------------------------------------------------------------- 1 | // 2 | // Labels 3 | // -------------------------------------------------- 4 | 5 | .label { 6 | font-size: 72%; 7 | font-weight: normal; 8 | padding: .15em .5em .2em; 9 | 10 | // Add hover effects, but only for links 11 | &[href] { 12 | &:hover, 13 | &:focus { 14 | color: @label-link-hover-color; 15 | } 16 | } 17 | } 18 | 19 | // Colors 20 | // Contextual variations (linked labels get darker on :hover) 21 | 22 | .label-default { 23 | .label-variant(@label-default-bg, @label-default-bg-hover, @label-default-text-color); 24 | } 25 | 26 | .label-inverse { 27 | .label-variant(@label-inverse-bg, @label-inverse-bg-hover); 28 | } 29 | 30 | .label-success { 31 | .label-variant(@label-success-bg, @label-success-bg-hover); 32 | } 33 | 34 | .label-important { 35 | .label-variant(@label-important-bg, @label-important-bg-hover); 36 | } 37 | 38 | .label-warning { 39 | .label-variant(@label-warning-bg, @label-warning-bg-hover); 40 | } 41 | 42 | .label-info { 43 | .label-variant(@label-info-bg, @label-info-bg-hover); 44 | } 45 | 46 | .label-primary { 47 | .label-variant(@label-primary-bg, @label-primary-bg-hover); 48 | } -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/clocks.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/_build/html/_sources/models.txt: -------------------------------------------------------------------------------- 1 | 2 | .. _models: 3 | 4 | Working with Station Models 5 | =========================== 6 | 7 | Every time you run :ref:`build-command` all of your models (at least all of the models which are associated with Station panels) get regenerated. You might be thinking, "Well that sucks, what if I want to add my own methods to those models?!"". Guess what? That is not a problem. Station's models carefully avoid any custom code you've written and instead only replace Station's own boilerplate class variables and methods in your models, leaving your own work intact. 8 | 9 | .. code-block:: php 10 | 11 | 2 | 3 | 4 | 5 | ZeroClipboard unit tests: core.js 6 | 7 | 8 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
32 | 33 | 34 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/mail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/chat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/js/jquery.ui.touch-punch.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Touch Punch 0.2.2 3 | * 4 | * Copyright 2011, Dave Furfero 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * 7 | * Depends: 8 | * jquery.ui.widget.js 9 | * jquery.ui.mouse.js 10 | */ 11 | (function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return;}var c=b.ui.mouse.prototype,e=c._mouseInit,a;function d(g,h){if(g.originalEvent.touches.length>1){return;}g.preventDefault();var i=g.originalEvent.changedTouches[0],f=document.createEvent("MouseEvents");f.initMouseEvent(h,true,true,window,1,i.screenX,i.screenY,i.clientX,i.clientY,false,false,false,false,0,null);g.target.dispatchEvent(f);}c._touchStart=function(g){var f=this;if(a||!f._mouseCapture(g.originalEvent.changedTouches[0])){return;}a=true;f._touchMoved=false;d(g,"mouseover");d(g,"mousemove");d(g,"mousedown");};c._touchMove=function(f){if(!a){return;}this._touchMoved=true;d(f,"mousemove");};c._touchEnd=function(f){if(!a){return;}d(f,"mouseup");d(f,"mouseout");if(!this._touchMoved){d(f,"click");}a=false;};c._mouseInit=function(){var f=this;f.element.bind("touchstart",b.proxy(f,"_touchStart")).bind("touchmove",b.proxy(f,"_touchMove")).bind("touchend",b.proxy(f,"_touchEnd"));e.call(f);};})(jQuery); -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/eye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/pencil.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/toilet-paper.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/magic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/src/javascript/ZeroClipboard/flash.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Simple Flash Detection 3 | * 4 | * returns true if Flash is detected 5 | */ 6 | var _detectFlashSupport = function () { 7 | var hasFlash = false; 8 | 9 | if (typeof flashState.disabled === "boolean") { 10 | hasFlash = flashState.disabled === false; 11 | } 12 | else { 13 | // IE 14 | if (typeof ActiveXObject === "function") { 15 | try { 16 | if (new ActiveXObject("ShockwaveFlash.ShockwaveFlash")) { 17 | hasFlash = true; 18 | } 19 | } 20 | catch (error) {} 21 | } 22 | 23 | // Every other browser 24 | if (!hasFlash && navigator.mimeTypes["application/x-shockwave-flash"]) { 25 | hasFlash = true; 26 | } 27 | } 28 | 29 | return hasFlash; 30 | }; 31 | 32 | 33 | /* 34 | * Parse a Flash version string (e.g. "MAC 11,9,100") 35 | * 36 | * returns a cleaner Flash version string (e.g. "11.9.100") 37 | */ 38 | function _parseFlashVersion(flashVersion) { 39 | return flashVersion.replace(/,/g, ".").replace(/[^0-9\.]/g, ""); 40 | } 41 | 42 | 43 | /* 44 | * Flash version verification 45 | * 46 | * returns true if Flash version is acceptable 47 | */ 48 | function _isFlashVersionSupported(flashVersion) { 49 | return parseFloat(_parseFlashVersion(flashVersion)) >= 10.0; 50 | } -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/chair.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/docs/roadmap.md: -------------------------------------------------------------------------------- 1 | # Roadmap 2 | 3 | These are things that we have expressed interest in but haven't implemented yet. There is no order, if you feel like you can complete one of the tasks. Feel free to fork the project and send a pull request with the new code. 4 | 5 | ## Rich Clipboard 6 | The Flash Clipboard API supports RichText (RTF), HTML, and custom data. We want to enable those as feasible. See Issues [#143](https://github.com/zeroclipboard/zeroclipboard/issues/143) and [#152](https://github.com/zeroclipboard/zeroclipboard/issues/152). 7 | 8 | ## HTML5 Clipboard API 9 | In a perfect world we wouldn't need ZeroClipboard, and the browsers would just take care of it. We would like to write ZeroClipboard to use the browser's clipboard API when available. See Issues [#171](https://github.com/zeroclipboard/zeroclipboard/issues/171) and [#105](https://github.com/zeroclipboard/zeroclipboard/issues/105). 10 | 11 | ## Flash tests 12 | We want to setup a unit test suite for the Flash file. See Issue [#43](https://github.com/zeroclipboard/zeroclipboard/issues/43). 13 | 14 | ## Mostly new API in v2.0.0 15 | Most of the API will be redesigned for v2.0.0 (as we did not design the v1.x API but rather inherited it. 16 | Feedback on the [https://gist.github.com/JamesMGreene/7886534](ZeroClipboard v2.0.0 API draft) is welcomed! -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/dude.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/less/modules/pager.less: -------------------------------------------------------------------------------- 1 | // 2 | // Pager 3 | // -------------------------------------------------- 4 | 5 | .pager { 6 | background-color: @brand-primary; 7 | border-radius: @border-radius-large; 8 | color: @inverse; 9 | font-size: 16px; 10 | font-weight: 700; 11 | display: inline-block; 12 | 13 | li { 14 | &:first-child { 15 | > a, 16 | > span { 17 | border-left: none; 18 | border-radius: @border-radius-large 0 0 @border-radius-large; 19 | } 20 | } 21 | 22 | > a, 23 | > span { 24 | background: none; 25 | border: none; 26 | border-left: 2px solid mix(@brand-primary, black, 85%); 27 | color: @inverse; 28 | padding: @pager-padding; 29 | text-decoration: none; 30 | white-space: nowrap; 31 | border-radius: 0 @border-radius-large @border-radius-large 0; 32 | line-height: 1.313; 33 | 34 | &:hover, 35 | &:focus { 36 | background-color: mix(@brand-primary, black, 85%); 37 | } 38 | &:active { 39 | background-color: mix(@brand-primary, black, 85%); 40 | } 41 | 42 | // Add some spacing between the icon and text 43 | [class*="fui-"] + span { 44 | margin-left: 8px; 45 | } 46 | span + [class*="fui-"] { 47 | margin-left: 8px; 48 | } 49 | } 50 | } 51 | } -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/goal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/book.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/less/modules/popover.less: -------------------------------------------------------------------------------- 1 | // 2 | // Popover 3 | // -------------------------------------------------- 4 | 5 | .popover { 6 | background-color: mix(@brand-primary, white, 9%); 7 | border: none; 8 | padding: 0; 9 | .box-shadow(none); 10 | 11 | &.right .arrow { 12 | border-right-color: mix(@brand-primary, white, 9%); 13 | left: -9px; 14 | margin-top: -9px; 15 | } 16 | &.left .arrow { 17 | border-left-color: mix(@brand-primary, white, 9%); 18 | right: -9px; 19 | margin-top: -9px; 20 | } 21 | &.bottom .arrow { 22 | border-bottom-color: mix(@brand-primary, white, 9%); 23 | margin-right: -9px; 24 | top: -9px; 25 | } 26 | &.top .arrow { 27 | border-top-color: mix(@brand-primary, white, 9%); 28 | bottom: -9px; 29 | margin-left: -9px; 30 | } 31 | .arrow { 32 | border-width: 9px; 33 | 34 | &:after { 35 | display: none; 36 | } 37 | } 38 | } 39 | 40 | // Popover Title 41 | .popover-title { 42 | background-color: mix(@brand-primary, white, 33%); 43 | color: @inverse; 44 | font-size: @component-font-size-base; 45 | line-height: 1.2; 46 | font-weight: 700; 47 | padding: 10px 20px 11px; 48 | } 49 | 50 | // Popover Content 51 | .popover-content { 52 | padding: 9px 20px 1px; 53 | 54 | p { 55 | font-size: ceil(@component-font-size-base * 0.933); // ~14px 56 | line-height: 1.286; // 18px 57 | } 58 | } -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/test/core.js.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ZeroClipboard unit tests: core.js 6 | 7 | 8 | 20 | 21 | 22 | 30 | 31 | 32 | 33 | 34 | 35 |
36 |
37 | 38 | 39 | -------------------------------------------------------------------------------- /src/views/partials/list_items.blade.php: -------------------------------------------------------------------------------- 1 | @foreach($data['data'] as $row) 2 | 3 | 4 | 5 | {!! $row_opener !!} id="{{ $curr_panel }}-record-{{ $row['id'] }}" data-id="{{ $row['id'] }}"> 6 | 7 | @if ($user_can_bulk_delete) 8 | {{-- We need our bulk-delete checkbox --}} 9 | <{{ $item_element }} class="td-for-bulk-delete col-0-0"> 10 | 11 | 12 | @endif 13 | 14 | @if ($user_can_update) 15 | {{-- We need our button for edit/update --}} 16 | <{{ $item_element }} class="td-for-edit col-0"> 17 | 18 | 19 | 20 | 21 | @endif 22 | 23 | @include('station::partials.list_item_row_content', compact('row')) 24 | 25 | @if ($user_can_delete) 26 | {{-- We need our button for delete --}} 27 | <{{ $item_element }} class="td-for-delete col-delete"> 28 | 32 | 33 | 34 | 35 | @endif 36 | {!! $row_closer !!} 37 | @endforeach -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/save.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/js/zeroclipboard-1.3.5/test/utils.js.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ZeroClipboard unit tests: utils.js 6 | 7 | 8 | 20 | 21 | 22 | 23 | 24 | 25 |
26 |
27 | 30 | 31 | 32 | 33 | 34 |
35 | 36 | 37 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/less/modules/ui-slider.less: -------------------------------------------------------------------------------- 1 | // Slider 2 | // -------------------------------------------------- 3 | 4 | .ui-slider { 5 | .progress(); 6 | margin-bottom: 20px; 7 | position: relative; 8 | } 9 | 10 | .ui-slider-handle { 11 | background-color: mix(@brand-secondary, black, 85%); 12 | border-radius: 50%; 13 | cursor: pointer; 14 | height: 18px; 15 | margin-left: -9px; 16 | position: absolute; 17 | top: -3px; 18 | width: 18px; 19 | z-index: 2; 20 | .transition(background .25s); 21 | 22 | &[style*='100'] { 23 | margin-left: -15px; 24 | } 25 | &:hover, 26 | &:focus { 27 | background-color: mix(@brand-secondary, white, 80%); 28 | outline: none; 29 | } 30 | &:active { 31 | background-color: mix(@brand-secondary, black, 85%); 32 | } 33 | } 34 | 35 | .ui-slider-range { 36 | background-color: @brand-secondary; 37 | border-radius: 30px 0 0 30px; 38 | display: block; 39 | height: 100%; 40 | position: absolute; 41 | z-index: 1; 42 | } 43 | 44 | .ui-slider-segment { 45 | background-color: mix(desaturate(@brand-primary, 15%), white, 20%); 46 | border-radius: 50%; 47 | float: left; 48 | height: 6px; 49 | margin: 3px -6px 0 0; 50 | width: 6px; 51 | } 52 | 53 | .ui-slider-value { 54 | float: right; 55 | font-size: floor(@component-font-size-base * 0.867); // ~13px 56 | margin-top: @progress-height; 57 | 58 | &.first { 59 | clear: left; 60 | float: left; 61 | } 62 | }S -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/girl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/ubmrella.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/css/login.css: -------------------------------------------------------------------------------- 1 | body { 2 | padding-top: 40px; 3 | padding-bottom: 40px; 4 | background-color: #fff; 5 | } 6 | 7 | .form-signin { 8 | max-width: 330px; 9 | padding: 15px; 10 | margin: 0 auto; 11 | } 12 | .form-signin h4 { 13 | font-size: 11px !important; 14 | } 15 | .form-signin .form-signin-heading, 16 | .form-signin .checkbox { 17 | margin-bottom: 10px; 18 | color: #000; 19 | /* font-size: 16px; */ 20 | } 21 | .form-signin .checkbox { 22 | font-weight: normal; 23 | } 24 | .form-signin .form-control { 25 | position: relative; 26 | font-size: 16px; 27 | height: auto; 28 | padding: 10px; 29 | -webkit-box-sizing: border-box; 30 | -moz-box-sizing: border-box; 31 | box-sizing: border-box; 32 | } 33 | .form-signin .form-control:focus { 34 | z-index: 2; 35 | } 36 | .form-signin input[type="text"] { 37 | margin-bottom: -1px; 38 | border-bottom-left-radius: 0; 39 | border-bottom-right-radius: 0; 40 | } 41 | .form-signin input[type="password"] { 42 | margin-bottom: 10px; 43 | border-top-left-radius: 0; 44 | border-top-right-radius: 0; 45 | } 46 | h4, h5 { 47 | text-align: center; 48 | font-size: 14px !important; 49 | text-transform: uppercase; 50 | letter-spacing: 2px 51 | } 52 | .pull-left { 53 | float: none; 54 | width: 100%; 55 | } 56 | .list-new { 57 | display: none !important; 58 | } 59 | .station-form-submit{ 60 | margin: 0 auto !important; 61 | display: block !important; 62 | float: none !important; 63 | } 64 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/responsive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/ring.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/template.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Flat UI 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 20 | 21 | 22 |
23 | Start doing your next awesomeness here. 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /src/views/layouts/sidebar.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/spray.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/js/query-datetime/datetimeEntryBasic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery Date/Time Entry 6 | 9 | 10 | 11 | 19 | 20 | 21 |

jQuery Date/Time Entry Basics

22 |

This page demonstrates the very basics of the 23 | jQuery Date/Time Entry plugin. 24 | It contains the minimum requirements for using the plugin and 25 | can be used as the basis for your own experimentation.

26 |

For more detail see the documentation reference page.

27 |

Enter your date/time:

28 |

Date only entry:

29 |

Time only entry:

30 | 31 | 32 | -------------------------------------------------------------------------------- /public/Flat-UI-Pro-1.2.2/images/icons/shirt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/views/layouts/media.php: -------------------------------------------------------------------------------- 1 |