Commit graph

139 commits

Author SHA1 Message Date
Mouse Reeve af34dc6520
Merge branch 'main' into images-django-imagekit 2021-08-02 13:43:59 -06:00
Mouse Reeve 1791b5b9fa Try running tests in parellel 2021-08-02 12:34:18 -07:00
Joachim e251b687dc Merge remote-tracking branch 'upstream/main' into images-django-imagekit 2021-06-19 19:32:56 +02:00
Joachim d862be0564 Merge remote-tracking branch 'upstream/main' into storage-s3 2021-06-19 11:53:05 +02:00
Mouse Reeve 973b23856c
Merge branch 'main' into opengraph-image-generation 2021-06-17 15:17:54 -07:00
dependabot[bot] c415860373
Bump django from 3.2.2 to 3.2.4
Bumps [django](https://github.com/django/django) from 3.2.2 to 3.2.4.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.2...3.2.4)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-10 17:42:49 +00:00
dependabot[bot] a8eb21f992
Bump django from 3.2.1 to 3.2.2
Bumps [django](https://github.com/django/django) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.1...3.2.2)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 17:22:46 +00:00
Joachim cba34780d8 Use S3 as static and media storage
TODO

- [ ] Write some documentation for non-AWS, S3-compatible services
- [ ] Make a management command to move existing media to the new S3 bucket
- [ ] See if Nginx can reverse-proxy the S3 bucket in order to keep the files accessible through the domain name
2021-06-07 18:12:48 +02:00
Joachim 1f2c296cfd This should now work 2021-06-06 21:12:21 +02:00
Mouse Reeve bbbae9fc9d
Merge branch 'main' into images-django-imagekit 2021-06-05 11:46:57 -07:00
dependabot[bot] 5572d2bc33
Bump django from 3.2.0 to 3.2.1
Bumps [django](https://github.com/django/django) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2...3.2.1)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 21:47:19 +00:00
Joachim fa7334826c Update 2021-05-25 23:04:28 +02:00
Joachim 77e81c4dbb Add django-imagekit to BookWyrm 2021-05-24 16:14:51 +02:00
Mouse Reeve 0889c57b86 Merge branch 'main' into django-3-2 2021-04-26 11:21:36 -07:00
Mouse Reeve 3ade2d3bb1 New version of black, new whitespace 2021-04-26 09:15:42 -07:00
Mouse Reeve d1c582493d Update to django 3.2 2021-04-18 09:26:27 -07:00
dependabot[bot] 29f5b1512a
Bump django from 3.1.6 to 3.1.8
Bumps [django](https://github.com/django/django) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.6...3.1.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-08 18:47:59 +00:00
Pablo Barton b0dc5f3f93 357 Users set preferred timezone, used for readthroughs 2021-03-28 19:16:43 -04:00
Mouse Reeve 138f6f50a1 Updates django to latest 2021-03-18 15:55:05 -07:00
Jim Fingal 252f09325a Add black command 2021-02-21 23:07:58 -08:00
Mouse Reeve ef696782ab Allow markdown in html fields 2020-12-19 18:54:56 -08:00
Joel Bradshaw 1d0c0ae5c5 Add rename_app command and use it
This allows users to migrate from a pre-rename database without
resetting their database, hopefully
2020-11-19 13:49:53 -08:00
Jim Fingal 21a0e4a8f2 Alphabetize requirements and use a dash instead of hyphen in the pytest-django package requirement 2020-11-08 13:20:31 -08:00
Jim Fingal 0b8a9cf1a6 Add support for pytest 2020-11-08 12:14:57 -08:00
Mouse Reeve f3e4d77b9a Upgrade Pillow library 2020-08-10 13:15:18 -07:00
dependabot[bot] 53f82f21f6
Bump django from 3.0.3 to 3.0.7
Bumps [django](https://github.com/django/django) from 3.0.3 to 3.0.7.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.0.3...3.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-05 20:44:33 +00:00
Adam Kelly 4974fe4e5b Add tests for remote actors (fetch keys via http.) 2020-05-13 12:39:55 +01:00
Adam Kelly 3236e95ea2 Fix typo in requirements.txt 2020-05-13 12:36:06 +01:00
Mouse Reeve e07a072ced Adds test coverage report and fr-dev shortcuts 2020-05-12 15:17:04 -07:00
Mouse Reeve bb04a40044 Move to redis and fix a bunch of things 2020-03-31 16:31:33 -07:00
Mouse Reeve 9aada80c05 Use timezone dates
Fixes #114
2020-03-29 17:40:51 -07:00
Mouse Reeve dd18433faa Adds celery and rabbitmq 2020-03-22 14:34:44 -07:00
thricedotted 40b63ac200 move some configuration into environment vars 2020-02-15 13:45:44 -08:00
dependabot[bot] ead871aafc
Bump django from 3.0.2 to 3.0.3
Bumps [django](https://github.com/django/django) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.0.2...3.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-11 22:49:27 +00:00
Mouse Reeve b554280481 activity feed 2020-01-28 15:23:49 -08:00
Mouse Reeve d05ca64488 Fixes pillow requirement 2020-01-27 23:06:58 -08:00
Mouse Reeve 5080de9c6b upload avatars (nonfunctional) 2020-01-27 22:49:56 -08:00
Mouse Reeve d849edd36a Updates requirements 2020-01-26 21:51:36 -08:00
Mouse Reeve 6b02d779fd Basic app structure 2020-01-24 22:32:41 -08:00