bookwyrm/bookwyrm
2023-12-14 11:30:01 -08:00
..
activitypub Merge branch 'main' into softblock 2023-11-22 20:06:02 +11:00
connectors Change import of clean 2023-08-02 19:37:52 +02:00
forms Merge branch 'main' into file-resubmit 2023-11-11 13:14:52 +11:00
importers Type annotations for bookwyrm.importers 2023-08-21 16:58:16 +02:00
isbn Adds test for invalid isbns and handle isbns with dashes 2023-11-02 19:03:15 -07:00
management Fixes typo and outdated comment 2023-08-01 20:53:06 -07:00
middleware middleware for displaying 413 page 2023-11-18 22:10:36 +11:00
migrations Updates migrations 2023-11-20 10:02:49 -08:00
models Merge pull request #3144 from villasv/patch-1 2023-12-11 19:54:24 -08:00
static add comment back to bookwyrm.js 2023-11-21 20:20:11 +11:00
telemetry Added mypy to scripts and workflow, and some first annotations for celerywyrm 2023-07-22 13:27:43 +02:00
templates Shows message if empty and renames "search" to "filter" 2023-12-14 11:30:01 -08:00
templatetags Merge pull request #3120 from hughrun/permission-required 2023-11-20 10:06:24 -08:00
tests Merge pull request #3124 from hughrun/softblock 2023-12-11 19:49:45 -08:00
utils Use typing_extensions.Self instead of TypeVar 2023-11-19 15:10:14 -03:00
views Shows message if empty and renames "search" to "filter" 2023-12-14 11:30:01 -08:00
__init__.py
activitystreams.py fix illegal values in redis jobs 2023-08-19 08:34:03 +10:00
admin.py Adds model for instance admin announcements 2021-05-19 14:00:46 -07:00
apps.py Add automatic instrumentation to Postgres queries 2023-04-07 01:58:49 -04:00
book_search.py Merge branch 'main' into let-a-user-search-within-their-books 2023-12-14 10:25:05 -08:00
context_processors.py Python formatting 2022-03-01 11:39:08 -08:00
emailing.py Switch from priority queues to function-based queues 2023-07-20 12:25:30 -04:00
imagegenerators.py Fix lint 2021-06-19 19:44:14 +02:00
lists_stream.py Switch from priority queues to function-based queues 2023-07-20 12:25:30 -04:00
preview_images.py Switch from priority queues to function-based queues 2023-07-20 12:25:30 -04:00
redis_store.py Merge pull request #2784 from WesleyAC/add-status-cache-get-audience 2023-04-07 06:43:04 -07:00
settings.py Merge pull request #3121 from hughrun/413 2023-12-09 08:31:25 -08:00
signatures.py fix tests and formatting 2023-04-13 22:33:54 +10:00
status.py Catches missing reference to previous sanitizer 2022-07-04 13:24:13 -07:00
storage_backends.py Enable Azure BlobStorage as an alternative to AWS S3 2023-03-05 12:08:16 -05:00
suggested_users.py hide instance actor from users 2023-11-20 12:17:52 +11:00
tasks.py Switch from priority queues to function-based queues 2023-07-20 12:25:30 -04:00
thumbnail_generation.py Update thumbnail_generation.py 2022-01-08 17:54:03 +01:00
urls.py Merge branch 'main' into softblock 2023-11-22 20:06:02 +11:00
wsgi.py