expose server version via PROPFIND on root collection and display in the UI for authenticated users

This commit is contained in:
Max Berger
2026-04-29 23:13:36 +02:00
parent 98d9257b84
commit cdf9e62e0b
7 changed files with 68 additions and 4 deletions

View File

@@ -179,6 +179,17 @@ summary:hover {
float: left;
}
#logoutview .version {
float: right !important;
width: auto !important;
margin-right: 10px;
position: relative;
right: 25px;
font-size: 0.8em;
color: #999;
line-height: 2.2em;
}
#collectionsscene {
display: flex;
flex-direction: row;