bookwyrm/bookwyrm/models
Hugh Rundle d640e4ac96
disable user exports by default
- new setting to enable user exports defaults to False
- add setting to enable and disable user exports
- do not allow user exports when using s3 storage
- do not serve non-image files from /images/ (requires update to nginx settings)
- increase default file upload limit to 100MB to enable user exports to be imported (can be changed in .env)
2024-01-16 21:32:13 +11:00
..
__init__.py Merge branch 'main' into user-migration 2023-11-13 21:17:07 +11:00
activitypub_mixin.py Update page formatter on ordered collection 2023-12-03 20:03:33 -08:00
announcement.py Removes hardcoded white in announcements 2022-03-01 11:06:15 -08:00
annual_goal.py spelling: uniqueness 2023-04-04 20:02:54 -04:00
antispam.py Create NotificationType as class, not through API 2023-11-09 22:43:36 -03:00
attachment.py New version of black, new whitespace 2021-04-26 09:15:42 -07:00
author.py Type annotations for utils 2023-08-21 12:56:32 +02:00
base_model.py Allow users to temporarily deactivate their accounts (#2324) 2022-11-10 13:40:54 -08:00
book.py Merge from main for up-to-date migrations 2023-11-09 14:00:14 -03:00
bookwyrm_export_job.py update user export file to use ActivityPub objects where possible. (#3109) 2023-11-13 21:14:03 +11:00
bookwyrm_import_job.py fix upsert_statuses 2023-12-13 20:55:38 +11:00
connector.py Merge branch 'main' into search-refactor 2021-09-30 10:41:30 -07:00
favorite.py Pass allow_external_connections through ignore_activity 2023-04-06 23:37:49 -04:00
federated_server.py Type annotations and related changes for bookwyrm.connectors 2023-07-28 17:43:32 +02:00
fields.py Rename utils.sealed_date module (and tests) to utils.partial_date 2023-11-09 14:00:44 -03:00
group.py Create NotificationType as class, not through API 2023-11-09 22:43:36 -03:00
hashtag.py Mark Hashtag.name field as deduplication field 2023-03-07 13:11:27 +01:00
import_job.py Bugfix: default missing date components to 1, not today's 2023-10-15 19:49:00 -03:00
job.py formatting and pylint fixes 2023-10-22 16:52:29 +11:00
link.py spelling: associated 2023-04-04 20:02:54 -04:00
list.py Consistent use of plurals 2022-07-05 14:49:04 -07:00
move.py Create NotificationType as class, not through API 2023-11-09 22:43:36 -03:00
notification.py Small fixes for notifications 2023-12-09 08:09:22 -08:00
readthrough.py spelling: progress 2023-04-04 20:02:54 -04:00
relationship.py Allow removing followers and fix follow rejections 2023-11-19 20:03:48 +11:00
report.py Reverses order of report action list 2023-06-21 15:05:02 -07:00
shelf.py Switch from priority queues to function-based queues 2023-07-20 12:25:30 -04:00
site.py disable user exports by default 2024-01-16 21:32:13 +11:00
status.py Pass args and kwargs through status deletion 2023-11-05 08:10:03 -08:00
user.py Adds management command to clear all deleted user data 2024-01-02 10:50:46 -08:00