Commit Graph

266 Commits

Author SHA1 Message Date
Leendert de Borst
35b62e0b55 Bump version to 0.30.0 2026-07-02 20:48:44 +02:00
Leendert de Borst
352d3d3c73 Add passphrase dictionaries contributing docs (#776) 2026-06-29 22:14:28 +02:00
Leendert de Borst
17381e59aa Update docs mobile UI 2026-06-24 15:42:52 +02:00
Leendert de Borst
ba1af08051 Update aliasvault.net to aliasvault.com in all apps as default URL (#2199) 2026-06-21 13:45:24 +02:00
Leendert de Borst
6b0bc30bec Fix docusaurus edit link 2026-06-21 10:47:59 +02:00
Leendert de Borst
6b48096e68 Update docs broken links 2026-06-20 12:11:40 +02:00
Leendert de Borst
c1f1e9ed85 Update docs installation comparison UI 2026-06-20 12:02:39 +02:00
Leendert de Borst
ec87347fe6 Update docs deploy 2026-06-19 15:33:18 +02:00
Leendert de Borst
3d00e5bbbd Update docs packages (#2194) 2026-06-19 13:12:49 +02:00
Leendert de Borst
93ac05db53 Use ThemedImage for architecture SVG doc (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
a88f3df52b Update docs merge conflicts (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
1b9216693a Update internal docs links to .com (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
e52a67b70a Add docs deploy (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
8e9b368506 Update docs structure (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
ad3534a596 Update docs content (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
094d4fa29b Update mobile menu style (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
bed22de9a9 Update doc link trailing slashes (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
2e859730cb Update docs h1 (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
2a12e9afbc Update docs index and nav (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
55c41d9068 Update docs button colors (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
6e96fefbec Update docs top bar links to icons (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
bb72774458 Update docs contact (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
af20c7c63c Update docs and UI (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
9a25d112d1 Update docs links (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
a1603f8f91 Update docs (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
0369756a6f Add docusaurus docs site scaffolding (#2189) 2026-06-19 11:21:19 +02:00
Leendert de Borst
4bd720a44d Revert "Update mobile app custom fields draggable UI (#2186)"
This reverts commit 367c347c85.
2026-06-18 18:35:16 +02:00
Leendert de Borst
367c347c85 Update mobile app custom fields draggable UI (#2186) 2026-06-18 10:02:00 +02:00
John E
b1c50df005 docs: fix some typos
Signed-off-by: John E <jeis4wpi@outlook.com>
2026-06-14 16:21:40 +02:00
Vincèn
91544ebc31 Details on how to run the backup import/export script
Added a note for backup import and export that it has to be run as root and not using sudo.
2026-06-14 15:02:27 +02:00
Leendert de Borst
d62b178dc6 Update database operations docs (#2168) 2026-06-14 14:05:08 +02:00
Leendert de Borst
620c4f57c6 Update default API port for dev, test and Docker build (#2166) 2026-06-13 23:23:18 +02:00
Leendert de Borst
4e01138b6b Update dev related commands (#2166) 2026-06-13 23:23:18 +02:00
Leendert de Borst
080846e283 Add dev.sh to control developer port config (#2163) 2026-06-13 23:23:18 +02:00
Leendert de Borst
9b85cdd9ab Update self-hosted docs mobile app SSL certificate note 2026-05-27 19:12:20 +02:00
dependabot[bot]
a6857cb8dc Bump faraday in /docs in the bundler group across 1 directory
Bumps the bundler group with 1 update in the /docs directory: [faraday](https://github.com/lostisland/faraday).


Updates `faraday` from 2.14.1 to 2.14.2
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/compare/v2.14.1...v2.14.2)

---
updated-dependencies:
- dependency-name: faraday
  dependency-version: 2.14.2
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-18 19:03:44 +02:00
Leendert de Borst
c9eaf2d807 Add trusted_proxies env var to control nginx x-forwarded-for behaviour (#1982) 2026-05-01 14:25:16 +02:00
Leendert de Borst
3eaf2ac5c6 Add option to limit access to admin to certain IP (ranges) for self hosted users (#1975)
* Add docs for restricting admin access (#1556)

* Add admin geo scaffolding (#1556)

* Update nginx config (#1556)

* Add admin IP allowlist setting (#1556)

* Update docs (#1556)

* Update docs (#1556)

* Update install.sh with configure-admin-access command (#1556)

* Update admin access docs (#1556)
2026-04-29 10:37:40 +02:00
Arnaud Dartois
ce96b2e85a Add option to configure SMTP advertised hostname for self-hosted setups (#1877)
* feat(smtp): make advertised hostname configurable for PTR/banner alignment

* test(integration): align SMTP TestHostBuilder with AdvertisedHostnameConfiguration and IConfiguration

* test(import): expect Dashlane notes newline per Environment.NewLine

* docs: document SMTP advertised hostname and PTR/banner alignment

* restore original .vscode folder content

* Use env-only SMTP advertised hostname in tests and service

* revert

* remove unused reference

* remove unused methods

* Use aliasvault when SMTP advertised hostname is empty

* Update SMTP advertised hostname docs

* Update install.sh SMTP advertised hostname prompt

* Update .env.example

* Update docs

---------

Co-authored-by: Arnaud Dartois <opensource.fork@tordais.cc>
Co-authored-by: Leendert de Borst <ldeborst@xivisoft.com>
2026-04-13 14:03:54 +02:00
Leendert de Borst
c0b74ab56b Set connection_pool version to 2.x as 3.x is not compatible with Jekyll 2026-04-12 13:06:57 +02:00
dependabot[bot]
66cc562e04 Bump addressable in /docs in the bundler group across 1 directory
Bumps the bundler group with 1 update in the /docs directory: [addressable](https://github.com/sporkmonger/addressable).


Updates `addressable` from 2.8.7 to 2.9.0
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.7...addressable-2.9.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-version: 2.9.0
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-08 15:03:47 +02:00
dependabot[bot]
5d2697b1dc Bump activesupport in /docs in the bundler group across 1 directory
Bumps the bundler group with 1 update in the /docs directory: [activesupport](https://github.com/rails/rails).


Updates `activesupport` from 7.2.2 to 7.2.3.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v7.2.2...v7.2.3.1)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-version: 7.2.3.1
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-24 09:59:17 +01:00
dependabot[bot]
9052103bfc Bump json in /docs in the bundler group across 1 directory
Bumps the bundler group with 1 update in the /docs directory: [json](https://github.com/ruby/json).


Updates `json` from 2.18.1 to 2.19.2
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](https://github.com/ruby/json/compare/v2.18.1...v2.19.2)

---
updated-dependencies:
- dependency-name: json
  dependency-version: 2.19.2
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-20 08:43:00 +01:00
Leendert de Borst
59adec7f58 Downgrade nokogiri to 1.18.10 as 1.19.x is not compatible with current Ruby 2026-02-26 18:45:11 +01:00
dependabot[bot]
55fa4aac59 Bump nokogiri in /docs in the bundler group across 1 directory
Bumps the bundler group with 1 update in the /docs directory: [nokogiri](https://github.com/sparklemotion/nokogiri).


Updates `nokogiri` from 1.18.9 to 1.19.1
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.18.9...v1.19.1)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-version: 1.19.1
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-20 11:12:30 +01:00
daniloguimaraes
aac02e3ddb #1744 Update develepment guide docs to include Rust/WASM 2026-02-19 13:55:25 +01:00
Leendert de Borst
5589ca66e6 Add danish language to all apps (#1677) 2026-02-11 22:02:01 +01:00
Leendert de Borst
767361334a Add danish language to identity generator (#1676) 2026-02-11 21:23:52 +01:00
dependabot[bot]
22e8a58f69 Bump faraday in /docs in the bundler group across 1 directory
Bumps the bundler group with 1 update in the /docs directory: [faraday](https://github.com/lostisland/faraday).


Updates `faraday` from 2.12.1 to 2.14.1
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/compare/v2.12.1...v2.14.1)

---
updated-dependencies:
- dependency-name: faraday
  dependency-version: 2.14.1
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-09 23:12:30 +01:00
Leendert de Borst
c64238dd79 Add SMTP TLS instructions to self-hosted docs 2026-02-05 21:58:03 +01:00