linkding/bookmarks/services
ixzhao 1f2cf21585
Add LAST_MODIFIED attribute when exporting (#860)
* add LAST_MODIFIED attribute when exporting

* complement test_exporter for LAST_MODIFIED attribute

* parse LAST_MODIFIED attribute when importing

* use bookmark date_added when no modified date is parsed, otherwise use parsed datetime.

* complement test_parser and test_importer for LAST_MODIFIED attribute

* cleanup tests a bit

---------

Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
2024-10-02 22:21:08 +02:00
..
__init__.py Implement add bookmark route 2019-06-28 19:37:41 +02:00
auto_tagging.py Improve error handling for auto tagging (#855) 2024-09-24 17:26:01 +02:00
bookmarks.py Do not clear fields in POST requests (API behavior change) (#852) 2024-09-24 11:37:50 +02:00
exporter.py Add LAST_MODIFIED attribute when exporting (#860) 2024-10-02 22:21:08 +02:00
favicon_loader.py Add black code formatter 2024-01-27 11:29:16 +01:00
importer.py Add LAST_MODIFIED attribute when exporting (#860) 2024-10-02 22:21:08 +02:00
monolith.py Archive snapshots of websites locally (#672) 2024-04-01 15:19:38 +02:00
parser.py Add LAST_MODIFIED attribute when exporting (#860) 2024-10-02 22:21:08 +02:00
preview_image_loader.py Load bookmark thumbnails after import (#724) 2024-05-10 09:19:00 +02:00
singlefile.py Rename "SingeFileError" to "SingleFileError" (#823) 2024-09-14 11:37:03 +02:00
tags.py Add black code formatter 2024-01-27 11:29:16 +01:00
tasks.py Generate fallback URLs for web archive links (#804) 2024-08-29 22:45:10 +02:00
wayback.py Generate fallback URLs for web archive links (#804) 2024-08-29 22:45:10 +02:00
website_loader.py Allow bookmarks to have empty title and description (#843) 2024-09-22 07:52:00 +02:00