1
0
Fork 0
mirror of synced 2024-09-30 09:06:19 +13:00
ArchiveBox/archivebox/core
2024-05-06 23:10:59 -07:00
..
management/commands
migrations Add htmltotext extractor 2023-10-23 21:42:32 -04:00
templatetags
__init__.py Update to Django 4.2.x, now in LTS until April 2026 2024-03-25 17:46:01 -07:00
admin.py show webhooks config in django admin 2024-05-06 07:13:54 -07:00
apps.py big overhaul of REST API, split into auth, core, and cli methods 2024-04-25 03:56:22 -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 Rename URL_(WHITE|BLACK)LIST to URL_(ALLOW|DENY)LIST 2023-08-02 09:31:48 -04:00
middleware.py Support for Reverse Proxy authentication backends (like authelia) 2021-09-30 17:40:13 +02:00
mixins.py Fix for Bug: Search sometimes shows the same snapshot twice #1193 2024-01-19 17:03:51 -06:00
models.py
settings.py fix storages missing stackfiles error 2024-05-06 07:14:01 -07:00
tests.py
urls.py add django-requests-tracker 2024-04-25 18:02:01 -07:00
views.py fix inner quote not escaped 2024-05-06 23:10:59 -07:00
welcome_message.py
wsgi.py