summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* KB66 LazychatMessage: Make LazychatReference into a @ManyToMany association.Matthias Andreas Benkard2021-08-013-92/+14
| | | | Change-Id: I6616c0e9dc6416abcc2e85c38924e5ca7045c062
* KB66 Sanitize HTML in posts.Matthias Andreas Benkard2021-07-181-1/+4
| | | | Change-Id: I4987c74e90befb226f1bf1f06129a665f32544bf
* KB66 Update Google Java Format to version 1.10.0.Matthias Andreas Benkard2021-07-172-1/+2
| | | | Change-Id: I54e68cf08c1c5a24027382628726cd60daf6dd0b
* KB66 Use a MessageLogger for logging.Matthias Andreas Benkard2021-07-177-25/+37
| | | | Change-Id: Ice21e79d23725beb104a3dcf999f5e68960e9435
* KB66 Upgrade to Quarkus 2.0.2, fix authentication.Matthias Andreas Benkard2021-07-173-2/+7
| | | | Change-Id: I251fbdbe915e32aaeb8daa087691853da17f4799
* KB66 Upgrade to Quarkus 2.0.0.Matthias Andreas Benkard2021-07-051-1/+1
| | | | Change-Id: I65d82cf5e09c37a517590e56b3626aa6179b5660
* KB66 Use type-safe templates everywhere.Matthias Andreas Benkard2021-07-0514-194/+182
| | | | Change-Id: I879e76e5bbaf91349f6df4637d9dc15291a3ada1
* KB66 Add editor role.Matthias Andreas Benkard2021-07-049-3/+102
| | | | Change-Id: Ibcf94b6532ccb1602bf169ffb434b75557767598
* Update dependencies.Matthias Andreas Benkard2021-06-286-12/+12
| | | | Change-Id: Ibca1be39b37f76ad9dfe743087959559d3f65d2a
* Newsletter: Address to self.Matthias Andreas Benkard2021-02-061-0/+4
| | | | | | | | | | An empty To: header is rejected by WEB.DE. Therefore, adding a primary recipient is necessary even if no obvious one exists. This change makes the NewsletterSender's own address the primary recipient, circumventing the problem. Change-Id: I78febdd1f57b3f5737d83334972867ec9e4781d8
* .gitignore: Add .env.Matthias Andreas Benkard2021-02-061-0/+1
| | | | Change-Id: Iae8fe8ef9f6aa5ff077484f35cb06b5695656b8e
* Replace raw-type uses of Post with Post<?>.Matthias Andreas Benkard2021-02-062-4/+4
| | | | Change-Id: I3ba2094ea9471d8d86af7c8d6a537d7eb43961de
* Add name to From header in newsletters.Matthias Andreas Benkard2021-02-061-2/+2
| | | | Change-Id: Ic3c8061b0018fab1cdaa9eba3e1f8392635444d2
* Fix unsubscription email address.Matthias Andreas Benkard2021-02-062-2/+2
| | | | Change-Id: Iac6491ead60a969e38634c72fdec29f00890c2ce
* KB66 Post: Add scope field.Matthias Andreas Benkard2021-01-304-0/+82
| | | | | | | 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
* Update to Quarkus 1.11.1.Final.Matthias Andreas Benkard2021-01-281-1/+1
| | | | Change-Id: I3ea188fdebf8315f1dd3e5098d2ede48791cf228
* README: Make use of Rouge's support for console highlighting.Matthias Andreas Benkard2021-01-221-10/+10
| | | | Change-Id: Idd6926cf19efdad59329f7371db5c231f03ba42a
* Document Ant targets 'web', 'deploy'.Matthias Andreas Benkard2021-01-221-4/+20
| | | | Change-Id: I3b770b92621091faa4366189fedba09d6fbb3e9d
* Update dependencies (Quarkus 1.11.0.Final, Hibernate 5.4.27).Matthias Andreas Benkard2021-01-221-4/+4
| | | | Change-Id: I5a2322c8dcd6004d89c4f4a58c04fa0f4d0a72fb
* Turn on JEP 346 (Promptly Return Unused Committed Memory from G1).Matthias Andreas Benkard2021-01-221-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 Benkard2020-12-211-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
* build.xml: Improve 'deploy' command.Matthias Andreas Benkard2020-12-181-4/+8
| | | | Change-Id: I73687e27c6e41508ba177916eabaf87ef8655807
* Act as if everything was fine if an invalid registration key is used.Matthias Andreas Benkard2020-12-171-7/+1
| | | | Change-Id: I78066954fef2e6afd9e49d56bd4c4060ad59796c
* Work around authentication check blocking-call bug in Quarkus 1.10.x.Matthias Andreas Benkard2020-12-171-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 Benkard2020-12-162-10/+27
| | | | Change-Id: I30c20e67c61259d6029055800db3131eeeeb0e46
* Make navigation in portrait mode more compact.Matthias Andreas Benkard2020-12-166-14/+112
| | | | | | | - Moves secondary navigation items to the footer. - Reduces primary navigation items to two lines. Change-Id: Id104bb051c48bcd1f8ff97b0ecd3e198a7531cd1
* Update dependencies.Matthias Andreas Benkard2020-12-121-3/+3
| | | | Change-Id: Ic1667142935365ceef651ec5cc3713ace26b2567
* Update Quarkus to 1.10.2.Final.Matthias Andreas Benkard2020-12-021-1/+4
| | | | Change-Id: I0be0fc1f5ecd58ddcac47d5f90fac860ac863cd8
* Update dependencies.Matthias Andreas Benkard2020-12-021-3/+3
| | | | Change-Id: I888fbe8746b145cadce25a1274d6e802b7331937
* build.xml: Update for latest Snowpack changes.Matthias Andreas Benkard2020-11-151-2/+19
| | | | Change-Id: I97b5482c020b454a2fa1e4244e43100f3f7ddbd7
* Zero-downtime deployments.Matthias Andreas Benkard2020-11-103-4/+12
| | | | Change-Id: I744755891347ba9c55e51218265c69c667a5721e
* Fix <strong> and <b> font weights.Matthias Andreas Benkard2020-11-101-0/+5
| | | | | | Pure CSS defaulted them to 'bolder', which is wrong. Change-Id: Iac8b527f81d1d9cb4c93b301d6eda76641f7a3b7
* Enable Maven Enforcer Plugin, require Maven >= 3.6.2.Matthias Andreas Benkard2020-11-081-0/+38
| | | | Change-Id: I06d8be4e510125edf6c32eaf22d75ec1221debd4
* Update Quarkus to 1.9.2.Matthias Andreas Benkard2020-11-081-1/+1
| | | | Change-Id: I3493aa4488f8f59f1d8dce4bb63436593c3f7dba
* KB68 Only put public posts into the newsletter.Matthias Andreas Benkard2020-11-032-3/+10
| | | | Change-Id: Iee7f4dfd14820c19179c43be71759f209caa9989
* KB68 Automatic expiry of unconfirmed newsletter subscriptions.Matthias Andreas Benkard2020-11-031-0/+25
| | | | Change-Id: Iae05f0cac1bacc7e1929a0b3a72d506241c2ece3
* KB68 Newsletter registration and deregistration.Matthias Andreas Benkard2020-11-0314-4/+324
| | | | Change-Id: Ic79fe64f03ce887879bffc7623e59cb697065ee6
* KB68 Implement newsletter sending.Matthias Andreas Benkard2020-11-019-4/+304
| | | | Change-Id: I1d56e40d7f35d6be77fde1a1e8519a91bd2dc3b8
* KB68 Add privacy policy.Matthias Andreas Benkard2020-10-315-3/+402
| | | | Change-Id: Ib55cd55b2c9f53211ea6c18c2890f715a61d9d9b
* Remove unused dependency on jose4j.Matthias Andreas Benkard2020-10-301-13/+0
| | | | Change-Id: Ic50bd6a4a7d91b5649bc282f95800e240c30cd42
* Update dependencies.Matthias Andreas Benkard2020-10-301-4/+4
| | | | Change-Id: I212805daf3245ab1b1abbf34f2473730867124ae
* Add Smallrye Health.Matthias Andreas Benkard2020-10-301-0/+4
| | | | Change-Id: I2140960d6f7b716b81ec308a383e64b261f5bbdb
* KB73 Add full text search to post lists.Matthias Andreas Benkard2020-09-177-16/+211
| | | | Change-Id: Ib8333b39cef1d7035ab7fac0ff8a03b400adcb40
* KB73 Move annotation processing back into the regular Java compilation step.Matthias Andreas Benkard2020-09-171-27/+0
| | | | Change-Id: I01483e201268d2c4a13fe4f801c97092b0eee381
* Update to OpenJDK 15.Matthias Andreas Benkard2020-09-161-1/+1
| | | | Change-Id: I1ec0958b83b5250da1fa855e3754228e11f132f5
* Change post view page title.Matthias Andreas Benkard2020-09-121-1/+1
| | | | Change-Id: I01dc16df134a613f4c9d76e748e344f2e5837e97
* Add missing Fira Code files.Matthias Andreas Benkard2020-09-126-0/+0
| | | | Change-Id: Ibbeb7d357079e62766b7a533d5fd8cb97919e90a
* Design: Configure Iosevka with discretionary ligatures.Matthias Andreas Benkard2020-09-121-1/+2
| | | | Change-Id: Ie4b2f9481c786e4dc5a6f35d379ec36f529cee46
* Design: Make the sidebar minimum 12 em wide.Matthias Andreas Benkard2020-09-121-1/+1
| | | | Change-Id: I4752c7b92df2ff835b12d0b7e00cb29e1128e0f5
* Design: Revert to Source Sans Pro.Matthias Andreas Benkard2020-09-121-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