1
0
Fork 0
bookwyrm/bookwyrm
Mouse Reeve 3d9f339bd5
Merge pull request #3059 from dato/stable_dates_v2
Partial, stable dates with automatic precision field
2023-11-19 19:17:49 -08:00
..
activitypub hide instance actor from users 2023-11-20 12:17:52 +11:00
connectors Change import of clean 2023-08-02 19:37:52 +02:00
forms Move MVP 2023-09-18 21:21:04 +10: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
migrations Merge from 'main' into stable_dates 2023-11-19 15:09:52 -03:00
models Merge from 'main' into stable_dates 2023-11-19 15:09:52 -03:00
static Run stylelint to fix remaining issues 2023-10-18 20:39:12 -03:00
telemetry Added mypy to scripts and workflow, and some first annotations for celerywyrm 2023-07-22 13:27:43 +02:00
templates Merge pull request #3059 from dato/stable_dates_v2 2023-11-19 19:17:49 -08:00
templatetags Merge pull request #3059 from dato/stable_dates_v2 2023-11-19 19:17:49 -08:00
tests Accept argument in naturalday_partial, downcast format if necessary 2023-11-19 15:10:14 -03:00
utils Use typing_extensions.Self instead of TypeVar 2023-11-19 15:10:14 -03:00
views Merge pull request #3125 from hughrun/instance-actor 2023-11-19 19:11:17 -08:00
__init__.py
activitystreams.py fix illegal values in redis jobs 2023-08-19 08:34:03 +10:00
admin.py
apps.py Add automatic instrumentation to Postgres queries 2023-04-07 01:58:49 -04:00
book_search.py Some small improvements to annotations 2023-07-28 20:54:03 +02:00
context_processors.py
emailing.py Switch from priority queues to function-based queues 2023-07-20 12:25:30 -04:00
imagegenerators.py
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 add defaults of None to optional AWS values 2023-10-29 11:29:49 +11:00
signatures.py fix tests and formatting 2023-04-13 22:33:54 +10:00
status.py
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
urls.py Merge pull request #2970 from hughrun/move 2023-11-01 17:14:34 -07:00
wsgi.py