linkding/bookmarks
Fivefold 5287eb3f8b
Make bookmarks count column in admin sortable (#183)
The Tag view in django admin has a calculated bookmark count column that is unsortable. This fixes it
2021-12-12 22:52:22 +01:00
..
api Mark optional fields in bookmark serializer (#78) 2021-02-18 22:02:45 +01:00
components Implement bulk edit (#101) 2021-03-29 00:43:50 +02:00
management/commands Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
migrations Add bookmark link target setting (#164) 2021-10-03 09:35:59 +02:00
services Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
static Add global search shortcut (#161) 2021-10-01 18:02:34 +02:00
styles Fix jumping search box (#163) 2021-10-02 23:49:59 +02:00
templates Change api token field to readonly 2021-10-16 05:43:35 +02:00
templatetags Add bookmark link target setting (#164) 2021-10-03 09:35:59 +02:00
tests Add password change view (#168) 2021-10-16 05:42:04 +02:00
views Merge API view with integrations view (#165) 2021-10-03 15:13:45 +02:00
__init__.py Implement basic bookmark page 2019-06-27 08:09:51 +02:00
admin.py Make bookmarks count column in admin sortable (#183) 2021-12-12 22:52:22 +01:00
apps.py Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
models.py Add bookmark link target setting (#164) 2021-10-03 09:35:59 +02:00
queries.py improve tag query performance (#142) 2021-08-15 09:28:40 +02:00
signals.py Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
urls.py Merge API view with integrations view (#165) 2021-10-03 15:13:45 +02:00
utils.py Add support for micro-, nanosecond timestamps in importer (#151) 2021-08-26 12:33:54 +02:00
validators.py Add option to disable bookmark URL validation (#57) 2021-02-06 16:27:19 +01:00