secure-files

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

ModeNameSize
-rw-r--r--.gitignore89L
-rw-r--r--launchers/secure-files - package.launch18L
-rw-r--r--launchers/secure-files - run.launch25L
-rw-r--r--pom.xml105L
-rw-r--r--src/assembly/assembly.xml44L
-rw-r--r--src/main/java/xyz/kebigon/securefiles/DownloadController.java89L
-rw-r--r--src/main/java/xyz/kebigon/securefiles/IndexController.java80L
-rw-r--r--src/main/java/xyz/kebigon/securefiles/SecureFilesApplication.java54L
-rw-r--r--src/main/java/xyz/kebigon/securefiles/WebSecurityConfiguration.java51L
-rw-r--r--src/main/java/xyz/kebigon/securefiles/db/DroppedFile.java27L
-rw-r--r--src/main/java/xyz/kebigon/securefiles/db/DroppedFilesRepository.java113L
-rwxr-xr-xsrc/main/packaged-resources/bin/secure-files.sh28L
-rw-r--r--src/main/packaged-resources/cfg/logback.xml17L
-rw-r--r--src/main/packaged-resources/cfg/securefiles_custom.cfg8L
-rw-r--r--src/main/packaged-resources/cfg/securefiles_required.cfg2L
-rw-r--r--src/main/resources/application.properties2L
-rw-r--r--src/main/resources/db/migration/V0_1_0.sql7L
-rw-r--r--src/main/resources/templates/download.mustache14L
-rw-r--r--src/main/resources/templates/index.mustache45L
-rw-r--r--src/test/java/xyz/kebigon/securefiles/SecureFilesApplicationTests.java13L