linkding/bookmarks/migrations
Sascha Ißbrücker fec966f687
Add bookmark sharing (#311)
* Allow marking bookmarks as shared

* Add basic share view

* Ensure tag names in tag cloud are unique

* Filter shared bookmarks by user

* Add link for filtering by user

* Prevent n+1 queries when rendering bookmark list

* Prevent empty query params in return URL

* Fix user select template tag name

* Create shared bookmarks through API

* List shared bookmarks through API

* Show bookmark suggestions for shared view

* Show unique tags in search suggestions

* Sort user options

* Add bookmark sharing feature flag

* Add test for share setting default

* Simplify settings view
2022-08-04 19:37:16 +02:00
..
0001_initial.py Implement fetching website metadata 2019-06-29 02:01:26 +02:00
0002_auto_20190629_2303.py Implement tag model 2019-06-30 07:15:46 +02:00
0003_auto_20200913_0656.py #25 Increase bookmark URL length limit 2020-09-13 09:05:50 +02:00
0004_auto_20200926_1028.py #24 Implement REST API (#32) 2020-09-27 09:34:56 +02:00
0005_auto_20210103_1212.py Add option to disable bookmark URL validation (#57) 2021-02-06 16:27:19 +01:00
0006_bookmark_is_archived.py Implement archive feature (#73) 2021-02-14 18:00:22 +01:00
0007_userprofile.py Implement dark theme (#49) 2021-03-28 12:11:56 +02:00
0008_userprofile_bookmark_date_display.py Display date_added in bookmark list (#85) 2021-03-31 09:08:19 +02:00
0009_bookmark_web_archive_snapshot_url.py Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
0010_userprofile_bookmark_link_target.py Add bookmark link target setting (#164) 2021-10-03 09:35:59 +02:00
0011_userprofile_web_archive_integration.py Make Internet Archive integration opt-in (#250) 2022-05-14 09:46:51 +02:00
0012_toast.py Make Internet Archive integration opt-in (#250) 2022-05-14 09:46:51 +02:00
0013_web_archive_optin_toast.py Make Internet Archive integration opt-in (#250) 2022-05-14 09:46:51 +02:00
0014_alter_bookmark_unread.py Add read it later functionality (#304) 2022-07-23 22:17:20 +02:00
0015_feedtoken.py Add RSS feeds (#305) 2022-07-23 23:20:27 +02:00
0016_bookmark_shared.py Add bookmark sharing (#311) 2022-08-04 19:37:16 +02:00
0017_userprofile_enable_sharing.py Add bookmark sharing (#311) 2022-08-04 19:37:16 +02:00
__init__.py Implement basic bookmark page 2019-06-27 08:09:51 +02:00