..
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
Add LAST_MODIFIED attribute when exporting ( #860 )
2024-10-02 22:21:08 +02:00
test_app_options.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_auth_proxy_support.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_auto_tagging.py
Improve error handling for auto tagging ( #855 )
2024-09-24 17:26:01 +02:00
test_bookmark_action_view.py
Speed up response times for certain actions ( #829 )
2024-09-16 12:48:19 +02:00
test_bookmark_archived_view.py
Speed up response times for certain actions ( #829 )
2024-09-16 12:48:19 +02:00
test_bookmark_archived_view_performance.py
Speed up navigation ( #824 )
2024-09-14 11:32:19 +02:00
test_bookmark_asset_view.py
Add reader mode ( #703 )
2024-04-20 09:18:57 +02:00
test_bookmark_assets.py
Archive snapshots of websites locally ( #672 )
2024-04-01 15:19:38 +02:00
test_bookmark_details_modal.py
Allow bookmarks to have empty title and description ( #843 )
2024-09-22 07:52:00 +02:00
test_bookmark_edit_view.py
Prevent duplicates when editing ( #853 )
2024-09-24 13:13:32 +02:00
test_bookmark_index_view.py
Speed up response times for certain actions ( #829 )
2024-09-16 12:48:19 +02:00
test_bookmark_index_view_performance.py
Speed up navigation ( #824 )
2024-09-14 11:32:19 +02:00
test_bookmark_new_view.py
Return client error status code for invalid form submissions ( #849 )
2024-09-23 20:30:49 +02:00
test_bookmark_search_form.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_bookmark_search_model.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_bookmark_search_tag.py
Speed up response times for certain actions ( #829 )
2024-09-16 12:48:19 +02:00
test_bookmark_shared_view.py
Speed up response times for certain actions ( #829 )
2024-09-16 12:48:19 +02:00
test_bookmark_shared_view_performance.py
Speed up navigation ( #824 )
2024-09-14 11:32:19 +02:00
test_bookmark_validation.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_bookmarks_api.py
Prevent duplicates when editing ( #853 )
2024-09-24 13:13:32 +02:00
test_bookmarks_api_performance.py
Speed up navigation ( #824 )
2024-09-14 11:32:19 +02:00
test_bookmarks_api_permissions.py
Do not clear fields in POST requests (API behavior change) ( #852 )
2024-09-24 11:37:50 +02:00
test_bookmarks_list_template.py
Show placeholder if there is no preview image ( #842 )
2024-09-20 08:56:17 +02:00
test_bookmarks_model.py
Allow bookmarks to have empty title and description ( #843 )
2024-09-22 07:52:00 +02:00
test_bookmarks_service.py
Allow bookmarks to have empty title and description ( #843 )
2024-09-22 07:52:00 +02:00
test_bookmarks_tasks.py
Rename "SingeFileError" to "SingleFileError" ( #823 )
2024-09-14 11:37:03 +02:00
test_context_path.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_create_initial_superuser_command.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_custom_css_view.py
Do not escape valid characters in custom CSS ( #863 )
2024-09-28 11:17:48 +02:00
test_exporter.py
Add LAST_MODIFIED attribute when exporting ( #860 )
2024-10-02 22:21:08 +02:00
test_exporter_performance.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_favicon_loader.py
Use temp dir for favicon loader tests
2024-04-20 19:45:57 +02:00
test_feeds.py
Allow bookmarks to have empty title and description ( #843 )
2024-09-22 07:52:00 +02:00
test_feeds_performance.py
Speed up navigation ( #824 )
2024-09-14 11:32:19 +02:00
test_health_view.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_importer.py
Add LAST_MODIFIED attribute when exporting ( #860 )
2024-10-02 22:21:08 +02:00
test_layout.py
Do not escape valid characters in custom CSS ( #863 )
2024-09-28 11:17:48 +02:00
test_linkding_middleware.py
Speed up navigation ( #824 )
2024-09-14 11:32:19 +02:00
test_login_view.py
Add basic fail2ban support ( #847 )
2024-09-23 16:20:55 +02:00
test_metadata_view.py
Run formatter
2024-03-24 11:50:02 +01:00
test_monolith_service.py
Archive snapshots of websites locally ( #672 )
2024-04-01 15:19:38 +02:00
test_oidc_support.py
Add option to disable SSL verification for OIDC ( #684 )
2024-04-07 16:33:29 +02:00
test_pagination_tag.py
Speed up response times for certain actions ( #829 )
2024-09-16 12:48:19 +02:00
test_parser.py
Add LAST_MODIFIED attribute when exporting ( #860 )
2024-10-02 22:21:08 +02:00
test_password_change_view.py
Return client error status code for invalid form submissions ( #849 )
2024-09-23 20:30:49 +02:00
test_preview_image_loader.py
Load bookmark thumbnails after import ( #724 )
2024-05-10 09:19:00 +02:00
test_queries.py
Allow bookmarks to have empty title and description ( #843 )
2024-09-22 07:52:00 +02:00
test_root_view.py
Allow configuring guest user profile ( #809 )
2024-08-31 20:25:43 +02:00
test_settings_export_view.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_settings_general_view.py
Do not escape valid characters in custom CSS ( #863 )
2024-09-28 11:17:48 +02:00
test_settings_import_view.py
Add button for creating missing HTML snapshots ( #696 )
2024-04-14 13:21:15 +02:00
test_settings_integrations_view.py
Speed up navigation ( #824 )
2024-09-14 11:32:19 +02:00
test_singlefile_service.py
Replace uBlock Origin with uBlock Origin Lite ( #866 )
2024-09-29 14:42:50 +02:00
test_tag_cloud_template.py
Speed up response times for certain actions ( #829 )
2024-09-16 12:48:19 +02:00
test_tags_model.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_tags_service.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_toasts_view.py
Make bookmark list actions configurable ( #666 )
2024-03-29 23:07:11 +01:00
test_user_profile_model.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_user_select_tag.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_utils.py
Add black code formatter
2024-01-27 11:29:16 +01:00
test_website_loader.py
Add support for bookmark thumbnails ( #721 )
2024-05-07 18:58:52 +02:00