summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Parcel: Minor fixes.Matthias Andreas Benkard2020-06-152-3/+1
| | | | Change-Id: Ib04e28ffa2d006a36292080cd2071e4ad85d4e2d
* Add Parcel bundler to build process.Matthias Andreas Benkard2020-06-1417-282/+5542
| | | | Change-Id: Iade8364efa0d2ce9443b67e20bf09ea93a3d7bcd
* Update JavaScript dependencies.Matthias Andreas Benkard2020-06-142-1291/+681
| | | | Change-Id: I9173887632b212c07c88f49b1315d1922f980575
* Load the shadow DOM of edit forms lazily.Matthias Andreas Benkard2020-06-142-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 Benkard2020-06-143-10/+12
| | | | Change-Id: I3a8cd7a72467e5f1cdef1d3383f8c5b9f6bb27e7
* Benki: Cache HTML renderings of posts in the database.Matthias Andreas Benkard2020-06-138-11/+85
| | | | Change-Id: I3367ceb8769d354f64165d23ec7ed1f2155c4c49
* Add Liquibase.Matthias Andreas Benkard2020-06-135-8/+1221
| | | | Change-Id: I95f2e630f03bcf08c5a8fb2dfba80021da350c75
* POM: Update Spotless and Google Java Format.Matthias Andreas Benkard2020-06-131-2/+2
| | | | Change-Id: I7520fa5a085195e3f3904990e6a19dc28d7df6f7
* POM: Remove JUnit.Matthias Andreas Benkard2020-06-131-23/+0
| | | | Change-Id: I64347fdcc1350deb0fbd46acecbb77b76c87119e
* POM: Remove MapStruct and TestContainers.Matthias Andreas Benkard2020-06-131-54/+0
| | | | Change-Id: I2e343e97d9591f6d543b7f1afdb5b1750d9d72b4
* POM: Update dependencies.Matthias Andreas Benkard2020-06-131-9/+9
| | | | Change-Id: I4d7a1f2f72ef673532f513e4505e4ca5a4959e32
* Feed: Add alternate links to every post.Matthias Andreas Benkard2020-05-021-8/+22
| | | | Change-Id: I2abbccabe3d53b6efade8266e11ccc9071cc1a46
* Update dependencies.Matthias Andreas Benkard2020-05-021-1/+1
| | | | Change-Id: Ia839fa2330de46cc035356fc5e6236d928b62c8d
* Feed: Add generated titles to lazy chat messages.Matthias Andreas Benkard2020-05-021-0/+12
| | | | Change-Id: I691cbc0a1440960a5dc8a46863d7291927ff3390
* URL-encode URI fields in the news feed.Matthias Andreas Benkard2020-05-021-8/+15
| | | | Change-Id: I69ff4dfea602f17dbbdbd72366c7647aba00e105
* KB59 Jenkins CI: Build and push container image.Matthias Andreas Benkard2020-04-281-1/+1
| | | | Change-Id: I51a5f76a2301d2ae3370bde1874617faff255442
* KB59 Add Jenkinsfile.Matthias Andreas Benkard2020-04-281-0/+59
| | | | Change-Id: I1329c6ab588d0ceabe42232d3cc08c2799fdc75c