826f034fc7
Update dependency sentry-sdk to v1.21.1
2023-05-05 12:54:04 +01:00
582ed81919
Update dependency requests to v2.30.0
2023-05-05 12:53:27 +01:00
8e615e3836
Update django-rq to fix breaking change from rq
...
https://github.com/rq/django-rq/issues/592
2023-05-05 12:50:15 +01:00
bc95a8ea21
Upgrade Django and everything else
2023-04-16 15:56:58 +01:00
f055517cc1
Update to Wagtail 4.1
2023-04-16 15:04:51 +01:00
83bc0d2ffb
Fix length calculation for posts
...
`smart_split` isn't quite what's needed for splitting words.
2023-03-10 16:08:03 +00:00
c833752aec
Merge remote-tracking branch 'origin/renovate/sentry-sdk-1.x'
2023-02-27 08:45:46 +00:00
b484ca9d95
Merge remote-tracking branch 'origin/renovate/django-rq-2.x'
2023-02-27 08:44:39 +00:00
4936de6372
Merge remote-tracking branch 'origin/renovate/django-cors-headers-3.x'
2023-02-27 08:42:49 +00:00
290debd574
Merge remote-tracking branch 'origin/renovate/django-htmx-1.x'
2023-02-27 08:41:13 +00:00
7b55e6daef
Merge remote-tracking branch 'origin/renovate/django-permissions-policy-4.x'
2023-02-27 08:40:42 +00:00
768aeee2e0
Update dependency whitenoise to v6.4.0
2023-02-25 12:00:32 +00:00
43a34c952e
Update dependency django-permissions-policy to v4.15.0
2023-02-25 10:00:29 +00:00
6d63e77a30
Update dependency django-htmx to v1.14.0
2023-02-25 10:00:24 +00:00
883eb6c9d8
Update dependency django-cors-headers to v3.14.0
2023-02-25 08:00:31 +00:00
1e7ea96b63
Update Django to 4.0.10
2023-02-14 10:04:10 +00:00
6272f90e57
Update dependency sentry-sdk to v1.15.0
2023-02-07 12:00:29 +00:00
3357fd9a12
Update dependency django-rq to v2.7.0
2023-02-07 12:00:21 +00:00
2aac96315d
Update Django to 4.0.9
2023-02-06 20:10:32 +00:00
801888e98a
Merge remote-tracking branch 'origin/renovate/sentry-sdk-1.x'
2023-02-06 20:06:55 +00:00
f2dcfa0c44
Update dependency humanize to v4.6.0
2023-02-04 16:00:25 +00:00
321b948e8c
Update dependency sentry-sdk to v1.14.0
2023-01-23 12:00:23 +00:00
67c4e6cfb7
Merge remote-tracking branch 'origin/renovate/django-permissions-policy-4.x'
2023-01-06 09:14:36 +00:00
7b1b51ff21
Merge remote-tracking branch 'origin/renovate/sentry-sdk-1.x'
2023-01-06 09:14:07 +00:00
e45b927ff5
Merge remote-tracking branch 'origin/renovate/wagtail-generic-chooser-0.x'
2023-01-06 09:09:56 +00:00
abba7eaf44
Merge remote-tracking branch 'origin/renovate/pygments-2.x'
2023-01-06 09:05:40 +00:00
38220c615a
Update dependency whitenoise to v6.3.0
2023-01-03 12:00:36 +00:00
aa45ea61ce
Update dependency Pygments to v2.14.0
2023-01-01 10:00:19 +00:00
57fd2d7a9a
Update dependency sentry-sdk to v1.12.1
2022-12-19 10:00:34 +00:00
e139c013aa
Update dependency wagtail-generic-chooser to v0.5
2022-12-05 18:00:32 +00:00
785feb3048
Update dependency django-permissions-policy to v4.14.0
2022-11-30 10:00:18 +00:00
37cf309bb0
Add activitypub well-known forwarding
...
Disabled until needed
2022-11-17 22:36:22 +00:00
6f6e57a0c7
Add enforce host
2022-11-16 14:31:44 +00:00
8d19f112fd
Update dependency django-htmx to v1.13.0
2022-11-10 12:00:19 +00:00
c465839a1c
Update dependency django-rq to v2.6.0
2022-11-05 08:00:28 +00:00
df4dc64058
Replace poetry with pip
...
The lockfile issues, the extra bloat, I'm done.
Waiting for hatch to be supported by renovate.
2022-11-03 13:54:31 +00:00
13c355bf0a
Use pip-tools for dependency management
2022-07-28 18:55:47 +01:00
e2e0144b6a
Setup gunicorn for production WSGI server
2022-07-28 14:53:22 +01:00
72ac1bc1da
Add reusable referral links
2022-07-14 22:02:01 +01:00
310de1acf8
Add RQ
2022-07-13 08:21:06 +01:00
72dc3cc4ea
Add chooser for unsplash photos
...
It doesn't show images, yet
2022-07-12 15:14:27 +01:00
382853a384
Add unsplash model for storing images
...
Not wired in quite yet
2022-07-12 09:32:05 +01:00
4702afd5dd
Reduce complexity trying to save computation on rendering streamfield
...
This replaces more custom iteration with caching, which will end up faster anyway, and is more drop-in with the new structure.
Sadly it still renders the content twice, as `get_content_html` requires access to the blocks.
2022-07-03 23:10:57 +01:00
8a7dba4ca0
Use bs4 to extract plain text from HTML
...
It's slower, but it keeps spaces between tags, which is what we want.
2022-06-30 21:32:47 +01:00
a1d72c122a
Add code block
2022-06-27 23:29:55 +01:00
e0b95fd269
Add whitenoise for static files
2022-06-09 09:03:00 +01:00
531b75c128
Read configuration from environment
2022-06-09 08:51:47 +01:00
5f814b2a5a
Init wagtail project
2022-06-09 08:36:29 +01:00