797d5cb508
Update BookwyrmExportJob tests
2024-03-27 20:39:57 +01:00
699d637bae
Fix detection of unlisted
posts ( #3258 )
...
Merged from dato/fix_unlisted_set_from_activity.
2024-03-27 16:29:09 -03:00
9afd0ebb54
Update migrations
2024-03-27 20:15:06 +01:00
9685ae5a0a
Consolidate BookwyrmExportJob into two tasks
...
Creating the export JSON and export TAR are now the only two tasks.
2024-03-27 20:13:49 +01:00
ed2e9e5ea8
Merge migration
2024-03-26 13:41:39 +01:00
ef57c0bc8b
Check last user export too in post handler
2024-03-26 13:41:39 +01:00
145c67dd21
Merge BookwyrmExportJob export_data field back into one with dynamic storage backend
2024-03-26 13:41:39 +01:00
6a67943408
Merge branch 'main' into user-export
2024-03-26 13:15:40 +01:00
011e4a27a6
Updates locales and adds missing trimmed on blocktrans
2024-03-25 16:13:00 -07:00
7192449b21
Merge pull request #3325 from Minnozz/author-search-vector
...
Rework author search
2024-03-25 14:41:25 -07:00
d9bf848cfa
Fix pylint warnings
2024-03-25 18:25:43 +01:00
bd95bcd50b
Add test for special character in cover filename
2024-03-25 18:14:45 +01:00
f721289b1d
Simplify logic for rendering user exports
2024-03-25 18:14:45 +01:00
a51402241b
Refactor creation of user export archive
2024-03-25 18:14:45 +01:00
e0decbfd1d
Fix urlescaped relative path to cover image in export
...
Fixes #3292
2024-03-25 17:59:39 +01:00
aee8dc16af
Fix pylint warning
2024-03-24 13:27:01 +01:00
5bd66cb3f7
Only generate signed S3 link to user export when user clicks download
2024-03-24 13:08:33 +01:00
ab7b0893e0
User exports: handle files that no longer exist on file storage
2024-03-24 12:47:26 +01:00
471233c1dc
Use different export job fields for the different storage backends
...
This way, the database definition is not depdendent on the runtime configuration.
2024-03-24 12:46:42 +01:00
a770689245
Merge branch 'main' into user-export
2024-03-24 12:07:14 +01:00
69f464418d
Remove problematic migration
...
This migration is dependent on the runtime configuration (.env); a structural fix will follow.
2024-03-24 12:06:44 +01:00
03587dfdc7
migrations
2024-03-24 20:56:20 +11:00
dd27684d4b
set signed s3 url expiry with env value
...
Adds S3_SIGNED_URL_EXPIRY val to .env and settings (defaults to 15 mins)
Note that this is reset every time the user loads the exports page
and is independent of the _creation_ of export files.
2024-03-24 20:53:49 +11:00
592914dc91
Render series number with comma and outside of link on book page
2024-03-23 19:51:20 +01:00
2915133223
Merge branch 'main' into book-series-3256
2024-03-23 19:37:07 +01:00
2d2ccd51df
Factor out book series info into separate template
2024-03-23 19:35:24 +01:00
4a690e675a
BookDataModel: add dry_run argument to merge_into
2024-03-23 19:28:57 +01:00
fb82c7a579
Add test for merging authors
2024-03-23 19:28:57 +01:00
6f191acb27
BookDataModel: fix absorbing data from array and partial date fields
2024-03-23 19:28:57 +01:00
7fb079cb43
PartialDate: fix __eq__ method
2024-03-23 19:28:57 +01:00
7066e2815b
BookDataModel.merge_into: return and log absorbed fields
2024-03-23 19:28:57 +01:00
e04cd79ff8
Redirect to new URL when a merged object is requested
2024-03-23 19:28:57 +01:00
5e123972e8
BookDataModel: implement merge_into method
2024-03-23 19:28:57 +01:00
b3753ab6da
Add MergedBookDataModel
2024-03-23 19:28:57 +01:00
b8995bd4b1
Add tests for author search
2024-03-23 19:26:51 +01:00
769d9726e5
Add book search test cases for author aliases
2024-03-23 19:26:51 +01:00
36222afa79
Switch author search from TrigramSimilarity to SearchQuery
2024-03-23 19:26:51 +01:00
0795b4d171
Include Author aliases in Book search vector
2024-03-23 19:26:51 +01:00
2de35f3fc7
Calculate Author search vector with name and aliases
2024-03-23 19:26:51 +01:00
bac52eef3e
Merge pull request #3275 from ccamara/wikidata
...
Add wikidata field for authors
2024-03-23 08:12:09 -07:00
5b71e94888
Merge branch 'main' into user-export
2024-03-23 07:55:46 -07:00
a914a44fba
Removes unnecessary redeclaration of wikidata model field in Author
2024-03-23 07:54:54 -07:00
8e088a6d53
Merge branch 'main' into switch_edition_invalidate_active_shelves
2024-03-23 07:53:24 -07:00
21f75da75e
Merge pull request #3328 from Minnozz/escape-query-in-link
...
Escape search query in generated URLs
2024-03-23 07:46:04 -07:00
20db968315
Merge pull request #3322 from Minnozz/fix-font-download
...
Fix font download
2024-03-23 07:36:43 -07:00
c3d25c59c5
Escape search query in generated URLs
...
Otherwise, a query containing '&' or other special characters results in a broken URL.
2024-03-21 16:48:34 +01:00
4ca52c0b38
Merge branch 'main' into trigger_migrations
2024-03-20 11:47:54 +01:00
6a87713f9f
Recalculate all book search vectors after fixing the author trigger
2024-03-20 11:45:12 +01:00
f423834bd0
Catch the correct exception type from Pillow
2024-03-19 12:42:52 +01:00
7690247ab4
Font download: log the exact error
2024-03-18 20:34:47 +01:00