c314c9b5e3
Adds email config admin view ( #2494 )
...
This view lets you see your email configuration and send a test email.
2022-12-11 11:37:09 -08:00
845bd2cc0d
Only show themes to sys admin
2022-12-05 17:11:15 -08:00
a2874bf460
Updates forms
2022-12-05 17:09:10 -08:00
933cb6440f
Creates admin views for owner and admin registration settings
2022-12-05 16:58:11 -08:00
dd9fbca7d7
Removes registration from site settings form
2022-12-05 16:19:15 -08:00
5172f67c35
Merge pull request #2450 from bookwyrm-social/impressum
...
Adds database fields for legal page/impressum
2022-12-04 12:12:26 -08:00
Vivianne Langdon
ab43134cc0
many minor visual tweaks to fix spacing and usability
2022-11-26 15:29:08 -08:00
70d639440e
Show impressum
2022-11-25 12:06:32 -08:00
e72cb43bb2
Make the federated servers table display correctly on mobile
2022-11-25 09:09:57 -08:00
7c7c0e1a93
Admin UI to enable and disable importing
2022-11-17 14:23:39 -08:00
be97fd2d39
Remove dead URL
...
https://fediblock.org delivers a 410 Gone as respone.
2022-11-16 18:24:19 +01: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
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
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
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
1581491471
Removes duplicate version warning
2022-08-05 17:03:56 -07:00
4dd7f88e0a
Updates all links that open in new tabs
2022-08-05 10:20:43 -07:00
147d092eac
Removes line breaks from warning links
2022-07-08 15:29:55 -07:00
ba7ae46c75
Adds warnings for missing privacy policies and codes of conduct
2022-07-08 11:59:21 -07:00
4a2e191d92
Refactors dashboard warnings
...
This cleans up the display so that they don't get all squished when a
bunch are present, and creates a layout to make them more DRY
2022-07-08 11:38:27 -07:00
b62bb157c0
Fixes links to documentation pages
2022-07-08 09:44:41 -07:00
65f55fe324
Fixes link to remote instance user list
2022-07-08 09:26:11 -07:00
be86fef42d
Move deleted users to a separate tab
...
Since there's nothing to be done with them, they get their own tab.
2022-07-08 09:21:48 -07:00
5bb001e15f
Show avatars in user admin view
...
I find this helpful as a rough hueristic for how engaged a user is -- if
they've never added an avatar, it's often the case that they never
really got further in to using the app than just registering a username.
Also, on one occassion, a user had an avatar that violated the instance
ToS, which would have been handy to see at a glance in this list.
2022-07-08 09:10:29 -07:00
4f386e8c4e
Allow reports with no associated user
2022-07-05 17:19:03 -07:00
0be4fec167
Don't assume that link domains have a known user
...
This is an edge case, and they OUGHT to have a user, but if the user was
deleted for a remote link, the field won't be able to resolve and the
user will be unset.
2022-07-05 16:51:03 -07:00
5672c73ac4
Show deleted users as red in the user list
...
It can be hard to differentiate at a glance if a user is deleted or
suspended -- without this, you would have to read the deactivation
reason. By making deletions (moderator and self deletions) red, it's
clear at a glance if an account has been permanently deleted or just
temporarily suspended.
2022-07-04 17:33:10 -07:00
516c4a9790
Add warning to dashboard if email sender looks misconfigured
...
This can be a really obscure error, hopefully this warning will catch
potential issues.
2022-07-02 21:11:23 -07:00
13e23a868d
Adds instance name filter to federated instance list view
...
This lets you look for a specific server in your (probably very long)
instance list.
2022-07-02 11:12:15 -07:00
4c09477aa2
Improves instance list admin view ( #2068 )
...
* Removes irrelevent initial federated server data
* Adds secondary search order to instance list
* Show last updated date
* Adds filters to federated server view
* Updates unit tests
2022-04-02 09:16:07 -07:00
0166cca0b7
Show created date and follower counts in admin view
...
Adds "admin_mode" to user_preview
2022-03-24 11:17:35 -07:00
82f87a3ff5
Adds colored icon for user status in admin table
2022-03-24 10:55:32 -07:00
533642bf7e
Adds link to admin view
2022-03-24 10:43:17 -07:00
951b611881
Paginates results
2022-03-24 10:40:42 -07:00
43cc017b44
Removes tooltip component
2022-03-21 12:32:53 -07:00
f0a87e2a20
Use fullwidth tables in admin views
2022-03-19 09:16:28 -07:00
7f6a98e764
Don't let site settings form get too wide
2022-03-19 09:11:59 -07:00
1cfe3b3f94
Re-orders site settings registration toggles
...
Having require email confirm next to allow registration seems better to
me
2022-03-19 09:09:25 -07:00
68e3a71b18
Consistent height for instance stats
2022-03-19 09:01:04 -07:00
09e040ec11
Equal height for dashboard notifications
2022-03-19 08:59:41 -07:00
7b3b357756
Merge branch 'main' into form-conflict
2022-03-16 16:51:57 -07:00
922cc61a5f
Merge pull request #1998 from oragegu/question_invite_correct
...
Custom question option and field for spammed bookwyrm instances
2022-03-16 16:49:00 -07:00