Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | KB66 Upgrade to Quarkus 2.0.2, fix authentication. | Matthias Andreas Benkard | 2021-07-17 | 1 | -0/+1 | |
| | | | | Change-Id: I251fbdbe915e32aaeb8daa087691853da17f4799 | |||||
* | KB66 Use type-safe templates everywhere. | Matthias Andreas Benkard | 2021-07-05 | 4 | -94/+74 | |
| | | | | Change-Id: I879e76e5bbaf91349f6df4637d9dc15291a3ada1 | |||||
* | KB66 Add editor role. | Matthias Andreas Benkard | 2021-07-04 | 2 | -1/+8 | |
| | | | | Change-Id: Ibcf94b6532ccb1602bf169ffb434b75557767598 | |||||
* | Update dependencies. | Matthias Andreas Benkard | 2021-06-28 | 2 | -2/+2 | |
| | | | | Change-Id: Ibca1be39b37f76ad9dfe743087959559d3f65d2a | |||||
* | Add name to From header in newsletters. | Matthias Andreas Benkard | 2021-02-06 | 1 | -2/+2 | |
| | | | | Change-Id: Ic3c8061b0018fab1cdaa9eba3e1f8392635444d2 | |||||
* | Fix unsubscription email address. | Matthias Andreas Benkard | 2021-02-06 | 2 | -2/+2 | |
| | | | | Change-Id: Iac6491ead60a969e38634c72fdec29f00890c2ce | |||||
* | KB66 Post: Add scope field. | Matthias Andreas Benkard | 2021-01-30 | 2 | -0/+59 | |
| | | | | | | | The scope field defines whether a post is a top-level post or a comment and is used to select posts for the main feed. Change-Id: I44363e3e67acbecff9844730a513ddb1d554afaf | |||||
* | Turn on JEP 346 (Promptly Return Unused Committed Memory from G1). | Matthias Andreas Benkard | 2021-01-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | This tunes G1 so it performs a full GC and releases the memory reclaimed back to the OS once every 5 minutes. See: https://openjdk.java.net/jeps/346 Before: NAME CPU(cores) MEMORY(bytes) mulkcms2-857469cf-p9rvx 1m 428Mi After: NAME CPU(cores) MEMORY(bytes) mulkcms2-74d8c8f69-wvfz8 3m 337Mi Change-Id: I2f6272ad83665f9ee0810c435d0511fd8807697d | |||||
* | Switch to Azul Zulu. | Matthias Andreas Benkard | 2020-12-21 | 1 | -2/+2 | |
| | | | | | | | | The Alpine Zulu 15-jre Docker image is much smaller than the OpenJDK 15-slim image (65 MB vs. 200 MB), which is a good enough reason to switch to it. Change-Id: Ibde104f6f4217b06af756e842e45f07e243509db | |||||
* | 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 Newsletter registration and deregistration. | Matthias Andreas Benkard | 2020-11-03 | 8 | -0/+123 | |
| | | | | Change-Id: Ic79fe64f03ce887879bffc7623e59cb697065ee6 | |||||
* | KB68 Implement newsletter sending. | Matthias Andreas Benkard | 2020-11-01 | 4 | -0/+105 | |
| | | | | Change-Id: I1d56e40d7f35d6be77fde1a1e8519a91bd2dc3b8 | |||||
* | KB68 Add privacy policy. | Matthias Andreas Benkard | 2020-10-31 | 3 | -3/+376 | |
| | | | | Change-Id: Ib55cd55b2c9f53211ea6c18c2890f715a61d9d9b | |||||
* | KB73 Add full text search to post lists. | Matthias Andreas Benkard | 2020-09-17 | 4 | -5/+170 | |
| | | | | Change-Id: Ib8333b39cef1d7035ab7fac0ff8a03b400adcb40 | |||||
* | Update to OpenJDK 15. | Matthias Andreas Benkard | 2020-09-16 | 1 | -1/+1 | |
| | | | | Change-Id: I1ec0958b83b5250da1fa855e3754228e11f132f5 | |||||
* | 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 Add Rochester font, use for the login name. | Matthias Andreas Benkard | 2020-09-11 | 4 | -2/+10 | |
| | | | | Change-Id: Iada14b30e17e1c006939009c423593bde6c3799e | |||||
* | 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 | 3 | -2/+25 | |
| | | | | Change-Id: I72658014b2198a1a01ffa02ad4bafcdf9d66ab2b | |||||
* | Update settings to latest Quarkus version. | Matthias Andreas Benkard | 2020-09-10 | 1 | -5/+6 | |
| | | | | Change-Id: Ice72ee120d467f822d4331fbe632bef7583b7f9b | |||||
* | Add localized texts to Benki post model. | Matthias Andreas Benkard | 2020-08-27 | 8 | -4/+190 | |
| | | | | Change-Id: I123cfe2ff06f85dc14c705b21d723d1c68fd2e00 | |||||
* | 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 | 2 | -0/+27 | |
| | | | | Change-Id: I3367ceb8769d354f64165d23ec7ed1f2155c4c49 | |||||
* | Add Liquibase. | Matthias Andreas Benkard | 2020-06-13 | 4 | -4/+1178 | |
| | | | | Change-Id: I95f2e630f03bcf08c5a8fb2dfba80021da350c75 | |||||
* | 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 | 2 | -39/+94 | |
| | | | | 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 | 1 | -67/+71 | |
| | | | | Change-Id: Ic17b2dede722f5962a55b9c4d3b4663a71480e9c | |||||
* | Use OpenJ9 instead of HotSpot. | Matthias Andreas Benkard | 2020-04-24 | 1 | -2/+3 | |
| | | | | Change-Id: I540ab722070dc73efb720d989493233551b8d689 | |||||
* | KB53 Support bookmark edition. | Matthias Andreas Benkard | 2020-04-19 | 5 | -6/+102 | |
| | | | | Change-Id: Ieacbb5c448b9afa4bc9524167e0c73618de6db48 | |||||
* | KB49 Add private news feeds. | Matthias Andreas Benkard | 2020-04-19 | 1 | -0/+1 | |
| | | | | Change-Id: Ib9488351b9734795e02ddaeb26aa81eeb79c0b4d | |||||
* | KB51 Add post links. | Matthias Andreas Benkard | 2020-04-18 | 2 | -4/+12 | |
| | | | | Change-Id: I429aadcc71212a9bfb90c812e108e55c51672ba9 | |||||
* | KB51 Add handler for post links. | Matthias Andreas Benkard | 2020-04-18 | 1 | -2/+2 | |
| | | | | Change-Id: Icb36da42fcf085ec541ba70c1421e8635d295974 | |||||
* | KB46 Add All Posts resource. | Matthias Andreas Benkard | 2020-04-18 | 2 | -2/+7 | |
| | | | | Change-Id: Ifc8ae0693d7e17addf4a84ed4eedcb43d5ea2f57 | |||||
* | When building native images, always do it in a Docker container. | Matthias Andreas Benkard | 2020-04-18 | 1 | -0/+2 | |
| | | | | Change-Id: I3e1532f13072432689971573a69295752a33335e |