..
activitypub
Fixes error on deletion requests for unknown users
2021-04-17 12:51:30 -07:00
connectors
Class method for checking if urls are blocked
2021-04-10 11:44:29 -07:00
importers
Move importers into module
2021-03-30 09:03:57 -07:00
management /commands
Fixes typo in populate streams command
2021-04-15 10:29:56 -07:00
migrations
Only reactivate appropriate users when undoing domain block
2021-04-12 10:16:03 -07:00
models
Reject statuses from deactivated remote users
2021-04-17 17:55:22 -07:00
static
Set body height
2021-04-15 21:51:14 +02:00
templates
Add book identifiers to list of Editions:
2021-04-18 15:59:02 +02:00
templatetags
357 Users set preferred timezone, used for readthroughs
2021-03-28 19:16:43 -04:00
tests
Reject statuses from deactivated remote users
2021-04-17 17:55:22 -07:00
utils
Runs black
2021-03-08 08:49:10 -08:00
views
Catch user not found errors in feed
2021-04-17 18:23:33 -07:00
__init__.py
activitystreams.py
Small tweaks to commends and super() calls
2021-04-06 07:53:34 -07:00
admin.py
Runs black
2021-03-08 08:49:10 -08:00
context_processors.py
Runs black
2021-03-08 08:49:10 -08:00
emailing.py
Fixes sending invite emails
2021-03-29 08:33:12 -07:00
forms.py
Cleans up add server form
2021-04-07 12:13:34 -07:00
redis_store.py
Python formatting
2021-04-05 11:10:26 -07:00
sanitize_html.py
Runs black
2021-03-08 08:49:10 -08:00
settings.py
Merge pull request #871 from SavinaRoja/857-ease-production
2021-04-12 09:34:38 -07:00
signatures.py
Runs black
2021-03-08 08:49:10 -08:00
status.py
Adds start of redraft view
2021-04-03 12:30:18 -07:00
tasks.py
Runs black
2021-03-08 08:49:10 -08:00
timezone_middleware.py
adding middleware and use in readthrough template
2021-03-29 08:20:35 -04:00
urls.py
Allow admins to upload domain blocklists
2021-04-12 14:23:51 -07:00
wsgi.py