ArchiveBox/archivebox/api
2024-09-04 23:43:07 -07:00
..
migrations remove .old_id entirely and make ABID generation only happen once on initial save 2024-09-04 16:40:15 -07:00
__init__.py big overhaul of REST API, split into auth, core, and cli methods 2024-04-25 03:56:22 -07:00
apps.py move monkey patches to dedicated file 2024-05-13 02:35:19 -07:00
auth.py fix REST API CSRF and auth handling 2024-09-03 14:16:44 -07:00
models.py rename datetime fields to _at, massively improve ABID generation safety and determinism 2024-09-04 23:42:36 -07:00
tests.py big overhaul of REST API, split into auth, core, and cli methods 2024-04-25 03:56:22 -07:00
urls.py rename api files for clarity 2024-04-25 05:55:47 -07:00
v1_api.py fix REST API CSRF and auth handling 2024-09-03 14:16:44 -07:00
v1_auth.py fix REST API CSRF and auth handling 2024-09-03 14:16:44 -07:00
v1_cli.py rename datetime fields to _at, massively improve ABID generation safety and determinism 2024-09-04 23:42:36 -07:00
v1_core.py allow accessing admin change pages by .abid as well as .id 2024-09-04 23:43:07 -07:00