Commit Graph

923 Commits

Author SHA1 Message Date
9d52e3cf27 add ostatus subscribe to webfinger links 2021-11-27 18:32:50 +11:00
1a37903583 remove unnecessary function call arg 2021-11-26 17:39:35 +11:00
a5efc798f8 clean up old vars 2021-11-26 17:30:27 +11:00
5b67226571 forceReload prevents ajax submission
...instead of weird hacky workarounds forcing refreshes later.
2021-11-25 19:12:03 +11:00
db5e7a886a Handle count of notifications banner 2021-11-24 19:00:30 +01:00
2ad37a22dd Move stream filter to helpers 2021-11-24 13:37:09 +01:00
40e4591a24 Apply review suggestions 2021-11-24 11:59:45 +01:00
63e284dc41 Forgive me pylint 2021-11-22 18:59:46 +01:00
47cfc2f157 Hardcode form 2021-11-22 18:52:57 +01:00
d8e83ffe82 moar code linting 2021-11-22 13:01:58 +11:00
a9d921cc06 code cleanup 2021-11-22 12:52:59 +11:00
0b46db49a3 Fix pylint 2021-11-22 00:46:24 +01:00
a0093a8a2e Add status type filters 2021-11-22 00:25:47 +01:00
6be9ac4f70 Abstract JS for multivalue form fields 2021-11-21 17:32:48 -05:00
a218fa21ea Merge branch 'main' into isni-poc 2021-11-22 08:53:58 +11:00
fd2ade2313 refactor isni author enrichment
- use activitypub.Author instead of custom dict
- prefer to display "Author of [title]" from ISNI data instead of short description
- merge isni and db authors for edit_book display
- fix edit_book template to use changed data
- rename some functions in utils/isni.py
2021-11-22 08:49:22 +11:00
1e6e4b0f8d use activitypub dataclass for isni authors
- add timeout to isni API call
- use activitypub.Author dataclass instead of bespoke dict
- display isni authors as "Author of" first title in ISNI record if possible
- sensible fallbacks if title info unavailable in isni record
2021-11-21 19:55:55 +11:00
a3270551f9 code cleanup 2021-11-20 19:19:51 +11:00
4b6f5c9f51 remove out of date comment 2021-11-20 19:03:57 +11:00
b273123708 code style 2021-11-20 16:06:16 +11:00
12810d8e34 don't try to update non-existent readthroughs 2021-11-20 16:03:46 +11:00
af9768a2e3 force page reload when adding status from move button 2021-11-20 14:59:59 +11:00
41862e854c move from reading to editable shelf with logic that actually works 2021-11-20 13:57:37 +11:00
a082121930 fix shelves not being unshelved if any shelf is read-status 2021-11-20 08:55:43 +11:00
9ffe4d340e trigger reading status modals from move button
- unhide reading status shelves
- trigger modals when moving to a read status shelf
- force page refresh when using move button
2021-11-20 08:06:13 +11:00
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