1
0
Fork 0
mirror of synced 2024-09-30 09:06:19 +13:00
ArchiveBox/archivebox/core
2024-04-24 14:32:07 -07:00
..
management/commands
migrations Add htmltotext extractor 2023-10-23 21:42:32 -04: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 Update to Django 4.2.x, now in LTS until April 2026 2024-03-25 17:46:01 -07:00
apps.py Update to Django 4.2.x, now in LTS until April 2026 2024-03-25 17:46:01 -07:00
auth.py populate is_staff and is_superuser flags at LDAP authentication 2024-01-24 22:18:02 +04:00
auth_ldap.py Update archivebox/core/auth_ldap.py 2024-01-24 11:00:42 -08: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 enforce utf8 on more file reads 2021-04-10 07:22:32 -04:00
settings.py Merge branch 'main' into dev 2024-04-24 14:32:07 -07:00
tests.py
urls.py Merge branch 'main' into dev 2024-04-24 14:32:07 -07:00
views.py Fixes #1193 Bug: Search sometimes shows the same snapshot twice 2024-01-19 13:49:09 -06:00
welcome_message.py
wsgi.py