Skip to content

Commit 29c6778

Browse files
committed
First running prototype with the new frontend
Still a lot missing and a pretty huge commit but from here, making commits should be a lot easier.
1 parent 21dd84b commit 29c6778

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+6755
-603
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88

99

1010
# JetBrains IDEs
11-
/.idea/
11+
/.idea/**/*
12+
!/.idea/icon.svg

.idea/icon.svg

+1
Loading

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ Probably create a GitHub organisation `ApolloFiles` and have the following repos
77
* Apollo-Frontend (contains the frontend and is included as dependency in the backend)
88
* Module-* (The official modules available in Apollo [some installed by default or not listed as module to the admin])
99
* Module ideas:
10-
* Thumbnails
10+
* [x] Thumbnails
1111
* ClamAV (+ VirusTotal)
1212
* file converter (e.g. png to jpeg or word to pdf)
1313
* file preview (syntax highlighting?)
1414
* Image editor
1515
* file editor
1616
* Video editor
1717
* ffmpeg (+ Batch mode with stream-selection-filter)
18-
* File search
18+
* [x] File search
1919
* File sharing
2020
* FTP(S), SSH, WebDAV, ...
2121
* Some kind of Watch-Party where you can share a link with friends and family to view images/videos together
22+
* [x] Trash bin

0 commit comments

Comments
 (0)