├── .gitignore ├── Admin Tools ├── BlueSky Admin Setup.app │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ └── applet │ │ ├── PkgInfo │ │ └── Resources │ │ ├── Scripts │ │ └── main.scpt │ │ ├── applet.icns │ │ ├── applet.rsrc │ │ └── description.rtfd │ │ └── TXT.rtf ├── BlueSky Admin.app │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ └── applet │ │ ├── PkgInfo │ │ └── Resources │ │ ├── Scripts │ │ └── main.scpt │ │ ├── applet.icns │ │ ├── applet.rsrc │ │ └── description.rtfd │ │ └── TXT.rtf ├── BlueSky Temporary Client.app │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ └── applet │ │ ├── PkgInfo │ │ └── Resources │ │ ├── Scripts │ │ └── main.scpt │ │ ├── applet.icns │ │ ├── applet.rsrc │ │ ├── cacert.pem │ │ ├── corkscrew │ │ ├── description.rtfd │ │ └── TXT.rtf │ │ └── proxy-config ├── connect │ ├── Info.plist │ └── connect.applescript ├── setup.applescript └── temporary client │ ├── cacert.pem │ ├── corkscrew │ ├── description.rtfd │ └── TXT.rtf │ ├── proxy-config │ └── temporary client.applescript ├── Client ├── .ssh │ ├── config.disabled │ └── wrapper.sh ├── autossh ├── bluesky.sh ├── cacert.pem ├── com.solarwindsmsp.bluesky.helper.plist ├── com.solarwindsmsp.bluesky.plist ├── corkscrew ├── helper.sh └── proxy-config ├── Dockerfile ├── LICENSE ├── README.md ├── Server ├── admin-wrapper.sh ├── bluesky-wrapper.sh ├── client-config.sh ├── collector.php ├── emailHelper-dist.sh ├── gatekeeper.sh ├── html │ ├── Exit.gif │ ├── admin │ │ ├── adminStyles.css │ │ ├── getUsers.php │ │ ├── images │ │ │ ├── add_icon.gif │ │ │ ├── approve_icon.gif │ │ │ ├── data_icon.gif │ │ │ ├── delete_icon.gif │ │ │ ├── edit_icon.gif │ │ │ ├── helpBg.gif │ │ │ ├── home.gif │ │ │ ├── index.html │ │ │ ├── mail_icon.gif │ │ │ ├── member_icon.gif │ │ │ ├── members_icon.gif │ │ │ ├── stop_icon.gif │ │ │ └── view_icon.gif │ │ ├── incCommon.php │ │ ├── incFooter.php │ │ ├── incFunctions.php │ │ ├── incHeader.php │ │ ├── index.php │ │ ├── pageAssignOwners.php │ │ ├── pageChangeMemberStatus.php │ │ ├── pageDeleteGroup.php │ │ ├── pageDeleteMember.php │ │ ├── pageDeleteRecord.php │ │ ├── pageEditGroup.php │ │ ├── pageEditMember.php │ │ ├── pageEditMemberPermissions.php │ │ ├── pageEditOwnership.php │ │ ├── pageHome.php │ │ ├── pageMail.php │ │ ├── pagePrintRecord.php │ │ ├── pageRebuildFields.php │ │ ├── pageRebuildThumbnails.php │ │ ├── pageSender.php │ │ ├── pageSettings.php │ │ ├── pageTransferOwnership.php │ │ ├── pageUploadCSV.php │ │ ├── pageViewGroups.php │ │ ├── pageViewMembers.php │ │ ├── pageViewRecords.php │ │ ├── toolTipData.js │ │ └── toolTips.js │ ├── ajax_combo.php │ ├── blank.gif │ ├── checkMemberID.php │ ├── checked.gif │ ├── checkednot.gif │ ├── ci_input.php │ ├── combo.class.php │ ├── common.js.php │ ├── computers_autofill.php │ ├── computers_dml.php │ ├── computers_view.php │ ├── config.php │ ├── connections_autofill.php │ ├── connections_dml.php │ ├── connections_view.php │ ├── data_combo.class.php │ ├── datalist.php │ ├── date_combo.class.php │ ├── db.php │ ├── defaultFilters.php │ ├── defaultLang.php │ ├── dynamic.css.php │ ├── footer.php │ ├── global_autofill.php │ ├── global_dml.php │ ├── global_view.php │ ├── handshake.jpg │ ├── header.php │ ├── home.php │ ├── hooks │ │ ├── __global.php │ │ ├── computers-tv.js │ │ ├── computers.php │ │ ├── connections.php │ │ ├── footer-extras.php │ │ ├── global.php │ │ ├── header-extras.php │ │ ├── index.html │ │ ├── links-home.php │ │ └── links-navmenu.php │ ├── images │ │ ├── blank.gif │ │ └── index.html │ ├── incCommon.php │ ├── index.html │ ├── index.php │ ├── language.php │ ├── lib.php │ ├── link.php │ ├── loading.gif │ ├── login.php │ ├── logo.png │ ├── membership_passwordReset.php │ ├── membership_profile.php │ ├── membership_signup.php │ ├── membership_thankyou.php │ ├── new.png │ ├── nicEdit.js │ ├── nicEditorIcons.gif │ ├── parent-children.php │ ├── photo.gif │ ├── resources │ │ ├── datepicker │ │ │ ├── css │ │ │ │ ├── datepicker.css │ │ │ │ └── index.html │ │ │ ├── index.html │ │ │ ├── js │ │ │ │ ├── datepicker.js │ │ │ │ ├── datepicker.packed.js │ │ │ │ ├── index.html │ │ │ │ └── lang │ │ │ │ │ ├── af.js │ │ │ │ │ ├── ar.js │ │ │ │ │ ├── de.js │ │ │ │ │ ├── du.js │ │ │ │ │ ├── en.js │ │ │ │ │ ├── es.js │ │ │ │ │ ├── fi.js │ │ │ │ │ ├── fr.js │ │ │ │ │ ├── gr.js │ │ │ │ │ ├── he.js │ │ │ │ │ ├── index.html │ │ │ │ │ ├── it.js │ │ │ │ │ ├── nl.js │ │ │ │ │ ├── no.js │ │ │ │ │ ├── pt.js │ │ │ │ │ ├── ro.js │ │ │ │ │ ├── ru.js │ │ │ │ │ ├── sp.js │ │ │ │ │ ├── sv.js │ │ │ │ │ └── ua.js │ │ │ └── media │ │ │ │ ├── backstripes.gif │ │ │ │ ├── bg_header.jpg │ │ │ │ ├── bullet1.gif │ │ │ │ ├── bullet2.gif │ │ │ │ ├── cal.gif │ │ │ │ ├── gradient-e5e5e5-ffffff.gif │ │ │ │ └── index.html │ │ ├── images │ │ │ ├── appgini-icon.png │ │ │ └── index.html │ │ ├── initializr │ │ │ ├── css │ │ │ │ ├── bootstrap-theme.css │ │ │ │ ├── bootstrap-theme.css.map │ │ │ │ ├── bootstrap.css │ │ │ │ ├── bootstrap.css.map │ │ │ │ ├── index.html │ │ │ │ └── rtl.css │ │ │ ├── fonts │ │ │ │ ├── DroidKufi-Bold.eot │ │ │ │ ├── DroidKufi-Bold.svg │ │ │ │ ├── DroidKufi-Bold.ttf │ │ │ │ ├── DroidKufi-Bold.woff │ │ │ │ ├── DroidKufi-Bold.woff2 │ │ │ │ ├── DroidKufi-Regular.eot │ │ │ │ ├── DroidKufi-Regular.svg │ │ │ │ ├── DroidKufi-Regular.ttf │ │ │ │ ├── DroidKufi-Regular.woff │ │ │ │ ├── DroidKufi-Regular.woff2 │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ ├── glyphicons-halflings-regular.woff2 │ │ │ │ └── index.html │ │ │ ├── img │ │ │ │ └── index.html │ │ │ ├── index.html │ │ │ └── js │ │ │ │ ├── index.html │ │ │ │ └── vendor │ │ │ │ ├── bootstrap.min.js │ │ │ │ ├── index.html │ │ │ │ └── modernizr-2.6.2-respond-1.1.0.min.js │ │ ├── jquery │ │ │ ├── index.html │ │ │ └── js │ │ │ │ ├── index.html │ │ │ │ ├── jquery-1.10.1.min.js │ │ │ │ ├── jquery-1.11.2.min.js │ │ │ │ └── jquery-ui.min.js │ │ ├── lightbox │ │ │ ├── css │ │ │ │ ├── index.html │ │ │ │ └── lightbox.css │ │ │ ├── images │ │ │ │ ├── close.png │ │ │ │ ├── index.html │ │ │ │ ├── loading.gif │ │ │ │ ├── next.png │ │ │ │ └── prev.png │ │ │ ├── index.html │ │ │ └── js │ │ │ │ ├── builder.js │ │ │ │ ├── controls.js │ │ │ │ ├── dragdrop.js │ │ │ │ ├── effects.js │ │ │ │ ├── index.html │ │ │ │ ├── lightbox.js │ │ │ │ ├── prototype.js │ │ │ │ ├── scriptaculous.js │ │ │ │ ├── slider.js │ │ │ │ ├── sound.js │ │ │ │ └── unittest.js │ │ ├── select2 │ │ │ ├── index.html │ │ │ ├── select2-spinner.gif │ │ │ ├── select2.css │ │ │ ├── select2.min.js │ │ │ ├── select2.png │ │ │ └── select2x2.png │ │ ├── table_icons │ │ │ ├── administrator.png │ │ │ ├── index.html │ │ │ └── license.txt │ │ └── timepicker │ │ │ ├── bootstrap-timepicker.min.css │ │ │ └── bootstrap-timepicker.min.js │ ├── settings-manager.php │ ├── setup.php │ ├── spinner.gif │ ├── table.gif │ ├── templates │ │ ├── children-computers.php │ │ ├── children-connections.php │ │ ├── children-global.php │ │ ├── computers_templateDV.html │ │ ├── computers_templateDVP.html │ │ ├── computers_templateTV.html │ │ ├── computers_templateTVS.html │ │ ├── connections_templateDV.html │ │ ├── connections_templateDVP.html │ │ ├── connections_templateTV.html │ │ ├── connections_templateTVS.html │ │ ├── global_templateDV.html │ │ ├── global_templateDVP.html │ │ ├── global_templateTV.html │ │ ├── global_templateTVS.html │ │ └── index.html │ ├── thumbnail.php │ ├── u_mark_removal.php │ ├── u_save_removal.php │ ├── update.gif │ └── updateDB.php ├── ipBan.sh ├── jail.local ├── keymaster.sh ├── myBlueSQL.sql ├── processor.sh ├── purgeTemp.sh ├── sendEmail-whois-lines.conf ├── server-config.sh ├── serverup.sh ├── startGozer.sh └── update-from-git.sh └── docker ├── DOCKER_FULL_EXAMPLE.md ├── README.md ├── build_admin_pkg.sh ├── build_pkg.sh ├── fail2ban-supervisor.sh ├── ls4mkbom ├── mkbom ├── run ├── supervisord.conf └── xar /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | Client/ssh 3 | -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin Setup.app/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Admin Setup.app/Contents/Info.plist -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin Setup.app/Contents/MacOS/applet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Admin Setup.app/Contents/MacOS/applet -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin Setup.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPLaplt -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin Setup.app/Contents/Resources/Scripts/main.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Admin Setup.app/Contents/Resources/Scripts/main.scpt -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin Setup.app/Contents/Resources/applet.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Admin Setup.app/Contents/Resources/applet.icns -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin Setup.app/Contents/Resources/applet.rsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Admin Setup.app/Contents/Resources/applet.rsrc -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin Setup.app/Contents/Resources/description.rtfd/TXT.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Admin Setup.app/Contents/Resources/description.rtfd/TXT.rtf -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin.app/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Admin.app/Contents/Info.plist -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin.app/Contents/MacOS/applet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Admin.app/Contents/MacOS/applet -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPLaplt -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin.app/Contents/Resources/Scripts/main.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Admin.app/Contents/Resources/Scripts/main.scpt -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin.app/Contents/Resources/applet.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Admin.app/Contents/Resources/applet.icns -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin.app/Contents/Resources/applet.rsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Admin.app/Contents/Resources/applet.rsrc -------------------------------------------------------------------------------- /Admin Tools/BlueSky Admin.app/Contents/Resources/description.rtfd/TXT.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Admin.app/Contents/Resources/description.rtfd/TXT.rtf -------------------------------------------------------------------------------- /Admin Tools/BlueSky Temporary Client.app/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Temporary Client.app/Contents/Info.plist -------------------------------------------------------------------------------- /Admin Tools/BlueSky Temporary Client.app/Contents/MacOS/applet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Temporary Client.app/Contents/MacOS/applet -------------------------------------------------------------------------------- /Admin Tools/BlueSky Temporary Client.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPLaplt -------------------------------------------------------------------------------- /Admin Tools/BlueSky Temporary Client.app/Contents/Resources/Scripts/main.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Temporary Client.app/Contents/Resources/Scripts/main.scpt -------------------------------------------------------------------------------- /Admin Tools/BlueSky Temporary Client.app/Contents/Resources/applet.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Temporary Client.app/Contents/Resources/applet.icns -------------------------------------------------------------------------------- /Admin Tools/BlueSky Temporary Client.app/Contents/Resources/applet.rsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Temporary Client.app/Contents/Resources/applet.rsrc -------------------------------------------------------------------------------- /Admin Tools/BlueSky Temporary Client.app/Contents/Resources/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Temporary Client.app/Contents/Resources/cacert.pem -------------------------------------------------------------------------------- /Admin Tools/BlueSky Temporary Client.app/Contents/Resources/corkscrew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Temporary Client.app/Contents/Resources/corkscrew -------------------------------------------------------------------------------- /Admin Tools/BlueSky Temporary Client.app/Contents/Resources/description.rtfd/TXT.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Temporary Client.app/Contents/Resources/description.rtfd/TXT.rtf -------------------------------------------------------------------------------- /Admin Tools/BlueSky Temporary Client.app/Contents/Resources/proxy-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/BlueSky Temporary Client.app/Contents/Resources/proxy-config -------------------------------------------------------------------------------- /Admin Tools/connect/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/connect/Info.plist -------------------------------------------------------------------------------- /Admin Tools/connect/connect.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/connect/connect.applescript -------------------------------------------------------------------------------- /Admin Tools/setup.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/setup.applescript -------------------------------------------------------------------------------- /Admin Tools/temporary client/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/temporary client/cacert.pem -------------------------------------------------------------------------------- /Admin Tools/temporary client/corkscrew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/temporary client/corkscrew -------------------------------------------------------------------------------- /Admin Tools/temporary client/description.rtfd/TXT.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/temporary client/description.rtfd/TXT.rtf -------------------------------------------------------------------------------- /Admin Tools/temporary client/proxy-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/temporary client/proxy-config -------------------------------------------------------------------------------- /Admin Tools/temporary client/temporary client.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Admin Tools/temporary client/temporary client.applescript -------------------------------------------------------------------------------- /Client/.ssh/config.disabled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Client/.ssh/config.disabled -------------------------------------------------------------------------------- /Client/.ssh/wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Client/.ssh/wrapper.sh -------------------------------------------------------------------------------- /Client/autossh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Client/autossh -------------------------------------------------------------------------------- /Client/bluesky.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Client/bluesky.sh -------------------------------------------------------------------------------- /Client/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Client/cacert.pem -------------------------------------------------------------------------------- /Client/com.solarwindsmsp.bluesky.helper.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Client/com.solarwindsmsp.bluesky.helper.plist -------------------------------------------------------------------------------- /Client/com.solarwindsmsp.bluesky.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Client/com.solarwindsmsp.bluesky.plist -------------------------------------------------------------------------------- /Client/corkscrew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Client/corkscrew -------------------------------------------------------------------------------- /Client/helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Client/helper.sh -------------------------------------------------------------------------------- /Client/proxy-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Client/proxy-config -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/README.md -------------------------------------------------------------------------------- /Server/admin-wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/admin-wrapper.sh -------------------------------------------------------------------------------- /Server/bluesky-wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/bluesky-wrapper.sh -------------------------------------------------------------------------------- /Server/client-config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/client-config.sh -------------------------------------------------------------------------------- /Server/collector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/collector.php -------------------------------------------------------------------------------- /Server/emailHelper-dist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/emailHelper-dist.sh -------------------------------------------------------------------------------- /Server/gatekeeper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/gatekeeper.sh -------------------------------------------------------------------------------- /Server/html/Exit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/Exit.gif -------------------------------------------------------------------------------- /Server/html/admin/adminStyles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/adminStyles.css -------------------------------------------------------------------------------- /Server/html/admin/getUsers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/getUsers.php -------------------------------------------------------------------------------- /Server/html/admin/images/add_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/images/add_icon.gif -------------------------------------------------------------------------------- /Server/html/admin/images/approve_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/images/approve_icon.gif -------------------------------------------------------------------------------- /Server/html/admin/images/data_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/images/data_icon.gif -------------------------------------------------------------------------------- /Server/html/admin/images/delete_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/images/delete_icon.gif -------------------------------------------------------------------------------- /Server/html/admin/images/edit_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/images/edit_icon.gif -------------------------------------------------------------------------------- /Server/html/admin/images/helpBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/images/helpBg.gif -------------------------------------------------------------------------------- /Server/html/admin/images/home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/images/home.gif -------------------------------------------------------------------------------- /Server/html/admin/images/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/admin/images/mail_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/images/mail_icon.gif -------------------------------------------------------------------------------- /Server/html/admin/images/member_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/images/member_icon.gif -------------------------------------------------------------------------------- /Server/html/admin/images/members_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/images/members_icon.gif -------------------------------------------------------------------------------- /Server/html/admin/images/stop_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/images/stop_icon.gif -------------------------------------------------------------------------------- /Server/html/admin/images/view_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/images/view_icon.gif -------------------------------------------------------------------------------- /Server/html/admin/incCommon.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/incCommon.php -------------------------------------------------------------------------------- /Server/html/admin/incFooter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/incFooter.php -------------------------------------------------------------------------------- /Server/html/admin/incFunctions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/incFunctions.php -------------------------------------------------------------------------------- /Server/html/admin/incHeader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/incHeader.php -------------------------------------------------------------------------------- /Server/html/admin/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/index.php -------------------------------------------------------------------------------- /Server/html/admin/pageAssignOwners.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageAssignOwners.php -------------------------------------------------------------------------------- /Server/html/admin/pageChangeMemberStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageChangeMemberStatus.php -------------------------------------------------------------------------------- /Server/html/admin/pageDeleteGroup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageDeleteGroup.php -------------------------------------------------------------------------------- /Server/html/admin/pageDeleteMember.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageDeleteMember.php -------------------------------------------------------------------------------- /Server/html/admin/pageDeleteRecord.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageDeleteRecord.php -------------------------------------------------------------------------------- /Server/html/admin/pageEditGroup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageEditGroup.php -------------------------------------------------------------------------------- /Server/html/admin/pageEditMember.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageEditMember.php -------------------------------------------------------------------------------- /Server/html/admin/pageEditMemberPermissions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageEditMemberPermissions.php -------------------------------------------------------------------------------- /Server/html/admin/pageEditOwnership.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageEditOwnership.php -------------------------------------------------------------------------------- /Server/html/admin/pageHome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageHome.php -------------------------------------------------------------------------------- /Server/html/admin/pageMail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageMail.php -------------------------------------------------------------------------------- /Server/html/admin/pagePrintRecord.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pagePrintRecord.php -------------------------------------------------------------------------------- /Server/html/admin/pageRebuildFields.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageRebuildFields.php -------------------------------------------------------------------------------- /Server/html/admin/pageRebuildThumbnails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageRebuildThumbnails.php -------------------------------------------------------------------------------- /Server/html/admin/pageSender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageSender.php -------------------------------------------------------------------------------- /Server/html/admin/pageSettings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageSettings.php -------------------------------------------------------------------------------- /Server/html/admin/pageTransferOwnership.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageTransferOwnership.php -------------------------------------------------------------------------------- /Server/html/admin/pageUploadCSV.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageUploadCSV.php -------------------------------------------------------------------------------- /Server/html/admin/pageViewGroups.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageViewGroups.php -------------------------------------------------------------------------------- /Server/html/admin/pageViewMembers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageViewMembers.php -------------------------------------------------------------------------------- /Server/html/admin/pageViewRecords.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/pageViewRecords.php -------------------------------------------------------------------------------- /Server/html/admin/toolTipData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/toolTipData.js -------------------------------------------------------------------------------- /Server/html/admin/toolTips.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/admin/toolTips.js -------------------------------------------------------------------------------- /Server/html/ajax_combo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/ajax_combo.php -------------------------------------------------------------------------------- /Server/html/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/blank.gif -------------------------------------------------------------------------------- /Server/html/checkMemberID.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/checkMemberID.php -------------------------------------------------------------------------------- /Server/html/checked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/checked.gif -------------------------------------------------------------------------------- /Server/html/checkednot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/checkednot.gif -------------------------------------------------------------------------------- /Server/html/ci_input.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/ci_input.php -------------------------------------------------------------------------------- /Server/html/combo.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/combo.class.php -------------------------------------------------------------------------------- /Server/html/common.js.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/common.js.php -------------------------------------------------------------------------------- /Server/html/computers_autofill.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/computers_autofill.php -------------------------------------------------------------------------------- /Server/html/computers_dml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/computers_dml.php -------------------------------------------------------------------------------- /Server/html/computers_view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/computers_view.php -------------------------------------------------------------------------------- /Server/html/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/config.php -------------------------------------------------------------------------------- /Server/html/connections_autofill.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/connections_autofill.php -------------------------------------------------------------------------------- /Server/html/connections_dml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/connections_dml.php -------------------------------------------------------------------------------- /Server/html/connections_view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/connections_view.php -------------------------------------------------------------------------------- /Server/html/data_combo.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/data_combo.class.php -------------------------------------------------------------------------------- /Server/html/datalist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/datalist.php -------------------------------------------------------------------------------- /Server/html/date_combo.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/date_combo.class.php -------------------------------------------------------------------------------- /Server/html/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/db.php -------------------------------------------------------------------------------- /Server/html/defaultFilters.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/defaultFilters.php -------------------------------------------------------------------------------- /Server/html/defaultLang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/defaultLang.php -------------------------------------------------------------------------------- /Server/html/dynamic.css.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/dynamic.css.php -------------------------------------------------------------------------------- /Server/html/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/footer.php -------------------------------------------------------------------------------- /Server/html/global_autofill.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/global_autofill.php -------------------------------------------------------------------------------- /Server/html/global_dml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/global_dml.php -------------------------------------------------------------------------------- /Server/html/global_view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/global_view.php -------------------------------------------------------------------------------- /Server/html/handshake.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/handshake.jpg -------------------------------------------------------------------------------- /Server/html/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/header.php -------------------------------------------------------------------------------- /Server/html/home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/home.php -------------------------------------------------------------------------------- /Server/html/hooks/__global.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/hooks/__global.php -------------------------------------------------------------------------------- /Server/html/hooks/computers-tv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/hooks/computers-tv.js -------------------------------------------------------------------------------- /Server/html/hooks/computers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/hooks/computers.php -------------------------------------------------------------------------------- /Server/html/hooks/connections.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/hooks/connections.php -------------------------------------------------------------------------------- /Server/html/hooks/footer-extras.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/hooks/global.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/hooks/global.php -------------------------------------------------------------------------------- /Server/html/hooks/header-extras.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/hooks/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/hooks/links-home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/hooks/links-home.php -------------------------------------------------------------------------------- /Server/html/hooks/links-navmenu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/hooks/links-navmenu.php -------------------------------------------------------------------------------- /Server/html/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/images/blank.gif -------------------------------------------------------------------------------- /Server/html/images/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/incCommon.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/incCommon.php -------------------------------------------------------------------------------- /Server/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/index.html -------------------------------------------------------------------------------- /Server/html/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/index.php -------------------------------------------------------------------------------- /Server/html/language.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/language.php -------------------------------------------------------------------------------- /Server/html/lib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/lib.php -------------------------------------------------------------------------------- /Server/html/link.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/link.php -------------------------------------------------------------------------------- /Server/html/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/loading.gif -------------------------------------------------------------------------------- /Server/html/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/login.php -------------------------------------------------------------------------------- /Server/html/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/logo.png -------------------------------------------------------------------------------- /Server/html/membership_passwordReset.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/membership_passwordReset.php -------------------------------------------------------------------------------- /Server/html/membership_profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/membership_profile.php -------------------------------------------------------------------------------- /Server/html/membership_signup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/membership_signup.php -------------------------------------------------------------------------------- /Server/html/membership_thankyou.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/membership_thankyou.php -------------------------------------------------------------------------------- /Server/html/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/new.png -------------------------------------------------------------------------------- /Server/html/nicEdit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/nicEdit.js -------------------------------------------------------------------------------- /Server/html/nicEditorIcons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/nicEditorIcons.gif -------------------------------------------------------------------------------- /Server/html/parent-children.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/parent-children.php -------------------------------------------------------------------------------- /Server/html/photo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/photo.gif -------------------------------------------------------------------------------- /Server/html/resources/datepicker/css/datepicker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/css/datepicker.css -------------------------------------------------------------------------------- /Server/html/resources/datepicker/css/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/datepicker/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/datepicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/datepicker.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/datepicker.packed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/datepicker.packed.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/af.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/ar.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/de.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/du.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/du.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/en.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/es.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/fi.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/fr.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/gr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/gr.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/he.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/it.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/nl.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/no.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/no.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/pt.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/ro.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/ru.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/sp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/sp.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/sv.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/js/lang/ua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/js/lang/ua.js -------------------------------------------------------------------------------- /Server/html/resources/datepicker/media/backstripes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/media/backstripes.gif -------------------------------------------------------------------------------- /Server/html/resources/datepicker/media/bg_header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/media/bg_header.jpg -------------------------------------------------------------------------------- /Server/html/resources/datepicker/media/bullet1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/media/bullet1.gif -------------------------------------------------------------------------------- /Server/html/resources/datepicker/media/bullet2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/media/bullet2.gif -------------------------------------------------------------------------------- /Server/html/resources/datepicker/media/cal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/media/cal.gif -------------------------------------------------------------------------------- /Server/html/resources/datepicker/media/gradient-e5e5e5-ffffff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/datepicker/media/gradient-e5e5e5-ffffff.gif -------------------------------------------------------------------------------- /Server/html/resources/datepicker/media/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/images/appgini-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/images/appgini-icon.png -------------------------------------------------------------------------------- /Server/html/resources/images/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/initializr/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/css/bootstrap-theme.css -------------------------------------------------------------------------------- /Server/html/resources/initializr/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /Server/html/resources/initializr/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/css/bootstrap.css -------------------------------------------------------------------------------- /Server/html/resources/initializr/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/css/bootstrap.css.map -------------------------------------------------------------------------------- /Server/html/resources/initializr/css/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/initializr/css/rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/css/rtl.css -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/DroidKufi-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/DroidKufi-Bold.eot -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/DroidKufi-Bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/DroidKufi-Bold.svg -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/DroidKufi-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/DroidKufi-Bold.ttf -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/DroidKufi-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/DroidKufi-Bold.woff -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/DroidKufi-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/DroidKufi-Bold.woff2 -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/DroidKufi-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/DroidKufi-Regular.eot -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/DroidKufi-Regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/DroidKufi-Regular.svg -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/DroidKufi-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/DroidKufi-Regular.ttf -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/DroidKufi-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/DroidKufi-Regular.woff -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/DroidKufi-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/DroidKufi-Regular.woff2 -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /Server/html/resources/initializr/fonts/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/initializr/img/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/initializr/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/initializr/js/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/initializr/js/vendor/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/js/vendor/bootstrap.min.js -------------------------------------------------------------------------------- /Server/html/resources/initializr/js/vendor/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/initializr/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/initializr/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js -------------------------------------------------------------------------------- /Server/html/resources/jquery/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/jquery/js/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/jquery/js/jquery-1.10.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/jquery/js/jquery-1.10.1.min.js -------------------------------------------------------------------------------- /Server/html/resources/jquery/js/jquery-1.11.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/jquery/js/jquery-1.11.2.min.js -------------------------------------------------------------------------------- /Server/html/resources/jquery/js/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/jquery/js/jquery-ui.min.js -------------------------------------------------------------------------------- /Server/html/resources/lightbox/css/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/lightbox/css/lightbox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/css/lightbox.css -------------------------------------------------------------------------------- /Server/html/resources/lightbox/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/images/close.png -------------------------------------------------------------------------------- /Server/html/resources/lightbox/images/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/lightbox/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/images/loading.gif -------------------------------------------------------------------------------- /Server/html/resources/lightbox/images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/images/next.png -------------------------------------------------------------------------------- /Server/html/resources/lightbox/images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/images/prev.png -------------------------------------------------------------------------------- /Server/html/resources/lightbox/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/lightbox/js/builder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/js/builder.js -------------------------------------------------------------------------------- /Server/html/resources/lightbox/js/controls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/js/controls.js -------------------------------------------------------------------------------- /Server/html/resources/lightbox/js/dragdrop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/js/dragdrop.js -------------------------------------------------------------------------------- /Server/html/resources/lightbox/js/effects.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/js/effects.js -------------------------------------------------------------------------------- /Server/html/resources/lightbox/js/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/lightbox/js/lightbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/js/lightbox.js -------------------------------------------------------------------------------- /Server/html/resources/lightbox/js/prototype.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/js/prototype.js -------------------------------------------------------------------------------- /Server/html/resources/lightbox/js/scriptaculous.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/js/scriptaculous.js -------------------------------------------------------------------------------- /Server/html/resources/lightbox/js/slider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/js/slider.js -------------------------------------------------------------------------------- /Server/html/resources/lightbox/js/sound.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/js/sound.js -------------------------------------------------------------------------------- /Server/html/resources/lightbox/js/unittest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/lightbox/js/unittest.js -------------------------------------------------------------------------------- /Server/html/resources/select2/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/select2/select2-spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/select2/select2-spinner.gif -------------------------------------------------------------------------------- /Server/html/resources/select2/select2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/select2/select2.css -------------------------------------------------------------------------------- /Server/html/resources/select2/select2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/select2/select2.min.js -------------------------------------------------------------------------------- /Server/html/resources/select2/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/select2/select2.png -------------------------------------------------------------------------------- /Server/html/resources/select2/select2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/select2/select2x2.png -------------------------------------------------------------------------------- /Server/html/resources/table_icons/administrator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/table_icons/administrator.png -------------------------------------------------------------------------------- /Server/html/resources/table_icons/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/resources/table_icons/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/table_icons/license.txt -------------------------------------------------------------------------------- /Server/html/resources/timepicker/bootstrap-timepicker.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/timepicker/bootstrap-timepicker.min.css -------------------------------------------------------------------------------- /Server/html/resources/timepicker/bootstrap-timepicker.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/resources/timepicker/bootstrap-timepicker.min.js -------------------------------------------------------------------------------- /Server/html/settings-manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/settings-manager.php -------------------------------------------------------------------------------- /Server/html/setup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/setup.php -------------------------------------------------------------------------------- /Server/html/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/spinner.gif -------------------------------------------------------------------------------- /Server/html/table.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/table.gif -------------------------------------------------------------------------------- /Server/html/templates/children-computers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/children-computers.php -------------------------------------------------------------------------------- /Server/html/templates/children-connections.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/children-connections.php -------------------------------------------------------------------------------- /Server/html/templates/children-global.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/children-global.php -------------------------------------------------------------------------------- /Server/html/templates/computers_templateDV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/computers_templateDV.html -------------------------------------------------------------------------------- /Server/html/templates/computers_templateDVP.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/computers_templateDVP.html -------------------------------------------------------------------------------- /Server/html/templates/computers_templateTV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/computers_templateTV.html -------------------------------------------------------------------------------- /Server/html/templates/computers_templateTVS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/computers_templateTVS.html -------------------------------------------------------------------------------- /Server/html/templates/connections_templateDV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/connections_templateDV.html -------------------------------------------------------------------------------- /Server/html/templates/connections_templateDVP.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/connections_templateDVP.html -------------------------------------------------------------------------------- /Server/html/templates/connections_templateTV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/connections_templateTV.html -------------------------------------------------------------------------------- /Server/html/templates/connections_templateTVS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/connections_templateTVS.html -------------------------------------------------------------------------------- /Server/html/templates/global_templateDV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/global_templateDV.html -------------------------------------------------------------------------------- /Server/html/templates/global_templateDVP.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/global_templateDVP.html -------------------------------------------------------------------------------- /Server/html/templates/global_templateTV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/global_templateTV.html -------------------------------------------------------------------------------- /Server/html/templates/global_templateTVS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/templates/global_templateTVS.html -------------------------------------------------------------------------------- /Server/html/templates/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Server/html/thumbnail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/thumbnail.php -------------------------------------------------------------------------------- /Server/html/u_mark_removal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/u_mark_removal.php -------------------------------------------------------------------------------- /Server/html/u_save_removal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/u_save_removal.php -------------------------------------------------------------------------------- /Server/html/update.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/update.gif -------------------------------------------------------------------------------- /Server/html/updateDB.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/html/updateDB.php -------------------------------------------------------------------------------- /Server/ipBan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/ipBan.sh -------------------------------------------------------------------------------- /Server/jail.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/jail.local -------------------------------------------------------------------------------- /Server/keymaster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/keymaster.sh -------------------------------------------------------------------------------- /Server/myBlueSQL.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/myBlueSQL.sql -------------------------------------------------------------------------------- /Server/processor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/processor.sh -------------------------------------------------------------------------------- /Server/purgeTemp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/purgeTemp.sh -------------------------------------------------------------------------------- /Server/sendEmail-whois-lines.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/sendEmail-whois-lines.conf -------------------------------------------------------------------------------- /Server/server-config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/server-config.sh -------------------------------------------------------------------------------- /Server/serverup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/serverup.sh -------------------------------------------------------------------------------- /Server/startGozer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/startGozer.sh -------------------------------------------------------------------------------- /Server/update-from-git.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/Server/update-from-git.sh -------------------------------------------------------------------------------- /docker/DOCKER_FULL_EXAMPLE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/docker/DOCKER_FULL_EXAMPLE.md -------------------------------------------------------------------------------- /docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/docker/README.md -------------------------------------------------------------------------------- /docker/build_admin_pkg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/docker/build_admin_pkg.sh -------------------------------------------------------------------------------- /docker/build_pkg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/docker/build_pkg.sh -------------------------------------------------------------------------------- /docker/fail2ban-supervisor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/docker/fail2ban-supervisor.sh -------------------------------------------------------------------------------- /docker/ls4mkbom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/docker/ls4mkbom -------------------------------------------------------------------------------- /docker/mkbom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/docker/mkbom -------------------------------------------------------------------------------- /docker/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/docker/run -------------------------------------------------------------------------------- /docker/supervisord.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/docker/supervisord.conf -------------------------------------------------------------------------------- /docker/xar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/logicnow/BlueSky/HEAD/docker/xar --------------------------------------------------------------------------------