ArchiveBox/archivebox/core
Nick Sweeting ae13f1811f
Some checks are pending
CodeQL / Analyze (python) (push) Waiting to run
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Build GitHub Pages website / build (push) Waiting to run
Build GitHub Pages website / deploy (push) Blocked by required conditions
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
better ABID display in admin UI
2024-09-03 17:11:10 -07:00
..
management/commands allow running archivebox core commands from manage.py 2019-04-22 13:36:27 -04:00
migrations change ABIDModel.created to use AutoTimeField seeded on .save instead of auto_now_add so that ts_src for ABID is available on creation before DB row is created 2024-08-28 03:02:37 -07:00
templatetags add timezone support, tons of CSS and layout improvements, more detailed snapshot admin form info, ability to sort by recently updated, better grid view styling, better table layouts, better dark mode support 2021-04-10 04:21:36 -04:00
__init__.py Update to Django 4.2.x, now in LTS until April 2026 2024-03-25 17:46:01 -07:00
admin.py better ABID display in admin UI 2024-09-03 17:11:10 -07:00
apps.py redact passwords, keys, and secret tokens in admin UI 2024-05-06 11:06:42 -07:00
auth.py fix lint errors 2024-04-25 21:36:11 -07:00
auth_ldap.py fix lint errors 2024-04-25 21:36:11 -07:00
forms.py move to new vendoring fallback logic 2024-08-23 02:01:02 -07:00
middleware.py Support for Reverse Proxy authentication backends (like authelia) 2021-09-30 17:40:13 +02:00
mixins.py revert queryset intersection back to union for search results 2024-05-06 23:13:52 -07:00
models.py better ABID display in admin UI 2024-09-03 17:11:10 -07:00
settings.py try to improve django console log 404 and 200 error filtering 2024-09-03 14:17:02 -07:00
tests.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
urls.py config and attr access improvements 2024-08-20 18:31:21 -07:00
views.py add created_by_id to all Snapshot creation functions 2024-08-20 19:28:28 -07:00
welcome_message.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
wsgi.py fix lint errors 2021-02-16 16:26:48 -05:00