1
0
Fork 0
Commit graph

3951 commits

Author SHA1 Message Date
81450ac2d5
Merge pull request #1597 from bookwyrm-social/import-fixes
Don't broadcast imported reviews outside bookwyrm
2021-11-10 12:32:51 -08:00
0736c7e160 Uses general names for fields in parsed csvs 2021-11-10 11:10:09 -08:00
717da918cf Use social media preview images 2021-11-10 10:59:21 -08:00
d61595abb9 Clearer syntax 2021-11-10 10:50:05 -08:00
cf477a03ae Corrects broadcast flow for objects 2021-11-10 10:39:51 -08:00
7e784fa705 Removes used import 2021-11-10 10:35:37 -08:00
9815e9e100 Python formatting 2021-11-10 10:30:18 -08:00
4f5d23e785 Replace image_serialzier helper with built-in serializers 2021-11-10 10:28:43 -08:00
d204e8dbb8
Merge pull request #1247 from joachimesque/image-absolute-url-getter
Add get_absolute_url to ImageField
2021-11-10 10:27:29 -08:00
97a71f5e39 Cleans up software check syntax 2021-11-10 09:55:56 -08:00
1b9d08414f Adds storygraph tests 2021-11-10 09:55:52 -08:00
aeef472ee1 Fixes flow in checking software for broadcast 2021-11-10 09:33:00 -08:00
20c6a3ea1c Creates generic importer test file
And removes some tests that duplicate the generic tests
2021-11-10 09:32:53 -08:00
eb62474b97
fix broken book links in Discover 2021-11-10 22:04:19 +11:00
3f6b0608b2
Show user and book names for reading actions in Discover
fixes #1596

This uses the same technique as #1572 to ensure read statuses from GeneratedNotes are translated.
2021-11-10 21:37:16 +11:00
e19c4620ce Don't broadcast imported reviews outside bookwyrm 2021-11-08 12:00:08 -08:00
dfe92a27c0
use shelf name if not default shelf
(instead of shelf.identifier)
2021-11-06 11:10:58 +11:00
d8098357e6
match page title to active shelf
resolves #1586
2021-11-06 10:53:41 +11:00
d3e4c7e8d9 Removes change to boolean logic 2021-10-27 10:40:37 -07:00
07446fa7d2 Adds more tests for the inventaire connector 2021-10-27 10:03:09 -07:00
Joachim
56fd147c88 Update test_status_model.py 2021-10-27 19:00:09 +02:00
Joachim
b956b79bd0 Add full URL generation to image_serializer 2021-10-27 18:56:37 +02:00
Joachim
35bd4a4071 Apply review suggestion 2021-10-27 18:13:47 +02:00
6ba605cbd0
Merge pull request #1577 from hughrun/sort-recent
sort shelves by latest shelved date
2021-10-26 14:31:57 -07:00
0e023fd9c9
Merge pull request #1572 from hughrun/trans-updates
translate all read statuses
2021-10-26 14:28:49 -07:00
f4573996e6 black wants double quotes 2021-10-26 21:01:45 +11:00
097da148be sort shelves by latest shelved date
Display the latest 2 books to be shelved in each shelf, when in the homepage feed view.
fixes #1576
2021-10-26 20:17:53 +11:00
24bf3f408c Fixes duplicate books in author page when there are mulitple authors 2021-10-25 11:06:54 -07:00
c5d530c0c4 translate all read statuses
This fixes #1566 - "Already translated strings sometimes show up untranslated in UI"

- add generatednote status header template
- include the relevant template (to-read/reading/read) based on the status.content
- remove GeneratedNote block from note status header template

This is probably not the most correct way of resolving the problem, but it's simple and it works.
2021-10-25 15:30:48 +11:00
9a07c11b19 Fixes group quotes and button whitespace 2021-10-24 06:43:31 -07:00
d80a28e128 Consistent quotes around group names in notifications 2021-10-23 08:00:45 -07:00
1e6390a405 Fixes whitespace in translation strings 2021-10-23 06:59:06 -07:00
ac749d94b2
Merge pull request #1562 from bookwyrm-social/suggested-users-tests
Adds a few more tests to the suggested users module
2021-10-22 10:39:11 -07:00
f39ff96a64 Adds a few more tests to the suggested users module 2021-10-22 10:25:33 -07:00
bdb6e4c911 fix template indenting
whoops
2021-10-22 21:15:48 +11:00
1d791d950f add migration for updated notification types 2021-10-22 20:30:25 +11:00
bcbff4f002 Merge branch 'main' into group-privacy 2021-10-22 20:28:31 +11:00
6bc86f189f notify group members of group changes
Send a notification to all group members when group name, description, or privacy are changed.
2021-10-22 20:23:45 +11:00
c9deda8fdd remove superfluous field 2021-10-22 20:21:55 +11:00
80edc1e95e remove trailing spaces 2021-10-22 20:16:48 +11:00
bd20c9ce2c remove followers group visibility test
Also updates description of group.followers_filter() override
2021-10-22 18:42:18 +11:00
19c7e43f50 remove followers privacy option from group form 2021-10-22 18:40:55 +11:00
278a9de673 Removes duplicate assertions in author view test 2021-10-20 18:29:00 -07:00
72dc21e82a Adds tests and fixes unset ordering warnings 2021-10-20 18:27:19 -07:00
d706b26ac9 Python formatting 2021-10-20 18:11:31 -07:00
14682ed8c6 Prefect related data in author view 2021-10-20 18:04:29 -07:00
de93beca84 Adds shelve buttons to books on author page 2021-10-20 17:51:42 -07:00
3eb3225d2c Adds pagination to the template 2021-10-20 17:42:19 -07:00
89a385da0a Paginate books on author page 2021-10-20 17:40:23 -07:00
9d4e0851a0
Merge branch 'main' into image-absolute-url-getter 2021-10-20 15:12:06 -07:00