1. 2fa3029 Fix various Hibernate mapping oversights. by Matthias Andreas Benkard · 10 months ago
  2. 475bf00 De-generics-ize Post, PostText. by Matthias Andreas Benkard · 10 months ago
  3. e3bc3ee Updates for Quarkus 3. by Matthias Andreas Benkard · 10 months ago
  4. 0b2aa3b KB66 Post: Order comments by date ascending rather than descending. by Matthias Andreas Benkard · 2 years ago
  5. 8dcc6ae KB66 Add comment count to post header. by Matthias Andreas Benkard · 2 years ago
  6. 0351a8f KB66 Add comment box. by Matthias Andreas Benkard · 2 years, 1 month ago
  7. 6fca8dc Post: Fix typo in bookmarks query for logged-in users. by Matthias Andreas Benkard · 2 years, 2 months ago
  8. ab36adb Use Blaze Persistence for criteria queries. by Matthias Andreas Benkard · 2 years, 3 months ago
  9. ff1fc09 KB66 Use a MessageLogger for logging. by Matthias Andreas Benkard · 2 years, 11 months ago
  10. 49b0151 KB66 Use type-safe templates everywhere. by Matthias Andreas Benkard · 3 years ago
  11. de46b23 Replace raw-type uses of Post with Post<?>. by Matthias Andreas Benkard · 3 years, 4 months ago
  12. 67c6067 KB66 Post: Add scope field. by Matthias Andreas Benkard · 3 years, 5 months ago
  13. ba3e58c KB68 Implement newsletter sending. by Matthias Andreas Benkard · 3 years, 8 months ago
  14. 8563a3c KB73 Add full text search to post lists. by Matthias Andreas Benkard · 3 years, 9 months ago
  15. d5498fc Add localized texts to Benki post model. by Matthias Andreas Benkard · 3 years, 10 months ago
  16. 3f986ef Add Scalafmt to Spotless configuration. by Matthias Andreas Benkard · 3 years, 10 months ago
  17. 60c0892 Benki: Cache HTML renderings of posts in the database. by Matthias Andreas Benkard · 4 years ago
  18. 1c2a8a7 KB54 Put posts in date buckets for templating. by Matthias Andreas Benkard · 4 years, 2 months ago
  19. cf0fe88 KB49 Add private news feeds. by Matthias Andreas Benkard · 4 years, 2 months ago
  20. 593765d Fix problems found by static analysis. by Matthias Andreas Benkard · 4 years, 2 months ago
  21. 1e7674c Add nullability constraints everywhere. by Matthias Andreas Benkard · 4 years, 2 months ago
  22. 6cfe16b KB51 Promote LazychatResource#getMessage => PostResource#getPost, handle null login. by Matthias Andreas Benkard · 4 years, 2 months ago
  23. ca4d794 KB46 Post#queryViewable: Fix visible posts query logic for Post.class. by Matthias Andreas Benkard · 4 years, 2 months ago
  24. 06e6c81 Lazy Chat: Implement editing of messages. by Matthias Andreas Benkard · 4 years, 2 months ago
  25. d5ae0d5 Implement news feed for Lazy Chat. by Matthias Andreas Benkard · 4 years, 3 months ago
  26. 4940b29 Factor common parts of BookmarkResource and LazychatResource into PostResource. by Matthias Andreas Benkard · 4 years, 3 months ago[Renamed (83%) from src/main/java/eu/mulk/mulkcms2/benki/generic/Post.java]
  27. 371164a Use generic page template for bookmark and lazy chat lists. by Matthias Andreas Benkard · 4 years, 3 months ago
  28. 3d399f3 Make paged post queries generic over Bookmark and LazychatMessage. by Matthias Andreas Benkard · 4 years, 3 months ago
  29. f599955 Move post list query method to Post class. by Matthias Andreas Benkard · 4 years, 3 months ago
  30. 2d4f92e Book Marx: Implement basic viewer. by Matthias Andreas Benkard · 4 years, 4 months ago
  31. 0246c3e Data model mapping: Mark all ID fields @GeneratedValue, make boxed. by Matthias Andreas Benkard · 4 years, 5 months ago
  32. 553de3e Benki: Clean up the data model mapping some more. by Matthias Andreas Benkard · 4 years, 5 months ago
  33. 57c9a8a Assume that Benki entities are in the “benki” schema. by Matthias Andreas Benkard · 4 years, 5 months ago
  34. aa75480 Set all fetch types to LAZY. by Matthias Andreas Benkard · 4 years, 5 months ago
  35. f9c7427 Replace UserVisible{Bookmark,Post,LazychatMessage} with a @ManyToMany. by Matthias Andreas Benkard · 4 years, 5 months ago
  36. d9b9588 Benki: Sort into a sane folder structure, fix mapping bugs. by Matthias Andreas Benkard · 4 years, 5 months ago[Renamed (61%) from src/main/java/eu/mulk/mulkcms2/benki/Post.java]
  37. 35cb159 Benki: Simplify with Panache. by Matthias Andreas Benkard · 4 years, 5 months ago
  38. 734879e Import Benki data model. by Matthias Andreas Benkard · 4 years, 5 months ago