1. 5326f5e Revert "De-generics-ize Post, PostText." by Matthias Andreas Benkard · 11 months ago
  2. 2b3aff0 PostTextPK: Rely on basic columns only. by Matthias Andreas Benkard · 11 months ago
  3. 2fa3029 Fix various Hibernate mapping oversights. by Matthias Andreas Benkard · 11 months ago
  4. 475bf00 De-generics-ize Post, PostText. by Matthias Andreas Benkard · 11 months ago
  5. e3bc3ee Updates for Quarkus 3. by Matthias Andreas Benkard · 11 months ago
  6. 2254672 style: Reformat. by Matthias Andreas Benkard · 1 year, 8 months ago
  7. 40e7925 refactor: Consolidate Qute extensions in a separate package. by Matthias Andreas Benkard · 1 year, 8 months ago
  8. 0b2aa3b KB66 Post: Order comments by date ascending rather than descending. by Matthias Andreas Benkard · 2 years, 1 month ago
  9. f435e66 Upgrade to Quarkus 2.9.2.Final. by Matthias Andreas Benkard · 2 years, 1 month ago
  10. c980952 KB66 PostResource#postComment: Return Uni<Response>. by Matthias Andreas Benkard · 2 years, 1 month ago
  11. bee2677 KB66 Assign comment owner if logged in. by Matthias Andreas Benkard · 2 years, 1 month ago
  12. 8dcc6ae KB66 Add comment count to post header. by Matthias Andreas Benkard · 2 years, 1 month ago
  13. 1937e6a KB66 Add comment notification email. by Matthias Andreas Benkard · 2 years, 1 month ago
  14. 0351a8f KB66 Add comment box. by Matthias Andreas Benkard · 2 years, 1 month ago
  15. 14e5944 KB66 Add comment post form. by Matthias Andreas Benkard · 2 years, 1 month ago
  16. 6fca8dc Post: Fix typo in bookmarks query for logged-in users. by Matthias Andreas Benkard · 2 years, 3 months ago
  17. 1ef241d Update dependencies. by Matthias Andreas Benkard · 2 years, 3 months ago
  18. ab36adb Use Blaze Persistence for criteria queries. by Matthias Andreas Benkard · 2 years, 3 months ago
  19. 0dfcd14 Update dependencies. by Matthias Andreas Benkard · 2 years, 3 months ago
  20. ff1fc09 KB66 Use a MessageLogger for logging. by Matthias Andreas Benkard · 3 years ago
  21. 49b0151 KB66 Use type-safe templates everywhere. by Matthias Andreas Benkard · 3 years ago
  22. 2f931de KB66 Add editor role. by Matthias Andreas Benkard · 3 years ago
  23. de46b23 Replace raw-type uses of Post with Post<?>. by Matthias Andreas Benkard · 3 years, 5 months ago
  24. 67c6067 KB66 Post: Add scope field. by Matthias Andreas Benkard · 3 years, 5 months ago
  25. ba3e58c KB68 Implement newsletter sending. by Matthias Andreas Benkard · 3 years, 8 months ago
  26. 8563a3c KB73 Add full text search to post lists. by Matthias Andreas Benkard · 3 years, 9 months ago
  27. 685317f Change post view page title. by Matthias Andreas Benkard · 3 years, 10 months ago
  28. 299f5a5 KB56 PostText: Inherit from PanacheEntityBase. by Matthias Andreas Benkard · 3 years, 10 months ago
  29. d5498fc Add localized texts to Benki post model. by Matthias Andreas Benkard · 3 years, 10 months ago
  30. 3f986ef Add Scalafmt to Spotless configuration. by Matthias Andreas Benkard · 3 years, 10 months ago
  31. 60c0892 Benki: Cache HTML renderings of posts in the database. by Matthias Andreas Benkard · 4 years ago
  32. 43b2029 Feed: Add alternate links to every post. by Matthias Andreas Benkard · 4 years, 2 months ago
  33. e2a9200 Feed: Add generated titles to lazy chat messages. by Matthias Andreas Benkard · 4 years, 2 months ago
  34. 8001abb URL-encode URI fields in the news feed. by Matthias Andreas Benkard · 4 years, 2 months ago
  35. 369e698 KB54 Group posts by date, use floating to make style sheet even more compact. by Matthias Andreas Benkard · 4 years, 2 months ago
  36. 1c2a8a7 KB54 Put posts in date buckets for templating. by Matthias Andreas Benkard · 4 years, 2 months ago
  37. 3c4911e PostResource: Rearrange methods. by Matthias Andreas Benkard · 4 years, 2 months ago
  38. c5b9975 KB49 Vary feed URI based on resource type rendered. by Matthias Andreas Benkard · 4 years, 2 months ago
  39. cf0fe88 KB49 Add private news feeds. by Matthias Andreas Benkard · 4 years, 2 months ago
  40. 593765d Fix problems found by static analysis. by Matthias Andreas Benkard · 4 years, 2 months ago
  41. 1e7674c Add nullability constraints everywhere. by Matthias Andreas Benkard · 4 years, 2 months ago
  42. 09914e3 Fix feed links. by Matthias Andreas Benkard · 4 years, 2 months ago
  43. b608127 KB51 Add handler for post links. by Matthias Andreas Benkard · 4 years, 2 months ago
  44. 6cfe16b KB51 Promote LazychatResource#getMessage => PostResource#getPost, handle null login. by Matthias Andreas Benkard · 4 years, 2 months ago
  45. ca4d794 KB46 Post#queryViewable: Fix visible posts query logic for Post.class. by Matthias Andreas Benkard · 4 years, 2 months ago
  46. 5794b90 KB46 Add All Posts resource. by Matthias Andreas Benkard · 4 years, 2 months ago
  47. 06e6c81 Lazy Chat: Implement editing of messages. by Matthias Andreas Benkard · 4 years, 2 months ago
  48. d5ae0d5 Implement news feed for Lazy Chat. by Matthias Andreas Benkard · 4 years, 3 months ago
  49. 4940b29 Factor common parts of BookmarkResource and LazychatResource into PostResource. by Matthias Andreas Benkard · 4 years, 3 months ago