summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 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 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 settings to latest Quarkus version.Matthias Andreas Benkard2020-09-101-5/+6
| | | | Change-Id: Ice72ee120d467f822d4331fbe632bef7583b7f9b
* Remove Scala again.Matthias Andreas Benkard2020-08-292-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 Benkard2020-08-2719-85/+580
| | | | Change-Id: I123cfe2ff06f85dc14c705b21d723d1c68fd2e00
* 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
* Add Scalafmt to Spotless configuration.Matthias Andreas Benkard2020-08-221-3/+3
| | | | Change-Id: I789221c34222c263507ade58efda3bf29a6a7fdb
* Add Scala compiler.Matthias Andreas Benkard2020-08-221-8/+6
| | | | Change-Id: I68ffcf35b1b6ea2e42a479bdb71f868a486781db
* Docker: Switch to openjdk:14 as the base image.Matthias Andreas Benkard2020-07-181-2/+1
| | | | Change-Id: Iff9a94d8069099ee38051c9f89b4f20cbf713bcc
* POM: Do not build and push container image by default.Matthias Andreas Benkard2020-06-161-2/+2
| | | | Change-Id: I508f1ab70a1d9e1c82acb81a94b9ab2787153dad
* Remove hibernate.properties.Matthias Andreas Benkard2020-06-161-1/+0
| | | | Change-Id: Idc1c2a477f988174ea4ee4658ea6b6dfaab77b86
* Specify Accept header in Fetch requests.Matthias Andreas Benkard2020-06-152-3/+3
| | | | Change-Id: I6634b9c6abc0ad7a688d4d3aa4e16349ad996cff
* Add Parcel bundler to build process.Matthias Andreas Benkard2020-06-1414-281/+5489
| | | | 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-134-4/+1178
| | | | Change-Id: I95f2e630f03bcf08c5a8fb2dfba80021da350c75
* Feed: Add alternate links to every post.Matthias Andreas Benkard2020-05-021-8/+22
| | | | Change-Id: I2abbccabe3d53b6efade8266e11ccc9071cc1a46
* 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
* Post list: Load JavaScript modules only if editing is enabled.Matthias Andreas Benkard2020-04-271-0/+2
| | | | Change-Id: Ia6a41427866428da6bd57593c57173ad88f990f5
* KB54 Use bookmark Emoji for bookmarks, give title font normal weight.Matthias Andreas Benkard2020-04-262-2/+9
| | | | Change-Id: Id069e3392ee136b7d7b4291b35ad871a88b08732
* KB54 Group posts by date, use floating to make style sheet even more compact.Matthias Andreas Benkard2020-04-263-42/+122
| | | | Change-Id: I41346eb51481d4c2c4e7066373fba5b7073e3e4f
* KB54 Make web style sheet more compact.Matthias Andreas Benkard2020-04-268-1/+55
| | | | Change-Id: I673550eb8bf129469573e2744340e216d740c258
* KB54 Put posts in date buckets for templating.Matthias Andreas Benkard2020-04-263-71/+102
| | | | Change-Id: Ic17b2dede722f5962a55b9c4d3b4663a71480e9c
* Use OpenJ9 instead of HotSpot.Matthias Andreas Benkard2020-04-241-2/+3
| | | | Change-Id: I540ab722070dc73efb720d989493233551b8d689
* KB53 Support bookmark edition.Matthias Andreas Benkard2020-04-196-6/+142
| | | | Change-Id: Ieacbb5c448b9afa4bc9524167e0c73618de6db48
* PostResource: Rearrange methods.Matthias Andreas Benkard2020-04-191-25/+25
| | | | Change-Id: I1066712c9230688e672a84fc2cfe03e91f88e3a1
* KB49 Vary feed URI based on resource type rendered.Matthias Andreas Benkard2020-04-191-2/+2
| | | | Change-Id: I02025bc5ce86aa6cda1b083c7a542cefb561c25d
* KB49 Add private news feeds.Matthias Andreas Benkard2020-04-197-40/+103
| | | | Change-Id: Ib9488351b9734795e02ddaeb26aa81eeb79c0b4d
* Fix problems found by static analysis.Matthias Andreas Benkard2020-04-1812-47/+46
| | | | Change-Id: I02c51279f18f629b2d2fb1095692a6ae98b0e25e
* Add nullability constraints everywhere.Matthias Andreas Benkard2020-04-1839-23/+170
| | | | Change-Id: I80577b7784006070f29ce11af4e6fd87c10363bf
* KB51 Add post links.Matthias Andreas Benkard2020-04-182-4/+12
| | | | Change-Id: I429aadcc71212a9bfb90c812e108e55c51672ba9
* Fix feed links.Matthias Andreas Benkard2020-04-181-4/+3
| | | | Change-Id: I1c04bdbbef852b65a23375d6725714bbc06b95e8
* KB51 Add handler for post links.Matthias Andreas Benkard2020-04-183-10/+31
| | | | Change-Id: Icb36da42fcf085ec541ba70c1421e8635d295974
* KB51 Promote LazychatResource#getMessage => PostResource#getPost, handle ↵Matthias Andreas Benkard2020-04-184-25/+49
| | | | | | null login. Change-Id: I31601b00f1d72ec2282b6f6deedf971644b93a15
* KB46 Post#queryViewable: Fix visible posts query logic for Post.class.Matthias Andreas Benkard2020-04-181-2/+4
| | | | Change-Id: Ic7f16a9dec8e639133ab266540b5f25d8f1594c9
* KB46 Add All Posts resource.Matthias Andreas Benkard2020-04-184-3/+19
| | | | Change-Id: Ifc8ae0693d7e17addf4a84ed4eedcb43d5ea2f57
* When building native images, always do it in a Docker container.Matthias Andreas Benkard2020-04-181-0/+2
| | | | Change-Id: I3e1532f13072432689971573a69295752a33335e
* Remove unused Dockerfiles.Matthias Andreas Benkard2020-04-183-70/+0
| | | | Change-Id: I6a72d73863dbeffb55fe980d81146f21f158105c
* Use Jib to build the Docker image.Matthias Andreas Benkard2020-04-171-0/+9
| | | | Change-Id: Ie528da5c7d3de5f62f8005edc909da15224a87a9
* Navbar tag: Add parameter signature.Matthias Andreas Benkard2020-04-171-0/+2
| | | | Change-Id: If38e971210544ece6e62e8cba277d26c8f1be915
* Update to Quarkus 1.3.2.Final.Matthias Andreas Benkard2020-04-174-4/+4
| | | | | | | Also adds a workaround for Quarkus issue #8662 (https://github.com/quarkusio/quarkus/issues/8662). Change-Id: I0a91a67609b0fce4cf7f4dd356d787caf1e2938d
* MlkLazychatSubmissionForm: Make Flow type checker happy.Matthias Andreas Benkard2020-04-131-7/+14
| | | | Change-Id: I39ad254ea853e657b82069580e369ab701eafd81