summaryrefslogtreecommitdiff
path: root/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-102-30/+38
| | | | Change-Id: I542d39164297afa70d66102bd7db0bf064df9e02
* Book Marx: Implement bookmark submission.Matthias Andreas Benkard2020-02-102-0/+43
| | | | Change-Id: Ieb1fef8565ed0e17de9590d5207ba11ebfe6f177
* Desaturate all colors.Matthias Andreas Benkard2020-02-101-4/+4
| | | | Change-Id: Ieb8ab0b2324f015f45406bae044c52ab4f55d2a2
* Configure viewport for mobile devices.Matthias Andreas Benkard2020-02-101-0/+1
| | | | Change-Id: Ie940b5eb76642fbe0600f77412f16cc1023829b6
* Navigation bar: Make navigation items clickable everywhere.Matthias Andreas Benkard2020-02-101-3/+3
| | | | Change-Id: Ic69c8b03e41868b3d28d4463e991f58ea2b82411
* Main Menu: Deeplink to /wiki/Home to avoid a login redirect loop.Matthias Andreas Benkard2020-02-091-1/+1
| | | | Change-Id: I4fbc20973c7e09b945a977a89eac77f35e0fdfba
* Lafargue: Implement basic viewer.Matthias Andreas Benkard2020-02-092-0/+46
| | | | Change-Id: If24f58aa069a14139454708d02ac40109c2181ef
* Book Marx: Properly format bookmarks.Matthias Andreas Benkard2020-02-092-3/+20
| | | | 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-092-0/+37
| | | | Change-Id: I5a878ca82d8489c6a87c86f66a49a085f168f86c
* Rename bookmarx => bookmarks, lafargue => lazychat.Matthias Andreas Benkard2020-02-091-2/+2
| | | | Change-Id: I0938267d9b7e8c9685f18a5e217b62df1bcab49b
* Web: Make navigation bar formatting dynamic.Matthias Andreas Benkard2020-02-093-5/+5
| | | | Change-Id: I65068a6837c325cd4d649696c709d2b6d2b4b3ef
* Create a base design.Matthias Andreas Benkard2020-02-094-5/+138
| | | | 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-022-7/+30
| | | | Change-Id: I3fbacfca1c5d5f5834797ef029d79228cdb4dde2
* Set principal claim to preferred_username.Matthias Andreas Benkard2020-02-021-0/+1
| | | | | | | This clearly defines what the principal name is expected to be passed as. Change-Id: I4e56ee1dc79ac2c7ef8af0e382065e84e2a05fe0
* wikiPage.html: Fix import statement.Matthias Andreas Benkard2020-02-011-1/+1
| | | | Change-Id: I0c8e1a0514a74b11f9fc07f64265549171f34957
* Implement an alternate JWT security filter.Matthias Andreas Benkard2020-02-012-0/+23
| | | | Change-Id: Ie46b6efc24d045f90f45f7b16f17e4b84ae886c5
* Move web files below /cms2 so they are easier to serve.Matthias Andreas Benkard2020-01-316-20/+20
| | | | Change-Id: Ib56ceaef4ecaaa5c12398d6e27c63404eb4b9cd6
* Configure deployment.Matthias Andreas Benkard2020-01-311-0/+20
| | | | Change-Id: I724c34c121925831c3eb525b2790386e922652cb
* Wiki: Provide feedback after editing.Matthias Andreas Benkard2020-01-271-1/+12
| | | | Change-Id: I6530be803f5f4218008c07d00ad3c6f739a1eb7a
* Remove index.html.Matthias Andreas Benkard2020-01-271-152/+0
| | | | Change-Id: Iac02f4dd4251525970e6e74e9a399c532f46c7d0
* 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-262-1/+12
| | | | Change-Id: I3a10cac96568fb990eab5b9eaf27bf8780fe207d
* Add wiki page revision list.Matthias Andreas Benkard2020-01-261-0/+38
| | | | Change-Id: I21a6ff469ef4dbf64a8d77eb4626765ae43ed37e
* Sort package.json.Matthias Andreas Benkard2020-01-261-3/+3
| | | | Change-Id: I4735d8df29f36adcc37a15a9a60aa5c2874c2021
* Add Bosonic web components as a dependency.Matthias Andreas Benkard2020-01-262-0/+14
| | | | Change-Id: I2ccdfcd00d8f6f2a6955a3cd51e1e03684682771
* Add standard import map tag to base template.Matthias Andreas Benkard2020-01-261-0/+1
| | | | Change-Id: I3a796978039a979de8c1fd5ff3d2f92dedc5979c
* Rename {common => base}.css.Matthias Andreas Benkard2020-01-262-1/+1
| | | | Change-Id: I5099a8d8c955ae2d8f200b22678283b1985ddd7e
* Add Normalize-Opentype.css.Matthias Andreas Benkard2020-01-263-0/+10
| | | | Change-Id: I3281ddecf7fd9cfe26b57e95b82c04ea4978c189
* Wiki: Add ContentTools to all wiki pages.Matthias Andreas Benkard2020-01-254-1/+28
| | | | Change-Id: I30e3c59458b2754439c9edfd5029d260816dd9de
* Web: Extract base template.Matthias Andreas Benkard2020-01-252-24/+33
| | | | Change-Id: I20a4fbb04aa75a94f96617b0c4d1be00ab3e4aca
* Add Elix web component library as a dependency.Matthias Andreas Benkard2020-01-252-0/+7
| | | | Change-Id: I2a1c98c50e72c27ee45b322d1e01a3c307e5118c
* Always log in color.Matthias Andreas Benkard2020-01-251-0/+2
| | | | Change-Id: Ib43374258500b29a6abfc9981ba3153d405ff9d8
* Wiki: Remove author and change date from wiki pages.Matthias Andreas Benkard2020-01-251-4/+0
| | | | Change-Id: I733222105a2b74d0478a4232d39bff5338e9ba57
* Clean up CSS and JavaScript files, change wiki layout a bit.Matthias Andreas Benkard2020-01-255-11/+35
| | | | Change-Id: Ib47bf59db5e4e65ef58515b45d63bd7f1572c88b
* Start implementing /wiki/{pageName}.Matthias Andreas Benkard2020-01-242-1/+12
| | | | Change-Id: Ia9adf24209be8eddcfec72a66434ea4100855533
* Add example Qute resource.Matthias Andreas Benkard2020-01-241-0/+10
| | | | Change-Id: Ie5be7967d6d8536270873d01641f5ff825e31e07
* Enable authentication via Keycloak.Matthias Andreas Benkard2020-01-241-0/+4
| | | | Change-Id: I81a05d2e965394b13d7344f4f20475b4e468c761
* Web: Add purecss/buttons.css.Matthias Andreas Benkard2020-01-241-1/+1
| | | | Change-Id: I0c4b049de17629510619ff9fcca3f0bd263a93b5
* Web: Add PureCSS, Prism.js, Prefixfree.Matthias Andreas Benkard2020-01-242-5/+62
| | | | Change-Id: I228ebf02e254c20fcf3aed8c6804aa3eacbbd510
* Web: Import JavaScript modules by path, without an import map.Matthias Andreas Benkard2020-01-243-6/+3
| | | | Change-Id: I2142ddb12e4eb39ec2a80947f6f77d5a6c9812a6
* Use Snowpack for web module management.Matthias Andreas Benkard2020-01-234-13/+1551
| | | | Change-Id: Id4ed0471166cfe82caeca7b5e8b53c9ef1765d66
* Frontend: Put import map into its own file.Matthias Andreas Benkard2020-01-232-13/+10
| | | | Change-Id: I0357d6961acedbae5b8ed8b65c45e7c8a5469178
* Frontend: Add all remaining JavaScript modules to the import map.Matthias Andreas Benkard2020-01-231-0/+2
| | | | Change-Id: I6bdc929a29ebf7e2de893ce984b42862680e21c6
* AdminElement: Use Redux.Matthias Andreas Benkard2020-01-234-2379/+51
| | | | | | | | | - Imports es-module-shims. - Adds an importmap via es-module-shims. - Makes the “switch” button flip a boolean flag in the state and uses it to modify the value shown. Change-Id: Ie8042a4c434206f590ebde21fd67e84f48446c03