Commit Graph

875 Commits

Author SHA1 Message Date
79f414705d Update dependency django-plausible to v0.5.0 2023-05-12 18:00:42 +01:00
ccd5708bbf Update dependency django-cors-headers to v4 2023-05-12 12:00:45 +01:00
5d4c095227
Update shareon to 2.1.0
This adds a copy url button, which I'd implemented myself in the past
2023-05-05 13:13:12 +01:00
32f1360362
Reflow HTML based on updated djlint 2023-05-05 13:09:16 +01:00
480fb7c700
Upgrade Django and Wagtail
Just the patch versions
2023-05-05 13:07:57 +01:00
a63146a551
Update dependency @fortawesome/fontawesome-free to v6.4.0 2023-05-05 13:05:20 +01:00
846049c977
Update dependency djlint to v1.25.0 2023-05-05 13:04:29 +01:00
a412dbb7ff
Update dependency django-browser-reload to v1.8.0 2023-05-05 13:03:22 +01:00
6d32562350
Update dependency htmx.org to v1.9.2 2023-05-05 13:02:44 +01:00
a4150da5de
Update dependency sass to v1.62.1 2023-05-05 13:01:27 +01:00
a12bbbfe8d
Remove unnecessary type comment 2023-05-05 13:01:04 +01:00
cd7aa02ee6
Unpin DDT
Let `pip` work out the right version to install - I don't really care
2023-05-05 12:56:05 +01:00
c5d08f3412
Update dependency mypy to v1 2023-05-05 12:54:50 +01:00
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
937456f234
Update dependency types-requests to v2.29.0.0 2023-05-05 12:53:17 +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
aeb683fa7a
Back arrow should be on the left 2023-05-05 12:40:22 +01:00
b620e0edcc
Add search link to 404 page 2023-05-05 12:39:39 +01:00
d52d532d81
Disable plausible on 404 and page protection pages 2023-05-05 12:29:25 +01:00
d85065d914
Colour language tag using GitHub's linguist colours 2023-04-21 21:22:59 +01:00
e504da0bcf
Restyle code block header
This looks much nicer, and removes a DB field.
2023-04-19 21:34:38 +01:00
dde014860a
Unset HttpOnly for CSRF cookie 2023-04-16 16:48:58 +01:00
bc95a8ea21
Upgrade Django and everything else 2023-04-16 15:56:58 +01:00
6342726d7c
Change footer settings to generic setting 2023-04-16 15:18:21 +01:00
8b37b87a92
Don't show share buttons in preview 2023-04-16 15:05:10 +01:00
fbef7c61b2
Remove what's new banner 2023-04-16 15:04:59 +01:00
f055517cc1
Update to Wagtail 4.1 2023-04-16 15:04:51 +01:00
9bc5ccbbdc
Don't include the first tangent in the content HTML
This prevents it being used as part of the summary, which in the case of updates looks strange.
2023-04-11 14:05:46 +01:00
68604e0438
Remove rarely used share platforms and make them all links
This means they all get `href`s rather than being buttons with click handlers, making them easier to use.
2023-03-10 16:45:43 +00:00
8469f1db1f
Don't show comments in preview mode 2023-03-10 16:10:47 +00: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
f903dfcc8b
Add redirect URL for mastodon user 2023-03-06 14:32:00 +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
138c81a005
Merge remote-tracking branch 'origin/renovate/coverage-7.x' 2023-02-27 08:44:14 +00:00
76be5cccda
Merge remote-tracking branch 'origin/renovate/django-browser-reload-1.x' 2023-02-27 08:43:07 +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
550bb9c6ed
Merge remote-tracking branch 'origin/renovate/whitenoise-6.x' 2023-02-27 08:40:25 +00:00
7f4ca22d2c Update dependency coverage to v7.2.1 2023-02-26 14:00:20 +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
aacab6851d Update dependency django-browser-reload to v1.7.0 2023-02-25 08:00:26 +00:00
32a06e4b42
Unset some extra headers
Avoids some gunicorn errors
2023-02-22 09:32:18 +00:00
92ecbb2c48
Route nginx to django app 2023-02-22 09:15:44 +00:00
4326dc2299
Add helper entrypoint scripts
This keeps the configuration for what to run inside the container, without adding the extra weight and config of s6
2023-02-22 08:53:42 +00:00