Nick Sweeting
f932054915
add stricter locking around stage machine models
2026-03-15 19:21:41 -07:00
Nick Sweeting
311e4340ec
Fix add CLI input handling and lint regressions
2026-03-15 19:04:13 -07:00
Nick Sweeting
5f0cfe5251
add new persona tests
2026-03-15 18:46:45 -07:00
Nick Sweeting
934e02695b
fix lint
2026-03-15 18:45:29 -07:00
Nick Sweeting
70c9358cf9
Improve scheduling, runtime paths, and API behavior
2026-03-15 18:31:56 -07:00
Nick Sweeting
7d42c6c8b5
bump versions and fix docs
2026-03-15 17:43:07 -07:00
Nick Sweeting
e598614b05
Avoid filesystem lookups in snapshot admin list
2026-03-15 17:18:53 -07:00
Nick Sweeting
21a0a27091
Remove 7 dead functions and 4 unused imports from hooks.py
...
Dead functions: extract_step, run_hooks, is_parser_plugin,
get_all_plugin_icons, discover_plugin_templates, find_binary_for_cmd,
create_model_record, get_parser_plugins
Dead imports: re, signal, subprocess, django.utils.timezone
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-15 16:34:20 -07:00
Nick Sweeting
0ac83c8799
Wait for crawl hook records before advancing
2026-03-15 14:15:04 -07:00
Nick Sweeting
1d16038ceb
Relax archive output readiness check
2026-03-15 13:31:05 -07:00
Nick Sweeting
2585ef5870
Use npm package for readability extractor installs
2026-03-15 13:09:18 -07:00
Nick Sweeting
957387fd88
Fix plugin hook env and extractor retries
2026-03-15 12:39:27 -07:00
Nick Sweeting
1fc860e901
Remove legacy binary override coercion
2026-03-15 11:45:04 -07:00
Nick Sweeting
f92ca93ae9
Skip puppeteer browser download during package install
2026-03-15 11:39:43 -07:00
Nick Sweeting
7c55259ed0
Update title HTML test for search export
2026-03-15 11:17:58 -07:00
Nick Sweeting
86fdc3be1e
Refresh worker config from resolved plugin installs
2026-03-15 11:07:55 -07:00
Nick Sweeting
47f540c094
Resolve crawl provider dependencies lazily
2026-03-15 10:18:49 -07:00
Nick Sweeting
d4be507a6b
Keep provider plugins enabled under whitelists
2026-03-15 09:49:45 -07:00
Nick Sweeting
82bfd7e655
Filter binary hooks by allowed providers
2026-03-15 09:32:32 -07:00
Nick Sweeting
941135d6d0
Bound URL fixture archive wait
2026-03-15 09:07:25 -07:00
Nick Sweeting
50901e5367
Align worker config propagation expectations
2026-03-15 08:47:00 -07:00
Nick Sweeting
31e883ec53
Stabilize plugin and crawl integration tests
2026-03-15 08:16:52 -07:00
Nick Sweeting
bfc1e76ff5
Update extractor tests for plugin output dirs
2026-03-15 07:32:11 -07:00
Nick Sweeting
b62064f63e
Avoid recursive crawl timeout regressions
2026-03-15 07:09:15 -07:00
Nick Sweeting
5fb3709281
Run recursive crawl tests to completion
2026-03-15 06:55:35 -07:00
Nick Sweeting
68b9f75dab
Stabilize recursive crawl CI coverage
2026-03-15 06:49:40 -07:00
Nick Sweeting
760cf9d6b2
Stabilize CI against expanded plugin surface
2026-03-15 06:31:41 -07:00
Nick Sweeting
1f792d7199
Restore CLI compat and plugin dependency handling
2026-03-15 06:06:18 -07:00
Nick Sweeting
6b482c62df
Restore top-level list command compatibility
2026-03-15 05:04:31 -07:00
Nick Sweeting
c4d30a853f
Restore index-only snapshot output links
2026-03-15 04:58:46 -07:00
Nick Sweeting
cc3e72b92f
Preserve tags for index-only adds
2026-03-15 04:54:55 -07:00
Nick Sweeting
58f801c220
Fix update orphan import and host-aware tests
2026-03-15 04:51:06 -07:00
Nick Sweeting
4fa701fafe
Update abx dependencies and plugin test harness
2026-03-15 04:37:32 -07:00
Nick Sweeting
ecb1764590
switch to external plugins
2026-03-15 03:46:23 -07:00
Nick Sweeting
07dc880d0b
Harden AddView config overrides to admin-only
2026-03-15 03:45:57 -07:00
Your Name
08b0dfaf12
Fix #1139 : Return tags as a JSON list in Snapshot.to_dict() for LLM/RAG integration
...
Previously, `archivebox search --json` exported tags as a comma-separated
string (e.g. "tag1,tag2"), which required manual parsing by consumers like
LlamaIndex, LangChain, and other RAG frameworks.
Now `to_dict()` returns tags as a proper JSON array (e.g. ["tag1", "tag2"]),
making the export directly usable as structured metadata in LLM/RAG pipelines
without additional preprocessing.
`from_json()` is updated to accept both list and string formats for backward
compatibility with existing JSON imports.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-20 21:21:38 -08:00
Nick Sweeting
17e26ae5a4
Delete TEST_RESULTS.md
2026-02-09 18:23:35 -08:00
Pellaeon Lin
1ca54525f2
FIX: uuid_compat
2026-01-31 08:24:50 +00:00
Nick Sweeting
ec4b27056e
wip
2026-01-21 03:19:56 -08:00
Nick Sweeting
f3f55d3395
perfect snapshot detail cards
2026-01-19 14:56:15 -08:00
Nick Sweeting
86e7973334
cleanup tui, startup, card templtes, and more
2026-01-19 14:33:20 -08:00
Nick Sweeting
bef67760db
working singlefile
2026-01-19 03:05:49 -08:00
Nick Sweeting
b5bbc3b549
better tui
2026-01-19 01:53:32 -08:00
Nick Sweeting
1cb2d5070e
bump version
2026-01-19 01:11:59 -08:00
Nick Sweeting
c7b2217cd6
tons of fixes with codex
2026-01-19 01:00:53 -08:00
claude[bot]
c2bb4b25cb
Implement native LDAP authentication support
...
- Create archivebox/config/ldap.py with LDAPConfig class
- Create archivebox/ldap/ Django app with custom auth backend
- Update core/settings.py to conditionally load LDAP when enabled
- Add LDAP_CREATE_SUPERUSER support to auto-grant superuser privileges
- Add comprehensive tests in test_auth_ldap.py (no mocks, no skips)
- LDAP only activates if django-auth-ldap is installed and LDAP_ENABLED=True
- Helpful error messages when LDAP libraries are missing or config is incomplete
Fixes #1664
Co-authored-by: Nick Sweeting <pirate@users.noreply.github.com >
2026-01-05 21:30:26 +00:00
Nick Sweeting
28b980a84a
higher timeout
2026-01-05 09:07:59 -08:00
Nick Sweeting
352e1bad32
remove debug lines
2026-01-05 02:27:34 -08:00
Nick Sweeting
0a2ac11b01
more binary fixes
2026-01-05 02:26:33 -08:00
Nick Sweeting
b80e80439d
more binary fixes
2026-01-05 02:18:38 -08:00