summaryrefslogtreecommitdiff
path: root/src/main/resources/application.properties
Commit message (Collapse)AuthorAgeFilesLines
* Add Liquibase.Matthias Andreas Benkard2020-06-131-4/+1
| | | | Change-Id: I95f2e630f03bcf08c5a8fb2dfba80021da350c75
* Use OpenJ9 instead of HotSpot.Matthias Andreas Benkard2020-04-241-2/+3
| | | | Change-Id: I540ab722070dc73efb720d989493233551b8d689
* When building native images, always do it in a Docker container.Matthias Andreas Benkard2020-04-181-0/+2
| | | | Change-Id: I3e1532f13072432689971573a69295752a33335e
* Use Jib to build the Docker image.Matthias Andreas Benkard2020-04-171-0/+9
| | | | Change-Id: Ie528da5c7d3de5f62f8005edc909da15224a87a9
* Factor common parts of BookmarkResource and LazychatResource into PostResource.Matthias Andreas Benkard2020-03-291-2/+1
| | | | Change-Id: I6e5e123c67340e564c47448cf43b803f7d0cc809
* Configure cookie path for q_session cookie.Matthias Andreas Benkard2020-03-281-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 Benkard2020-03-221-0/+1
| | | | Change-Id: I1db0b0733397d5e7a77b925ba185a39a72041f3e
* Bookmarks: Add paging.Matthias Andreas Benkard2020-03-161-0/+1
| | | | Change-Id: Icd53dd04a74b94e1fa80f23703348070d598c413
* Update dependencies.Matthias Andreas Benkard2020-03-161-1/+1
| | | | Change-Id: I883dfb802e6db8b720f3de3cfc9b8a415b3d94be
* Bookmarks: Add Atom feed.Matthias Andreas Benkard2020-02-161-0/+2
| | | | Change-Id: I902473b6bffa10afa0cb2295d365d50335de9021
* Configure log levels explicitly.Matthias Andreas Benkard2020-02-151-0/+7
| | | | Change-Id: I12c16bcfe485a12dc2985cfb0f5287b46a995a83
* OIDC: Use a fixed redirect path of /oidc/login.Matthias Andreas Benkard2020-02-151-0/+1
| | | | Change-Id: I6bd7cff8f37de00d51ef9c394a4b74ca1d2c82de
* 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
* Implement an alternate JWT security filter.Matthias Andreas Benkard2020-02-011-0/+23
| | | | Change-Id: Ie46b6efc24d045f90f45f7b16f17e4b84ae886c5
* Configure deployment.Matthias Andreas Benkard2020-01-311-0/+20
| | | | Change-Id: I724c34c121925831c3eb525b2790386e922652cb
* Use embedded properties authentication in dev mode.Matthias Andreas Benkard2020-01-261-0/+11
| | | | Change-Id: I3a10cac96568fb990eab5b9eaf27bf8780fe207d
* Always log in color.Matthias Andreas Benkard2020-01-251-0/+2
| | | | Change-Id: Ib43374258500b29a6abfc9981ba3153d405ff9d8
* Start implementing /wiki/{pageName}.Matthias Andreas Benkard2020-01-241-1/+2
| | | | Change-Id: Ia9adf24209be8eddcfec72a66434ea4100855533
* Enable authentication via Keycloak.Matthias Andreas Benkard2020-01-241-0/+4
| | | | Change-Id: I81a05d2e965394b13d7344f4f20475b4e468c761
* Import autogenerated JPA entities.Matthias Andreas Benkard2020-01-121-2/+12
| | | | | | | Adds JPA entities generated by IntelliJ for all existing tables in the database. Change-Id: Iac957b5d68ce45328db87487f105522f8595e124
* Import fresh Quarkus project.Matthias Andreas Benkard2020-01-121-0/+2
Change-Id: I05fa5dd499cdca04adee9afbef9f83b3afd8fe0f