1
0
Fork 0
Commit graph

799 commits

Author SHA1 Message Date
086ec10849
Merge pull request #2229 from bookwyrm-social/password-validation
Password validation
2022-07-15 11:53:27 -07:00
b1f5171502 Updates reset password tests 2022-07-15 11:39:29 -07:00
1bb0a9d998 Updates tests 2022-07-15 11:18:47 -07:00
659ee96002 Use password validation in change password flow
This also moves the form validation into a form instead of doing it in
the view.
2022-07-15 10:51:58 -07:00
4a65ee326a Use password validation in register view 2022-07-15 09:59:57 -07:00
d74d59a57b Disable pylint complaint 2022-07-15 09:33:13 -07:00
7fdfd0c9c7 Check permissions when creating a status 2022-07-15 09:26:52 -07:00
317a239d40 Update shelf test now that it has multiple users 2022-07-14 12:10:29 -07:00
3f47cca5e6 Python formatting 2022-07-14 11:56:18 -07:00
73c4a01a6e Test for PermissionDenied error, not isNone 2022-07-14 11:45:59 -07:00
05716c3578 Adds unit test for creating shelves for another user 2022-07-14 11:38:53 -07:00
f1ae64543f
Merge pull request #2216 from bookwyrm-social/export-post
Use HTTP post for CSV export
2022-07-11 08:14:47 -07:00
9104d1f8db Fixes reference to renamed view 2022-07-11 08:05:32 -07:00
42e29e40b3 Use HTTP post for csv export
Also fixes a missing translation string
2022-07-11 07:51:51 -07:00
a0e01af2ca Updates tests 2022-07-10 20:22:54 -07:00
948f2964ac Updates admin tests to use perms instead of superuser
Superuser overrides all perms, so this was hiding simple typo-related
bugs in the permissions system
2022-07-07 14:01:05 -07:00
0b7c8e8dc0
Merge pull request #2082 from bookwyrm-social/notifications
Notifications refactor
2022-07-07 09:34:19 -07:00
6a5323c6e7 More tests for more notification types 2022-07-06 19:15:35 -07:00
d3023f350d Adds tests to site admin view 2022-07-06 15:04:27 -07:00
5a6ef7ccd8 Merge branch 'main' into notifications 2022-07-06 14:41:15 -07:00
dda6126329 Fixes typo in group notification 2022-07-06 14:33:45 -07:00
2cda9d5567 Test leaving a group (as opposed to being removed)
This test will catch my typo in generating the notifications
2022-07-06 14:31:38 -07:00
b2a8a04092 Removes unnecessary imports 2022-07-06 11:24:04 -07:00
9c21d1c06f Adds more automod tests 2022-07-06 11:15:30 -07:00
7a9d320afd Expands automod view test 2022-07-06 10:52:50 -07:00
87434fbb9d Adds a couple more edit book views tests 2022-07-06 10:38:22 -07:00
f4dd14acad Adds more webfinger tests for helper functions 2022-07-06 10:05:47 -07:00
c48fbd8753 Separates reporting and report admins tests 2022-07-06 09:47:48 -07:00
24349b0a4c Updates notification view tests 2022-07-05 16:20:27 -07:00
495bf203b0 Mocks inbox and search tests 2022-07-02 13:45:53 -07:00
3ad0a5d073 Use update_fields to limit remove_list_tasks
If we know what fields were updated, we can avoid running this task.
This also adds some mocks where they are needed for the list view.
2022-07-02 13:23:23 -07:00
08231f52ff
Merge pull request #2150 from cincodenada/fix-pylint
Fix pylint config for pylint 2.14.0
2022-06-05 15:41:32 -07:00
Joel Bradshaw
6d6ab9a531 Add .pylintrc with fixes for new pylint version 2022-06-05 14:38:03 -07:00
c3b35760a2 Updates test mocks for remote search 2022-05-31 09:37:54 -07:00
69f192e78c Fixes error in add author code returning too soon 2022-05-23 13:57:14 -07:00
b2c587e082 Adds unit test for add author code when editing book 2022-05-23 13:51:58 -07:00
b2775c5160 Check unsupported types before attempting to serialize 2022-05-16 10:21:54 -07:00
fd43b56d31 Fixes celery error encountering Article type activities 2022-05-16 10:17:21 -07:00
9921a1e754 Various pylint complaince fixes 2022-04-08 14:23:37 -07:00
a92bf785dd Updates init files for pylint 2022-04-08 14:16:05 -07:00
701a644c31
Export user book data as csv (#1556)
Simple book data export
2022-03-26 13:04:59 -07:00
1b53c81351 Updates tests 2022-03-19 15:16:20 -07:00
5255abb2af Fixes create book view unit test 2022-03-16 17:55:41 -07:00
1aa6b99d1f Adds tests 2022-02-24 17:33:05 -08:00
31d362d715 Adds setup views tests 2022-02-17 14:55:48 -08:00
08e378a539 Fixes register tests 2022-02-17 13:27:44 -08:00
6fa29a6293 Fixes tests 2022-02-15 10:32:04 -08:00
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
a9a6fd1242 Adds test for author page bug 2022-02-04 19:34:37 -08:00