Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KB68 Newsletter registration and deregistration. | Matthias Andreas Benkard | 2020-11-03 | 1 | -0/+6 |
| | | | | Change-Id: Ic79fe64f03ce887879bffc7623e59cb697065ee6 | ||||
* | KB68 Implement newsletter sending. | Matthias Andreas Benkard | 2020-11-01 | 1 | -0/+11 |
| | | | | Change-Id: I1d56e40d7f35d6be77fde1a1e8519a91bd2dc3b8 | ||||
* | Update to OpenJDK 15. | Matthias Andreas Benkard | 2020-09-16 | 1 | -1/+1 |
| | | | | Change-Id: I1ec0958b83b5250da1fa855e3754228e11f132f5 | ||||
* | KB56 Add login button and status box. | Matthias Andreas Benkard | 2020-09-10 | 1 | -0/+2 |
| | | | | Change-Id: I72658014b2198a1a01ffa02ad4bafcdf9d66ab2b | ||||
* | Update settings to latest Quarkus version. | Matthias Andreas Benkard | 2020-09-10 | 1 | -5/+6 |
| | | | | Change-Id: Ice72ee120d467f822d4331fbe632bef7583b7f9b | ||||
* | Docker: Switch to openjdk:14 as the base image. | Matthias Andreas Benkard | 2020-07-18 | 1 | -2/+1 |
| | | | | Change-Id: Iff9a94d8069099ee38051c9f89b4f20cbf713bcc | ||||
* | POM: Do not build and push container image by default. | Matthias Andreas Benkard | 2020-06-16 | 1 | -2/+2 |
| | | | | Change-Id: I508f1ab70a1d9e1c82acb81a94b9ab2787153dad | ||||
* | Add Liquibase. | Matthias Andreas Benkard | 2020-06-13 | 1 | -4/+1 |
| | | | | Change-Id: I95f2e630f03bcf08c5a8fb2dfba80021da350c75 | ||||
* | Use OpenJ9 instead of HotSpot. | Matthias Andreas Benkard | 2020-04-24 | 1 | -2/+3 |
| | | | | Change-Id: I540ab722070dc73efb720d989493233551b8d689 | ||||
* | When building native images, always do it in a Docker container. | Matthias Andreas Benkard | 2020-04-18 | 1 | -0/+2 |
| | | | | Change-Id: I3e1532f13072432689971573a69295752a33335e | ||||
* | Use Jib to build the Docker image. | Matthias Andreas Benkard | 2020-04-17 | 1 | -0/+9 |
| | | | | Change-Id: Ie528da5c7d3de5f62f8005edc909da15224a87a9 | ||||
* | Factor common parts of BookmarkResource and LazychatResource into PostResource. | Matthias Andreas Benkard | 2020-03-29 | 1 | -2/+1 |
| | | | | Change-Id: I6e5e123c67340e564c47448cf43b803f7d0cc809 | ||||
* | Configure cookie path for q_session cookie. | Matthias Andreas Benkard | 2020-03-28 | 1 | -0/+1 |
| | | | | | | | | | | | While Gecko defaults to / as the cookie path if not set, Safari defaults to the page that set the cookie. This means that the session cookie is only valid for the page a login flow was started from but not any other pages and so a new login is required for each page, which makes no sense and is very inconvenient. This patch fixes the problem by explicity setting the cookie path to /. Change-Id: I8edc59958fe9120f70af1c00ebc8ae103ef756f7 | ||||
* | Lazychat: Add paging. | Matthias Andreas Benkard | 2020-03-22 | 1 | -0/+1 |
| | | | | Change-Id: I1db0b0733397d5e7a77b925ba185a39a72041f3e | ||||
* | Bookmarks: Add paging. | Matthias Andreas Benkard | 2020-03-16 | 1 | -0/+1 |
| | | | | Change-Id: Icd53dd04a74b94e1fa80f23703348070d598c413 | ||||
* | Update dependencies. | Matthias Andreas Benkard | 2020-03-16 | 1 | -1/+1 |
| | | | | Change-Id: I883dfb802e6db8b720f3de3cfc9b8a415b3d94be | ||||
* | Bookmarks: Add Atom feed. | Matthias Andreas Benkard | 2020-02-16 | 1 | -0/+2 |
| | | | | Change-Id: I902473b6bffa10afa0cb2295d365d50335de9021 | ||||
* | Configure log levels explicitly. | Matthias Andreas Benkard | 2020-02-15 | 1 | -0/+7 |
| | | | | Change-Id: I12c16bcfe485a12dc2985cfb0f5287b46a995a83 | ||||
* | OIDC: Use a fixed redirect path of /oidc/login. | Matthias Andreas Benkard | 2020-02-15 | 1 | -0/+1 |
| | | | | Change-Id: I6bd7cff8f37de00d51ef9c394a4b74ca1d2c82de | ||||
* | Set principal claim to preferred_username. | Matthias Andreas Benkard | 2020-02-02 | 1 | -0/+1 |
| | | | | | | | This clearly defines what the principal name is expected to be passed as. Change-Id: I4e56ee1dc79ac2c7ef8af0e382065e84e2a05fe0 | ||||
* | Implement an alternate JWT security filter. | Matthias Andreas Benkard | 2020-02-01 | 1 | -0/+23 |
| | | | | Change-Id: Ie46b6efc24d045f90f45f7b16f17e4b84ae886c5 | ||||
* | Configure deployment. | Matthias Andreas Benkard | 2020-01-31 | 1 | -0/+20 |
| | | | | Change-Id: I724c34c121925831c3eb525b2790386e922652cb | ||||
* | Use embedded properties authentication in dev mode. | Matthias Andreas Benkard | 2020-01-26 | 1 | -0/+11 |
| | | | | Change-Id: I3a10cac96568fb990eab5b9eaf27bf8780fe207d | ||||
* | Always log in color. | Matthias Andreas Benkard | 2020-01-25 | 1 | -0/+2 |
| | | | | Change-Id: Ib43374258500b29a6abfc9981ba3153d405ff9d8 | ||||
* | Start implementing /wiki/{pageName}. | Matthias Andreas Benkard | 2020-01-24 | 1 | -1/+2 |
| | | | | Change-Id: Ia9adf24209be8eddcfec72a66434ea4100855533 | ||||
* | Enable authentication via Keycloak. | Matthias Andreas Benkard | 2020-01-24 | 1 | -0/+4 |
| | | | | Change-Id: I81a05d2e965394b13d7344f4f20475b4e468c761 | ||||
* | Import autogenerated JPA entities. | Matthias Andreas Benkard | 2020-01-12 | 1 | -2/+12 |
| | | | | | | | Adds JPA entities generated by IntelliJ for all existing tables in the database. Change-Id: Iac957b5d68ce45328db87487f105522f8595e124 | ||||
* | Import fresh Quarkus project. | Matthias Andreas Benkard | 2020-01-12 | 1 | -0/+2 |
Change-Id: I05fa5dd499cdca04adee9afbef9f83b3afd8fe0f |