linkding/bookmarks
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
..
api Prevent duplicates when editing (#853) 2024-09-24 13:13:32 +02:00
e2e Do not overwrite provided title and description (#845) 2024-09-22 21:43:03 +02:00
frontend Add clear buttons in bookmark form (#846) 2024-09-23 11:02:30 +02:00
management/commands Make backup include preview images 2024-06-16 10:37:02 +02:00
migrations Do not escape valid characters in custom CSS (#863) 2024-09-28 11:17:48 +02:00
services Add LAST_MODIFIED attribute when exporting (#860) 2024-10-02 22:21:08 +02:00
static Show placeholder if there is no preview image (#842) 2024-09-20 08:56:17 +02:00
styles Fix select dropdown menu background in dark theme (#858) 2024-09-24 21:42:52 +02:00
templates Do not escape valid characters in custom CSS (#863) 2024-09-28 11:17:48 +02:00
templatetags Speed up response times for certain actions (#829) 2024-09-16 12:48:19 +02:00
tests Add LAST_MODIFIED attribute when exporting (#860) 2024-10-02 22:21:08 +02:00
views Do not escape valid characters in custom CSS (#863) 2024-09-28 11:17:48 +02:00
__init__.py Implement basic bookmark page 2019-06-27 08:09:51 +02:00
admin.py Show proper name for bookmark assets in admin (#708) 2024-04-17 23:18:23 +02:00
apps.py Add black code formatter 2024-01-27 11:29:16 +01:00
context_processors.py remove unused context processor 2024-08-31 19:10:42 +02:00
feeds.py Additional filter parameters for RSS feeds (#811) 2024-08-31 22:58:41 +02:00
middlewares.py Speed up navigation (#824) 2024-09-14 11:32:19 +02:00
models.py Do not escape valid characters in custom CSS (#863) 2024-09-28 11:17:48 +02:00
queries.py Allow bookmarks to have empty title and description (#843) 2024-09-22 07:52:00 +02:00
signals.py Generate fallback URLs for web archive links (#804) 2024-08-29 22:45:10 +02:00
tasks.py Replace django-background-tasks with huey (#657) 2024-04-07 11:11:14 +02:00
urls.py Do not escape valid characters in custom CSS (#863) 2024-09-28 11:17:48 +02:00
utils.py remove deprecated API usage 2024-09-19 19:29:19 +02:00
validators.py Add black code formatter 2024-01-27 11:29:16 +01:00