├── .gitignore ├── backups └── .gitignore ├── mission_files └── .gitignore ├── temp_uploads └── .gitignore ├── public ├── images │ ├── avatars │ │ ├── .gitignore │ │ ├── blank.png │ │ └── default.png │ ├── 32px.png │ ├── 40px.png │ ├── file.png │ ├── logo.png │ ├── attach.png │ ├── delete.gif │ ├── favicon.ico │ ├── folder.png │ ├── loading.gif │ ├── sort_asc.png │ ├── sprites.png │ ├── throbber.gif │ ├── sort_both.png │ ├── sort_desc.png │ ├── Sorting icons.psd │ ├── favicon_not.ico │ ├── sort_asc_disabled.png │ ├── sort_desc_disabled.png │ ├── links │ │ └── 00-002-link-link.png │ ├── shapes │ │ ├── 00-001-shape-rect.png │ │ └── 00-003-shape-circle.png │ ├── file_types │ │ ├── folder.svg │ │ ├── image.svg │ │ ├── blank.svg │ │ ├── tif.svg │ │ ├── c.svg │ │ ├── m.svg │ │ ├── tiff.svg │ │ ├── txt.svg │ │ ├── h.svg │ │ ├── me.svg │ │ ├── tex.svg │ │ ├── fla.svg │ │ ├── nef.svg │ │ ├── rtf.svg │ │ ├── nix.svg │ │ ├── dll.svg │ │ ├── xfl.svg │ │ ├── yml.svg │ │ ├── gitignore.svg │ │ ├── jpe.svg │ │ ├── npmignore.svg │ │ ├── tfignore.svg │ │ ├── coffeelintignore.svg │ │ ├── eslintignore.svg │ │ ├── in.svg │ │ ├── vscodeignore.svg │ │ ├── gif.svg │ │ ├── elf.svg │ │ ├── xlt.svg │ │ ├── md.svg │ │ ├── ai.svg │ │ ├── heic.svg │ │ ├── iff.svg │ │ ├── mm.svg │ │ ├── flv.svg │ │ ├── bak.svg │ │ ├── hs.svg │ │ ├── log.svg │ │ ├── ait.svg │ │ ├── hlp.svg │ │ ├── el.svg │ │ ├── tga.svg │ │ ├── key.svg │ │ ├── lua.svg │ │ ├── aif.svg │ │ ├── cgi.svg │ │ ├── eml.svg │ │ ├── yaml.svg │ │ ├── hsl.svg │ │ ├── rst.svg │ │ ├── aze.svg │ │ ├── lex.svg │ │ ├── ts.svg │ │ ├── au.svg │ │ ├── jpg.svg │ │ ├── xltx.svg │ │ ├── f4v.svg │ │ ├── inv.svg │ │ ├── xlm.svg │ │ ├── aa.svg │ │ ├── z.svg │ │ ├── aiff.svg │ │ ├── png.svg │ │ ├── psp.svg │ │ ├── bat.svg │ │ ├── dng.svg │ │ ├── pfx.svg │ │ ├── po.svg │ │ ├── xls.svg │ │ ├── vcf.svg │ │ ├── ps.svg │ │ ├── ac.svg │ │ ├── asm.svg │ │ ├── avi.svg │ │ ├── dtd.svg │ │ ├── jpeg.svg │ │ ├── xltm.svg │ │ ├── cur.svg │ │ ├── raw.svg │ │ ├── twig.svg │ │ ├── tsv.svg │ │ ├── tar.svg │ │ ├── idx.svg │ │ ├── 7z.svg │ │ ├── bmp.svg │ │ ├── ra.svg │ │ ├── p12.svg │ │ ├── pot.svg │ │ ├── cpp.svg │ │ ├── gitattributes.svg │ │ ├── pcd.svg │ │ ├── bpg.svg │ │ ├── cr2.svg │ │ ├── deb.svg │ │ ├── eps.svg │ │ ├── mo.svg │ │ ├── p7b.svg │ │ ├── mid.svg │ │ ├── xsd.svg │ │ ├── indd.svg │ │ ├── pkg.svg │ │ ├── ttf.svg │ │ ├── gpl.svg │ │ ├── qt.svg │ │ ├── sh.svg │ │ ├── caf.svg │ │ ├── cmd.svg │ │ ├── midi.svg │ │ ├── tmx.svg │ │ ├── wmf.svg │ │ ├── aifc.svg │ │ ├── webp.svg │ │ ├── xz.svg │ │ ├── zip.svg │ │ ├── msi.svg │ │ ├── pgp.svg │ │ ├── chm.svg │ │ ├── download.svg │ │ ├── enc.svg │ │ ├── pst.svg │ │ ├── ru.svg │ │ ├── xlsx.svg │ │ ├── mkv.svg │ │ ├── pem.svg │ │ ├── wav.svg │ │ ├── crdownload.svg │ │ ├── com.svg │ │ ├── mpe.svg │ │ ├── ott.svg │ │ ├── aac.svg │ │ ├── flac.svg │ │ ├── m4a.svg │ │ ├── reg.svg │ │ ├── sit.svg │ │ ├── code-workspace.svg │ │ ├── mpa.svg │ │ ├── kt.svg │ │ ├── rm.svg │ │ ├── vox.svg │ │ ├── xpi.svg │ │ ├── asc.svg │ │ ├── csv.svg │ │ ├── dot.svg │ │ ├── htm.svg │ │ ├── ksh.svg │ │ ├── ppt.svg │ │ ├── asf.svg │ │ ├── rpm.svg │ │ ├── swf.svg │ │ ├── vcs.svg │ │ ├── m4v.svg │ │ ├── ost.svg │ │ ├── vb.svg │ │ ├── xlsm.svg │ │ ├── crt.svg │ │ ├── gz.svg │ │ ├── nes.svg │ │ ├── cfm.svg │ │ ├── cson.svg │ │ ├── kup.svg │ │ ├── svg.svg │ │ ├── html.svg │ │ ├── msu.svg │ │ ├── cer.svg │ │ ├── mp4.svg │ │ ├── wsf.svg │ │ ├── zsh.svg │ │ ├── ash.svg │ │ ├── aup.svg │ │ ├── pub.svg │ │ ├── xrb.svg │ │ ├── asx.svg │ │ ├── mp2.svg │ │ ├── ace.svg │ │ ├── gpg.svg │ │ ├── ifo.svg │ │ ├── lisp.svg │ │ ├── lock.svg │ │ ├── mod.svg │ │ ├── mov.svg │ │ ├── odt.svg │ │ ├── rdl.svg │ │ ├── wma.svg │ │ ├── rdf.svg │ │ ├── rom.svg │ │ ├── xml.svg │ │ └── amr.svg │ └── icons │ │ ├── 02_text.svg │ │ ├── 02_rectangle.svg │ │ ├── 02_line.svg │ │ ├── 02_dashed_line.svg │ │ └── 02_link.svg ├── fonts │ ├── fa.eot │ ├── fa.ttf │ ├── fa.woff │ ├── fa.woff2 │ └── glyphicons-halflings-regular.woff2 ├── sounds │ ├── knock.mp3 │ └── notif.mp3 ├── css │ ├── Lato-Regular.woff │ ├── Lato-Regular.woff2 │ ├── images │ │ ├── ui-icons_444444_256x240.png │ │ ├── ui-icons_555555_256x240.png │ │ ├── ui-icons_777620_256x240.png │ │ └── ui-icons_ffffff_256x240.png │ ├── highlight.min.css │ ├── tabulator_custom.css │ └── image-picker.css ├── js │ └── min.sh ├── resources │ ├── editor.txt │ └── graph.txt └── future │ └── mode │ ├── tiddlywiki │ └── tiddlywiki.css │ ├── d │ └── test.js │ ├── css │ └── gss_test.js │ ├── tiki │ └── tiki.css │ └── ruby │ └── test.js ├── guide ├── chat_files.gif ├── upload_file.gif └── creating_icons.gif ├── backup.sh ├── restore.sh ├── mongodb-org-4.2.repo ├── cop.service └── views ├── top_includes.pug ├── index.pug ├── nav.pug └── login.pug /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /backups/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /mission_files/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /temp_uploads/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /public/images/avatars/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | !blank.png 4 | !default.png 5 | -------------------------------------------------------------------------------- /guide/chat_files.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/guide/chat_files.gif -------------------------------------------------------------------------------- /guide/upload_file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/guide/upload_file.gif -------------------------------------------------------------------------------- /public/fonts/fa.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/fonts/fa.eot -------------------------------------------------------------------------------- /public/fonts/fa.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/fonts/fa.ttf -------------------------------------------------------------------------------- /public/fonts/fa.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/fonts/fa.woff -------------------------------------------------------------------------------- /public/fonts/fa.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/fonts/fa.woff2 -------------------------------------------------------------------------------- /public/images/32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/32px.png -------------------------------------------------------------------------------- /public/images/40px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/40px.png -------------------------------------------------------------------------------- /public/images/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/file.png -------------------------------------------------------------------------------- /public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/logo.png -------------------------------------------------------------------------------- /public/sounds/knock.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/sounds/knock.mp3 -------------------------------------------------------------------------------- /public/sounds/notif.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/sounds/notif.mp3 -------------------------------------------------------------------------------- /guide/creating_icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/guide/creating_icons.gif -------------------------------------------------------------------------------- /public/images/attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/attach.png -------------------------------------------------------------------------------- /public/images/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/delete.gif -------------------------------------------------------------------------------- /public/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/favicon.ico -------------------------------------------------------------------------------- /public/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/folder.png -------------------------------------------------------------------------------- /public/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/loading.gif -------------------------------------------------------------------------------- /public/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/sort_asc.png -------------------------------------------------------------------------------- /public/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/sprites.png -------------------------------------------------------------------------------- /public/images/throbber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/throbber.gif -------------------------------------------------------------------------------- /public/css/Lato-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/css/Lato-Regular.woff -------------------------------------------------------------------------------- /public/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/sort_both.png -------------------------------------------------------------------------------- /public/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/sort_desc.png -------------------------------------------------------------------------------- /public/css/Lato-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/css/Lato-Regular.woff2 -------------------------------------------------------------------------------- /public/images/Sorting icons.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/Sorting icons.psd -------------------------------------------------------------------------------- /public/images/avatars/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/avatars/blank.png -------------------------------------------------------------------------------- /public/images/favicon_not.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/favicon_not.ico -------------------------------------------------------------------------------- /public/images/avatars/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/avatars/default.png -------------------------------------------------------------------------------- /public/images/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/sort_asc_disabled.png -------------------------------------------------------------------------------- /public/images/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/sort_desc_disabled.png -------------------------------------------------------------------------------- /public/js/min.sh: -------------------------------------------------------------------------------- 1 | uglifyjs --compress -- chat.js cop.js diagram.js files.js helpers.js notes.js toolbar.js > cop.min.js 2 | -------------------------------------------------------------------------------- /public/images/links/00-002-link-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/links/00-002-link-link.png -------------------------------------------------------------------------------- /public/resources/editor.txt: -------------------------------------------------------------------------------- 1 | askZoom=Enter zoom (%) 2 | properties=Properties 3 | outline=Outline 4 | tasks=Tasks 5 | help=Help 6 | -------------------------------------------------------------------------------- /public/images/shapes/00-001-shape-rect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/shapes/00-001-shape-rect.png -------------------------------------------------------------------------------- /public/css/images/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/css/images/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /public/css/images/ui-icons_555555_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/css/images/ui-icons_555555_256x240.png -------------------------------------------------------------------------------- /public/css/images/ui-icons_777620_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/css/images/ui-icons_777620_256x240.png -------------------------------------------------------------------------------- /public/css/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/css/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /public/images/shapes/00-003-shape-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/images/shapes/00-003-shape-circle.png -------------------------------------------------------------------------------- /public/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psmitty7373/cop/HEAD/public/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /backup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | MONGOFILE=cop.mongo.`date +"%Y%m%d-%H%M%S"` 3 | 4 | mongodump -d cop 5 | tar zcvf backups/${MONGOFILE}.tar.gz dump 6 | rm -rf dump 7 | echo 8 | echo "Backup finished: ./backups/$MONGOFILE.tar.gz" 9 | -------------------------------------------------------------------------------- /restore.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo "Restore which backup? YYYYMMDD-hhmmss:" 4 | read DATE 5 | 6 | MONGOFILE=cop.mongo.${DATE} 7 | 8 | tar zxvf backups/${MONGOFILE}.tar.gz 9 | mongorestore dump 10 | rm -rf dump 11 | -------------------------------------------------------------------------------- /mongodb-org-4.2.repo: -------------------------------------------------------------------------------- 1 | [mongodb-org-4.2] 2 | name=MongoDB Repository 3 | baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/4.2/x86_64/ 4 | gpgcheck=1 5 | enabled=1 6 | gpgkey=https://www.mongodb.org/static/pgp/server-4.2.asc 7 | -------------------------------------------------------------------------------- /public/images/file_types/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cop.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=COP 3 | Documentation=https://github.com/psmitty7373/cop 4 | After=network.target 5 | 6 | [Service] 7 | Type=simple 8 | User=cop 9 | ExecStart=/usr/bin/node /opt/cop/app.js 10 | Restart=on-failure 11 | WorkingDirectory=/opt/cop 12 | 13 | [Install] 14 | WantedBy=multi-user.target 15 | -------------------------------------------------------------------------------- /public/future/mode/tiddlywiki/tiddlywiki.css: -------------------------------------------------------------------------------- 1 | span.cm-underlined { 2 | text-decoration: underline; 3 | } 4 | span.cm-strikethrough { 5 | text-decoration: line-through; 6 | } 7 | span.cm-brace { 8 | color: #170; 9 | font-weight: bold; 10 | } 11 | span.cm-table { 12 | color: blue; 13 | font-weight: bold; 14 | } 15 | -------------------------------------------------------------------------------- /views/top_includes.pug: -------------------------------------------------------------------------------- 1 | link(rel='icon', href='favicon.ico', type='image/x-icon') 2 | link(rel='stylesheet', href='css/jquery-ui.min.css') 3 | link(rel='stylesheet', href='css/tabulator_bootstrap.min.css') 4 | link(rel='stylesheet', href='css/tabulator_custom.css') 5 | link(rel='stylesheet', href='css/bootstrap.darkly.min.css') 6 | link(rel='stylesheet', href='css/style.css') -------------------------------------------------------------------------------- /public/resources/graph.txt: -------------------------------------------------------------------------------- 1 | alreadyConnected=Nodes already connected 2 | containsValidationErrors=Contains validation errors 3 | updatingDocument=Updating Document. Please wait... 4 | updatingSelection=Updating Selection. Please wait... 5 | collapse-expand=Collapse/Expand 6 | doubleClickOrientation=Doubleclick to change orientation 7 | close=Close 8 | error=Error 9 | done=Done 10 | cancel=Cancel 11 | ok=OK 12 | -------------------------------------------------------------------------------- /public/images/icons/02_text.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Text 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /public/future/mode/d/test.js: -------------------------------------------------------------------------------- 1 | // CodeMirror, copyright (c) by Marijn Haverbeke and others 2 | // Distributed under an MIT license: https://codemirror.net/LICENSE 3 | 4 | (function() { 5 | var mode = CodeMirror.getMode({indentUnit: 2}, "d"); 6 | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } 7 | 8 | MT("nested_comments", 9 | "[comment /+]","[comment comment]","[comment +/]","[variable void] [variable main](){}"); 10 | 11 | })(); 12 | -------------------------------------------------------------------------------- /public/images/file_types/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/future/mode/css/gss_test.js: -------------------------------------------------------------------------------- 1 | // CodeMirror, copyright (c) by Marijn Haverbeke and others 2 | // Distributed under an MIT license: https://codemirror.net/LICENSE 3 | 4 | (function() { 5 | "use strict"; 6 | 7 | var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-gss"); 8 | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1), "gss"); } 9 | 10 | MT("atComponent", 11 | "[def @component] {", 12 | "[tag foo] {", 13 | " [property color]: [keyword black];", 14 | "}", 15 | "}"); 16 | 17 | })(); 18 | -------------------------------------------------------------------------------- /public/images/file_types/blank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/future/mode/tiki/tiki.css: -------------------------------------------------------------------------------- 1 | .cm-tw-syntaxerror { 2 | color: #FFF; 3 | background-color: #900; 4 | } 5 | 6 | .cm-tw-deleted { 7 | text-decoration: line-through; 8 | } 9 | 10 | .cm-tw-header5 { 11 | font-weight: bold; 12 | } 13 | .cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/ 14 | padding-left: 10px; 15 | } 16 | 17 | .cm-tw-box { 18 | border-top-width: 0px !important; 19 | border-style: solid; 20 | border-width: 1px; 21 | border-color: inherit; 22 | } 23 | 24 | .cm-tw-underline { 25 | text-decoration: underline; 26 | } -------------------------------------------------------------------------------- /public/images/file_types/tif.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/icons/02_rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /public/images/file_types/c.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/icons/02_line.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /public/images/file_types/m.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /views/index.pug: -------------------------------------------------------------------------------- 1 | html 2 | head 3 | title= title 4 | include top_includes.pug 5 | body 6 | div.container 7 | include nav.pug 8 | div.jumbotron 9 | h2 Missions 10 | button.propButton.btn.btn-primary#newMission(type='button', style="float: right;") New Mission 11 | table#missionsTable 12 | 13 | script var is_admin = !{is_admin}; 14 | script(src='js/jquery-3.4.1.min.js') 15 | script(src='js/jquery-ui.min.js') 16 | script(src='js/bootstrap.min.js') 17 | script(src='js/bootbox.min.js') 18 | script(src='js/helpers.js') 19 | script(src='js/tabulator.js') 20 | script(src='js/main.js') 21 | -------------------------------------------------------------------------------- /public/images/file_types/tiff.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /views/nav.pug: -------------------------------------------------------------------------------- 1 | nav.navbar.navbar-expand.navbar-dark 2 | ul.navbar-nav.mr-auto 3 | li.nav-item.active 4 | a(href=".").nav-link Missions 5 | li.nav-item 6 | a(href="Config").nav-link Config 7 | li.nav-item 8 | a(href="logout").nav-link Logout 9 | iframe#download 10 | div.modal.fade#modal(role='dialog') 11 | div.modal-dialog 12 | div.modal-content#modal-content 13 | div.modal-header#modal-header 14 | h5.modal-title#modal-title 15 | button.close(type='button' data-dismiss='modal')#modal-close × 16 | div.modal-body#modal-body 17 | div.modal-footer#modal-footer 18 | 19 | -------------------------------------------------------------------------------- /public/images/file_types/txt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/h.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/me.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/tex.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /views/login.pug: -------------------------------------------------------------------------------- 1 | html 2 | head 3 | title= title 4 | include top_includes.pug 5 | body 6 | div.container 7 | div.wrapper 8 | form(method='post' action='login').form-signin 9 | img(src='images/logo.png').login-logo 10 | h2.form-signin-heading.text-center COP Login 11 | if (message) 12 | div.alert.alert-danger.alert-error= message 13 | input(type='text' name='username' placeholder='Username' autofocus='autofocus').form-control 14 | input(type='password' name='password' placeholder='Password').form-control.input-password 15 | button.btn.btn-lg.btn-login.btn-block(type='submit') Login 16 | -------------------------------------------------------------------------------- /public/images/file_types/fla.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/nef.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/rtf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/nix.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/dll.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/xfl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/yml.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/gitignore.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/jpe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/npmignore.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/tfignore.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/coffeelintignore.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/eslintignore.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/vscodeignore.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/gif.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/elf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/xlt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/md.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/css/highlight.min.css: -------------------------------------------------------------------------------- 1 | .hljs{display:block;overflow-x:auto;padding:.5em;background:#F0F0F0}.hljs,.hljs-subst{color:#444}.hljs-comment{color:#888888}.hljs-keyword,.hljs-attribute,.hljs-selector-tag,.hljs-meta-keyword,.hljs-doctag,.hljs-name{font-weight:bold}.hljs-type,.hljs-string,.hljs-number,.hljs-selector-id,.hljs-selector-class,.hljs-quote,.hljs-template-tag,.hljs-deletion{color:#880000}.hljs-title,.hljs-section{color:#880000;font-weight:bold}.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr,.hljs-selector-pseudo{color:#BC6060}.hljs-literal{color:#78A960}.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-addition{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold} -------------------------------------------------------------------------------- /public/images/file_types/ai.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/heic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/iff.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/mm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/flv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/bak.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/hs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/log.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/icons/02_dashed_line.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /public/images/file_types/ait.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/hlp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/el.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/tga.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/key.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/lua.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/aif.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/cgi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/eml.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/yaml.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/hsl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/rst.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/aze.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/lex.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/ts.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/au.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/jpg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/xltx.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/f4v.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/inv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/xlm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/aa.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/z.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/aiff.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/png.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/psp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/bat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/dng.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/pfx.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/po.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/xls.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/vcf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/icons/02_link.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /public/images/file_types/ps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/ac.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/asm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/avi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/dtd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/jpeg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/xltm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/cur.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/raw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/twig.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/tsv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/future/mode/ruby/test.js: -------------------------------------------------------------------------------- 1 | // CodeMirror, copyright (c) by Marijn Haverbeke and others 2 | // Distributed under an MIT license: https://codemirror.net/LICENSE 3 | 4 | (function() { 5 | var mode = CodeMirror.getMode({indentUnit: 2}, "ruby"); 6 | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } 7 | 8 | MT("divide_equal_operator", 9 | "[variable bar] [operator /=] [variable foo]"); 10 | 11 | MT("divide_equal_operator_no_spacing", 12 | "[variable foo][operator /=][number 42]"); 13 | 14 | MT("complex_regexp", 15 | "[keyword if] [variable cr] [operator =~] [string-2 /(?: \\( #{][tag RE_NOT][string-2 }\\( | #{][tag RE_NOT_PAR_OR][string-2 }* #{][tag RE_OPA_OR][string-2 } )/][variable x]") 16 | 17 | MT("indented_heredoc", 18 | "[keyword def] [def x]", 19 | " [variable y] [operator =] [string <<-FOO]", 20 | "[string bar]", 21 | "[string FOO]", 22 | "[keyword end]") 23 | })(); 24 | -------------------------------------------------------------------------------- /public/images/file_types/tar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/idx.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/7z.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/bmp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/ra.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/p12.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/pot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/cpp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/gitattributes.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/pcd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/bpg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/cr2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/deb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/eps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/mo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/p7b.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/mid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/xsd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/indd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/pkg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/ttf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/gpl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/qt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/sh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/caf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/cmd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/midi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/tmx.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/wmf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/aifc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/webp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/xz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/zip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/msi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/pgp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/chm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/enc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/pst.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/ru.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/xlsx.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/mkv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/pem.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/wav.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/crdownload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/css/tabulator_custom.css: -------------------------------------------------------------------------------- 1 | .tabulator .tabulator-header .tabulator-col { 2 | background-color: #303030; 3 | } 4 | 5 | .tabulator .tabulator-tableHolder .tabulator-table { 6 | background-color: #303030; 7 | } 8 | 9 | .tabulator-row { 10 | background-color: #303030; 11 | } 12 | 13 | .tabulator-row.tabulator-selectable:hover { 14 | background-color: #444 !important; 15 | } 16 | 17 | .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover { 18 | background-color: #444; 19 | } 20 | 21 | .tabulator-row .tabulator-cell.tabulator-editing { 22 | 23 | border: 1px solid #fff; 24 | } 25 | 26 | .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select { 27 | color: #fff; 28 | } 29 | 30 | .tabulator-edit-select-list .tabulator-edit-select-list-item { 31 | background-color: #222; 32 | } 33 | 34 | .tabulator-edit-select-list .tabulator-edit-select-list-item:hover { 35 | background-color: #555; 36 | } 37 | 38 | .tabulator-edit-select-list .tabulator-edit-select-list-item.active { 39 | background-color: #444; 40 | } -------------------------------------------------------------------------------- /public/images/file_types/com.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/mpe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/ott.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/aac.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/flac.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/m4a.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/reg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/sit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/code-workspace.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/mpa.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/kt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/rm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/vox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/xpi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/asc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/csv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/dot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/htm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/ksh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/ppt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/asf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/rpm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/swf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/vcs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/m4v.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/css/image-picker.css: -------------------------------------------------------------------------------- 1 | ul.thumbnails.image_picker_selector { 2 | overflow: auto; 3 | list-style-image: none; 4 | list-style-position: outside; 5 | list-style-type: none; 6 | padding: 0px; 7 | margin: 0px; } 8 | ul.thumbnails.image_picker_selector ul { 9 | overflow: auto; 10 | list-style-image: none; 11 | list-style-position: outside; 12 | list-style-type: none; 13 | padding: 0px; 14 | margin: 0px; } 15 | ul.thumbnails.image_picker_selector li.group {width:100%;} 16 | ul.thumbnails.image_picker_selector li.group_title { 17 | float: none; } 18 | ul.thumbnails.image_picker_selector li { 19 | margin: 0px 4px 4px 0px; 20 | float: left; } 21 | ul.thumbnails.image_picker_selector li .thumbnail { 22 | padding: 2px; 23 | border: 1px solid #dddddd; 24 | -webkit-user-select: none; 25 | -moz-user-select: none; 26 | -ms-user-select: none; } 27 | ul.thumbnails.image_picker_selector li .thumbnail img { 28 | -webkit-user-drag: none; } 29 | ul.thumbnails.image_picker_selector li .thumbnail.selected { 30 | background: #0088cc; } 31 | -------------------------------------------------------------------------------- /public/images/file_types/ost.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/vb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/xlsm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/crt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/gz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/nes.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/cfm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/cson.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/kup.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/svg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/html.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/msu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/cer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/mp4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/wsf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/zsh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/ash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/aup.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/pub.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/xrb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/asx.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/mp2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/ace.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/gpg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/ifo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/lisp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/mod.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/mov.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/odt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/rdl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/wma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/rdf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/rom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/xml.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/images/file_types/amr.svg: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------