Merge pull request #937 from vrtmrz/fix_926

fix: adjust CouchDB's database name checking to its specification
This commit is contained in:
vorotamoroz
2026-06-04 18:39:38 +09:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -180,7 +180,7 @@
autocapitalize="off"
spellcheck="false"
required
pattern="^[a-z0-9][a-z0-9_]*$"
pattern="^[a-z][a-z0-9_$()+/-]*$"
bind:value={syncSetting.couchDB_DBNAME}
/>
</InputRow>
+1
View File
@@ -9,6 +9,7 @@ The head note of 0.25 is now in [updates_old.md](https://github.com/vrtmrz/obsid
### Fixed
- Adjust CouchDB's database name checking to its specification (#926).
- `Reset Syncronisation on This Device` for minio and P2P is now working properly.
## ~~0.25.71~~ 0.25.72