Trek_CN/wiki
Julien G. 117942f45e
v3.0.21 Bug Fixes (#998)
* fix(journey): remove photo upload count limit and surface upload errors (#997)

Removes the arbitrary 10-file cap on journey entry photo uploads and 20-file
cap on gallery uploads. MulterErrors now return proper 4xx responses instead
of 500, and the client surfaces the server error message via toast rather than
silently trapping the user in the post editor overlay.

* fix(planner): remove correct assignment when place assigned to same day multiple times

When a place was assigned to the same day more than once, the "Remove from day"
button in PlaceInspector always deleted the first assignment (Array.find on
place.id) instead of the currently selected one. Now prefers selectedAssignmentId
when available.

Fixes #1005

* fix(map): enable 3D terrain for Mapbox outdoors style in trip planner

wantsTerrain() only matched satellite styles, so the outdoors-v12 style
was flat in the planner despite showing correct 3D terrain in the settings
preview. Added outdoors-v12 to the allowlist; marker drift is already
handled by syncMarkerAltitudes().

Fixes #1002

* fix(maps): send Referer header on Google API calls when APP_URL is set

Supports HTTP referrer restrictions on GCP API keys. Documents the
restriction types and photo troubleshooting steps in the wiki.
2026-05-16 00:53:02 +02:00
..
assets docs: add Portainer install guide and tag strategy to wiki 2026-05-06 16:54:05 +02:00
_Footer.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
_Sidebar.md docs: add Portainer install guide and tag strategy to wiki 2026-05-06 16:54:05 +02:00
Accommodations.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Addons-Overview.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Admin-Addons.md docs: align Home.md + README addon list + Tags/Photo-Providers wording with dev state 2026-04-22 18:22:22 +02:00
Admin-Categories.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Admin-GitHub-Releases.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Admin-MCP-Tokens.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Admin-Packing-Templates.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Admin-Panel-Overview.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Admin-Permissions.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Admin-Users-and-Invites.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Atlas.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Audit-Log.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Backups.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Budget-Tracking.md docs: add budget documentation GIFs (create, add expense, final settlement) (#948) 2026-05-03 18:56:56 +02:00
Collab-Chat.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Collab-Notes.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Collab-Polls.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Contributing.md docs: document wiki-only PR exemption from branch enforcement 2026-05-03 18:48:39 +02:00
Creating-a-Trip.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Dashboard-Widgets.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Day-Plans-and-Notes.md docs: add budget documentation GIFs (create, add expense, final settlement) (#948) 2026-05-03 18:56:56 +02:00
Demo-Mode.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Development-environment.md docs: document wiki-only PR exemption from branch enforcement 2026-05-03 18:48:39 +02:00
Display-Settings.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Documents-and-Files.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Encryption-Key-Rotation.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Environment-Variables.md fix: add APP_VERSION fallback and HOST bind address env var (#952 #953) (#955) 2026-05-04 14:21:55 +02:00
FAQ.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Home.md docs: align Home.md + README addon list + Tags/Photo-Providers wording with dev state 2026-04-22 18:22:22 +02:00
Install-Docker-Compose.md docs: add Portainer install guide and tag strategy to wiki 2026-05-06 16:54:05 +02:00
Install-Docker.md docs: add Portainer install guide and tag strategy to wiki 2026-05-06 16:54:05 +02:00
Install-Helm.md fix: resolve dead wiki links across install and config pages 2026-04-22 19:21:53 +02:00
Install-Portainer.md docs: add Portainer install guide and tag strategy to wiki 2026-05-06 16:54:05 +02:00
Install-Proxmox.md fix: add APP_VERSION fallback and HOST bind address env var (#952 #953) (#955) 2026-05-04 14:21:55 +02:00
Install-Unraid.md fix: resolve dead wiki links across install and config pages 2026-04-22 19:21:53 +02:00
Internal-Network-Access.md Bug fixes - May 2nd 2026 (#941) 2026-05-03 17:39:45 +02:00
Invite-Links.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Journey-Journal.md v3.0.19 Bug Fixes (#992) 2026-05-13 10:13:17 +02:00
Languages.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Login-and-Registration.md docs(wiki): document self-service password reset feature 2026-04-20 16:43:53 +02:00
Map-Features.md fix: hot fixes 23-04-2026 (#856) 2026-04-23 19:49:36 +02:00
Map-Settings.md fix(wiki): update mapbox scopes and url 2026-04-20 10:18:44 +02:00
MCP-Addon-Tools.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
MCP-Overview.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
MCP-Prompts.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
MCP-Scopes.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
MCP-Setup.md v3.0.16 — bug fixes (#964) 2026-05-06 21:38:40 +02:00
MCP-Tools-and-Resources.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
My-Trips-Dashboard.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Notifications.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Offline-Mode-and-PWA.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
OIDC-SSO.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Packing-Lists.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Packing-Templates.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Password-Reset.md docs(wiki): document self-service password reset feature 2026-04-20 16:43:53 +02:00
PDF-Export.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Photo-Providers.md Add asset.download permission to Photo Providers 2026-05-15 23:16:34 +02:00
Places-and-Search.md v3.0.21 Bug Fixes (#998) 2026-05-16 00:53:02 +02:00
Public-Share-Links.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Quick-Start.md fix: resolve dead wiki links across install and config pages 2026-04-22 19:21:53 +02:00
Real-Time-Collaboration.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Reservations-and-Bookings.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Reverse-Proxy.md fix: resolve dead wiki links across install and config pages 2026-04-22 19:21:53 +02:00
Route-Optimization.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Security-Hardening.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Tags-and-Categories.md docs: align Home.md + README addon list + Tags/Photo-Providers wording with dev state 2026-04-22 18:22:22 +02:00
Todos-and-Tasks.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Transport-Flights-Trains-Cars.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Trip-Members-and-Sharing.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Trip-Planner-Overview.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Troubleshooting.md v3.0.21 Bug Fixes (#998) 2026-05-16 00:53:02 +02:00
Two-Factor-Authentication.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Updating.md docs: add Portainer install guide and tag strategy to wiki 2026-05-06 16:54:05 +02:00
User-Settings.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Vacay.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Weather-Forecasts.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00
Whats-Next-Widget.md docs: add full wiki with 74 pages, assets, and CI workflow 2026-04-20 10:11:53 +02:00