[PR #721] v0.7.0 Pre-Release: More config options, LDAP/remote auth support, extractor updates, usability and performance improvements, bugfixes #2778

Closed
opened 2026-03-01 18:00:43 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/ArchiveBox/ArchiveBox/pull/721

State: closed
Merged: Yes


DONE:

TODO:

Postpone:

  • #696 show prompt to upgrade archivebox in UI when new version is available
  • #761 add support to download_url to use cookies in COOKIES_FILE (used for title fetching and other things)
  • #726 fix pocket since parameter preventing failed depth=1 import from resuming
  • #785 fix Pinboard import not respecting original bookmarked timestamps
  • fix oneshot command broken: archivebox oneshot --extract=singlefile,readability https://example.com -> FileNotFoundError in log_link_archiving_finished(): [Errno 2] No such file or directory: '.../archive/1620881375.32482'
  • #783 fix sorting by size column in Snapshot admin causing 500 errors
**Original Pull Request:** https://github.com/ArchiveBox/ArchiveBox/pull/721 **State:** closed **Merged:** Yes --- DONE: - [x] pass `--single-process --no-zygote` args to chrome in Docker to mitigate orphan subprocess accumulation issues (also made it a lot faster as a side-effect!) 49faec8f6 - [x] fix user and python binary detection config for FreeBSD 208f866, 831d82a7 - [x] update automatic setup script to install via Docker/Docker-compose if possible, fall back to apt/brew/pkg/pip 06f6084e3 - [x] only warn on rejected stdin instead of throwing an error 06f6084e - [x] fix bookmarklet not uriencoding urls b6ee7d291 - [x] throw explicit error when django version is too low 9563e74f - [x] always try to install all dependencies on `archivebox setup` instead of trying to detect `USE_` config options 3e7d8e52 - [x] exempt `/add` from CSRF checking in order to support submissions from ArchiveBox browser extensions https://github.com/ArchiveBox/ArchiveBox/pull/777 - [x] add support for new `URL_WHITELIST` option to restrict added URLs to ones matching a given regex pattern 5a2c78e https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#URL_WHITELIST - [x] #658 fix admin panel actions in safari on iOS/macOS - [x] #843 fix KeyError during some Pocket API import parses - [x] #901 - [x] https://github.com/ArchiveBox/ArchiveBox/issues/971 Fix wallabag CSV parser acd53c8 - [x] lots of minor UI and CLI fixes - [x] #847 - [x] #22 bump Sonic version to support ARM - [x] https://github.com/ArchiveBox/readability-extractor/issues/2 bump `readability-extractor` version to `v0.0.3` to fix relative URL rewriting - [x] #645 add option to disable original preview / all preview iframes on snapshot index pages - [x] #944 Fix broken URLs blocking entire depth=1 imports - [x] #706 fix bytes string being passed to hint causing exception - [x] #725 fix import tags being split into single characters and emptystring/whitespace-only tags - [x] #734 expose new `ARCHIVEBOX_USERNAME=xyz` and `ARCHIVEBOX_PASSWORD=xyz` env variables to make initial docker setup easier (so that manual `init` / `manage createsuperuser` isn't required as a separate setup) - [x] #1002 fix permissions/migration creation errors - [x] #1036 fix stdin/stdout handling edge case when using nohup - https://github.com/ArchiveBox/ArchiveBox/pull/1249 - https://github.com/ArchiveBox/ArchiveBox/pull/1245 - https://github.com/ArchiveBox/ArchiveBox/pull/1242 - https://github.com/ArchiveBox/ArchiveBox/pull/1168 - https://github.com/ArchiveBox/ArchiveBox/pull/996 - https://github.com/ArchiveBox/ArchiveBox/pull/1214 - https://github.com/ArchiveBox/ArchiveBox/pull/1221 - https://github.com/ArchiveBox/ArchiveBox/pull/1219 - https://github.com/ArchiveBox/ArchiveBox/pull/1211 - https://github.com/ArchiveBox/ArchiveBox/pull/911 - https://github.com/ArchiveBox/ArchiveBox/pull/1199 - https://github.com/ArchiveBox/ArchiveBox/pull/1197 - https://github.com/ArchiveBox/ArchiveBox/pull/1194 - https://github.com/ArchiveBox/ArchiveBox/pull/1154 - https://github.com/ArchiveBox/ArchiveBox/pull/1146 - https://github.com/ArchiveBox/ArchiveBox/pull/1026 - https://github.com/ArchiveBox/ArchiveBox/pull/1115 - https://github.com/ArchiveBox/ArchiveBox/pull/1068 - https://github.com/ArchiveBox/ArchiveBox/pull/866 - https://github.com/ArchiveBox/ArchiveBox/pull/1021 - https://github.com/ArchiveBox/ArchiveBox/pull/528 - https://github.com/ArchiveBox/ArchiveBox/pull/967 - https://github.com/ArchiveBox/ArchiveBox/pull/1241 TODO: Postpone: - [ ] #696 show prompt to upgrade archivebox in UI when new version is available - [ ] #761 add support to `download_url` to use cookies in `COOKIES_FILE` (used for title fetching and other things) - [ ] #726 fix pocket `since` parameter preventing failed depth=1 import from resuming - [ ] #785 fix Pinboard import not respecting original bookmarked timestamps - [ ] fix `oneshot` command broken: `archivebox oneshot --extract=singlefile,readability https://example.com` -> `FileNotFoundError in log_link_archiving_finished(): [Errno 2] No such file or directory: '.../archive/1620881375.32482'` - [ ] #783 fix sorting by size column in Snapshot admin causing 500 errors
kerem 2026-03-01 18:00:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#2778
No description provided.