1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-16 03:24:17 +02:00

Commit Graph

  • f574d34357 wrap migrations maker in try catch Nick Sweeting 2024-06-03 03:02:00 -07:00
  • c63917a22d fix more CHROME_USER_DATA_DIR issues Nick Sweeting 2024-06-03 02:50:11 -07:00
  • 1cd62ecc61 add filesizes and stray files in snapshot dir to snapshot_live ui Nick Sweeting 2024-06-03 02:31:35 -07:00
  • c570674798 fix docker build Nick Sweeting 2024-06-03 01:13:17 -07:00
  • 4af743e9e0 dont modify pip_dist to reduce git noise Nick Sweeting 2024-06-02 19:18:24 -07:00
  • ac7b3eabea reset submodule deps Nick Sweeting 2024-06-02 19:17:41 -07:00
  • 729f05ab93 fix snapshot_live iframe scrollTo not working due to origin sandbox rules Nick Sweeting 2024-06-02 19:15:12 -07:00
  • 11a24d9640 merge migrations between branches Nick Sweeting 2024-06-02 19:14:58 -07:00
  • b3f2a71c93 bump requirements and version to 0.8.1 Nick Sweeting 2024-06-02 19:14:45 -07:00
  • 07d80db5aa fix CHROME_USER_DATA_DIR split str error Nick Sweeting 2024-06-02 19:14:20 -07:00
  • 925b6d943d New Snapshot detail page UI (#1429) Nick Sweeting 2024-06-02 17:55:59 -07:00
  • 8eac7f09ce Add new plugin system to separate out ArchiveBox components (#1432) Nick Sweeting 2024-06-02 17:55:49 -07:00
  • 3114980eeb Refactor Snapshot and ArchiveResult to use ulid and typeid instead of uuidv4 (#1430) Nick Sweeting 2024-06-02 17:53:53 -07:00
  • 99b19e1917 Update README.md to fix typo (#1434) Nick Sweeting 2024-05-22 12:51:05 -07:00
  • 9677282dc5 Update README.md Raghu Saxena 2024-05-22 15:15:11 +08:00
  • f72bae8eec autodiscover plugins on startup Nick Sweeting 2024-05-17 20:48:11 -07:00
  • 48becde9b4 add new pydantic-based plugin system Nick Sweeting 2024-05-17 20:13:54 -07:00
  • e4176dbf7a change live snapshot preview iframe sandbox rules Nick Sweeting 2024-05-17 20:12:37 -07:00
  • 774ce3fda7 fix singlefile extractor exception when result is none Nick Sweeting 2024-05-17 20:12:18 -07:00
  • 29c7aa26bc show original section titles in config admin ui Nick Sweeting 2024-05-17 20:11:54 -07:00
  • acfd346440 make abids searchable in the admin ui Nick Sweeting 2024-05-17 20:11:31 -07:00
  • a1afd0211f fix abid calculation Nick Sweeting 2024-05-17 20:11:00 -07:00
  • fdf6f465db add docstrings Nick Sweeting 2024-05-14 18:46:38 -07:00
  • 406f57031a add API support for obj.pk .uuid .abid Nick Sweeting 2024-05-13 08:52:02 -07:00
  • a4cc10d7f8 add migrations for third round of field changes Nick Sweeting 2024-05-13 07:50:22 -07:00
  • 241a7c6ab2 add created, modified, updated, created_by and update django admin Nick Sweeting 2024-05-13 07:50:07 -07:00
  • 1ba8215072 only use domain part of uri for hash Nick Sweeting 2024-05-13 07:49:36 -07:00
  • 206e7e74b3 add migrations to create and populate ABIDField and UUIDField values Nick Sweeting 2024-05-13 05:13:42 -07:00
  • 0420662174 switch everywhere to use Snapshot.pk and ArchiveResult.pk instead of id Nick Sweeting 2024-05-13 05:12:12 -07:00
  • 9733b8d04c remove accidentally commited db Nick Sweeting 2024-05-13 02:38:02 -07:00
  • 4f9f22e024 create abid_utils with new ABID type for ArchiveBox IDs Nick Sweeting 2024-05-13 02:37:48 -07:00
  • f896e5dbeb switch from monkey patching WebhookModel to using swappable Nick Sweeting 2024-05-13 02:36:15 -07:00
  • e97d779cd3 move monkey patches to dedicated file Nick Sweeting 2024-05-13 02:35:19 -07:00
  • b5ad134264 dont wait for ipython history saver thread before shell exit Nick Sweeting 2024-05-12 19:25:55 -07:00
  • ce833e8ead automatically create storage directories and symlinks based on ulid Nick Sweeting 2024-05-12 05:21:58 -07:00
  • 33bc4622a0 add ulid and typeid to Snapshot and ArchiveResult Nick Sweeting 2024-05-12 04:45:34 -07:00
  • 0529099639 create cache dir and sqlite db Nick Sweeting 2024-05-12 01:42:34 -07:00
  • e1a04729b3 wait for bg threads to finish before exiting Nick Sweeting 2024-05-12 01:42:20 -07:00
  • 0438924491 remove unused template vars Nick Sweeting 2024-05-11 22:43:26 -07:00
  • 2b4b6e5b3a select single snapshot row automatically when hotlinking to admin actions Nick Sweeting 2024-05-11 22:33:39 -07:00
  • 27809f2976 fix python3.10 nested fstring quotes Nick Sweeting 2024-05-11 22:33:27 -07:00
  • baf24d2d6a change wording on 404 snapshot detail page Nick Sweeting 2024-05-11 22:33:17 -07:00
  • 8841e8b181 add new live django template for snapshot detail page Nick Sweeting 2024-05-11 22:33:02 -07:00
  • 457c42bf84 load EXTRACTORS dynamically using importlib.import_module Nick Sweeting 2024-05-11 22:28:59 -07:00
  • c7f55fc3ba make CHROME_USER_DATA_DIR error quieter Nick Sweeting 2024-05-11 22:16:10 -07:00
  • 102e87578c re-lock packages for python3.10 because we have to support it still Nick Sweeting 2024-05-11 15:06:19 -07:00
  • 913590ee39 explain weird use of ellipses magic value Nick Sweeting 2024-05-11 15:01:11 -07:00
  • 3882b1ee22 Update README.md Nick Sweeting 2024-05-11 14:17:38 -07:00
  • 471cf06d89 Update README.md Nick Sweeting 2024-05-11 14:17:16 -07:00
  • 340fc95f75 Update README.md Nick Sweeting 2024-05-09 00:45:20 -07:00
  • 75a3f03149 Update README.md Nick Sweeting 2024-05-09 00:23:59 -07:00
  • 2e9512adfd Update README.md Nick Sweeting 2024-05-08 23:49:47 -07:00
  • 1c76193704 Update README.md Nick Sweeting 2024-05-08 23:17:27 -07:00
  • e23c7cb3db Update README.md Nick Sweeting 2024-05-08 23:11:43 -07:00
  • 7a8ed9cd55 Update README.md Nick Sweeting 2024-05-08 23:10:32 -07:00
  • 72f52d5dd5 Update README.md Nick Sweeting 2024-05-08 23:00:02 -07:00
  • 3ce801a182 Update README.md Nick Sweeting 2024-05-08 22:58:55 -07:00
  • 8b75788644 Update README.md Nick Sweeting 2024-05-08 22:57:05 -07:00
  • 7673b42117 Update README.md Nick Sweeting 2024-05-08 22:52:02 -07:00
  • 03296e2200 Update README.md Nick Sweeting 2024-05-08 22:40:53 -07:00
  • e522810a20 Update README.md Nick Sweeting 2024-05-08 22:39:06 -07:00
  • 69579a73ec Update README.md Nick Sweeting 2024-05-08 22:33:01 -07:00
  • f5f8d091c3 Update README.md Nick Sweeting 2024-05-08 22:32:38 -07:00
  • 51601632c2 Update README.md Nick Sweeting 2024-05-08 22:28:13 -07:00
  • b489338555 Update README.md (#1427) Nick Sweeting 2024-05-08 22:25:42 -07:00
  • d03f447555 Update README.md Nick Sweeting 2024-05-08 22:25:20 -07:00
  • 68a859ccfd Update README.md Nick Sweeting 2024-05-08 22:06:50 -07:00
  • 6baf2b2f69 Update README.md Nick Sweeting 2024-05-08 21:30:15 -07:00
  • d451636224 Update README.md Nick Sweeting 2024-05-08 21:28:34 -07:00
  • 208c16c611 Update README.md Nick Sweeting 2024-05-08 21:26:49 -07:00
  • 16d1b92fd6 add Runtipi as a self-hosted app provider option Nick Sweeting 2024-05-08 20:49:15 -07:00
  • b90ba6c909 change header auth to use X-ArchiveBox-API-Key so it doesnt conflict with other auth headers Nick Sweeting 2024-05-08 20:02:47 -07:00
  • 09360fd191 Update README.md Nick Sweeting 2024-05-08 17:53:11 -07:00
  • 4c5a3fba8b more fixes for wget_output_path Nick Sweeting 2024-05-07 05:38:29 -07:00
  • f2729c9dc7 revert wget character limit back to windows, ascii is allows MORE not less Nick Sweeting 2024-05-07 05:24:16 -07:00
  • cf9ef88aa8 Path validation fixes for wget_output_path() (#1424) Nick Sweeting 2024-05-07 05:04:48 -07:00
  • 9b21ce490e add workaround logic to catch paths that are too long or contain unprintable characters Nick Sweeting 2024-05-07 05:03:23 -07:00
  • f62cb5fb43 change wget to use stricter ascii filepath normalization Nick Sweeting 2024-05-07 05:03:01 -07:00
  • f770bba3cf fix OSError 36 caused by checking for path that is too long to exist Nick Sweeting 2024-05-07 04:12:07 -07:00
  • ce42472732 Text Search and Filters don't work at the same time in the web UI #1316 (#1333) Nick Sweeting 2024-05-06 23:14:25 -07:00
  • ef856e8051 Merge branch 'dev' into issue1316 Nick Sweeting 2024-05-06 23:14:16 -07:00
  • 27d5d1ddc8 revert queryset intersection back to union for search results Nick Sweeting 2024-05-06 23:13:52 -07:00
  • 664e09f0b4 Bump cryptography from 42.0.6 to 42.0.7 (#1422) Nick Sweeting 2024-05-06 23:12:21 -07:00
  • f472705d10 Change phrasing (#1419) Nick Sweeting 2024-05-06 23:11:26 -07:00
  • 3095265880 fix inner quote not escaped Nick Sweeting 2024-05-06 23:10:59 -07:00
  • 60df0c3137 Bump cryptography from 42.0.6 to 42.0.7 dependabot[bot] 2024-05-06 22:11:05 +00:00
  • 32aea66913 Fix quotation (#1421) Nick Sweeting 2024-05-06 12:16:37 -07:00
  • 8ccd606973 Fix quotation Brandl 2024-05-06 21:04:14 +02:00
  • 94ee394339 Add ability to view configuration in Admin UI (ability to edit coming later...) (#1420) Nick Sweeting 2024-05-06 11:25:37 -07:00
  • 027c029316 redact passwords, keys, and secret tokens in admin UI Nick Sweeting 2024-05-06 11:06:42 -07:00
  • 8667ed29f1 improve API webhooks helptext and change app_label to API Nick Sweeting 2024-05-06 08:11:01 -07:00
  • f998647350 change phrasing Evan Boehs 2024-05-06 10:32:36 -04:00
  • 29c794925e Add Webhooks support to new REST API (#1418) Nick Sweeting 2024-05-06 07:17:36 -07:00
  • 641a07b08a bump dependencies Nick Sweeting 2024-05-06 07:14:22 -07:00
  • c30d697904 archivebox/package-lock.json Nick Sweeting 2024-05-06 07:14:18 -07:00
  • d782bafe2e fix storages missing stackfiles error Nick Sweeting 2024-05-06 07:14:01 -07:00
  • 47666ec26b show webhooks config in django admin Nick Sweeting 2024-05-06 07:13:54 -07:00
  • f067451267 fix django timezone.utc removed in 5.0 Nick Sweeting 2024-05-06 07:13:25 -07:00
  • c7fc9c004f add django-signal-webhooks Nick Sweeting 2024-05-06 06:58:03 -07:00
  • 08931edbe0 Add Railway self-host option (#1417) Nick Sweeting 2024-05-06 06:27:33 -07:00