mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-22 18:47:07 +00:00
Merge pull request #937 from vrtmrz/fix_926
fix: adjust CouchDB's database name checking to its specification
This commit is contained in:
@@ -180,7 +180,7 @@
|
|||||||
autocapitalize="off"
|
autocapitalize="off"
|
||||||
spellcheck="false"
|
spellcheck="false"
|
||||||
required
|
required
|
||||||
pattern="^[a-z0-9][a-z0-9_]*$"
|
pattern="^[a-z][a-z0-9_$()+/-]*$"
|
||||||
bind:value={syncSetting.couchDB_DBNAME}
|
bind:value={syncSetting.couchDB_DBNAME}
|
||||||
/>
|
/>
|
||||||
</InputRow>
|
</InputRow>
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ The head note of 0.25 is now in [updates_old.md](https://github.com/vrtmrz/obsid
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Adjust CouchDB's database name checking to its specification (#926).
|
||||||
- `Reset Syncronisation on This Device` for minio and P2P is now working properly.
|
- `Reset Syncronisation on This Device` for minio and P2P is now working properly.
|
||||||
|
|
||||||
## ~~0.25.71~~ 0.25.72
|
## ~~0.25.71~~ 0.25.72
|
||||||
|
|||||||
Reference in New Issue
Block a user