bookwyrm/bookwyrm
2023-03-13 07:52:28 -07:00
..
activitypub Merge pull request #2524 from chdorner/feature/tag-support 2023-03-12 16:37:39 -07:00
connectors Ignore Celery task results 2023-03-08 02:12:13 -05:00
forms Merge branch 'main' into totp-window 2023-02-27 18:21:39 +11:00
importers Fixed Import limit for retries 2023-01-17 01:07:10 +01:00
management/commands Merge pull request #2604 from rrgeorge/redis-sockets 2023-01-26 06:39:15 -08:00
middleware Adds IP blocklist views 2021-09-17 13:04:10 -07:00
migrations Adds merge migration 2023-03-12 16:43:06 -07:00
models Merge pull request #2524 from chdorner/feature/tag-support 2023-03-12 16:37:39 -07:00
static Improve polling algorithm 2023-03-07 13:15:52 -05:00
telemetry Copy config from prod branch to main 2022-02-04 18:36:12 -08:00
templates Merge pull request #2524 from chdorner/feature/tag-support 2023-03-12 16:37:39 -07:00
templatetags Improve Open Graph data for books and add it for lists 2023-01-18 10:30:26 -05:00
tests Merge pull request #2524 from chdorner/feature/tag-support 2023-03-12 16:37:39 -07:00
utils Render hashtag links with data-mention="hashtag" attribute 2023-03-07 13:16:45 +01:00
views Use context processor for 500 page 2023-03-13 03:47:23 -04:00
__init__.py
activitystreams.py Merge pull request #2714 from WesleyAC/celery-ignore-results 2023-03-12 16:26:20 -07:00
admin.py Adds model for instance admin announcements 2021-05-19 14:00:46 -07:00
apps.py Log info, not exception, for expected errors 2022-03-11 14:55:54 -08:00
book_search.py {list} Fix duplicate suggestions in Add Books section 2023-01-10 11:08:11 -05:00
context_processors.py Python formatting 2022-03-01 11:39:08 -08:00
emailing.py Ignore Celery task results 2023-03-08 02:12:13 -05:00
imagegenerators.py Fix lint 2021-06-19 19:44:14 +02:00
lists_stream.py Ignore Celery task results 2023-03-08 02:12:13 -05:00
preview_images.py Ignore Celery task results 2023-03-08 02:12:13 -05:00
redis_store.py Add support for specifying redis url to support unix sockets 2023-01-14 14:52:54 -08:00
settings.py Update verison number and js cachebuster 2023-03-13 07:52:28 -07:00
signatures.py increasing rsa key size 2023-02-20 21:51:50 +01:00
status.py Catches missing reference to previous sanitizer 2022-07-04 13:24:13 -07:00
storage_backends.py Fix R1725: Consider using Python 3 style super() without arguments 2021-08-04 11:58:53 +02:00
suggested_users.py Ignore Celery task results 2023-03-08 02:12:13 -05:00
tasks.py Use a separate queue for broadcasts 2023-02-20 12:58:41 -08:00
thumbnail_generation.py Update thumbnail_generation.py 2022-01-08 17:54:03 +01:00
urls.py Use context processor for 500 page 2023-03-13 03:47:23 -04:00
wsgi.py