summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Design: Use Iosevka and Fira Sans as the main fonts.Matthias Andreas Benkard2020-09-12201-3/+856
| | | | Change-Id: Ie9652ab9d2ea8e7f331eb52de7aaea77594cd8d3
* Give the sidebar minimal width.Matthias Andreas Benkard2020-09-121-1/+4
| | | | Change-Id: I6a4edd89800726a37a9f295a5b50286878325adf
* KB56 PostText: Inherit from PanacheEntityBase.Matthias Andreas Benkard2020-09-111-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 Fix resource copy step.Matthias Andreas Benkard2020-09-111-1/+2
| | | | | | | | | | | | | The Maven Resources Plugin defaulted to not overwriting files that were already present in the target if they had a newer modification timestamp. This led to unpredictable behavior during the packaging phase, where the resources generated by Parcel did not override the original source files. This patch sets the overwrite flag when copying the generated resources, fixing the problem. Change-Id: I047f5eb7d56e4444233ec12d94be43a12137010b
* KB56 Add Rochester font, use for the login name.Matthias Andreas Benkard2020-09-114-2/+10
| | | | Change-Id: Iada14b30e17e1c006939009c423593bde6c3799e
* KB56 Move AboutResource.java back to where it belongs.Matthias Andreas Benkard2020-09-101-0/+0
| | | | Change-Id: I13151679db9aa75c4e9cd04d0d8726b408b1ab3f
* KB56 POM: Disable filtering of web resources.Matthias Andreas Benkard2020-09-101-1/+1
| | | | Change-Id: Ia99ba4a5ad354f0a7d99d069712a74056e22238d
* KB56 Hide wiki when not logged in.Matthias Andreas Benkard2020-09-101-0/+3
| | | | Change-Id: I060766a74bf941705ebc9653632b60bd7a248cc4
* KB56 Add login button and status box.Matthias Andreas Benkard2020-09-106-5/+75
| | | | Change-Id: I72658014b2198a1a01ffa02ad4bafcdf9d66ab2b
* Update dependencies.Matthias Andreas Benkard2020-09-101-5/+5
| | | | Change-Id: Iec407fbc398322a6711821c6814456e6d6ef1066
* Update settings to latest Quarkus version.Matthias Andreas Benkard2020-09-101-5/+6
| | | | Change-Id: Ice72ee120d467f822d4331fbe632bef7583b7f9b
* Remove Scala again.Matthias Andreas Benkard2020-08-293-95/+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 Benkard2020-08-2719-85/+580
| | | | Change-Id: I123cfe2ff06f85dc14c705b21d723d1c68fd2e00
* Scala: Stricter Scalafmt settings.Matthias Andreas Benkard2020-08-231-0/+4
| | | | Change-Id: Ic84d59edebba6dde5f26ca910fa05d9033b1078e
* Scala: More compact imports.Matthias Andreas Benkard2020-08-231-5/+2
| | | | Change-Id: I54a8ff7825ce443ad82ce34ae4c6c1a331382a6e
* Scala: Fewer semicolons.Matthias Andreas Benkard2020-08-221-8/+8
| | | | Change-Id: I1ca6f4b4bcd732602f16c7114d7bb91c5a5fcd92
* Scala: Stylistic improvements.Matthias Andreas Benkard2020-08-221-3/+3
| | | | Change-Id: I6f6cc25dd432d43e89e7bb54fa101be9da157754
* POM: Separate annotation processing from compilation.Matthias Andreas Benkard2020-08-221-44/+41
| | | | | | | Fixes the scalac warnings about being unable to determine the sources of generated classes. Change-Id: I401528799053b91a8c20446540b54e6521d088a5
* Add scala-compiler dependency to fix Scala dev mode recompilation.Matthias Andreas Benkard2020-08-221-0/+5
| | | | | | | | Using a different version of Scala than Quarkus' internal ${scala.version} breaks dev mode. Adding an explicit scala-compiler dependency fixes it again. Change-Id: I6fb2b748fd4bbbb15e32ccd42c674f67551e9411
* Add Scalafmt to Spotless configuration.Matthias Andreas Benkard2020-08-222-4/+12
| | | | Change-Id: I789221c34222c263507ade58efda3bf29a6a7fdb
* Add Scala compiler.Matthias Andreas Benkard2020-08-222-8/+96
| | | | Change-Id: I68ffcf35b1b6ea2e42a479bdb71f868a486781db
* Update dependencies.Matthias Andreas Benkard2020-08-161-8/+7
| | | | Change-Id: If38152906cb16c73500adb58d653e9fbca71dabc
* Update Quarkus to 1.6.1.Final.Matthias Andreas Benkard2020-07-251-2/+2
| | | | Change-Id: Id2a1ebf79677d4be47fc6aab66a220bf25f8c2c4
* Docker: Switch to openjdk:14 as the base image.Matthias Andreas Benkard2020-07-181-2/+1
| | | | Change-Id: Iff9a94d8069099ee38051c9f89b4f20cbf713bcc
* POM: Update dependencies.Matthias Andreas Benkard2020-07-181-5/+5
| | | | Change-Id: Ia4bd19117d7f1f11f2cfa4443606a9da53717fc7
* POM: Update dependencies.Matthias Andreas Benkard2020-06-221-5/+5
| | | | Change-Id: Ib56258b4ff6958d6f641e55cdbf81f6bc61f8601
* POM: Add quarkus-panache-common as an annotation processor.Matthias Andreas Benkard2020-06-161-2/+11
| | | | | | This works around https://github.com/quarkusio/quarkus/issues/9961. Change-Id: I74e2511eb1eed6d7aee866e8d9690784d94269f1
* POM: Do not build and push container image by default.Matthias Andreas Benkard2020-06-162-2/+3
| | | | Change-Id: I508f1ab70a1d9e1c82acb81a94b9ab2787153dad
* Remove hibernate.properties.Matthias Andreas Benkard2020-06-161-1/+0
| | | | Change-Id: Idc1c2a477f988174ea4ee4658ea6b6dfaab77b86
* Downgrade Quarkus to 1.4.2.Final.Matthias Andreas Benkard2020-06-151-2/+2
| | | | | | | | MulkCMS 2 is currently suffering from https://github.com/quarkusio/quarkus/issues/9961, which prevents the post editor from working. Quarkus 1.4.2.Final works. Change-Id: I6514b589bb6e0c7a8fc8ebf243ab14227cb42338
* Minimize resources in the JAR file.Matthias Andreas Benkard2020-06-151-0/+5
| | | | Change-Id: Ie9615599a4b93f17a152abf7c2591161493a5dee
* Update Quarkus to 1.5.1.Final.Matthias Andreas Benkard2020-06-151-2/+2
| | | | Change-Id: Id7f1fcf4f4e2b8af804729b0ceb39ced446631fb
* Specify Accept header in Fetch requests.Matthias Andreas Benkard2020-06-152-3/+3
| | | | Change-Id: I6634b9c6abc0ad7a688d4d3aa4e16349ad996cff