1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-13 01:54:10 +02:00

Commit Graph

  • 726bcabd82 fix iterator missing chunk_size logfire Nick Sweeting 2024-08-26 22:18:10 -07:00
  • d18418cc22 fix ArchiveResult.output_summary admin formatting Nick Sweeting 2024-08-26 22:17:57 -07:00
  • 44849e1ba2 fix python vendor dependendcies Nick Sweeting 2024-08-26 20:24:25 -07:00
  • d7e333b5cf fix settings.py for prod Nick Sweeting 2024-08-26 20:20:33 -07:00
  • c5d9b97e3c add logfire packages to pyproject.toml debug group Nick Sweeting 2024-08-26 20:17:36 -07:00
  • 24fe958ff3 massively improve Snapshot admin list view query performance Nick Sweeting 2024-08-26 20:16:43 -07:00
  • 6c4f3fc83a fix chrome headless=new arg Nick Sweeting 2024-08-26 20:15:36 -07:00
  • 6ffa710bb3 fix headers Elapsed timedelta is not a JSON-serializable Nick Sweeting 2024-08-26 20:15:22 -07:00
  • 917af4b1d7 add pydantic logfire and improve settings for debugging Nick Sweeting 2024-08-26 20:14:47 -07:00
  • 531a770ca8 fix pocket dependency Nick Sweeting 2024-08-26 15:16:53 -07:00
  • 3a57c28ca8 bump pydantic_pkgr version to 0.1.4 Nick Sweeting 2024-08-23 02:03:26 -07:00
  • c84a3f123f bump deps Nick Sweeting 2024-08-23 02:02:48 -07:00
  • 5fe3edd79a new plugin loading system Nick Sweeting 2024-08-23 02:02:34 -07:00
  • 34389e5e7c improve CSRF_TRUSTED_ORIGINS loading logic Nick Sweeting 2024-08-23 02:01:40 -07:00
  • c6a80ab256 use pydantic_pkgr to parse semver versions Nick Sweeting 2024-08-23 02:01:24 -07:00
  • 2c2d034d6d move to new vendoring fallback logic Nick Sweeting 2024-08-23 02:01:02 -07:00
  • eeb70c4018 add new submodule for vendored pydantic_pkgr Nick Sweeting 2024-08-23 01:58:39 -07:00
  • 9c35f3ddb7 add new CSRF_TRUSTED_ORIGINS config option v0.8.2-rc Nick Sweeting 2024-08-22 18:40:47 -07:00
  • 1a03db2b1d fix api auth endpoint checking wrong user field Nick Sweeting 2024-08-22 18:28:23 -07:00
  • 73a3e6aad0 handle tag with no slug or name Nick Sweeting 2024-08-22 18:25:15 -07:00
  • cec8015b5b fix missing STDOUT Nick Sweeting 2024-08-22 17:58:58 -07:00
  • 38ca5c3228 add extra info to headers.json Nick Sweeting 2024-08-22 17:57:40 -07:00
  • 80d7a30f13 improve version_str detection Nick Sweeting 2024-08-22 17:57:33 -07:00
  • 1d31b88fa3 fix migration failing when Tag name is empty Nick Sweeting 2024-08-22 16:30:25 -07:00
  • 90320ea078 add changedetection.io example to docker-compose.yml Nick Sweeting 2024-08-22 16:26:39 -07:00
  • 3b28042d0d explicitly specify python version in pdm lock file build target Nick Sweeting 2024-08-22 15:54:02 -07:00
  • 9ecc2ff91c bump more deps Nick Sweeting 2024-08-22 15:36:11 -07:00
  • 09553d8340 hardcode EXTRACTOR_CHOICES to prevent nondeterministic migrations Nick Sweeting 2024-08-22 15:36:02 -07:00
  • 0a5b22700c bump deps Nick Sweeting 2024-08-22 15:20:52 -07:00
  • afe1307617 fix created_by field migration to create User properly if none exists Nick Sweeting 2024-08-22 15:20:36 -07:00
  • 9b1659c72f make created_by_id autoapply to any ArchiveResults created under Snapshot Nick Sweeting 2024-08-20 19:43:07 -07:00
  • c30ae1d2cb add created_by_id to all Snapshot creation functions Nick Sweeting 2024-08-20 19:28:28 -07:00
  • aa282daadf show CONSTANTS in separate section of django admin config Nick Sweeting 2024-08-20 19:27:21 -07:00
  • ea81f2fc14 use ABIDAdmin as base ModelAdmin Nick Sweeting 2024-08-20 19:26:40 -07:00
  • 57e48b432c show redacted API tokens in django admin Nick Sweeting 2024-08-20 19:25:16 -07:00
  • 691aa608ae bump requirements Nick Sweeting 2024-08-20 18:32:12 -07:00
  • ff619fd31f add api migrations Nick Sweeting 2024-08-20 18:31:40 -07:00
  • 0285aa52a0 config and attr access improvements Nick Sweeting 2024-08-20 18:31:21 -07:00
  • 4ae186dfca fix ABID generation consistency when self._state.adding is True Nick Sweeting 2024-08-20 05:56:19 -07:00
  • 9d2116ad9a migration to make fields non editable Nick Sweeting 2024-08-20 03:46:04 -07:00
  • 9c8ece4d7c minor css and APIToken Admin UI fixes Nick Sweeting 2024-08-20 03:45:49 -07:00
  • 920b92e658 Implement searching individual fields (#1457) Nick Sweeting 2024-08-20 03:38:06 -07:00
  • 75018ed10b Merge branch 'dev' into feat/search-fields Nick Sweeting 2024-08-20 03:37:56 -07:00
  • 05880dba8b bump version to 0.8.2 Nick Sweeting 2024-08-20 03:36:07 -07:00
  • c7e6c130d0 ABID, Admin UI, and REST API improvements to prepare for v0.8 release (#1488) Nick Sweeting 2024-08-20 03:30:32 -07:00
  • 267964881c fix tags editor in Snapshot list view Nick Sweeting 2024-08-20 03:29:57 -07:00
  • 849b4963a1 add migrations Nick Sweeting 2024-08-20 01:58:44 -07:00
  • 52a813aa80 fix title display in admin UI and abid filter matching in urls Nick Sweeting 2024-08-20 01:58:36 -07:00
  • 9273db528e fix abid generation migrations to be historically consistent Nick Sweeting 2024-08-20 01:58:19 -07:00
  • 506b3d28d4 fix admin UI TagInline and ArchiveResultInline form POST handling Nick Sweeting 2024-08-20 01:57:07 -07:00
  • 54acfd9f86 improve REST API filter parameters and pagination Nick Sweeting 2024-08-20 01:56:37 -07:00
  • 850448b42c add salt args in more places Nick Sweeting 2024-08-20 01:56:07 -07:00
  • c4ef2993b2 update REST API and Admin UI to use new id and old_id exclusively Nick Sweeting 2024-08-19 20:00:04 -07:00
  • 344e902fc6 migrate SnapshotTag to use new snapshot id Nick Sweeting 2024-08-19 19:42:25 -07:00
  • 74c11d41be dont allow modifying Snapshot.timestamp as it would break folder dirs Nick Sweeting 2024-08-19 19:42:01 -07:00
  • c68a66f74e add salt kwarg to abid generation funcs Nick Sweeting 2024-08-19 19:41:43 -07:00
  • a49739b41c add hacky workaround for TagInline not showing in admin Snapshot change view Nick Sweeting 2024-08-19 18:36:35 -07:00
  • cf2faecf61 add migrations for SnapshotTag through model Nick Sweeting 2024-08-19 18:36:20 -07:00
  • 7164fb961c hotlink to snapshots using generic search query link instead of id__startswith Nick Sweeting 2024-08-19 18:35:35 -07:00
  • 3148d2a3ef add squashmigrations to allowed mgmgt command list Nick Sweeting 2024-08-19 18:35:07 -07:00
  • 2c157f0b5b increase max POST field limit for admin Nick Sweeting 2024-08-19 18:34:52 -07:00
  • 18ebaed7ed fix admin UI display of tags Nick Sweeting 2024-08-19 18:34:01 -07:00
  • 85d00edf2d Update README.md Nick Sweeting 2024-08-18 09:54:13 -04:00
  • 0223468927 Update README.md Nick Sweeting 2024-08-18 09:52:23 -04:00
  • ff992a3edb Update README.md Nick Sweeting 2024-08-18 09:47:42 -04:00
  • 57d31b2b14 fix snapshot uuid Nick Sweeting 2024-08-18 01:07:21 -07:00
  • 8c50257fe9 move snapshot id to old_id Nick Sweeting 2024-08-18 00:24:38 -07:00
  • 951025228f add tag endpoint Nick Sweeting 2024-08-18 00:24:14 -07:00
  • a271bcb4ce use new ids for ArchiveResult API Nick Sweeting 2024-08-17 23:03:43 -07:00
  • f72debfdb2 migrate ArchiveResult.id to old_id, and make uuid main id Nick Sweeting 2024-08-17 22:58:35 -07:00
  • 033ec08d0c save snapshot ids during migration Nick Sweeting 2024-08-17 21:56:45 -07:00
  • 4d0bbfccfc add uri salt and fix api url namespaces Nick Sweeting 2024-08-17 21:56:23 -07:00
  • fba3995d86 reorder version output Nick Sweeting 2024-08-17 19:38:51 -07:00
  • 6a33de6715 remove archive.today link and add JSON Nick Sweeting 2024-08-17 19:31:43 -07:00
  • 3a87a7fb8c re-arrange snapshot detail page preference and add opus support Nick Sweeting 2024-08-17 19:31:34 -07:00
  • 5e0cc926f1 show ulid in archivebox admin Nick Sweeting 2024-08-17 19:31:18 -07:00
  • b7745ae37a add uri salt when creating ABID Nick Sweeting 2024-08-17 19:30:58 -07:00
  • fbb58c51a7 Add portainer template to install options list Nick Sweeting 2024-08-12 23:36:45 -07:00
  • 15ea392864 Clarify 501c3 status is as an FSP Nick Sweeting 2024-08-12 17:23:24 -04:00
  • a461ba62ae fix README typo (#1478) Nick Sweeting 2024-08-04 20:12:43 -07:00
  • fb210e279b fix typo Ben Harris 2024-08-04 14:11:28 -04:00
  • 201a5e625d Update README.md Nick Sweeting 2024-07-11 18:10:41 -07:00
  • 62eb87c51a Update README.md Nick Sweeting 2024-07-11 18:06:50 -07:00
  • 4642ccdae8 Update README.md Nick Sweeting 2024-07-11 18:04:47 -07:00
  • c384d15d5d Update README.md Nick Sweeting 2024-07-11 18:00:56 -07:00
  • 1b39430951 Update README.md add saltbox app platform link Nick Sweeting 2024-07-11 16:21:06 -07:00
  • 10f0c4a077 Implement searching individual fields Lucas Schwiderski 2024-06-19 16:50:16 +02:00
  • ba14ee0e5e fix ghcr image names Nick Sweeting 2024-06-04 04:17:26 -07:00
  • 99e6f0c93f bump versions Nick Sweeting 2024-06-04 04:16:52 -07:00
  • 5b369246fd update gitignore and attrs Nick Sweeting 2024-06-04 04:14:59 -07:00
  • d11173eaa4 fix dockerign Nick Sweeting 2024-06-03 04:09:55 -07:00
  • de489d3c60 minor snapshot details ui fixes and migrations log msg improvements Nick Sweeting 2024-06-03 04:00:18 -07:00
  • 78f0ae469e Bump uuid6 from 2023.5.2 to 2024.1.12 (#1444) Nick Sweeting 2024-06-04 04:11:38 -07:00
  • 8d1d39b21e Bump pydantic-core from 2.18.3 to 2.18.4 (#1446) Nick Sweeting 2024-06-04 04:10:38 -07:00
  • 508809eab5 Merge branch 'dev' into dependabot/pip/dev/pydantic-core-2.18.4 Nick Sweeting 2024-06-04 04:10:26 -07:00
  • de62976975 Bump pydantic from 2.7.2 to 2.7.3 (#1447) Nick Sweeting 2024-06-04 04:09:48 -07:00
  • 59fa687768 Update dependabot.yml Nick Sweeting 2024-06-04 03:40:22 -07:00
  • 22be8dcf03 Bump pydantic from 2.7.2 to 2.7.3 dependabot[bot] 2024-06-03 23:47:19 +00:00
  • ff18adf0e4 Bump pydantic-core from 2.18.3 to 2.18.4 dependabot[bot] 2024-06-03 23:46:22 +00:00
  • 5418e70526 Bump uuid6 from 2023.5.2 to 2024.1.12 dependabot[bot] 2024-06-03 22:13:48 +00:00