1
0
Fork 0
Commit graph

99 commits

Author SHA1 Message Date
Alexander Ward
1f50a2dbfc
Email Config Has a Typo
There's an errant capital "E" preventing the SMTP user from appearing on the settings page.
2023-01-16 15:47:24 -08:00
3e62cbe8b6 Fixes incorrect import from merge 2022-12-11 12:39:33 -08:00
58e8c0b5ec Merge branch 'main' into admin-roles 2022-12-11 11:58:54 -08:00
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
933cb6440f Creates admin views for owner and admin registration settings 2022-12-05 16:58:11 -08:00
7c7c0e1a93 Admin UI to enable and disable importing 2022-11-17 14:23:39 -08:00
2dad14bdcf
Merge pull request #2395 from bookwyrm-social/settings-view-perms
Fixes permissions on settings invite request page
2022-11-16 18:33:20 -08:00
a546ab578b Fixes decorator on view method 2022-11-16 18:23:26 -08:00
5a7afe45a2 Fixes permissions on settings invite request page 2022-11-16 18:03:52 -08:00
f95729a0c3 Adds unit test for failing view 2022-11-15 21:45:06 -08:00
9e0867af91 Make the import admin table sortable 2022-11-07 11:32:45 -08: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
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
61c2d2a36a Use elided page range on user admin view 2022-11-01 18:45:21 -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
9d8d85ebc1 Invite perms checks 2022-09-19 10:26:40 -07:00
3fd573c0da Check perms on site model form 2022-09-19 10:16:38 -07:00
e51980bc12 Use BookWyrmModel as parent for admin models
This will make them more internally consistent and give them built-in
permissions checking
2022-09-19 09:35:38 -07:00
b0236b95bd Merge branch 'main' into form-perms 2022-09-19 09:32:48 -07:00
d76eae358f Show queues and runtime instead of start time 2022-09-15 10:53:08 -07:00
3739bdbf81 Better comments 2022-09-15 09:49:58 -07:00
0f55b76a93 Adds celery status view 2022-09-14 18:58:51 -07:00
351292fcda Catches places where form.save() needs the request
Thank you, tests.
2022-09-08 11:02:17 -07:00
36553ef2a9 Suppress protected-access warning on admin dashboard 2022-07-08 12:22:23 -07:00
ba7ae46c75 Adds warnings for missing privacy policies and codes of conduct 2022-07-08 11:59:21 -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
a972c58f3b Fixes errors in permissions 2022-07-07 14:01:51 -07:00
7a9d320afd Expands automod view test 2022-07-06 10:52:50 -07:00
e2a50230c7 Fixes setting acces level to "user"
This wasn't working because "user" isn't a group, it's the absense of
any group.
2022-07-04 21:44:55 -07:00
89165fd909 Creates helper function for creating charts 2022-07-03 08:28:24 -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
e0a67f5e18 Uses := syntax in user admin view
I learned this! It's cool.
2022-07-02 11:06:48 -07:00
f5d6a18ce0 Alphabetize list of software options in federated instances list 2022-07-02 10:49:57 -07:00
966bec1d18 Fixes invite request alert count 2022-04-26 08:33: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
951b611881 Paginates results 2022-03-24 10:40:42 -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
81b7dca4b9 Merge branch 'main' into celerybeat 2022-03-14 15:13:09 -07:00
488d702473 Separate admin user list into tabbed lists 2022-03-14 09:27:18 -07:00
Corentin Feys
771fa5a00a
Merge branch 'main' into question_invite_correct 2022-03-13 23:44:20 +01:00
3885ae789b Manually add theme path rather than options 2022-03-13 13:15:42 -07:00
Orage Pika
0c429ee6d7 bw-dev blacked 2022-03-09 16:04:58 +01:00
corentin-feys
bb7d080f65 Replaced tabs with spaces 2022-03-07 21:20:42 +01:00
Orage Pika
5fbb5c655b custom questions 2022-03-07 18:49:59 +01:00