bookwyrm/bookwyrm
2024-10-21 12:41:16 +11:00
..
activitypub update error message 2024-09-09 10:19:03 +10:00
connectors Convert min_confidence param to string to appease mypy 2024-08-31 20:16:41 -03:00
forms Adds option to show ratings to the user settings panel 2024-08-23 17:34:52 -07:00
importers fixes for bookwyrm csv import 2024-08-10 16:37:30 +10:00
isbn Add timeout to isbn.py 2024-03-01 19:58:11 -08:00
management BookDataModel: add dry_run argument to merge_into 2024-03-23 19:28:57 +01:00
middleware Migrate from pytz to zoneinfo 2024-04-25 10:14:07 +02:00
migrations Adds migration 2024-08-23 18:17:36 -07:00
models Allow users to hide ratings in the UI 2024-08-23 17:32:03 -07:00
static Prettifies javascript 2024-08-23 17:41:02 -07:00
telemetry
templates Merge pull request #3458 from bookwyrm-social/update_locales 2024-10-17 15:33:33 -07:00
templatetags enable localised dates 2024-09-18 19:40:44 +10:00
tests fix failing test 2024-10-21 12:41:16 +11:00
utils pylint: enable useless-suppression lint and perform cleanup 2024-07-27 03:47:35 -03:00
views Fix IntegrityError when creating periodic tasks 2024-10-11 20:28:27 +09:00
__init__.py
activitystreams.py pylint: enable useless-suppression lint and perform cleanup 2024-07-27 03:47:35 -03:00
admin.py
apps.py pylint: enable useless-suppression lint and perform cleanup 2024-07-27 03:47:35 -03:00
book_search.py pylint: enable useless-suppression lint and perform cleanup 2024-07-27 03:47:35 -03:00
context_processors.py pylint: enable useless-suppression lint and perform cleanup 2024-07-27 03:47:35 -03:00
emailing.py Construct absolute URLs with the correct protocol and port 2024-04-24 15:30:47 +02:00
imagegenerators.py
lists_stream.py pylint: enable useless-suppression lint and perform cleanup 2024-07-27 03:47:35 -03:00
preview_images.py pylint: enable useless-suppression lint and perform cleanup 2024-07-27 03:47:35 -03:00
redis_store.py
settings.py Fix CSS path prefix when S3 storage is used 2024-06-13 05:03:10 +09:00
signatures.py pylint: enable useless-suppression lint and perform cleanup 2024-07-27 03:47:35 -03:00
status.py
suggested_users.py pylint: enable useless-suppression lint and perform cleanup 2024-07-27 03:47:35 -03:00
tasks.py
thumbnail_generation.py
urls.py Merge branch 'main' into feat/api/oauth 2024-03-31 12:41:12 -07:00
wsgi.py