We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88ec0b commit fc6eb06Copy full SHA for fc6eb06
CHANGELOG.md
@@ -7,6 +7,10 @@ See [STATUS.md](server/STATUS.md) to learn more about which features will remain
7
8
## UNRELEASED
9
10
+- Add multi-tenancy support. Users can create their own `Drives` on subdomains. #288
11
+- Add `/register` Endpoint #489 #254
12
+- Refactor URLs. `store.self_url()` returns an `AtomicUrl`, which provides methods to easily add paths, find subdomains and more.
13
+- Add support for subdomains, use a Wildcard TLS certificate #502
14
- Improve query performance, refactor indexes. The `.tpf` API is deprecated in favor of the more powerful `.query`. #529
15
- Improved error handling for HTTPS initialization #530
16
- Add `--force` to `atomic-server import` #536
0 commit comments