Jacob Schmidt J.Schmidt92
J.Schmidt92 pushed to master at J.Schmidt92/journal 2026-02-25 20:53:31 -06:00
54bef33f0b Refactor frontend state to store-first architecture
J.Schmidt92 pushed to master at J.Schmidt92/journal 2026-02-25 18:17:42 -06:00
a39e634b7b Fixed modal css class to display as static
J.Schmidt92 pushed to master at J.Schmidt92/journal 2026-02-25 17:53:04 -06:00
e4c156eb58 Refactor journal UI and add markdown editor workflow
J.Schmidt92 pushed to master at J.Schmidt92/journal 2026-02-24 22:17:02 -06:00
5167304cb4 Initial Frontend Rework
J.Schmidt92 pushed to master at J.Schmidt92/journal 2026-02-24 20:40:57 -06:00
c0df009d1a Removed Journal.API project
J.Schmidt92 pushed to master at J.Schmidt92/journal 2026-02-24 18:55:58 -06:00
ef22683b70 refactor: add diagnostic logging and modernize collection expressions
J.Schmidt92 pushed to master at J.Schmidt92/journal 2026-02-24 18:51:06 -06:00
7865e3bc8b refactor: use GeneratedRegex in HtmlSanitizer for compile-time optimization
J.Schmidt92 pushed to master at J.Schmidt92/journal 2026-02-23 23:08:29 -06:00
a0258446d7 Updated IFragmentService to use Singleton vs Transient
J.Schmidt92 deleted branch development from J.Schmidt92/journal 2026-02-23 22:59:12 -06:00
J.Schmidt92 pushed to master at J.Schmidt92/journal 2026-02-23 22:59:03 -06:00
e2ede4b3e9 Merge pull request 'development' (#1) from development into master
d32c0e783c Condensed and formated code
f86ac5e4b9 Remove dead code, fix duplicated connection logic, eliminate fake async
e85a3f6d26 docs: update README with domain module architecture and encrypted fragment details
f06c1d15bb refactor: encrypt fragments in SQLCipher DB, organize services into domain modules
Compare 9 commits »
J.Schmidt92 merged pull request J.Schmidt92/journal#1 2026-02-23 22:59:02 -06:00
development
J.Schmidt92 created pull request J.Schmidt92/journal#1 2026-02-23 22:58:49 -06:00
development
J.Schmidt92 pushed to development at J.Schmidt92/journal 2026-02-23 22:22:08 -06:00
d32c0e783c Condensed and formated code
J.Schmidt92 pushed to development at J.Schmidt92/journal 2026-02-23 22:10:46 -06:00
f86ac5e4b9 Remove dead code, fix duplicated connection logic, eliminate fake async
e85a3f6d26 docs: update README with domain module architecture and encrypted fragment details
Compare 2 commits »
J.Schmidt92 pushed to development at J.Schmidt92/journal 2026-02-23 21:59:11 -06:00
f06c1d15bb refactor: encrypt fragments in SQLCipher DB, organize services into domain modules
8a29bd4bd1 style: apply dotnet format (round 2)
Compare 2 commits »
J.Schmidt92 pushed to development at J.Schmidt92/journal 2026-02-23 21:24:18 -06:00
e7d2bdfaa8 style: apply dotnet format to Core project
J.Schmidt92 pushed to development at J.Schmidt92/journal 2026-02-23 21:11:48 -06:00
08ebeeb3c6 docs: add README with C# backend documentation
J.Schmidt92 created branch development in J.Schmidt92/journal 2026-02-23 21:04:08 -06:00
J.Schmidt92 pushed to development at J.Schmidt92/journal 2026-02-23 21:04:08 -06:00
d3781d6c3e refactor: slim Entry.cs, extract shared sidecar client, add entry file repository
J.Schmidt92 pushed to master at J.Schmidt92/journal 2026-02-21 02:01:44 -06:00
d0fac4199a Initial commit: Journal.Core library + Sidecar console app