bookwyrm/bookwyrm/activitypub
Hugh Rundle f011f2bce9
hide instance actor from users
The Instance Actor is required for signing http GET requests but is not a "user" and should not be otherwise interacted with.

- hides instance actor profile page, returning a 404
- excludes instance actor from search results and suggestions including in Getting Started
- replaces link to user profile in user admin page with a brief message box
- replaces panel in user admin page that allows for user to be suspended or removed with a message explaining why that is a very bad idea

fixes #3119
2023-11-20 12:17:52 +11:00
..
__init__.py Merge pull request #2970 from hughrun/move 2023-11-01 17:14:34 -07:00
base_activity.py hide instance actor from users 2023-11-20 12:17:52 +11:00
book.py fix missing types in BookData file fields 2023-11-08 18:30:49 +11:00
image.py New version of black, new whitespace 2021-04-26 09:15:42 -07:00
note.py Enable finding existing hashtags case-insensitive 2023-03-07 13:16:45 +01:00
ordered_collection.py More pylint fixes 2021-06-18 14:29:24 -07:00
person.py Move MVP 2023-09-18 21:21:04 +10:00
response.py More pylint fixes 2021-06-18 14:29:24 -07:00
verbs.py cleanup 2023-09-25 15:29:01 +10:00