summaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF
Commit message (Collapse)AuthorAgeFilesLines
...
* KB54 Use bookmark Emoji for bookmarks, give title font normal weight.Matthias Andreas Benkard2020-04-261-1/+8
| | | | Change-Id: Id069e3392ee136b7d7b4291b35ad871a88b08732
* KB54 Group posts by date, use floating to make style sheet even more compact.Matthias Andreas Benkard2020-04-261-7/+58
| | | | Change-Id: I41346eb51481d4c2c4e7066373fba5b7073e3e4f
* KB54 Make web style sheet more compact.Matthias Andreas Benkard2020-04-268-1/+55
| | | | Change-Id: I673550eb8bf129469573e2744340e216d740c258
* KB53 Support bookmark edition.Matthias Andreas Benkard2020-04-194-4/+83
| | | | Change-Id: Ieacbb5c448b9afa4bc9524167e0c73618de6db48
* KB51 Add post links.Matthias Andreas Benkard2020-04-181-0/+4
| | | | Change-Id: I429aadcc71212a9bfb90c812e108e55c51672ba9
* KB51 Add handler for post links.Matthias Andreas Benkard2020-04-181-2/+2
| | | | Change-Id: Icb36da42fcf085ec541ba70c1421e8635d295974
* KB46 Add All Posts resource.Matthias Andreas Benkard2020-04-181-0/+4
| | | | Change-Id: Ifc8ae0693d7e17addf4a84ed4eedcb43d5ea2f57
* MlkLazychatSubmissionForm: Make Flow type checker happy.Matthias Andreas Benkard2020-04-131-7/+14
| | | | Change-Id: I39ad254ea853e657b82069580e369ab701eafd81
* Post list: Improve lazy chat message edit button layout.Matthias Andreas Benkard2020-04-132-4/+24
| | | | Change-Id: I46100b4b0039f241c7fb13905fb203303f1a466d
* Lazy Chat: Implement editing of messages.Matthias Andreas Benkard2020-04-134-11/+65
| | | | Change-Id: I291201da1fbc7c2b6563f0837f7ce3e2f7f8555c
* Lazy Chat: Default to semiprivate sharing.Matthias Andreas Benkard2020-03-281-2/+2
| | | | Change-Id: I1d8900e3384dc491ca6af0f7b319953c981b194a
* Update yarn.lock.Matthias Andreas Benkard2020-03-261-397/+1144
| | | | Change-Id: I83eb8a0aeaf9944006fa7b2156618bb8356c3f64
* Enable lazy chat message submission.Matthias Andreas Benkard2020-03-265-9/+108
| | | | Change-Id: I9e9060e29bb63a78591f618cc54acdfb5b49575f
* Bookmarks: Add paging.Matthias Andreas Benkard2020-03-161-1/+33
| | | | Change-Id: Icd53dd04a74b94e1fa80f23703348070d598c413
* Add contact information.Matthias Andreas Benkard2020-03-011-0/+4
| | | | Change-Id: If94f79fa2e51c8cb7a9c8b63524ff992395aa96f
* MlkBookmarkSubmissionForm: Make type-only import Flow-commented.Matthias Andreas Benkard2020-02-161-1/+1
| | | | Change-Id: Ie1b6461e5ae8ef7888412a4cfbc3d9543a2ddbeb
* MlkBookmarkSubmissionForm: Implement disconnectedCallback().Matthias Andreas Benkard2020-02-151-0/+4
| | | | Change-Id: Id93112b47d092711cd533c678901177fa73e3255
* Web: Add ESLint.Matthias Andreas Benkard2020-02-154-9/+900
| | | | Change-Id: I3c7fb3cb2b11de29dab0f3be0d1587ee3d41e72f
* Web: Remove lit-html, prefixfree, redux.Matthias Andreas Benkard2020-02-152-30/+1
| | | | | | They were unused, so this patch removes them. Change-Id: I53cda07b5622bace3cd0fb004e75d19ddba8b681
* Web: Install TypeScript definitions for Elix.Matthias Andreas Benkard2020-02-152-1/+2
| | | | Change-Id: I6ca8cafde683921d127599e01c7cada9dbbd5223
* Web: Move types.js to cms2/.Matthias Andreas Benkard2020-02-152-1/+1
| | | | Change-Id: I297c74397b944e88989a8320953065e5cdd64c25
* Web: Move the Flow type cast function to its own module.Matthias Andreas Benkard2020-02-152-14/+15
| | | | Change-Id: I572c91e483fdb0a3b9fce4a9315b9dac92f9a31b
* Use Flow to typecheck JavaScript code.Matthias Andreas Benkard2020-02-154-15/+49
| | | | Change-Id: I9c0c9b5aa74d592a04eb6533e64669f1896fb7cd
* MlkBookmarkSubmissionForm: Remove lit-html dependency.Matthias Andreas Benkard2020-02-151-48/+43
| | | | | | | For the MlkBookmarkSubmissionForm component, even lit-html is overkill. This patch removes it and makes the component even simpler. Change-Id: I5de6ffac4a3177c8fba89a1f897ad6b49f9ae562
* MlkBookmarkSubmissionForm: Refactor subelement references.Matthias Andreas Benkard2020-02-151-21/+19
| | | | Change-Id: I8a50c55536c602c2412cae00f0762e4f8d9bb244
* MlkBookmarkSubmissionForm: Refactor attributes.Matthias Andreas Benkard2020-02-151-4/+19
| | | | Change-Id: I47ada5516a37e7d3ad2184d7a3cc920685a20413
* Web: Remove AdminElement and components.js.Matthias Andreas Benkard2020-02-153-54/+0
| | | | Change-Id: Ib829e99069229866a18e2a5356330bcf952b08d4
* Bookmark submission: Select public viewability by default.Matthias Andreas Benkard2020-02-151-2/+2
| | | | Change-Id: Ia8a1feec2d01fd5fc5c7d032f976ae547887f6c8
* Bookmark submission: Fix stylesheet link.Matthias Andreas Benkard2020-02-151-1/+1
| | | | Change-Id: I797a2d82fb3d0fe229b08e4d000b146d2763ac96
* Bookmark submission: Use CSS grid for form layout.Matthias Andreas Benkard2020-02-132-27/+50
| | | | Change-Id: If06ddb2407dfb3f0e59948a9c437e9af4129da78
* Bookmark submission: Load title if URI was specified but title was not.Matthias Andreas Benkard2020-02-131-0/+1
| | | | Change-Id: Idb956c72a4ecf87a2d40b5b1f382b3292eba5228
* Add /bookmarks/new endpoint.Matthias Andreas Benkard2020-02-132-5/+21
| | | | Change-Id: I903dbf5f918e1478fff82e5ebf6f3e3e2766572d
* Bookmark submission: Make bookmark submission form a reusable WebComponent.Matthias Andreas Benkard2020-02-132-22/+100
| | | | Change-Id: I723d98208040db5b0d2d56d8c5e727c68399f843
* Bookmark submission: Fetch page info through back end.Matthias Andreas Benkard2020-02-121-10/+8
| | | | | | | CORS prevents us from fetch the target page directly. This patch makes the front end use the back end to fetch it instead. Change-Id: I2d33a68d00b6ce1bb7a7b8dfcb7687f0bd1fdebd
* Bookmark submission: Automatically fetch title after URI input.Matthias Andreas Benkard2020-02-121-1/+26
| | | | Change-Id: Ieea258e076d1dbaeba2520e583b590822dfdcab8
* Bookmark submission: Rearrange fields, focus URI field on pane expansion.Matthias Andreas Benkard2020-02-121-0/+5
| | | | Change-Id: I2c440905a39ea0126fa6b1024fa7b54e80a59b1a
* Add a light hover effect on navbar items.Matthias Andreas Benkard2020-02-101-0/+4
| | | | Change-Id: I3e4e42414590cf94713d9ef53123d4e8c51986ea
* Hide bookmark submission form by default.Matthias Andreas Benkard2020-02-101-0/+4
| | | | Change-Id: I542d39164297afa70d66102bd7db0bf064df9e02
* Book Marx: Implement bookmark submission.Matthias Andreas Benkard2020-02-101-0/+4
| | | | Change-Id: Ieb1fef8565ed0e17de9590d5207ba11ebfe6f177
* Desaturate all colors.Matthias Andreas Benkard2020-02-101-4/+4
| | | | Change-Id: Ieb8ab0b2324f015f45406bae044c52ab4f55d2a2
* Navigation bar: Make navigation items clickable everywhere.Matthias Andreas Benkard2020-02-101-3/+3
| | | | Change-Id: Ic69c8b03e41868b3d28d4463e991f58ea2b82411
* Lafargue: Implement basic viewer.Matthias Andreas Benkard2020-02-091-0/+14
| | | | Change-Id: If24f58aa069a14139454708d02ac40109c2181ef
* Book Marx: Properly format bookmarks.Matthias Andreas Benkard2020-02-091-1/+18
| | | | Change-Id: Idd6f2c4622d4b1a16c74b2d3af02e637625732fc
* Web: Increase active menu item overlap from 1px to 3px.Matthias Andreas Benkard2020-02-091-1/+1
| | | | Change-Id: I977c6cd7252935645e07585ef3c4328987b02f73
* Book Marx: Implement basic viewer.Matthias Andreas Benkard2020-02-091-0/+4
| | | | Change-Id: I5a878ca82d8489c6a87c86f66a49a085f168f86c
* Create a base design.Matthias Andreas Benkard2020-02-091-1/+112
| | | | Change-Id: Idf90f0e4b1c411edb72d468d9b4c10daac6c67a3
* Wiki: Show warning if attempt to save the page fails.Matthias Andreas Benkard2020-02-021-1/+1
| | | | Change-Id: I3fbacfca1c5d5f5834797ef029d79228cdb4dde2
* Move web files below /cms2 so they are easier to serve.Matthias Andreas Benkard2020-01-315-18/+18
| | | | Change-Id: Ib56ceaef4ecaaa5c12398d6e27c63404eb4b9cd6
* Remove index.html.Matthias Andreas Benkard2020-01-271-152/+0
| | | | Change-Id: Iac02f4dd4251525970e6e74e9a399c532f46c7d0
* Sort package.json.Matthias Andreas Benkard2020-01-261-3/+3
| | | | Change-Id: I4735d8df29f36adcc37a15a9a60aa5c2874c2021