Commit Graph

4949 Commits

Author SHA1 Message Date
c06817e9ff Python formatting 2022-02-09 12:23:01 -05:00
6323b0e700 Use correct model type for federated links 2022-02-09 12:20:11 -05:00
73b611d68d Tick version number 2022-02-04 20:12:26 -08:00
a73960a0da Python formatting 2022-02-04 19:44:03 -08:00
49ceb2a978 Fixes warning in author view tests 2022-02-04 19:41:21 -08:00
a9a6fd1242 Adds test for author page bug 2022-02-04 19:34:37 -08:00
28a8edfdc4 Fixes author page query 2022-02-04 19:06:47 -08:00
bc7aa91b97 Fixes pylint complaints 2022-02-04 18:50:57 -08:00
7811a9920e Copy config from prod branch to main 2022-02-04 18:36:12 -08:00
70bd6b9a65 Merge pull request #1917 from bookwyrm-social/list-page-error
Fixes errors in how lists with notes display
2022-02-04 15:44:49 -08:00
18768a23f3 Fixes test 2022-02-04 15:30:58 -08:00
0c3b6e6938 Merge pull request #1900 from willhoh/main
Added check for bocked or pending domains. Fixes #1850
2022-02-04 12:11:41 -08:00
547d246375 Fixes 500 error 2022-02-04 12:09:20 -08:00
0683ce1c33 Proper markdown formatting 2022-02-04 12:07:26 -08:00
fefb7e582a Fixes list note display 2022-02-04 12:02:10 -08:00
719df5621c Unit test to catch error on list page 2022-02-04 11:58:03 -08:00
82aacf8f2a Update forms.py 2022-02-04 11:47:18 -08:00
e80a4c16f0 Merge pull request #1915 from bookwyrm-social/url-validation
Adds some simple url validation
2022-02-04 08:45:43 -08:00
495af09c4c Merge branch 'bookwyrm-social:main' into main 2022-02-04 14:11:50 +01:00
7c0d51ed14 Fixes duplicted shelves on user view 2022-02-03 18:59:08 -08:00
3e635f497e Adds some simple url validation 2022-02-03 15:11:01 -08:00
58fb9ba0d4 Merge branch 'bookwyrm-social:main' into main 2022-02-03 23:55:17 +01:00
ebc3f14f22 Merge pull request #1914 from bookwyrm-social/static-close-buttons
Show cancel buttons on modals in static mode
2022-02-03 14:08:36 -08:00
9013b1417a Show cancel buttons on modals in static mode 2022-02-03 13:59:53 -08:00
3b12af63b6 Fixes links on import page 2022-02-03 13:49:33 -08:00
582b84ecaa Merge pull request #1911 from bookwyrm-social/more-tests
Activitystreams tests
2022-02-03 13:33:15 -08:00
85aad7c219 Another sorting order error 2022-02-03 13:25:44 -08:00
cae7191a2b Python formatting 2022-02-03 13:19:56 -08:00
2c7a6e8518 Correct status order 2022-02-03 13:17:16 -08:00
1f6ecc39ac Adds allowlist for html attrs 2022-02-03 13:15:06 -08:00
7b5bee8d7b Merge branch 'main' into more-tests 2022-02-03 12:48:11 -08:00
5a3ce5e328 Fixes rating in about page superlatives 2022-02-03 11:48:56 -08:00
a370602903 Merge pull request #1860 from cincodenada/image-generation-add-cjk
Use Source Han Sans for preview images generation (bis)
2022-02-03 11:11:38 -08:00
c58a3ac114 Merge branch 'main' into main 2022-02-03 10:40:27 -08:00
a46ab96d9b Fixes add/edit notes form on list page 2022-02-03 10:30:30 -08:00
2c16b8f33b Fix shelf names on books page 2022-02-03 08:44:51 -08:00
1b313c2b62 added check of existing url for book
sould also fix #1899
2022-02-02 22:34:30 +01:00
e18f6fbfaf Adds migration for locale name update 2022-02-02 12:44:11 -08:00
f8bd0800f1 Merge pull request #1904 from bookwyrm-social/book-page-add-list
Fixes adding book to list from book page
2022-02-02 12:40:44 -08:00
36a52019fb Fixes adding book to list from book page 2022-02-02 12:29:01 -08:00
e9370fe4c9 Fixes name of Swedish locale 2022-02-02 11:43:54 -08:00
4503dd6864 Merge branch 'main' of github.com:willhoh/bookwyrm 2022-02-02 19:51:23 +01:00
e37982d285 added domain pending or blocked check
fixes #1850
2022-02-02 19:35:26 +01:00
6fd3ac0cb1 Changes how test image data is loaded 2022-02-02 09:36:47 -08:00
194c69f512 Fixes return values of null responses 2022-02-02 07:09:35 -08:00
060f515aea Be even more conservative on errors
This runs at startup of anything, so we should be extra sure to not
break anything, and lots of things can go wrong downloading files from
the internet
2022-02-01 21:59:07 -08:00
d6abd9b32d Ensure directory exists, don't crash if we fail to write
We should be creating the directory because the static tree from the
repo isn't actually copied into the container, so we can't rely on it
existing.

And if we can't write it, we should catch that error instead of crashing
the whole thing, oops!
2022-02-01 21:45:13 -08:00
754e24812b Check image extensions before saving 2022-02-01 21:18:25 -08:00
9611815b44 Extract wikipedia and inventaire ids 2022-01-30 12:02:18 -08:00
44dad43f36 Load new fields via connector 2022-01-30 11:41:33 -08:00