* basic pdf snapshots
* cleanup website_loader tests
* cleanup asset tests
* cleanup asset service tests
* use PDF download as display name
* update new snapshot name
* update docs
* update e2e test
* update test
* Make date_added and date_modified optionally writable fields for the POST /api/bookmarks/ API
* Update as per PR feedback to avoid double-save; add test coverage
* Remove blank line
* improve tests
---------
Co-authored-by: Justin.Mason <Justin.Mason@messagegears.com>
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
* feat: disable execute button when no bookmarks selected in bulk edit
* format
---------
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
* Remove absolute URIs from admin page
The rest of the links on this page are absolute paths without a
specified hostname, but these in particlar use build_absolute_uri. I
am running linkding behind two different load balancers which makes
these links bubble up the "internal" hostname instead of the hostname
I actually got to the page from.
* Add LD_USE_X_FORWARDED_HOST
See: https://docs.djangoproject.com/en/6.0/ref/settings/#std-setting-USE_X_FORWARDED_HOST
* Run tests in CI in parallel
* make tests automatically open/close playwright
* fix parallel tests and screenshots
* fix capturing screenshots for non-failing tests
* cleanup
* cleanup
* format
* log js errors
* provide screenshots as artifacts
* remove old scripts
* parser implementation
* add support for quoted strings
* add support for tags
* ignore empty tags
* implicit and
* prepare query conversion by disabling tests
* convert query logic
* fix nested combined tag searches
* simplify query logic
* Add special keyword support to parser
* Add special keyword support to query builder
* Handle invalid queries in query builder
* Notify user about invalid queries
* Add helper to strip tags from search query
* Make tag cloud show all tags from search query
* Use new method for extracting tags
* Add query for getting tags from search query
* Get selected tags through specific context
* Properly remove selected tags from complex queries
* cleanup
* Clarify bundle search terms
* Add documentation draft
* Improve adding tags to search query
* Add option to switch back to the old search