Sone.git
2023-06-08 David ‘Bombe... 🔊 log string leading to exception bugfix/new-elements-from-unfollowed-sones
2023-01-22 David ‘Bombe... ✨ Return filtered elements for new-posts page
2023-01-22 David ‘Bombe... ✨ Return filtered elements for get-status request
2023-01-22 David ‘Bombe... 🚧 Filter new replies using the current Sone
2023-01-22 David ‘Bombe... 🚧 Filter new posts using the current Sone
2023-01-21 David ‘Bombe... ♻️ Turn new elements properties into methods
2023-01-21 David ‘Bombe... ⚰️ Remove unused code
2022-12-13 David ‘Bombe... 🔀 Merge “refactoring/no-negative-identity-filter”
2022-12-06 David ‘Bombe... ♻️ Use new filter class instead of filtering inline
2022-12-06 David ‘Bombe... 🚧 Add no-negative identity filter
2022-12-06 David ‘Bombe... 🎨 Add methods to create explicit and implicit trust...
2022-12-06 David ‘Bombe... 🎨 Add empty set as default for contexts
2022-09-12 David ‘Bombe... 🚧 Don’t cancel on archive manifests
2022-09-12 David ‘Bombe... 🚸 Download the files, including from archives
2022-09-11 David ‘Bombe... 🔊 Log element loader’s decisions and results
2022-09-02 David ‘Bombe... 🚸 Improve text extraction even further
2022-09-02 David ‘Bombe... 🚸 Improve text extraction from freesites
2022-09-02 David ‘Bombe... ♻️ Add matcher for linked elements
2022-09-02 David ‘Bombe... ♻️ Move extension methods out of classes
2022-08-26 David ‘Bombe... ✅ Rewrite test to not use Mockito
2022-08-26 David ‘Bombe... 🎨 Reduce dependency on Node’s fields
2022-08-26 David ‘Bombe... 🔀 Merge bugfix/too-long-urls
2022-08-26 David ‘Bombe... 💚 Declare output for “writeVersion” task
2022-08-26 David ‘Bombe... 🐛 🐛 Fix too-long URLs on pages with mane unloaded elements
2022-08-26 David ‘Bombe... ⬆️ Upgrade to Kotlin 1.7
2022-07-24 David ‘Bombe... 👷 Update Gradle to 7.5
2022-07-23 David ‘Bombe... ✅ Fix tests failing with non-English locales
2022-07-23 David ‘Bombe... ✅ Add JUnit Rule to override locales during tests
2022-04-16 David ‘Bombe... 👷 Remove FindBugs plugin
2022-04-16 David ‘Bombe... ✅ Fix failing memory database test
2021-09-27 David ‘Bombe... Fix test names that cause problems on Windows
2021-09-27 David ‘Bombe... Improve names of startup-related tests
2021-09-27 David ‘Bombe... Update Kotlin to latest 1.4
2021-09-27 David ‘Bombe... Fix incorrect comparison
2021-09-27 David ‘Bombe... Replace image implementation test with Kotlin version
2021-09-27 David ‘Bombe... Merge branch 'update/java-11-lts' into next
2021-09-27 David ‘Bombe... Make test work with Java 8, too
2021-09-27 David ‘Bombe... Fix test so it runs on Windows, too
2021-09-27 David ‘Bombe... Fix ambiguous import for Module
2021-06-06 David ‘Bombe... 🐛 Restore ability to change languages on-the-fly
2020-10-18 David ‘Bombe... 🔥 Remove unused method from identity loader
2020-08-19 David ‘Bombe... 💄 Try to undo Fred’s CSS mess
2020-08-08 David ‘Bombe... 🚚 Move shells closer to the interfaces
2020-08-06 David ‘Bombe... 🎨 Store shells instead of full posts in in-memory database
2020-08-06 David ‘Bombe... 🎨 Replace test post builder with Kotlin version
2020-08-06 David ‘Bombe... 🎨 Replace in-memory post with Kotlin version
2020-08-06 David ‘Bombe... 🌐 Mention that WoT takes time to create identities
2020-08-06 David ‘Bombe... 🎨 Specify types of locks explicitely
2020-08-06 David ‘Bombe... ⚡️ Use shell to store reply data
2020-08-05 David ‘Bombe... 🎨 Replace in-memory post reply with Kotlin version
2020-07-29 David ‘Bombe... 🐛 Fix NPE during Sone removal
2020-07-27 David ‘Bombe... ✅ Rewrite test to not use mocks
2020-07-27 David ‘Bombe... ✅ Use dummy WOT connector for identity loader test
2020-07-27 David ‘Bombe... ✅ Rewrite test without using mocks
2020-07-02 David ‘Bombe... 🎨 Remove template context factory from web interface API
2020-07-01 David ‘Bombe... 🚚 Move new elements mock to test objects
2020-07-01 David ‘Bombe... 🔥 Remove methods from web interface
2020-07-01 David ‘Bombe... 🎨 Use new elements container in AJAX pages
2020-07-01 David ‘Bombe... 🎨 Add container for new posts/replies
2020-07-01 David ‘Bombe... 🚚 Rename test for list notification filter
2020-07-01 David ‘Bombe... ♻️ Extract interface for list notification filter
2020-06-28 David ‘Bombe... 🚚 Rename test to match name of tested class
2020-06-28 David ‘Bombe... 🎨 Clean up imports
2020-06-28 David ‘Bombe... 🎨 Replace list notification filter with Kotlin version
2020-06-28 David ‘Bombe... 🎨 Use Kotlin arrow type instead of Predicate
2020-06-28 David ‘Bombe... ♻️ Replace reply visibility filter interface with Kotli...
2020-06-28 David ‘Bombe... ♻️ Supply default implementation for predicate
2020-06-28 David ‘Bombe... ♻️ Extract interface for reply visibility filter
2020-06-27 David ‘Bombe... 🎨 Rewrite test to not use mocks
2020-06-27 David ‘Bombe... ♻️ Move some code to package’s Testing.kt
2020-06-23 David ‘Bombe... 🎨 Replace reply visibility filter with Kotlin version
2020-06-20 David ‘Bombe... ♻️ Move predicate method into interface
2020-06-20 David ‘Bombe... ♻️ Extract interface from post visibility filter
2020-06-20 David ‘Bombe... 🎨 Use Java’s Predicate in reply visibility filter
2020-06-20 David ‘Bombe... 🎨 Use Java’s Predicate in post visibility filter
2020-06-20 David ‘Bombe... 🎨 Replace list notification filter test with Kotlin...
2020-06-20 David ‘Bombe... 🎨 Rename method to create replies for tests
2020-06-18 David ‘Bombe... ♻️ Rewrite test to avoid mocks
2020-06-18 David ‘Bombe... 🚚 Move test identity creation to Mocks.kt
2020-06-18 David ‘Bombe... ⬆️ Upgrade Kotlin version
2020-06-18 David ‘Bombe... 🎨 Replace test for PostVisibilityFilter with Kotlin...
2020-06-17 David ‘Bombe... 🐛 Fix breaking parser on invalid SSK/USKs
2020-05-26 David ‘Bombe... 🎨 Clean up imports
2020-05-26 David ‘Bombe... 🎨 Specify types for mocks explicitely
2020-05-05 David ‘Bombe... 🐛 Merge loaded identites to have all trust values
2020-05-01 David ‘Bombe... ♻️ Refactor parts of identity removal
2020-05-01 David ‘Bombe... ⚗ Use a multimap to keep track of registered USKs
2020-04-30 David ‘Bombe... 🔊 Add debug logging for unregistering USKs
2020-04-29 David ‘Bombe... 🔊 Use java.util logger instead of custom logger
2020-04-28 David ‘Bombe... 🔀 Merge tag 'v82' into next
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
next