Sone.git
2019-07-30 David ‘Bombe... 🎨 Remove useless comments, clean up imports
2019-07-30 David ‘Bombe... ⚡️ Remove unnecessary database operation
2019-07-30 David ‘Bombe... 🐛 Fix metrics page showing wrong event count
2019-07-30 David ‘Bombe... ✅ Fix initialization of metrics page test
2019-07-29 David ‘Bombe... 🔊 Log Sone parsing time
2019-07-28 David ‘Bombe... ♻️ Move throwing redirect exception into method
2019-07-28 David ‘Bombe... ✅ Stabilize timing-dependent test
2019-07-28 David ‘Bombe... ✨ Activate debug mode on event
2019-07-28 David ‘Bombe... ✨ Allow activateDebugMode() to be called multiple times
2019-07-28 David ‘Bombe... ✨ Add page to activate debug mode
2019-07-28 David ‘Bombe... ✨ Register debug pages that can be added later
2019-07-28 David ‘Bombe... ✨ Post event when debug activated
2019-07-28 David ‘Bombe... ♻️ Refactor test
2019-07-28 David ‘Bombe... ✅ Add method to set debug flag
2019-07-28 David ‘Bombe... 🔥 Replace debug flag collection with simple flag
2019-07-28 David ‘Bombe... ✨ Only show metrics page if debug flag is set
2019-07-28 David ‘Bombe... ✨ Add “show metrics” debug information flag
2019-07-28 David ‘Bombe... 🎨 Rename test method to be more specific
2019-07-28 David ‘Bombe... ✨ Add metrics page
2019-07-27 David ‘Bombe... 🎨 Add @Nullable annotation to parseSone() method
2019-07-27 David ‘Bombe... ✅ Add test for unsuccessful parsing not adding data...
2019-07-26 David ‘Bombe... ✨ Record Sone parsing durations
2019-07-26 David ‘Bombe... 🎨 Replace SoneParserTest with Kotlin version
2019-07-26 David ‘Bombe... 🔥 Remove unused import
2019-07-26 David ‘Bombe... ✨ Configure metric registry for injection
2019-07-26 David ‘Bombe... ⚡️ Don’t save configuration for every Sone
2019-07-26 David ‘Bombe... ⚡️ Only update configuration once per second
2019-07-26 David ‘Bombe... 🐛 Register manually created core with event bus
2019-07-26 David ‘Bombe... 🔊 Set log level ALL on Sone root logger
2019-07-26 David ‘Bombe... 💚 Fix sr.ht build while FindBugs can’t handle Kotlin...
2019-07-13 David ‘Bombe... 🚧 Try different method of loading classes for logging
2019-07-12 David ‘Bombe... 🔊 Log times for loading identities
2019-07-12 David ‘Bombe... 🐛 Create Core as singleton
2019-07-11 David ‘Bombe... 🐛 Only show client version if enabled
2019-07-11 David ‘Bombe... ✨ Add debug flags to Core
2019-07-11 David ‘Bombe... ✨ Add debug information to Core
2019-07-11 David ‘Bombe... ✨ Add container for debug information flags
2019-07-11 David ‘Bombe... 🎨 Replace CoreTest with Kotlin version
2019-07-10 David ‘Bombe... ♻️ Use SoneModule when starting Sone
2019-07-10 David ‘Bombe... ✅ Test for correct l10n in SoneModule
2019-07-10 David ‘Bombe... 🐛 Fix version parsing in SoneModule
2019-07-10 David ‘Bombe... ✨ Show client version in hover menu
2019-07-10 David ‘Bombe... ✨ Add toString() implementation for Client
2019-07-10 David ‘Bombe... 🔀 Merge changes from other next branch
2019-07-10 David ‘Bombe... 🙈 Ignore sone.properties file
2019-07-02 David ‘Bombe... ♻️ Don’t use Optional as parameter type
2019-07-02 David ‘Bombe... 🔥 Remove deprecated methods
2019-07-01 David ‘Bombe... ♻️ Improve getInstance() method, use it in test
2019-07-01 David ‘Bombe... 🚚 Rename “SoneModuleCreator” to “SoneModule”
2019-06-29 David ‘Bombe... 🎨 Replace ConfigurationSoneParserTest with Kotlin version
2019-06-28 David ‘Bombe... 🎨 Replace UpdateFoundEvent with Kotlin version
2019-06-28 David ‘Bombe... 🎨 Replace Sone events with Kotlin versions
2019-06-28 David ‘Bombe... 🎨 Replace reply events with Kotlin versions
2019-06-28 David ‘Bombe... 🎨 Replace post events with Kotlin versions
2019-06-28 David ‘Bombe... 🎨 Replace image events with Kotlin versions
2019-06-27 David ‘Bombe... 🔀 Merge branch “master” into next
2019-06-27 David ‘Bombe... 🔀 Merge branch “release-80” v80
2019-06-27 David ‘Bombe... 🔖 Update version and latest edition
2019-06-27 David ‘Bombe... 🐛 Remove first character of version string before parsing
2019-06-26 David ‘Bombe... 🔀 Merge branch 'master' into next
2019-06-26 David ‘Bombe... 🔀 Merge branch 'release-79' v79
2019-06-26 David ‘Bombe... 🔖 Update version for release of version 79
2019-06-26 David ‘Bombe... 🔧 Change name of Gradle project to “Sone”
2019-06-26 David ‘Bombe... 📄 Update copyright lines with correct filenames
2019-06-26 David ‘Bombe... 🎨 Replace MemoryDatabaseTest with Kotlin version
2019-06-26 David ‘Bombe... 🚚 Move Kotlin tests to kotlin directory
2019-06-26 David ‘Bombe... 🐛 Remove backlinks from keys (thx, TheSeeker!)
2019-06-26 David ‘Bombe... ✅ Use annotations from kotlin-test-junit
2019-06-25 David ‘Bombe... ✅ Replace SoneTextParserTest with Kotlin version
2019-06-16 David ‘Bombe... 💚 Use https for custom repository, move after Maven...
2019-05-27 David ‘Bombe... ♻️ Use new method to set field in tests
2019-05-27 David ‘Bombe... ♻️ Add factory for page maker interactions
2019-05-20 David ‘Bombe... 🚧 Add interactions helper for page maker
2019-05-18 David ‘Bombe... 🔥 Remove unnecessary @JvmOverloads annotation
2019-05-18 David ‘Bombe... ✨ Use @ToadletPath for JSON pages, too
2019-05-17 David ‘Bombe... 🐛 Fix path prefix for page toadlet factory
2019-05-17 David ‘Bombe... 🔥 Remove unused properties
2019-05-17 David ‘Bombe... 🔥 Remove path from FreenetTemplatePage
2019-05-17 David ‘Bombe... ✨ Add @ToadletPath annotation
2019-05-17 David ‘Bombe... 🎨 Clean up modifiers
2019-05-17 David ‘Bombe... 🐛 Fix parameter name
2019-05-17 David ‘Bombe... 🎨 Fix formatting
2019-05-17 David ‘Bombe... 🎨 Clean up imports
2019-05-17 David ‘Bombe... 🔥 Remove templates from FreenetTemplatePages
2019-05-17 David ‘Bombe... ♻️ Move generic error pages to custom classes
2019-05-17 David ‘Bombe... ✨ Use @TemplatePath annotations on most pages
2019-05-17 David ‘Bombe... ✨ Use new template renderer
2019-05-17 David ‘Bombe... 🚧 Add template renderer
2019-05-17 David ‘Bombe... ✨ Use @TemplatePath in FreenetTemplatePage
2019-05-17 David ‘Bombe... ♻️ Replace FreenetTemplatePage with Kotlin version
2019-05-17 David ‘Bombe... 🚚 Rename file containing annotations
2019-05-17 David ‘Bombe... 🚧 Add annotation for the template path
2019-05-17 David ‘Bombe... 🚧 Add Loaders to all template-using pages
2019-05-17 David ‘Bombe... ♻️ Add registry for page toadlets
2019-05-17 David ‘Bombe... ✨ Annotate RescuePage with MenuName
2019-05-17 David ‘Bombe... ✨ Annotate OptionsPage with MenuName
2019-05-17 David ‘Bombe... ✨ Annotate LogoutPage with MenuName
2019-05-17 David ‘Bombe... ✨ Annotate LoginPage with MenuName
2019-05-17 David ‘Bombe... ✨ Annotate ImageBrowserPage with MenuName
2019-05-17 David ‘Bombe... ✨ Annotate DeleteSonePage with MenuName
next