-
7a90fec638
fix: chip text and input backgrounds in both light/dark modes
main
agentbox
2026-08-01 13:29:55 +00:00
-
ec40e73422
fix: unreadable chip/badge text in dark mode
agentbox
2026-08-01 13:26:20 +00:00
-
b41c1ade44
feat: dark mode toggle for the web UI
agentbox
2026-08-01 13:19:19 +00:00
-
11d111fe83
test: 42 web UI tests covering all pages and settings
agentbox
2026-08-01 12:54:30 +00:00
-
bda54eda3a
feat: password change + split account/household settings UI
agentbox
2026-08-01 12:23:30 +00:00
-
4abbbecce6
feat: i18n — translate Android app UI + pass device lang to server
agentbox
2026-08-01 12:11:57 +00:00
-
69def70fe6
fix: swipe-to-refresh hijacks upward scroll in WebView
agentbox
2026-08-01 12:04:49 +00:00
-
8d2585bb6e
fix: blank page at start — SSL, HTTP errors, old-key migration
agentbox
2026-08-01 12:00:07 +00:00
-
d7f1005316
trivial: trigger cached build for perf test
agentbox
2026-08-01 11:49:53 +00:00
-
c6c30d92f0
perf: cache Android SDK, Gradle, and pip in CI
agentbox
2026-08-01 11:37:15 +00:00
-
f93e75e6f0
feat: full-featured Android app — not just public view
agentbox
2026-08-01 11:35:05 +00:00
-
d37efa1dcc
ci: rename APK to meal-tracker.apk before artifact upload
agentbox
2026-08-01 11:29:08 +00:00
-
1233f7e024
revert: back to CI artifacts, remove all release/tag experiments
agentbox
2026-08-01 11:26:31 +00:00
-
32c52565ad
ci: simplify — remove auto-release, manual releases work better
agentbox
2026-08-01 11:19:53 +00:00
-
047734b613
fix: avoid pipefail in find|zip, write file list to temp file first
agentbox
2026-08-01 11:10:59 +00:00
-
3a94a8a8ba
fix: use find+zip to properly exclude files from release zip
agentbox
2026-08-01 11:01:55 +00:00
-
587c847b44
fix: exclude git dir and gradle jar from release zip
agentbox
2026-08-01 10:53:07 +00:00
-
bbb6bc206a
feat: publish releases with APK + ZIP on tag push
agentbox
2026-08-01 10:44:32 +00:00
-
456250c142
fix: handle SIGPIPE from yes|sdkmanager under pipefail
agentbox
2026-08-01 10:32:42 +00:00
-
92c69ddf4b
feat: android webview app + APK build script + CI artifact
agentbox
2026-08-01 10:28:54 +00:00
-
ae95841b5b
feat: public sharing links for households
agentbox
2026-08-01 10:12:21 +00:00
-
2a3101071b
docs: remove stale cronjob scheduling section, update to meal-cron container
agentbox
2026-08-01 07:27:31 +00:00
-
28cf1a2f6a
fix: lunch before dinner in columns, responsive mobile layout
agentbox
2026-08-01 06:55:04 +00:00
-
0170786fd3
fix: include is_admin and household_name in get_user_by_callback_token query
agentbox
2026-08-01 06:52:27 +00:00
-
09eda19fc4
fix: send ntfy metadata as HTTP headers, add auto-login from notification click
agentbox
2026-08-01 06:50:23 +00:00
-
8466a6e029
fix: unify ntfy URL input styling with rest of manage-form inputs
agentbox
2026-08-01 06:37:20 +00:00
-
710cd1fbf9
Refactor cron to call API via HTTP, capture base_url from browser
agentbox
2026-08-01 06:32:09 +00:00
-
2cd435daf2
Add cron container and per-household timezone for auto-reminders
agentbox
2026-08-01 06:23:33 +00:00
-
3681f9dfce
Add ntfy push notifications with action buttons for meal reminders
agentbox
2026-08-01 06:17:26 +00:00
-
7bf00ee2e3
Add AGENTS.md for AI agent context
agentbox
2026-08-01 06:05:44 +00:00
-
27a6829242
Fix Dockerfile: add missing i18n.py to COPY
agentbox
2026-08-01 06:04:44 +00:00
-
b46691fee3
Add i18n support for French and German with browser language detection
agentbox
2026-08-01 06:00:29 +00:00
-
218e2b6fb0
Add README.md symlink to doc/index.md
agentbox
2026-08-01 05:54:55 +00:00
-
be75738aa7
Add documentation in doc/index.md
agentbox
2026-08-01 05:54:31 +00:00
-
219003dffb
Replace Dockerfile and docker-compose.yml with .meal versions, update references
agentbox
2026-08-01 05:52:12 +00:00
-
66ee072046
fix: replace container_name with hostname for caddy network resolution
agentbox
2026-07-31 22:53:52 +00:00
-
365b4c4e0e
fix: networks entry must be a string, not a mapping
agentbox
2026-07-31 22:46:48 +00:00
-
26a830c39f
fix: launch docker compose on first run too
agentbox
2026-07-31 22:45:56 +00:00
-
0a7fdd6a49
fix: use docker-compose.meal.yml compose file
agentbox
2026-07-31 22:40:52 +00:00
-
e45c5c849c
fix: point watch script to agentbox-test repo
agentbox
2026-07-31 22:39:20 +00:00
-
465eb69824
add watch-for-updates.sh: auto-pull and docker compose rebuild every 20s
agentbox
2026-07-31 22:38:05 +00:00
-
627987f6e1
Merge remote-tracking branch 'refs/remotes/origin/main'
Romane
2026-08-01 00:29:56 +02:00
-
-
90a7cab428
add caddy networking
Romane
2026-08-01 00:29:19 +02:00
-
bbd0f6a4c1
Fix CI: downgrade actions to v3-compatible versions for Gitea
agentbox
2026-07-31 22:16:56 +00:00
-
fd934c006d
Add Gitea Actions CI: run tests, package artifact zip on push
agentbox
2026-07-31 22:14:55 +00:00
-
188aaf66a0
Add account deletion, admin user removal, household deletion, grayed-out other-user chips (47 tests)
agentbox
2026-07-31 22:12:13 +00:00
-
-
53a1ceab75
Fix: household name input visible on page load when creating new household
agentbox
2026-07-31 22:04:59 +00:00
-
1e57a886f4
Fix: handle stale sessions and migrated users without household_id
agentbox
2026-07-31 22:02:06 +00:00
-
a318b577cb
Fix init_db: move household_id index after migration ALTER TABLE
agentbox
2026-07-31 21:51:05 +00:00
-
c48cd265ca
Add household support: multi-household isolation, each with own admin and users, 38 tests
agentbox
2026-07-31 21:44:29 +00:00
-
d58828e0ef
Add meal tracker app: Flask + SQLite with auth, dashboard, 31 passing tests, Docker Compose
agentbox
2026-07-31 21:25:59 +00:00
-
aabc83281b
typo in dockerfile
Romane
2026-07-31 22:57:13 +02:00
-
d9b39e2d4a
make agentbox inactive by default
Romane
2026-07-31 22:55:32 +02:00
-
4a25930cd2
update config
Romane
2026-07-31 22:40:51 +02:00
-
020442c9d6
initial commit
Romane
2026-07-31 22:25:57 +02:00