Sone.git
2020-04-28 David ‘Bombe... 🔀 Merge branch 'release/v82' master v82
2020-04-28 David ‘Bombe... 🔖 Update Sone version
2020-04-28 David ‘Bombe... ⬆️ Update homepage edition
2020-04-19 David ‘Bombe... 🇮🇹 Add Italian translation
2020-04-19 David ‘Bombe... 🌐 Update translations
2020-04-19 David ‘Bombe... 💄 Move “Save” button back to bottom of page
2020-04-18 David ‘Bombe... ✨ Apply strict filtering when getting identities
2020-04-18 David ‘Bombe... ✨ Add option for “strict filtering” to options page
2020-04-18 David ‘Bombe... 🚧 Add processing of strict-filtering option
2020-04-18 David ‘Bombe... 🚧 Add strict filtering to preferences loader
2020-04-18 David ‘Bombe... 🚧 Add option for “strict filtering”
2020-04-18 David ‘Bombe... ✅ Use real event bus in test
2020-04-18 David ‘Bombe... 🚧 Use strictly-filtered identities
2020-04-18 David ‘Bombe... 🚧 Load ALL identities instead of only trusted ones
2020-04-18 David ‘Bombe... 🚚 Rename method to better reflect purpose
2020-04-18 David ‘Bombe... 🚧 Try to only allow identities that have no or positive...
2020-04-17 David ‘Bombe... 🚧 Disregard identities that don’t trust anyone
2020-04-17 David ‘Bombe... 🔊 Log how much trust-all would reduce identity amount
2020-04-09 David ‘Bombe... ♻️ Slightly improve messy expression
2020-04-08 David ‘Bombe... 🔥 Remove unnecessary imports
2020-04-08 David ‘Bombe... 🔥 Remove unused “create” flag
2020-04-08 David ‘Bombe... 🔥 Remove more session manager usages
2020-04-08 David ‘Bombe... 🔥 Remove more session managers
2020-04-07 David ‘Bombe... 🔥 Remove unused session manager from page toadlet
2020-04-07 David ‘Bombe... 🔥 Delegate session provider in web interface
2020-04-07 David ‘Bombe... 🚧 Configure session provider in Sone module
2020-04-07 David ‘Bombe... 🚧 Add session provider implementation
2020-04-07 David ‘Bombe... 🔥 Remove “create” flag from session provider interface
2020-04-07 David ‘Bombe... 🔥 Remove session manager from freenet request
2020-04-07 David ‘Bombe... 🔥 Remove session access from freenet request
2020-04-07 David ‘Bombe... 🚨 Suppress deprecation warning
2020-04-07 David ‘Bombe... 🚚 Move Kotlin files to correct source path
2020-04-07 David ‘Bombe... 🎨 Replace default option with Kotlin version
2020-04-07 David ‘Bombe... 🎨 Use Java’s predicate instead of Guava’s
2020-04-07 David ‘Bombe... 🎨 Replace test for default option with Kotlin version
2020-04-07 David ‘Bombe... 🎨 Fix formatting
2020-04-07 David ‘Bombe... 🔥 Remove integer range predicate
2020-04-07 David ‘Bombe... 🎨 Don’t use special predicates
2020-04-07 David ‘Bombe... 🔥 Remove auto-closeable bucket wrapper
2020-04-07 David ‘Bombe... 💚 Run parallel tests before non-parallel tests
2020-04-07 David ‘Bombe... 🎨 Replace page toadlet with Kotlin version
2020-04-07 David ‘Bombe... ✅ Add test for page toadlet
2020-03-03 David ‘Bombe... 🎨 Use non-deprecated property
2020-03-03 David ‘Bombe... 🎨 Whitespace fix
2020-03-03 David ‘Bombe... 🎨 Use different way to set kotlin compiler options
2020-03-03 David ‘Bombe... ⬆️ Upgrade Kotlin to 1.3.70
2020-02-23 David ‘Bombe... 🎨 Clean up some imports
2020-02-23 David ‘Bombe... 🔥 Remove setKnown() method from replies
2020-02-22 David ‘Bombe... 🎨 Replace future reply filter with Kotlin version
2020-02-22 David ‘Bombe... 🎨 Replace reply comparator with Kotlin version
2020-02-22 David ‘Bombe... 🎨 Rename “newest first” post comparator
2020-02-22 David ‘Bombe... 🔥 Remove HAS_POST_FILTER from post reply interface
2020-02-22 David ‘Bombe... 🔀 Merge “work/next” into “next”
2020-02-21 David ‘Bombe... ♻️ Replace “normal” methods with extension methods
2020-02-21 David ‘Bombe... 🎨 Replace NEWEST_FIRST comparator with Kotlin version
2020-02-21 David ‘Bombe... 🎨 Replace FUTURE_POSTS_FILTER with Kotlin version
2020-02-18 David ‘Bombe... 🎨 Reduce mocking of albums and images
2020-02-18 David ‘Bombe... 🚚 Rename Album helper file
2020-02-18 David ‘Bombe... 🔥 Remove IMAGES from Album interface
2020-02-18 David ‘Bombe... 🎨 Add Sone.allImages accessor
2020-02-18 David ‘Bombe... ✅ Add tests for Album.allImages
2020-02-18 David ‘Bombe... 🔥 Remove FLATTENER from Album interface
2020-02-18 David ‘Bombe... 🔥 Replace NOT_EMPTY with Kotlin version
2020-02-18 David ‘Bombe... 🔥 Remove another function from Sone interface
2020-02-18 David ‘Bombe... 🔥 Remove function from Sone interface
2020-02-16 David ‘Bombe... 🎨 Replace image count comparator with Kotlin version
2020-02-16 David ‘Bombe... ✅ Add test for last-activity comparator
2020-02-16 David ‘Bombe... ✅ Add test for nice-name comparator
2020-02-16 David ‘Bombe... 🎨 Replace post count comparator with Kotlin version
2020-02-16 David ‘Bombe... 🎨 Replace last activity comparator with Kotlin version
2020-02-16 David ‘Bombe... 🎨 Replace nice name comparator with Kotlin version
2020-02-16 David ‘Bombe... 💚 Use JVM target 1.8 for Kotlin compiler
2020-02-16 David ‘Bombe... 🔥 Remove unused predicates
2020-02-16 David ‘Bombe... ✏️ Fix typo in test name
2020-02-14 David ‘Bombe... 🔊 Implement toString() on post reply
2020-02-12 David ‘Bombe... 🔥 Remove unnecessary request URI from inserted Sone
2020-02-12 David ‘Bombe... 🎨 Use try-with-resources instead of Closer
2020-02-11 David ‘Bombe... ♻️ Use URI creator to create Sone URIs
2020-02-11 David ‘Bombe... 🔥 Remove useless javadoc
2020-02-11 David ‘Bombe... 🔇 Silence logger during freenet interface test
2020-02-11 David ‘Bombe... ♻️ Use URI creator in inserter
2020-02-11 David ‘Bombe... 🔥 Remove useless javadoc
2020-02-11 David ‘Bombe... ✅ Add test for URI creator being created by Guice
2020-02-11 David ‘Bombe... ♻️ Replace Sone URI creator with Kotlin version
2020-02-11 David ‘Bombe... 🔥 Remove getInsertUri() method from Sone interface
2020-02-11 David ‘Bombe... ✏️ Fix test name
2020-02-11 David ‘Bombe... 🔥 Replace Guava’s ByteStream method with Kotlin method
2020-02-11 David ‘Bombe... ♻️ Use Sone’s identity to create insert URI
2020-02-09 David ‘Bombe... 🚚 Move kotlin files to correct source path
2020-02-09 David ‘Bombe... 🔀 Merge branch 'master' into next
2020-02-09 David ‘Bombe... 🔀 Merge “release/v81” into “master” v81
2020-02-09 David ‘Bombe... 🔖 Set version to 81
2020-02-09 David ‘Bombe... 📄 Update latest edition
2020-02-09 David ‘Bombe... 📄 Update year in file headers
2020-02-09 David ‘Bombe... 📄 Update filenames in file headers
2020-02-09 David ‘Bombe... 🌐 Update translation files to match what’s in Transifex
2020-02-09 David ‘Bombe... 🔀 Merge “feature/notification-handler” into “next”
2020-02-09 David ‘Bombe... 🚨 Suppress some warnings about unused parameters
2020-02-09 David ‘Bombe... 🔥 Remove unused methods
2020-02-09 David ‘Bombe... ♻️ Use handler for Sone insertion notifications
next