LOG
|
FILES
|
OVERVIEW
│
├── .gitignore
├── INIT_DATABASE.sql
├── README.md
├── actions.js
├── build.ps1
├── build
│ └── bundle.js
├── front
│ ├── contextmenu.ts
│ ├── dragging.ts
│ ├── explorer.ts
│ ├── main.ts
│ ├── share_window.ts
│ ├── upload_form.ts
│ ├── util.ts
│ └── window.ts
├── img
│ ├── arrow.svg
│ ├── backdrop.jpg
│ ├── bottom.svg
│ └── icons
│ └── .txt.svg
├── index.php
├── loggedin.php
├── loginregister.js
├── loginregister.php
├── mimeicons
│ ├── application-octet-stream.png
│ ├── application-pdf.png
│ ├── application-rss_xml.png
│ ├── application-x-bittorrent.png
│ ├── application-x-cd-image.png
│ ├── application-x-empty.png
│ ├── application-x-executable.png
│ ├── application-x-object.png
│ ├── audio-x-generic.png
│ ├── data.png
│ ├── directory.png
│ ├── font-x-generic.png
│ ├── image-gif.png
│ ├── image-jpeg.png
│ ├── image-jpg.png
│ ├── image-png.png
│ ├── image-x-generic.png
│ ├── package-x-generic.png
│ ├── pending.png
│ ├── text-html.png
│ ├── text-plain.png
│ ├── text-vnd.trolltech.linguist.png
│ ├── text-x-c.png
│ ├── text-x-changelog.png
│ ├── text-x-chdr.png
│ ├── text-x-cpp.png
│ ├── text-x-css.png
│ ├── text-x-generic.png
│ ├── text-x-go.png
│ ├── text-x-javascript.png
│ ├── text-x-preview.png
│ ├── text-x-python.png
│ ├── text-x-script.png
│ ├── text-x-vala.png
│ ├── user-share.png
│ ├── user-trash-full.png
│ ├── user-trash.png
│ ├── video-x-generic.png
│ ├── x-office-calendar.png
│ ├── x-office-document-template.png
│ ├── x-office-document.png
│ ├── x-office-drawing-template.png
│ ├── x-office-drawing.png
│ ├── x-office-presentation-template.png
│ ├── x-office-presentation.png
│ ├── x-office-spreadsheet-template.png
│ └── x-office-spreadsheet.png
├── package-lock.json
├── package.json
├── php
│ ├── .gitignore
│ ├── configuration.php
│ ├── database.php
│ ├── delete.php
│ ├── file_type_recogniser.php
│ ├── login.php
│ ├── logout.php
│ ├── misc.php
│ ├── mkdir.php
│ ├── move.php
│ ├── node.php
│ ├── readdir.php
│ ├── readfile.php
│ ├── register.php
│ ├── rename.php
│ ├── share.php
│ ├── upload.php
│ └── user.php
├── share_frontend.php
├── style.css
└── tsconfig.json