Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Work around authentication check blocking-call bug in Quarkus 1.10.x. | Matthias Andreas Benkard | 2020-12-17 | 1 | -3/+4 | |
| | | | | | | | | | | | | | A bug causes authentication checks to fail when performed from inside a reactive operation: https://github.com/quarkusio/quarkus/issues/13835 To avoid such a reactive operation, we now render the HTML template eagerly even in NewsletterResource#register, which is otherwise a reactive implementation. Change-Id: I26d6c1cc76eaa041a04c106b7cf06f024a0cded3 | |||||
* | Make navigation in portrait mode more finger-friendly again. | Matthias Andreas Benkard | 2020-12-16 | 2 | -10/+27 | |
| | | | | Change-Id: I30c20e67c61259d6029055800db3131eeeeb0e46 | |||||
* | Make navigation in portrait mode more compact. | Matthias Andreas Benkard | 2020-12-16 | 5 | -13/+111 | |
| | | | | | | | - Moves secondary navigation items to the footer. - Reduces primary navigation items to two lines. Change-Id: Id104bb051c48bcd1f8ff97b0ecd3e198a7531cd1 | |||||
* | Fix <strong> and <b> font weights. | Matthias Andreas Benkard | 2020-11-10 | 1 | -0/+5 | |
| | | | | | | Pure CSS defaulted them to 'bolder', which is wrong. Change-Id: Iac8b527f81d1d9cb4c93b301d6eda76641f7a3b7 | |||||
* | KB68 Only put public posts into the newsletter. | Matthias Andreas Benkard | 2020-11-03 | 2 | -3/+10 | |
| | | | | Change-Id: Iee7f4dfd14820c19179c43be71759f209caa9989 | |||||
* | KB68 Automatic expiry of unconfirmed newsletter subscriptions. | Matthias Andreas Benkard | 2020-11-03 | 1 | -0/+25 | |
| | | | | Change-Id: Iae05f0cac1bacc7e1929a0b3a72d506241c2ece3 | |||||
* | KB68 Newsletter registration and deregistration. | Matthias Andreas Benkard | 2020-11-03 | 13 | -2/+311 | |
| | | | | Change-Id: Ic79fe64f03ce887879bffc7623e59cb697065ee6 | |||||
* | KB68 Implement newsletter sending. | Matthias Andreas Benkard | 2020-11-01 | 8 | -4/+296 | |
| | | | | Change-Id: I1d56e40d7f35d6be77fde1a1e8519a91bd2dc3b8 | |||||
* | KB68 Add privacy policy. | Matthias Andreas Benkard | 2020-10-31 | 5 | -3/+402 | |
| | | | | Change-Id: Ib55cd55b2c9f53211ea6c18c2890f715a61d9d9b | |||||
* | KB73 Add full text search to post lists. | Matthias Andreas Benkard | 2020-09-17 | 7 | -16/+211 | |
| | | | | Change-Id: Ib8333b39cef1d7035ab7fac0ff8a03b400adcb40 | |||||
* | Update to OpenJDK 15. | Matthias Andreas Benkard | 2020-09-16 | 1 | -1/+1 | |
| | | | | Change-Id: I1ec0958b83b5250da1fa855e3754228e11f132f5 | |||||
* | Change post view page title. | Matthias Andreas Benkard | 2020-09-12 | 1 | -1/+1 | |
| | | | | Change-Id: I01dc16df134a613f4c9d76e748e344f2e5837e97 | |||||
* | Add missing Fira Code files. | Matthias Andreas Benkard | 2020-09-12 | 6 | -0/+0 | |
| | | | | Change-Id: Ibbeb7d357079e62766b7a533d5fd8cb97919e90a | |||||
* | Design: Configure Iosevka with discretionary ligatures. | Matthias Andreas Benkard | 2020-09-12 | 1 | -1/+2 | |
| | | | | Change-Id: Ie4b2f9481c786e4dc5a6f35d379ec36f529cee46 | |||||
* | Design: Make the sidebar minimum 12 em wide. | Matthias Andreas Benkard | 2020-09-12 | 1 | -1/+1 | |
| | | | | Change-Id: I4752c7b92df2ff835b12d0b7e00cb29e1128e0f5 | |||||
* | Design: Revert to Source Sans Pro. | Matthias Andreas Benkard | 2020-09-12 | 1 | -2/+2 | |
| | | | | | | | | While Fira Sans looks nice, it is too wide for the overall design. Source Sans Pro conserves space and is therefore the better choice for now. Change-Id: I84bfef149ce52c698ffe8ac3371efbc671c65b6f | |||||
* | Design: Use Iosevka and Fira Sans as the main fonts. | Matthias Andreas Benkard | 2020-09-12 | 201 | -3/+856 | |
| | | | | Change-Id: Ie9652ab9d2ea8e7f331eb52de7aaea77594cd8d3 | |||||
* | Give the sidebar minimal width. | Matthias Andreas Benkard | 2020-09-12 | 1 | -1/+4 | |
| | | | | Change-Id: I6a4edd89800726a37a9f295a5b50286878325adf | |||||
* | KB56 PostText: Inherit from PanacheEntityBase. | Matthias Andreas Benkard | 2020-09-11 | 1 | -1/+2 | |
| | | | | | | | | PostText did not inherit from PanacheEntityBase. This meant that automatic setter and getter generation (and thus dirtiness tracking) was not working, making updates to existing post texts impossible. Change-Id: I0901b15acc73827276322feb000831a8e93d5717 | |||||
* | KB56 Add Rochester font, use for the login name. | Matthias Andreas Benkard | 2020-09-11 | 4 | -2/+10 | |
| | | | | Change-Id: Iada14b30e17e1c006939009c423593bde6c3799e | |||||
* | KB56 Move AboutResource.java back to where it belongs. | Matthias Andreas Benkard | 2020-09-10 | 1 | -0/+0 | |
| | | | | Change-Id: I13151679db9aa75c4e9cd04d0d8726b408b1ab3f | |||||
* | KB56 Hide wiki when not logged in. | Matthias Andreas Benkard | 2020-09-10 | 1 | -0/+3 | |
| | | | | Change-Id: I060766a74bf941705ebc9653632b60bd7a248cc4 | |||||
* | KB56 Add login button and status box. | Matthias Andreas Benkard | 2020-09-10 | 6 | -5/+75 | |
| | | | | Change-Id: I72658014b2198a1a01ffa02ad4bafcdf9d66ab2b | |||||
* | Update settings to latest Quarkus version. | Matthias Andreas Benkard | 2020-09-10 | 1 | -5/+6 | |
| | | | | Change-Id: Ice72ee120d467f822d4331fbe632bef7583b7f9b | |||||
* | Remove Scala again. | Matthias Andreas Benkard | 2020-08-29 | 2 | -18/+22 | |
| | | | | | | | | | At this time, Scala support is not worth very much, and as Scala 3 is not here yet the compiler slows down the build significantly. This change may be reverted in the future. Change-Id: Ie172489284f324e8c2313919b293fdf98754c2f6 | |||||
* | Add localized texts to Benki post model. | Matthias Andreas Benkard | 2020-08-27 | 19 | -85/+580 | |
| | | | | Change-Id: I123cfe2ff06f85dc14c705b21d723d1c68fd2e00 | |||||
* | Scala: More compact imports. | Matthias Andreas Benkard | 2020-08-23 | 1 | -5/+2 | |
| | | | | Change-Id: I54a8ff7825ce443ad82ce34ae4c6c1a331382a6e | |||||
* | Scala: Fewer semicolons. | Matthias Andreas Benkard | 2020-08-22 | 1 | -8/+8 | |
| | | | | Change-Id: I1ca6f4b4bcd732602f16c7114d7bb91c5a5fcd92 | |||||
* | Scala: Stylistic improvements. | Matthias Andreas Benkard | 2020-08-22 | 1 | -3/+3 | |
| | | | | Change-Id: I6f6cc25dd432d43e89e7bb54fa101be9da157754 | |||||
* | Add Scalafmt to Spotless configuration. | Matthias Andreas Benkard | 2020-08-22 | 1 | -3/+3 | |
| | | | | Change-Id: I789221c34222c263507ade58efda3bf29a6a7fdb | |||||
* | Add Scala compiler. | Matthias Andreas Benkard | 2020-08-22 | 1 | -8/+6 | |
| | | | | Change-Id: I68ffcf35b1b6ea2e42a479bdb71f868a486781db | |||||
* | Docker: Switch to openjdk:14 as the base image. | Matthias Andreas Benkard | 2020-07-18 | 1 | -2/+1 | |
| | | | | Change-Id: Iff9a94d8069099ee38051c9f89b4f20cbf713bcc | |||||
* | POM: Do not build and push container image by default. | Matthias Andreas Benkard | 2020-06-16 | 1 | -2/+2 | |
| | | | | Change-Id: I508f1ab70a1d9e1c82acb81a94b9ab2787153dad | |||||
* | Remove hibernate.properties. | Matthias Andreas Benkard | 2020-06-16 | 1 | -1/+0 | |
| | | | | Change-Id: Idc1c2a477f988174ea4ee4658ea6b6dfaab77b86 | |||||
* | Specify Accept header in Fetch requests. | Matthias Andreas Benkard | 2020-06-15 | 2 | -3/+3 | |
| | | | | Change-Id: I6634b9c6abc0ad7a688d4d3aa4e16349ad996cff | |||||
* | Add Parcel bundler to build process. | Matthias Andreas Benkard | 2020-06-14 | 14 | -281/+5489 | |
| | | | | Change-Id: Iade8364efa0d2ce9443b67e20bf09ea93a3d7bcd | |||||
* | Update JavaScript dependencies. | Matthias Andreas Benkard | 2020-06-14 | 2 | -1291/+681 | |
| | | | | Change-Id: I9173887632b212c07c88f49b1315d1922f980575 | |||||
* | Load the shadow DOM of edit forms lazily. | Matthias Andreas Benkard | 2020-06-14 | 2 | -26/+46 | |
| | | | | | | | | Loads the shadow DOM of an edit form only when it is shown on the screen (that is when the user clicks the corresponding Edit button). This keeps the DOM as small as possible at any given point in time. Change-Id: Icc1f43bfb54bd303a7182a02515c72522068415a | |||||
* | Make ESLint happy. | Matthias Andreas Benkard | 2020-06-14 | 3 | -10/+12 | |
| | | | | Change-Id: I3a8cd7a72467e5f1cdef1d3383f8c5b9f6bb27e7 | |||||
* | Benki: Cache HTML renderings of posts in the database. | Matthias Andreas Benkard | 2020-06-13 | 8 | -11/+85 | |
| | | | | Change-Id: I3367ceb8769d354f64165d23ec7ed1f2155c4c49 | |||||
* | Add Liquibase. | Matthias Andreas Benkard | 2020-06-13 | 4 | -4/+1178 | |
| | | | | Change-Id: I95f2e630f03bcf08c5a8fb2dfba80021da350c75 | |||||
* | Feed: Add alternate links to every post. | Matthias Andreas Benkard | 2020-05-02 | 1 | -8/+22 | |
| | | | | Change-Id: I2abbccabe3d53b6efade8266e11ccc9071cc1a46 | |||||
* | Feed: Add generated titles to lazy chat messages. | Matthias Andreas Benkard | 2020-05-02 | 1 | -0/+12 | |
| | | | | Change-Id: I691cbc0a1440960a5dc8a46863d7291927ff3390 | |||||
* | URL-encode URI fields in the news feed. | Matthias Andreas Benkard | 2020-05-02 | 1 | -8/+15 | |
| | | | | Change-Id: I69ff4dfea602f17dbbdbd72366c7647aba00e105 | |||||
* | Post list: Load JavaScript modules only if editing is enabled. | Matthias Andreas Benkard | 2020-04-27 | 1 | -0/+2 | |
| | | | | Change-Id: Ia6a41427866428da6bd57593c57173ad88f990f5 | |||||
* | KB54 Use bookmark Emoji for bookmarks, give title font normal weight. | Matthias Andreas Benkard | 2020-04-26 | 2 | -2/+9 | |
| | | | | Change-Id: Id069e3392ee136b7d7b4291b35ad871a88b08732 | |||||
* | KB54 Group posts by date, use floating to make style sheet even more compact. | Matthias Andreas Benkard | 2020-04-26 | 3 | -42/+122 | |
| | | | | Change-Id: I41346eb51481d4c2c4e7066373fba5b7073e3e4f | |||||
* | KB54 Make web style sheet more compact. | Matthias Andreas Benkard | 2020-04-26 | 8 | -1/+55 | |
| | | | | Change-Id: I673550eb8bf129469573e2744340e216d740c258 | |||||
* | KB54 Put posts in date buckets for templating. | Matthias Andreas Benkard | 2020-04-26 | 3 | -71/+102 | |
| | | | | Change-Id: Ic17b2dede722f5962a55b9c4d3b4663a71480e9c | |||||
* | Use OpenJ9 instead of HotSpot. | Matthias Andreas Benkard | 2020-04-24 | 1 | -2/+3 | |
| | | | | Change-Id: I540ab722070dc73efb720d989493233551b8d689 |