summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/benki
Commit message (Collapse)AuthorAgeFilesLines
* Wiki: Rebundle Content Tools.Matthias Andreas Benkard2022-11-011-54/+1
| | | | | | | | | | | 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
* KB66 Add comment notification email.Matthias Andreas Benkard2022-06-041-137/+0
| | | | Change-Id: I27feecfe2d4309397b116552856227eacb7e9600
* KB66 Add comment box.Matthias Andreas Benkard2022-06-041-2/+2
| | | | Change-Id: I9bf140ded85045b09997145ed2a9fb421fedc7d4
* KB66 Add comment post form.Matthias Andreas Benkard2022-05-241-1/+7
| | | | 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
* KB66 Use type-safe templates everywhere.Matthias Andreas Benkard2021-07-054-94/+74
| | | | Change-Id: I879e76e5bbaf91349f6df4637d9dc15291a3ada1
* Update dependencies.Matthias Andreas Benkard2021-06-281-1/+1
| | | | Change-Id: Ibca1be39b37f76ad9dfe743087959559d3f65d2a
* Make navigation in portrait mode more compact.Matthias Andreas Benkard2020-12-161-0/+2
| | | | | | | - Moves secondary navigation items to the footer. - Reduces primary navigation items to two lines. Change-Id: Id104bb051c48bcd1f8ff97b0ecd3e198a7531cd1
* KB68 Add privacy policy.Matthias Andreas Benkard2020-10-312-3/+375
| | | | Change-Id: Ib55cd55b2c9f53211ea6c18c2890f715a61d9d9b
* KB73 Add full text search to post lists.Matthias Andreas Benkard2020-09-171-5/+9
| | | | Change-Id: Ib8333b39cef1d7035ab7fac0ff8a03b400adcb40
* Add Parcel bundler to build process.Matthias Andreas Benkard2020-06-143-9/+3
| | | | Change-Id: Iade8364efa0d2ce9443b67e20bf09ea93a3d7bcd
* 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-261-1/+1
| | | | Change-Id: Id069e3392ee136b7d7b4291b35ad871a88b08732
* KB54 Group posts by date, use floating to make style sheet even more compact.Matthias Andreas Benkard2020-04-261-32/+36
| | | | Change-Id: I41346eb51481d4c2c4e7066373fba5b7073e3e4f
* KB54 Put posts in date buckets for templating.Matthias Andreas Benkard2020-04-261-67/+71
| | | | Change-Id: Ic17b2dede722f5962a55b9c4d3b4663a71480e9c
* KB53 Support bookmark edition.Matthias Andreas Benkard2020-04-191-2/+19
| | | | Change-Id: Ieacbb5c448b9afa4bc9524167e0c73618de6db48
* KB51 Add post links.Matthias Andreas Benkard2020-04-181-4/+8
| | | | Change-Id: I429aadcc71212a9bfb90c812e108e55c51672ba9
* 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
* Post list: Improve lazy chat message edit button layout.Matthias Andreas Benkard2020-04-131-7/+14
| | | | Change-Id: I46100b4b0039f241c7fb13905fb203303f1a466d
* Post list template: Fix whitespace.Matthias Andreas Benkard2020-04-131-1/+1
| | | | Change-Id: Ibcd5302f6a66c0cf6e55f2c213e31df004767c32
* Lazy Chat: Implement editing of messages.Matthias Andreas Benkard2020-04-131-2/+11
| | | | Change-Id: I291201da1fbc7c2b6563f0837f7ce3e2f7f8555c
* Enable lazy chat message submission.Matthias Andreas Benkard2020-03-261-1/+11
| | | | Change-Id: I9e9060e29bb63a78591f618cc54acdfb5b49575f
* Use generic page template for bookmark and lazy chat lists.Matthias Andreas Benkard2020-03-235-70/+41
| | | | Change-Id: I86cc78c8164d6672d8b5cfbc2a3433954068967e
* Lazychat: Add paging.Matthias Andreas Benkard2020-03-222-20/+40
| | | | Change-Id: I1db0b0733397d5e7a77b925ba185a39a72041f3e
* Bookmarks: Add paging.Matthias Andreas Benkard2020-03-161-22/+41
| | | | Change-Id: Icd53dd04a74b94e1fa80f23703348070d598c413
* Contact info page: Fix area code in phone number.Matthias Andreas Benkard2020-03-011-1/+1
| | | | Change-Id: Ic81e3bb2e7eab4e59198c43b0304589257a90e7a
* Add contact information.Matthias Andreas Benkard2020-03-011-0/+37
| | | | Change-Id: If94f79fa2e51c8cb7a9c8b63524ff992395aa96f
* BookmarkResource: Fix user feed IDs and links.Matthias Andreas Benkard2020-02-221-1/+1
| | | | Change-Id: If5238caf54334f6ac47eeefae04f2134dc4de856
* Bookmarks: Add Atom feed.Matthias Andreas Benkard2020-02-161-1/+3
| | | | Change-Id: I902473b6bffa10afa0cb2295d365d50335de9021
* Web: Load web components eagerly.Matthias Andreas Benkard2020-02-152-2/+2
| | | | Change-Id: Iacc24bcbc27243f1f9aee7203d9ff5bd69e50c49
* Add /bookmarks/new endpoint.Matthias Andreas Benkard2020-02-131-0/+26
| | | | Change-Id: I903dbf5f918e1478fff82e5ebf6f3e3e2766572d
* Bookmark submission: Make bookmark submission form a reusable WebComponent.Matthias Andreas Benkard2020-02-131-36/+2
| | | | Change-Id: I723d98208040db5b0d2d56d8c5e727c68399f843
* Bookmark submission: Automatically fetch title after URI input.Matthias Andreas Benkard2020-02-121-0/+4
| | | | Change-Id: Ieea258e076d1dbaeba2520e583b590822dfdcab8
* Bookmark submission: Rearrange fields, focus URI field on pane expansion.Matthias Andreas Benkard2020-02-121-5/+6
| | | | Change-Id: I2c440905a39ea0126fa6b1024fa7b54e80a59b1a
* Make bookmark submission form always visible.Matthias Andreas Benkard2020-02-101-2/+2
| | | | | | | | The authentication test does not seem to be working in production, which caused the bookmark submission form to never be visible. This patch changes it to always be visible instead. Change-Id: Iaf691ed0a0b6955648046a2debfcc6aa35281fad
* Hide bookmark submission form by default.Matthias Andreas Benkard2020-02-101-30/+34
| | | | Change-Id: I542d39164297afa70d66102bd7db0bf064df9e02
* Book Marx: Implement bookmark submission.Matthias Andreas Benkard2020-02-101-0/+39
| | | | Change-Id: Ieb1fef8565ed0e17de9590d5207ba11ebfe6f177
* Lafargue: Implement basic viewer.Matthias Andreas Benkard2020-02-091-0/+32
| | | | Change-Id: If24f58aa069a14139454708d02ac40109c2181ef
* Book Marx: Properly format bookmarks.Matthias Andreas Benkard2020-02-091-2/+2
| | | | Change-Id: Idd6f2c4622d4b1a16c74b2d3af02e637625732fc
* Book Marx: Implement basic viewer.Matthias Andreas Benkard2020-02-091-0/+33
| | | | Change-Id: I5a878ca82d8489c6a87c86f66a49a085f168f86c
* Web: Make navigation bar formatting dynamic.Matthias Andreas Benkard2020-02-092-2/+2
| | | | Change-Id: I65068a6837c325cd4d649696c709d2b6d2b4b3ef
* Create a base design.Matthias Andreas Benkard2020-02-092-3/+7
| | | | Change-Id: Idf90f0e4b1c411edb72d468d9b4c10daac6c67a3
* Wiki: Fix revision list HTML.Matthias Andreas Benkard2020-02-081-3/+5
| | | | Change-Id: Ia01ab8584f3a3591bf3cd7a8ad022a2e531f027d
* Wiki: Mark JavaScript modules as deferrable.Matthias Andreas Benkard2020-02-081-2/+2
| | | | Change-Id: Ie5943a1d409e838e5c24c14d61a29378fcb0b6cc
* Wiki: Show warning if attempt to save the page fails.Matthias Andreas Benkard2020-02-021-6/+29
| | | | Change-Id: I3fbacfca1c5d5f5834797ef029d79228cdb4dde2
* wikiPage.html: Fix import statement.Matthias Andreas Benkard2020-02-011-1/+1
| | | | Change-Id: I0c8e1a0514a74b11f9fc07f64265549171f34957
* Wiki: Provide feedback after editing.Matthias Andreas Benkard2020-01-271-1/+12
| | | | Change-Id: I6530be803f5f4218008c07d00ad3c6f739a1eb7a
* Wiki: Render WikiWord links and autolinks on the server side.Matthias Andreas Benkard2020-01-271-2/+3
| | | | Change-Id: I46f972bcebf765a3d9fb55b7b35f40deb978dc5d
* Wiki: Make editing work.Matthias Andreas Benkard2020-01-271-2/+24
| | | | Change-Id: Ibff52be5c595deba96b3f7642307ba1208eff9cf
* Use embedded properties authentication in dev mode.Matthias Andreas Benkard2020-01-261-1/+1
| | | | Change-Id: I3a10cac96568fb990eab5b9eaf27bf8780fe207d