moviewyrm/bookwyrm
Renato "Lond" Cerqueira b389cfb013 Use user-agent to determine whether to show pure representation
Together with #434 and #435, this fixes #429. Use the user-agent to
determine if the call is coming from a BookWyrm instance or not. If it's
not, give a pure activitypub representation for the status. Otherwise,
give a BookWyrm one, to allow for a complete integration between
instances.
2021-01-03 14:24:03 +01:00
..
activitypub Create a ActivitypubResponse class and use it in the views 2020-12-30 21:25:28 +01:00
connectors Merge pull request #466 from mouse-reeve/search-tweaks 2021-01-02 16:30:28 -08:00
management/commands move some code around for readability 2020-12-31 16:30:04 -08:00
migrations Remove sync fields and share fields between book and author 2020-12-21 12:17:18 -08:00
models Remove books manager at long last 2021-01-02 08:14:28 -08:00
static Allow markdown in html fields 2020-12-19 18:54:56 -08:00
templates Removes references to max entries in views 2021-01-02 09:45:51 -08:00
templatetags include tags in replies 2020-12-30 16:33:04 -08:00
tests Use user-agent to determine whether to show pure representation 2021-01-03 14:24:03 +01:00
utils Use user-agent to determine whether to show pure representation 2021-01-03 14:24:03 +01:00
__init__.py rename main code directory 2020-09-17 13:30:54 -07:00
admin.py Show federated servers and connectors in admin 2020-10-31 12:45:39 -07:00
broadcast.py Add BookWyrm user-agent to http requests 2020-12-30 12:36:50 +01:00
context_processors.py disable some warnings 2020-12-12 18:13:00 -08:00
emailing.py minor style fixes 2020-10-16 19:13:18 -07:00
forms.py Adds edit author form and stores last edited by 2020-12-22 09:26:55 -08:00
goodreads_import.py Tests for goodreads import lookup 2021-01-02 11:35:56 -08:00
incoming.py Gracefully handle unknown status types 2020-12-30 12:05:20 -08:00
outgoing.py Add readthroughs even when a book is already shelved 2021-01-02 13:26:42 -08:00
sanitize_html.py Allow markdown in html fields 2020-12-19 18:54:56 -08:00
settings.py Set application version number in settings 2020-12-30 11:55:13 -08:00
signatures.py Removes test state of signatures 2020-12-04 08:42:34 -08:00
status.py removes unneeded imports 2020-12-12 18:06:48 -08:00
tasks.py Updates migrations 2020-09-21 08:10:37 -07:00
urls.py User generated local paths 2020-12-30 17:36:35 -08:00
view_actions.py Remove books manager at long last 2021-01-02 08:14:28 -08:00
views.py Use user-agent to determine whether to show pure representation 2021-01-03 14:24:03 +01:00
wellknown.py Set application version number in settings 2020-12-30 11:55:13 -08:00
wsgi.py Updates migrations 2020-09-21 08:10:37 -07:00