Commit Graph

898 Commits

Author SHA1 Message Date
3787a31c67 Updates image helpers on site 2021-11-18 14:39:22 -08:00
41dd915d7f Email templates 2021-11-17 20:22:00 -08:00
e3fec5885a Fixes logic on nodeinfo page 2021-11-16 16:20:29 -08:00
bcfe13bb4e Sort followers/following lists by if you follow the user 2021-11-15 11:28:43 -08:00
83e468a4f8 Fixes "indeterminate" state of progress indicator on screen reader 2021-11-15 09:34:36 -08:00
14e2960d06 Update legacy jobs 2021-11-14 10:58:46 -08:00
8cede05d32 Retry hanging items 2021-11-14 10:20:14 -08:00
f92863ad3e Notify when import completes 2021-11-14 09:56:23 -08:00
e77eea9c81 Adds tests for import manual review 2021-11-13 10:52:11 -08:00
40fff02eec Approve or delete import guesses 2021-11-12 17:10:47 -08:00
221cde9be4 Adds manual review view 2021-11-12 16:24:45 -08:00
9bff27e61f Separate import classes into files 2021-11-12 15:50:33 -08:00
be26e8363a Create import directory 2021-11-12 15:43:15 -08:00
5558ed810e Show manual review flag 2021-11-12 15:40:07 -08:00
a65f07e0bf Adds retry page 2021-11-12 14:36:28 -08:00
1e8269b6c9 Refactors import status view 2021-11-12 13:10:52 -08:00
c3ba7ba547 pylint Y U like this? 2021-11-01 20:04:25 +11:00
6556090524 Update existing authors when isni data available
When an existing author is selected as a new author when editing a book,
if they have an ISNI ID recorded we check the record and augment the local
database record from the ISNI data.

Also dedupes author aliases for this feature and when adding a completely
new author.
2021-11-01 19:50:49 +11:00
c845b7a5d0 code cleanup 2021-11-01 16:00:34 +11:00
775470a852 normalise isnis
Some isnis are imported with spaces and some not.
This normalises them for comparison and creating URLs
2021-11-01 15:48:52 +11:00
55ac80cc16 ugh pylint 2021-11-01 12:01:57 +11:00
1533b55a32 lint code 2021-11-01 11:58:08 +11:00
552980e208 select correct isni record when adding authors
The original implementation of this was so, so broken.
Now it's not.
2021-11-01 11:34:32 +11:00
37148c5127 display isni bio with existing author name
If an existing author has an isni on record and it matches an author from the isni api call,
display the isni short description to aid with identifying the appropriate author.
2021-11-01 10:26:17 +11:00
3cfd31f1fe hide isni authors if isni in local db
Check the authors suggested from the local DB for a matching ISNI when pulling authors from ISNI.
i.e. we do not want to suggest the same author twice when we *know* it is the same author.
2021-10-31 20:48:47 +11:00
bce5f3f3b5 populate new authors with isni data
If a user selects an author pulled from the ISNI service when editing a book, use any relevant data from ISNI to populate the new author record.

This includes
- bio
- aliases
- isni
- wikipedia url
- viaf
2021-10-31 17:58:15 +11:00
87ed6f8380 code formatting 2021-10-29 21:14:32 +11:00
f2e4865adf check isni sources when editing book authors 2021-10-29 16:13:05 +11:00
6ba605cbd0 Merge pull request #1577 from hughrun/sort-recent
sort shelves by latest shelved date
2021-10-26 14:31:57 -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
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
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
89a385da0a Paginate books on author page 2021-10-20 17:40:23 -07:00
d86ffc47a7 Fixes incorrect method comment 2021-10-20 13:16:38 -07:00
6a2f962f8d Split shelf view into multiple files 2021-10-20 13:15:43 -07:00
baba2e2057 Move shelf views into directory 2021-10-20 13:09:28 -07:00
a27a55b40a Merge pull request #1490 from hughrun/bookwyrm-groups
Bookwyrm groups
2021-10-17 07:54:59 -07:00
6e5c0cc4c3 Merge branch 'main' into bookwyrm-groups
There are database migrations in main ahead of this branch so they need to be merged in to the branch before we can merge back into main.
2021-10-17 06:22:04 +11:00
290039ac66 Moves landing views into directory 2021-10-16 11:45:55 -07:00
86824ff1cb Fixes path to invite page in admin view 2021-10-16 11:32:51 -07:00
8cb91acb93 Move logged out templates into a directory 2021-10-16 10:00:31 -07:00
0cd8ece474 code formatting 2021-10-16 17:45:39 +11:00
2a31bf2f0c delete groups
Whoops, forgot to add this functionality earlier.

- allow owner to delete a group
- change all group lists to closed curation with group=False when group deleted
2021-10-16 17:35:36 +11:00
91534aff82 group view fixes
- fix form details not appearing in group member search view
- fix query term appearing in main search box when searching for new members
- direct request user back to the group rather than the user when adding a user to a group
2021-10-16 16:39:50 +11:00