1
0
Fork 0
Commit graph

2383 commits

Author SHA1 Message Date
bf3043f91f Fixes column widths 2022-11-14 18:48:30 -08:00
85337c73e5
Merge branch 'main' into footer-links 2022-11-14 18:46:42 -08:00
4178eb81e4
Merge pull request #2366 from bookwyrm-social/footer-snippet
Uses the same snippet for the footer across different templates
2022-11-14 18:46:15 -08:00
fe82599de9 Include privacy policy and code of conduct in footer 2022-11-14 18:37:27 -08:00
dbe74f6388 Uses the same snippet for the footer across different templates 2022-11-14 18:18:27 -08:00
5b358094ab Fixes report emails always claiming to be about links 2022-11-14 18:03:36 -08:00
eae1866992
Allow users to temporarily deactivate their accounts (#2324) 2022-11-10 13:40:54 -08:00
9e0867af91 Make the import admin table sortable 2022-11-07 11:32:45 -08:00
4b01103f84 Makes the invite request table side scroll for mobile
Fixes #2335
2022-11-07 10:44:49 -08:00
6e748c5476 Typo fix 2022-11-05 18:16:59 -07:00
817047bdeb Use stop functionality in import admin view 2022-11-05 15:44:00 -07:00
6792b3d7b8 adds button to stop job 2022-11-05 14:44:09 -07:00
59fe9e4d3b Show import status in table 2022-11-05 13:44:07 -07:00
3c2f2c10bf Show recent imports in a table 2022-11-05 13:12:23 -07:00
4806a6273e Show average run times for imports
This should give users a sense of when to start wondering if their
import isn't running after all.
2022-11-05 12:50:51 -07:00
40e9428b49 Adds more fields to import admin table and ticks version 2022-11-03 11:30:43 -07:00
0ba4dbbc6f Fixes pagination and user links on import admin 2022-11-03 10:54:59 -07:00
91b935bc0a
Merge pull request #2327 from bookwyrm-social/imports-admin
Imports admin
2022-11-01 20:53:58 -07:00
a8424f61f2 Mark imports as complete
This will let the user debug the import, and should only be used when
the import is in a bad state (marked as incomplete but with no pending
tasks)
2022-11-01 19:26:23 -07:00
6eab1fdd6d Adds import admin view 2022-11-01 19:05:51 -07:00
553f170f89 Only show editions with the author on the author page 2022-11-01 18:04:27 -07:00
eb07deadf2
Merge pull request #2320 from bookwyrm-social/announcement-size
Remove extra whitespace in announcements
2022-10-20 20:56:52 -07:00
b81a5faff7 Remove extra whitespace in announcements 2022-10-20 07:45:53 -07:00
cffbf82ddb DRY footer for 2FA pages 2022-10-15 07:47:20 +11:00
aefc7a23bc fix 2fa templates
- translate all strings
- do not embed svg element inside svg element
- fix sizing of input for confirming 2fa setup
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
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
aca5c19f70 2fa templates
- new page templates for 2FA
- add 2FA to menu in user preferences
2022-10-15 07:47:20 +11:00
78d36ebc39 Fixes typo in tour 2022-09-24 19:41:37 -07:00
35aebacf70 Fixes theme form and adds view tests 2022-09-19 13:13:21 -07:00
fcd96c332d Null state 2022-09-15 11:09:07 -07:00
d76eae358f Show queues and runtime instead of start time 2022-09-15 10:53:08 -07:00
0f55b76a93 Adds celery status view 2022-09-14 18:58:51 -07:00
fcf796abe1 Null state for review view during imports
Without this, it will show an empty progress bar and no info about why
the table is empty.
2022-09-14 18:08:16 -07:00
230d30abb8 sidebar review stars should default to zero
PR #2283 surfaced an existing formerly-hidden issue with star rating defaults in the sidebar of book pages.
This commit ensures the default rating is zero, not half a star.

Fixes #2291
2022-09-10 07:03:12 +10:00
marty hiatt
b4cc9f5753 conditional display of notifs button 2022-09-01 11:54:49 +02:00
775ee6f590
Merge pull request #2283 from hughrun/halfstars
fix visibility of stars when editing a review
2022-08-29 13:39:47 -07:00
f0effb9d3e Uses theme in remote follow template 2022-08-29 07:10:36 -07:00
252fe7fd6a fix visibility of stars when editing a review
Previously the star rating appeared to be five stars when editing a review, regardless of what value was actually stored.
Now it will show the actual rating, including half stars.

Fixes #2213
2022-08-29 14:02:04 +10:00
1581491471 Removes duplicate version warning 2022-08-05 17:03:56 -07:00
9d7ece47ef
Merge pull request #2254 from bookwyrm-social/fixes-search-pagination
Fixes search pagination
2022-08-05 12:32:47 -07:00
bdf563748c
Merge pull request #2255 from joachimesque/front/mobile-header
Add notifications count on mobile header
2022-08-05 11:28:42 -07:00
7c7df99cef Fixes template syntax error 2022-08-05 11:14:14 -07:00
4dd7f88e0a Updates all links that open in new tabs 2022-08-05 10:20:43 -07:00
9407695328 Updates footer links
Adds a missing rel="nofollow noopener noreferrer" attribute for the
Patreon link, and makes the github link open in a new tab (and updates
the url, which was out of date)
2022-08-05 10:06:12 -07:00