diff options
author | Marvin Borner | 2019-04-17 00:10:53 +0200 |
---|---|---|
committer | Marvin Borner | 2019-04-17 00:10:53 +0200 |
commit | fe6af31f05f59ed1ef162bc16ffc99600df51ad7 (patch) | |
tree | 043847a6d66295fd6692b3d7a8053d4bf72269f1 /src/main/kotlin/App.kt | |
parent | cdd6fa1981ebf8d96e4849167805c471451e5d6d (diff) |
Fixed viewing of PDFs and other binary files
Co-authored-by: LarsVomMars <lars@kroenner.eu>
Diffstat (limited to 'src/main/kotlin/App.kt')
-rw-r--r-- | src/main/kotlin/App.kt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/kotlin/App.kt b/src/main/kotlin/App.kt index ac9127b..bb69db2 100644 --- a/src/main/kotlin/App.kt +++ b/src/main/kotlin/App.kt @@ -127,14 +127,6 @@ fun roleManager(handler: Handler, ctx: Context, permittedRoles: Set<Role>) { } } -/* -fun indexAllFiles(ctx: Context) { - Files.list(Paths.get("$fileHome/${getVerifiedUserId(ctx)}").forEach { - // TODO: Add file indexing function - } -} -*/ - /** * Declares the roles in which a user can be in */ |