1
0
Fork 0
mirror of synced 2024-07-01 12:30:24 +12:00
ArchiveBox/archivebox/core
Neel Suthar 279883d6bb Text Search and Filters don't work at the same time in the web UI #1316
Making sure to return distinct results. Changing set operation to '&' to show the matching results from filters AND search term
2024-01-21 17:34:22 -06:00
..
management/commands allow running archivebox core commands from manage.py 2019-04-22 13:36:27 -04:00
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 first working django model with archivebox-shell command and sql exporting 2019-04-17 03:49:18 -04:00
admin.py fix sorting by Size or by Files to sort by number of archive results 2024-01-19 03:47:38 -08:00
apps.py re-enable autocomplete tag field for now as its breaking action buttons display 2024-01-03 19:09:14 -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 Text Search and Filters don't work at the same time in the web UI #1316 2024-01-21 17:34:22 -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-01-04 12:30:46 -08:00
tests.py refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
urls.py disable GLOBAL_CONTEXT used by version upgrade banner as not all admin views accept extra_context kwarg 2024-01-03 16:11:27 -08:00
views.py Fixes #1193 Bug: Search sometimes shows the same snapshot twice 2024-01-19 13:49:09 -06: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