summaryrefslogtreecommitdiff
path: root/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* Update all non-major dependenciesRenovate Bot2023-10-042-5/+5
|
* Update all non-major dependenciesRenovate Bot2023-09-142-5/+5
|
* Set OIDC redirect path to /posts.Matthias Andreas Benkard2023-09-061-1/+2
| | | | Change-Id: I6609431d0bff7a4a87310e267199fd316cdc24b6
* Remove dots after question mark titles.Matthias Andreas Benkard2023-08-291-1/+1
| | | | | Fixes: #18 Change-Id: I2915d246e2b614da69c2761864a3e5bd5300db14
* Update all non-major dependenciesRenovate Bot2023-08-242-5/+5
|
* Fix name of org.hibernate.boot.model.FunctionContributor service.Matthias Andreas Benkard2023-08-071-0/+0
| | | | Change-Id: I3d617ea1b7306ab0348d2033801010b66dbfd21c
* Update all non-major dependenciesRenovate Bot2023-08-062-5/+5
|
* Revert "De-generics-ize Post, PostText."Matthias Andreas Benkard2023-08-061-1/+1
| | | | | | This reverts commit 475bf006583288e6544374ba7c5d085f0b4235f2. Change-Id: I78bc6e061c3cd8ecc7c8794168596e26de1e6af8
* De-generics-ize Post, PostText.Matthias Andreas Benkard2023-08-061-1/+1
| | | | | | Hibernate 6 did not like the old scheme. Change-Id: I060e077648ab54589d5b7574137c10517b4c4114
* Updates for Quarkus 3.Matthias Andreas Benkard2023-08-062-1/+1
| | | | Change-Id: I14aff18aa1e31944619dfb6cc57955484227b298
* Update all non-major dependenciesRenovate Bot2023-05-102-5/+5
|
* Update all non-major dependenciesRenovate Bot2023-04-042-5/+5
|
* Update all non-major dependenciesRenovate Bot2023-03-072-5/+5
|
* Update all non-major dependenciesRenovate Bot2023-02-182-5/+5
|
* Update all non-major dependenciesRenovate Bot2023-02-022-5/+5
|
* Update dependency flow-bin to ^0.198.0Renovate Bot2023-01-212-5/+5
|
* Update dependency flow-bin to ^0.197.0Renovate Bot2023-01-152-5/+5
|
* fix(deps): update dependency purecss to v3 (#15)renovate[bot]2022-12-172-5/+5
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update all non-major dependencies (#12)renovate[bot]2022-12-172-5/+5
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat(wiki): Implement new Wiki page creation.Matthias Andreas Benkard2022-11-021-4/+8
| | | | Change-Id: I807147f3a4d105c08a9ffda130afec36dc13228a
* Wiki: Rebundle Content Tools.Matthias Andreas Benkard2022-11-015-56/+60
| | | | | | | | | | | Content Tools was previously wrapped into an ECMAScript module through the use of Snowpack. This mechanism broke some time ago, making the wiki uneditable. Content Tools is now imported as is, which simplifies its packaging and restores it to a working state. Change-Id: I49d2d625bc955a260a63c47bcaceb23b61366123
* chore: Update dependencies.Matthias Andreas Benkard2022-10-232-138/+135
| | | | Change-Id: I5b94c17f2d2dbd7b19957d212ee879c2cc04ad38
* Update dependencies.Matthias Andreas Benkard2022-09-042-5609/+2096
| | | | Change-Id: I6ec407e7b73cd579c33344e791ab915799b43881
* Upgrade to Quarkus 2.9.2.Final.Matthias Andreas Benkard2022-06-061-0/+13
| | | | Change-Id: I9cf42af869056b7c944c891d6dc008a640c82edc
* KB66 Make ESLint happy.Matthias Andreas Benkard2022-06-052-8/+13
| | | | Change-Id: If77c7740cd9b776f9c043b246a444788093b0a42
* KB66 Assign comment owner if logged in.Matthias Andreas Benkard2022-06-041-2/+2
| | | | Change-Id: I63cb2c2350f5183b7fbca335df8a06425193e015
* KB66 Add comment count to post header.Matthias Andreas Benkard2022-06-043-3/+13
| | | | Change-Id: I98fd99327fdfebaddfebe3541e6b1ccb1d78fe3c
* KB66 Add comment notification email.Matthias Andreas Benkard2022-06-042-0/+9
| | | | Change-Id: I27feecfe2d4309397b116552856227eacb7e9600
* KB66 Add comment box.Matthias Andreas Benkard2022-06-043-10/+28
| | | | Change-Id: I9bf140ded85045b09997145ed2a9fb421fedc7d4
* KB66 Add comment post form.Matthias Andreas Benkard2022-05-244-1/+85
| | | | Change-Id: Iac22d115f0d1c59eb273a26d720c07f6d1b11077
* Fix semantic HTML.Matthias Andreas Benkard2022-05-241-16/+16
| | | | | | | | | | | | Applies recommendations by https://validator.w3.org/nu/: - Replaces untitled sections with divs. (Sections are supposed to represent semantic, not structural, units.) - Replaces bookmark title h1. with h2s. (While not strictly required according to the HTML spec, you are supposed to make heading levels independent of semantic structure tags.) Change-Id: I81c634b67bb1044214b5f88a7e05f00d8ba87d5c
* MlkBookmarkSubmissionForm: Add initializers back.Matthias Andreas Benkard2022-05-201-0/+3
| | | | | | | The initializers were mistakenly removed, but they are needed for bookmarklet-driven bookmark submission. This adds them back. Change-Id: I565e5b3f372da826224d96dddf568295af552744
* Use a custom OpenJDK base container image.Matthias Andreas Benkard2022-05-181-2/+1
| | | | Change-Id: I9b24bdaf5f07974de12ae408df3b9a25e8268a48
* KB118 MlkBookmarkSubmissionForm: Set descriptionInput.{innerText => value}.Matthias Andreas Benkard2022-05-181-5/+1
| | | | Change-Id: Ie500e369fa414039bcb1a35aab6fcf456d84956c
* Disable dev mode Hibernate validation.Matthias Andreas Benkard2022-05-071-0/+1
| | | | Change-Id: I8988c116680c7ccdcf40b41770ada30573c63ff6
* Format tables with a bit more spacing.Matthias Andreas Benkard2022-05-071-0/+4
| | | | Change-Id: Iba0dcabce7a0841dbb0f5cf795cb2d684faf7462
* Update dependencies.Matthias Andreas Benkard2022-04-031-1/+1
| | | | Change-Id: Id97c8c7f160e67fbf9f79b00482ebd558727a38e
* Use Blaze Persistence for criteria queries.Matthias Andreas Benkard2022-03-201-2/+2
| | | | | | | | Blaze Persistence is more flexible, but also less type-safe than JPA Criteria. This change explores what the changes look like and how efficient the resulting queries are. Change-Id: Ia47e4f0280d451e0381f58ece297c5bc06604289
* KB66 Upgrade to Quarkus 2.0.2, fix authentication.Matthias Andreas Benkard2021-07-171-0/+1
| | | | Change-Id: I251fbdbe915e32aaeb8daa087691853da17f4799
* KB66 Use type-safe templates everywhere.Matthias Andreas Benkard2021-07-054-94/+74
| | | | Change-Id: I879e76e5bbaf91349f6df4637d9dc15291a3ada1
* KB66 Add editor role.Matthias Andreas Benkard2021-07-042-1/+8
| | | | Change-Id: Ibcf94b6532ccb1602bf169ffb434b75557767598
* Update dependencies.Matthias Andreas Benkard2021-06-282-2/+2
| | | | Change-Id: Ibca1be39b37f76ad9dfe743087959559d3f65d2a
* 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-302-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 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
* 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-165-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 Benkard2020-11-101-0/+5
| | | | | | Pure CSS defaulted them to 'bolder', which is wrong. Change-Id: Iac8b527f81d1d9cb4c93b301d6eda76641f7a3b7