ArchiveBox/archivebox/core
Nick Sweeting 811f9a8d93
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
move queue db name into constants and fix file detection at startup
2024-10-04 19:38:36 -07:00
..
management/commands allow running archivebox core commands from manage.py 2019-04-22 13:36:27 -04:00
migrations fix tmp data dir resolution when running help or version outside data dir 2024-10-04 01:40:41 -07:00
templatetags remove django-url-tools in favor of core_tags snippet 2024-10-03 18:25:20 -07: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 add health stats counters to machine models 2024-10-03 03:11:04 -07:00
apps.py redact passwords, keys, and secret tokens in admin UI 2024-05-06 11:06:42 -07:00
asgi.py fix import errors 2024-09-30 19:32:57 -07:00
auth.py finish migrating almost all config to new system 2024-09-30 23:21:34 -07:00
auth_ldap.py finish migrating almost all config to new system 2024-09-30 23:21:34 -07:00
forms.py move util.py into misc folder 2024-09-30 17:25:15 -07:00
middleware.py finish migrating almost all config to new system 2024-09-30 23:21:34 -07:00
mixins.py revert queryset intersection back to union for search results 2024-05-06 23:13:52 -07:00
models.py add new InstalledBinary model to cache binaries on host machine 2024-10-03 03:10:22 -07:00
serve_static.py add HTTP byte range request support to media file serving 2024-09-05 21:41:49 -07:00
settings.py move queue db name into constants and fix file detection at startup 2024-10-04 19:38:36 -07:00
settings_logging.py move config into dedicated global app 2024-09-30 15:59:05 -07:00
shell_welcome_message.py better help text output 2024-10-02 19:46:31 -07:00
tests.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
urls.py finish migrating almost all config to new system 2024-09-30 23:21:34 -07:00
views.py finish migrating almost all config to new system 2024-09-30 23:21:34 -07:00
wsgi.py fix old wsgi.py 2024-10-04 16:08:57 -07:00