linkding/bookmarks/tests
Sascha Ißbrücker 3e4f08f51b
Add user profile endpoint (#541)
* feat: Implement UserProfile serializer and add API endpoint per #457

* chore: Document API addition

* Address review comments

---------

Co-authored-by: fkulla <mail@florian.direct>
2023-10-01 21:57:32 +02:00
..
resources Add support for micro-, nanosecond timestamps in importer (#151) 2021-08-26 12:33:54 +02:00
__init__.py Make tag search and assignment case insensitive (#56) 2021-01-02 11:30:20 +01:00
helpers.py Allow saving search preferences (#540) 2023-10-01 21:22:44 +02:00
test_anonymous_view.py Add option to share bookmarks publicly (#503) 2023-08-15 00:20:52 +02:00
test_app_options.py Add setting and documentation for fixing CSRF errors (#349) 2022-10-05 10:01:44 +02:00
test_auth_proxy_support.py Add support for authentication proxies (#321) 2022-08-14 13:35:03 +02:00
test_bookmark_action_view.py Allow saving search preferences (#540) 2023-10-01 21:22:44 +02:00
test_bookmark_archived_view.py Allow saving search preferences (#540) 2023-10-01 21:22:44 +02:00
test_bookmark_archived_view_performance.py Avoid page reload when triggering actions in bookmark list (#506) 2023-08-21 23:12:00 +02:00
test_bookmark_edit_view.py Avoid page reload when triggering actions in bookmark list (#506) 2023-08-21 23:12:00 +02:00
test_bookmark_index_view.py Allow saving search preferences (#540) 2023-10-01 21:22:44 +02:00
test_bookmark_index_view_performance.py Avoid page reload when triggering actions in bookmark list (#506) 2023-08-21 23:12:00 +02:00
test_bookmark_new_view.py Add option to share bookmarks publicly (#503) 2023-08-15 00:20:52 +02:00
test_bookmark_search_form.py Allow saving search preferences (#540) 2023-10-01 21:22:44 +02:00
test_bookmark_search_model.py Allow saving search preferences (#540) 2023-10-01 21:22:44 +02:00
test_bookmark_search_tag.py Allow saving search preferences (#540) 2023-10-01 21:22:44 +02:00
test_bookmark_shared_view.py Allow saving search preferences (#540) 2023-10-01 21:22:44 +02:00
test_bookmark_shared_view_performance.py Display shared state in bookmark list (#515) 2023-08-24 19:11:36 +02:00
test_bookmark_validation.py Fix importer not validating bookmark models (#149) 2021-08-25 09:20:01 +02:00
test_bookmarks_api.py Add user profile endpoint (#541) 2023-10-01 21:57:32 +02:00
test_bookmarks_api_performance.py Improve bookmark query performance (#334) 2022-09-09 19:46:55 +02:00
test_bookmarks_api_permissions.py Add user profile endpoint (#541) 2023-10-01 21:57:32 +02:00
test_bookmarks_list_template.py Add sort option to bookmark list (#522) 2023-09-01 22:48:21 +02:00
test_bookmarks_model.py Show URL as fallback if no title is available (#64) 2021-01-16 00:57:57 +01:00
test_bookmarks_service.py Allow bulk editing unread and shared state of bookmarks (#517) 2023-08-25 13:54:23 +02:00
test_bookmarks_tasks.py Fix favicon being cleared by web archive snapshot task (#405) 2023-01-22 14:07:06 +01:00
test_context_path.py Add support for context path (#313) 2022-08-07 12:41:11 +02:00
test_create_initial_superuser_command.py Add option to create initial superuser (#323) 2022-09-04 08:08:15 +02:00
test_exporter.py Add support for exporting/importing bookmark notes (#532) 2023-09-10 23:37:37 +02:00
test_exporter_performance.py Improve bookmark query performance (#334) 2022-09-09 19:46:55 +02:00
test_favicon_loader.py Various improvements to favicons (#504) 2023-08-15 16:49:58 +02:00
test_feeds.py Bump Django and other dependencies (#331) 2022-09-04 07:15:09 +02:00
test_feeds_performance.py Improve bookmark query performance (#334) 2022-09-09 19:46:55 +02:00
test_health_view.py Add Health Check endpoint (#392) 2023-01-20 22:26:58 +01:00
test_importer.py Add support for exporting/importing bookmark notes (#532) 2023-09-10 23:37:37 +02:00
test_metadata_view.py Added Apple web-app meta tag #358 (#359) 2023-05-23 21:20:58 +02:00
test_nav_menu.py Add bookmark sharing (#311) 2022-08-04 19:37:16 +02:00
test_pagination_tag.py Add sort option to bookmark list (#522) 2023-09-01 22:48:21 +02:00
test_parser.py Add support for exporting/importing bookmark notes (#532) 2023-09-10 23:37:37 +02:00
test_password_change_view.py Add password change view (#168) 2021-10-16 05:42:04 +02:00
test_queries.py Allow saving search preferences (#540) 2023-10-01 21:22:44 +02:00
test_settings_export_view.py Add settings view tests 2021-05-14 23:34:53 +02:00
test_settings_general_view.py Add option to share bookmarks publicly (#503) 2023-08-15 00:20:52 +02:00
test_settings_import_view.py Add support for PRIVATE flag in import and export (#505) 2023-08-20 11:44:53 +02:00
test_settings_integrations_view.py Add RSS feeds (#305) 2022-07-23 23:20:27 +02:00
test_signals.py Make Internet Archive integration opt-in (#250) 2022-05-14 09:46:51 +02:00
test_tag_cloud_template.py Add sort option to bookmark list (#522) 2023-09-01 22:48:21 +02:00
test_tags_model.py Ensure tag names don't contain spaces (#184) 2021-12-12 22:54:22 +01:00
test_tags_service.py Add bookmark view tests 2021-05-14 02:32:19 +02:00
test_toasts_view.py Various CSS improvements (#514) 2023-08-24 14:46:47 +02:00
test_user_profile_model.py Add bookmark sharing (#311) 2022-08-04 19:37:16 +02:00
test_user_select_tag.py Allow saving search preferences (#540) 2023-10-01 21:22:44 +02:00
test_utils.py Add support for micro-, nanosecond timestamps in importer (#151) 2021-08-26 12:33:54 +02:00
test_website_loader.py Fix website loader content encoding detection (#482) 2023-05-30 22:04:54 +02:00