bytebin
bytebin copied to clipboard
Fast & lightweight content storage web service.
Authentication would be interesting to be used on private servers intances Some Jooby framework reference links: https://jooby.io/#modules-security I've never used the framework but I'm interested in this feature, I'll try...
This PR only effects the front-end UI. Easier to upload a file, especially for large data. I plan to have this on my own hosted instance of bytebin with a...
Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.39.2.1 to 3.41.2.2. Release notes Sourced from sqlite-jdbc's releases. Release 3.41.2.2 Changelog 🚀 Features jdbc add support for LocalDate, LocalTime, LocalDateTime in ResultSet#getObject (1d2ff63) implement PreparedStatement getParameterType...