93cab480d6
Code format
2024-01-06 09:50:14 +01:00
c2622a510c
Change else statement to None vs ""
2024-01-04 11:40:40 +01:00
ebcc81dd73
Revert changes to default book
...
These changes were introduced by mistake in my previous commit.
2024-01-04 11:33:26 +01:00
30c9ec9611
Prevent lint error
...
See @hughrun 's explanation https://github.com/bookwyrm-social/bookwyrm/pull/3189#issuecomment-1876145423
2024-01-04 11:28:17 +01:00
51cb70d344
Change readhtrough order
2024-01-04 11:27:17 +01:00
9acb5f66fe
Convert DateTime to date
2024-01-04 11:26:44 +01:00
ae5950f187
Add readthrough fields to text_export.py
2024-01-04 11:10:38 +01:00
766a2163dd
Code formatting
2024-01-03 20:41:31 +01:00
db8c686dd3
Include book Readtrhough in the csv export
2024-01-03 15:43:15 +01:00
597378bb78
Merge pull request #3183 from bookwyrm-social/erase_user_command
...
Adds management command to clear all deleted user data
2024-01-02 20:13:03 -08:00
9c3e6384f8
Merge pull request #3118 from rosschapman/let-a-user-search-within-their-books
...
Let a user search books within their shelves
2024-01-02 18:37:33 -08:00
01db77a745
Adds success message
2024-01-02 18:29:55 -08:00
381490e31d
Adds management command to clear all deleted user data
2024-01-02 10:50:46 -08:00
2a85378456
Removes part of migration causing upgrade issues
2024-01-02 09:57:41 -08:00
913a19c8f0
Formats migration file
2024-01-01 19:33:49 -08:00
f72ada4780
Updates javascript cache buster just in case
2024-01-01 19:29:43 -08:00
86d79f537a
Adds merge migration
2024-01-01 19:29:24 -08:00
fb16806afe
Merge pull request #3177 from dato/naturalday_partial_fixes
...
Adjustments to naturalday_partial
2024-01-01 19:16:16 -08:00
ffeca9f908
Merge pull request #3150 from dato/get_representative_atomic
...
Make get_representative() atomic
2024-01-01 19:14:19 -08:00
ca79cb1ca7
Merge pull request #3054 from bookwyrm-social/user-migration
...
User migration via export file
2024-01-01 19:04:43 -08:00
4711b3bc19
naturalday_partial: simplify/refactor
2024-01-01 18:36:31 +01:00
0d908b594c
naturalday_partial: do not naturalize dates with missing parts
2024-01-01 18:36:31 +01:00
0e3936cb61
naturalday_partial: do naturalize date and datetime objects
2024-01-01 18:36:30 +01:00
47cdc14bc0
Update bookwyrm/migrations/0189_alter_user_preferred_language.py
...
Co-authored-by: Demid <grrrr@protonmail.com>
2023-12-17 06:54:39 -08:00
430e4eb90d
Update bookwyrm/settings.py
...
Co-authored-by: Demid <grrrr@protonmail.com>
2023-12-17 06:52:49 -08:00
b728bb4323
Uses block trans
2023-12-16 12:05:35 -08:00
a4172214d1
Updates size of filters panel label
2023-12-15 13:17:23 -08:00
fb36958444
Removes unused variable
2023-12-14 13:47:51 -08:00
44d21d1ba4
Updates view logic
2023-12-14 13:04:45 -08:00
bd3acdbf31
Puts string in template
2023-12-14 12:33:27 -08:00
4a4046a704
Shows message if empty and renames "search" to "filter"
2023-12-14 11:30:01 -08:00
7cca199a11
Merge branch 'main' into let-a-user-search-within-their-books
2023-12-14 10:25:05 -08:00
7fcadb1d4d
fix upsert_statuses
...
- remote_id is now updated on import of statuses
- statuses cannot be imported unless source has target listed in alsoKnownAs or movedTo
- add alert boxes to import and export screens advising of the above
- update tests accordingly
2023-12-13 20:55:38 +11:00
5c0e159d43
Adds Ukranian locale and updates locales
2023-12-12 15:42:40 -08:00
8bb5a664c5
Fixes incorrect translation and display of moved user page
2023-12-11 20:12:14 -08:00
e032e5491d
Merge pull request #3144 from villasv/patch-1
...
Update page formatter on ordered collection
2023-12-11 19:54:24 -08:00
4bfa1ca5b8
Merge pull request #3124 from hughrun/softblock
...
Allow removing followers and fix follow rejections
2023-12-11 19:49:45 -08:00
13374917f3
Make get_representative() atomic
2023-12-11 20:48:32 -03:00
799f842115
Merge pull request #3146 from dato/setup_test_data
...
Faster tests with setUpTestData
2023-12-11 15:45:40 -08:00
aa67f598dd
Explicitly set doctype to html5 when invoking tidy_document()
...
Many tests break without this on newer versions of html-tidy.
2023-12-11 19:40:48 -03:00
9d502f5ee2
Use setUpTestData() to speed up tests
...
Pylint's `bad-classmethod-argument` is disabled for each definition
to avoid rewriting the method bodies just to rename `self` → `cls`.
This can be done gradually, as the setUpTestData methods are modified
along the way.
2023-12-11 19:40:30 -03:00
198c0037c6
Merge pull request #3121 from hughrun/413
...
Display custom page on 413 errors
2023-12-09 08:31:25 -08:00
e5d292919c
Merge pull request #3143 from dato/test_ordered_collection_use_bulk_create
...
Use bulk_create to test ordered collections
2023-12-09 08:30:23 -08:00
029b438355
Clarify import/export of book vs user
...
I think this wording is a little clearer
2023-12-09 08:18:31 -08:00
dd72013225
Small fixes for notifications
...
Adds a link in the text of the notification, and fixes references to
notification type in the model
2023-12-09 08:09:22 -08:00
aac8aa1adf
Fixes formatting
2023-12-06 11:36:15 -08:00
0f6e567b21
Clean up
2023-12-05 19:49:38 -08:00
c65e165aeb
Hides filter if shelf empty
2023-12-05 19:37:29 -08:00
979162da10
Uses filters, fixes for any shelf
2023-12-05 19:33:59 -08:00
b27ed847d5
Fixes result set passed to template
2023-12-05 16:36:58 -08:00