1
0
Fork 0
Commit graph

7676 commits

Author SHA1 Message Date
28329c1781 use string for datetime in session
It seemed to work when testing manually, but both pytest and the django documentation indicate that you can't pass datetimes around as session values.
2022-10-15 07:47:20 +11:00
e1b1bb20dc make password field less goofy in 2fa screen 2022-10-15 07:47:20 +11:00
9b74c26742 backup codes
- add hotp_secret to user model
- view to create backup codes in user prefs
- check backup code if otp doesn't work
- increment hotp count if used
- show correct errors if code wrong
2022-10-15 07:47:20 +11:00
9616abb6bd clean up 2fa prompt page 2022-10-15 07:47:20 +11:00
5b244f06d6 fix error messages when setting up 2FA 2022-10-15 07:47:20 +11:00
6db4fb39ed improve security and fix error msg
- Instead of passing the user as a hidden form element, we use a session variable.
- Introduces a 60 second limit on completing the login, and an exponentially increasing delay to attempt to login with 2FA if the code is entered incorrectly.
- use proper Django form error when incorrect otp value entered
2022-10-15 07:47:20 +11:00
9d12b7caff make pylint stop grumbling 2022-10-15 07:47:20 +11:00
1d13f0ab4f lint 2022-10-15 07:47:20 +11:00
8837495ffd redirect login to 2fa check if active 2022-10-15 07:47:20 +11:00
2ec343c5db new views for capturing user for 2fa check 2022-10-15 07:47:20 +11:00
f26ac1ccde 2fa page templates 2022-10-15 07:47:20 +11:00
0e1751eb57 prep for 2fa login check
- new 2fa checker page to be inserted between initial login and completion of login
- new views and forms for above
2022-10-15 07:47:20 +11:00
514762c233 fix typo in new user fields
oopsie
2022-10-15 07:47:20 +11:00
aca5c19f70 2fa templates
- new page templates for 2FA
- add 2FA to menu in user preferences
2022-10-15 07:47:20 +11:00
54daade9f9 prepare for 2FA
- add and migrate User fields for 2FA
- add views for 2FA
- add new forms for 2FA
- update package list in requirements.txt
- add URLs for 2FA views
2022-10-15 07:47:20 +11:00
fed6bcd375
Merge pull request #2314 from chambersh1129/2194-normalize-stored-ISNI
Closes #2194 Normalize stored ISNI
2022-10-14 12:20:07 -07:00
b02ad2ec68
Merge pull request #2316 from redshiftss/bugfix/reading-status-future
Make it so that finishing a book cannot happen in the future
2022-10-14 12:17:42 -07:00
b06c35b7dd
Update forms.py 2022-10-14 12:06:54 -07:00
f97b6f3da2 fix pylint complaint 2022-10-12 11:25:03 +02:00
x3005504
4423827c27 Merge branch 'bugfix/reading-status-future' of github.com:redshiftss/bookwyrm into bugfix/reading-status-future 2022-10-11 14:42:09 +02:00
4ab5e4b5d9 re-format code 2022-10-11 14:40:52 +02:00
b895fbd8f2 fix bug, can no longer finish a book in the future 2022-10-11 14:40:45 +02:00
aeeb2c3442 WIP: fix reading status ending in the future 2022-10-11 14:40:32 +02:00
x3005504
ec25ffe6ba re-format code 2022-10-11 14:07:17 +02:00
x3005504
9a9a7821b7 fix bug, can no longer finish a book in the future 2022-10-11 14:05:20 +02:00
x3005504
68b9791d8c WIP: fix reading status ending in the future 2022-10-11 13:41:07 +02:00
Hunter Chambers
32f68c3f62 remove trailing whitespace causing pylint/black errors 2022-10-10 14:13:57 -04:00
Hunter Chambers
02c7397eaf Closes #2194 Normalize stored ISNI 2022-10-09 19:36:24 -04:00
003c5c9c82
Merge pull request #2311 from bookwyrm-social/small-tests
Just adds a couple tests
2022-10-04 12:18:10 -07:00
74b89b2d4a That test didn't work 2022-10-04 12:09:05 -07:00
5b5e15d48b Just adds a couple tests 2022-10-04 11:40:01 -07:00
f32eaad8ef
Merge pull request #2310 from bookwyrm-social/typo-fix
Typo fix
2022-10-04 11:22:35 -07:00
520b1d2207 Updates locales 2022-10-04 11:04:36 -07:00
78d36ebc39 Fixes typo in tour 2022-09-24 19:41:37 -07:00
44ce12405b
Merge pull request #2301 from bookwyrm-social/annual-review-tests
Adds a couple tests to annual review views
2022-09-19 20:33:37 -07:00
3a73ced5fa Adds a couple tests to annual review views
Also I tweaked the save functions so they don't broadcast
2022-09-19 14:38:30 -07:00
fdc477afdf
Merge pull request #2258 from bookwyrm-social/form-perms
Check permissions automatically on form save
2022-09-19 13:32:41 -07:00
7d61cb55bc Ignore pylint complaints about argument counts to form saves 2022-09-19 13:23:18 -07:00
35aebacf70 Fixes theme form and adds view tests 2022-09-19 13:13:21 -07:00
bf092ec44e Small fixes 2022-09-19 12:10:27 -07:00
d023f71058
Merge pull request #2300 from bookwyrm-social/notification
Fixes creating notifications for automod reports
2022-09-19 12:00:02 -07:00
4c099afc63 Python formatting 2022-09-19 11:23:40 -07:00
37dacaff6f Fixes creating notifications for auto-moderation reports 2022-09-19 11:11:08 -07:00
6947f3b787 Uses class method to get list of instance admins
Re-writing this query over and over is a bad approach
2022-09-19 10:43:52 -07:00
9d8d85ebc1 Invite perms checks 2022-09-19 10:26:40 -07:00
1e988cae6c More edit book lines 2022-09-19 10:26:29 -07:00
be480e40f0 Updates links form saves 2022-09-19 10:18:30 -07:00
3fd573c0da Check perms on site model form 2022-09-19 10:16:38 -07:00
b0d8697006 Adds missing save in edit book view 2022-09-19 10:16:29 -07:00
330be16516 Adds permissions checking for admin models 2022-09-19 10:12:47 -07:00