Commit Graph

1973 Commits

Author SHA1 Message Date
92e9ff6cff update links in README and {bookwyrm,celerywyrm}/settings.py files
the link to celery's homepage has been dead for at least several months
activitypub.rocks now supports tls (yay!)
the links to django's docs were for older versions of django than what bookwyrm uses
2021-04-12 11:56:26 -04:00
6d76782ee1 Mocks list item remove test 2021-04-11 09:00:44 -07:00
98ff66cd16 Don't broadcast curation rejects 2021-04-10 18:15:13 -07:00
675b34f5ad Merge branch 'main' into collection-item-refacotr 2021-04-10 16:02:54 -07:00
ec2b4e533e Merge branch 'main' into frontend 2021-04-10 19:57:23 +02:00
e016006ade [css] Rename all classes consistently: :shamed:
This commit addresses https://github.com/mouse-reeve/bookwyrm/pull/883#pullrequestreview-632930445.
2021-04-10 19:51:18 +02:00
1352d43cdc Merge pull request #915 from tofuwabohu/adds-ssl-param
Adds SSL parameter
2021-04-10 09:22:04 -07:00
37e48988b1 Don’t use linebreak in DTL block comments. (might break the linter on the length of line) 2021-04-10 00:07:01 +02:00
4c4801e2da Add structured data to Book (#84). 2021-04-09 23:57:49 +02:00
a52729daae adds SSL params 2021-04-09 13:28:58 +02:00
4bfae00e3c Merge branch 'main' into frontend 2021-04-09 07:51:32 +02:00
14b0b978a3 Updates shelf models tests 2021-04-08 20:58:15 -07:00
c149003d89 Fixes fields on unknown boost test 2021-04-08 20:34:22 -07:00
af6cab2e3f Don't reutnr an error when discarding activity objects 2021-04-08 20:03:29 -07:00
5cbf7bbc71 Ensure EMAIL_USE_TLS is read as a bool 2021-04-09 04:53:18 +02:00
e339581ade Merge pull request #913 from mouse-reeve/edit-book-date-error
Fixes edit book form throwing error on empty dates
2021-04-08 16:54:27 -07:00
27664e323a Fixes edit book form throwing error on empty dates 2021-04-08 16:08:35 -07:00
37aacee9c6 Fixes actors in inbox add/remove tests 2021-04-08 15:50:21 -07:00
32bf510755 Updates inbox remove tests 2021-04-08 15:46:06 -07:00
6310532ddf Updates inbox add tests 2021-04-08 15:43:19 -07:00
ddd05a68cf Resolve and assign target collection for collection items 2021-04-08 15:40:02 -07:00
a7375c4c13 Adds remove list item test and updates add/create tests 2021-04-08 15:24:23 -07:00
24685187e8 Updates collection item add/remove handlers 2021-04-08 15:22:06 -07:00
43f0d4e603 Adds activity tests to shelf views tests 2021-04-08 15:21:22 -07:00
ee6f37d7d2 python formatting 2021-04-08 15:11:16 -07:00
b1491c2ac6 Adds privacy and recipient details to list items 2021-04-08 15:09:56 -07:00
1f930ba821 Updates list view tests 2021-04-08 14:51:52 -07:00
e550f8cde6 Fixes list item fields and broadcast updates 2021-04-08 14:47:38 -07:00
af58455ae9 Updates mock paradigm in lists tests 2021-04-08 14:20:16 -07:00
31077a9790 Update ordered collection classes to use CollectionItem 2021-04-08 14:17:29 -07:00
98161b9041 Use CollectionItem objects 2021-04-08 14:16:34 -07:00
6617cede37 Loudly throw errors in inbox task 2021-04-08 14:15:58 -07:00
45926eed34 Adds necessary user to inbox tests 2021-04-08 13:33:24 -07:00
94764160cc Whitespace fixes 2021-04-08 12:15:47 -07:00
9894b777b6 Separates inbox tests into multiple files 2021-04-08 12:12:18 -07:00
0de1b8d0c3 Case insensitive remote user search 2021-04-08 09:59:21 -07:00
779377bd0c Makes localname case insensitive 2021-04-08 09:00:32 -07:00
b92ff9752d [assets] Remove UI and behaviours for interactions:
This commit addresses https://github.com/mouse-reeve/bookwyrm/pull/883#discussion_r609739553.
2021-04-08 17:37:29 +02:00
2f90b4ce66 [assets] Fix broken actions for focus and checkbox:
This commit should address the following two comments:

- https://github.com/mouse-reeve/bookwyrm/pull/883#discussion_r609172258
- https://github.com/mouse-reeve/bookwyrm/pull/883#discussion_r609174513
2021-04-08 11:37:14 +02:00
83bd417878 [assets] Update interactions code:
This commit should address https://github.com/mouse-reeve/bookwyrm/pull/883#discussion_r609381969.

- Disable the button being used to submit the form.
- Rename variables based on @mouse-reeve’s explanations. Thanks! 
2021-04-08 11:08:13 +02:00
ad3e91db7d Merge branch 'main' into frontend 2021-04-08 09:53:01 +02:00
89af144105 Avoid showing "None" for title and subtitle fields 2021-04-07 18:38:26 -07:00
9658123dd7 Merge pull request #893 from void-witch/fix-date
fix the book edit confirmation template dropping initial data for dates
2021-04-07 18:36:15 -07:00
5d45b01f05 Merge pull request #906 from mouse-reeve/isbn-search-resiliency
Handle arbitrary errors in isbn search
2021-04-07 11:18:51 -07:00
2c5f62e6cd Merge pull request #905 from mouse-reeve/shelve-action-serialization
Safer serialization of shelve and un-shelve activities
2021-04-07 11:18:39 -07:00
ac86c194d4 move from strptime to dateutil for parsing date inputs 2021-04-07 14:11:13 -04:00
897082d491 Merge pull request #903 from mouse-reeve/following-field
Adds following field to actor serialization
2021-04-07 11:09:11 -07:00
5427790c4e Safer serialization of shelve and unshelve activities 2021-04-07 11:02:56 -07:00
954958b6f9 Handle arbitrary errors in isbn search 2021-04-07 10:54:00 -07:00
e61a104bcf Merge pull request #904 from mouse-reeve/missing-migration
Adds missing migration for #898
2021-04-07 10:49:38 -07:00