Commit Graph

982 Commits

Author SHA1 Message Date
Jake Howard 8c3fe1da8b
Fall back to title for meta description 2023-10-06 22:03:10 +01:00
Jake Howard 298010d184
Add redirects for categories page 2023-10-06 21:27:39 +01:00
Jake Howard 158ba9cbfc
Increase page sizes 2023-10-06 21:23:32 +01:00
Jake Howard 6b117956c0
Add page numbers to canonical tags 2023-10-06 21:19:01 +01:00
Jake Howard 28a54e9d56
Add redirects for legacy tag URLs 2023-10-06 20:51:10 +01:00
Jake Howard 9bc200fe9f
Never allow the search page to be indexed 2023-10-06 18:34:22 +01:00
Renovate e2591be976 Update dependency lite-youtube-embed to v0.3.0 2023-10-06 08:48:57 +01:00
Jake Howard 9b41ce874e
Downgrade Django to 3.2 LTS to ensure support for longer 2023-10-06 08:39:35 +01:00
Jake Howard 899e97dedc
Allow protocol to be configured for spotify proxy 2023-09-21 13:33:55 +01:00
Renovate 29ecc9725d Update dependency django-sri to v0.7.0 2023-09-21 13:18:40 +01:00
Renovate 18b65c52f7 Update dependency django-environ to v0.11.2 2023-09-18 09:07:01 +01:00
Renovate 50201a88ec Update dependency sass to v1.67.0 2023-09-14 08:01:12 +01:00
Jake Howard 9d891cd101
Use URL as GUID
This makes changing URL links less of a pain
2023-09-06 14:16:05 +01:00
Jake Howard 36749ceac3
Create a global requests session
This should massively cut down on the number of TCP handshakes
2023-09-04 21:48:10 +01:00
Jake Howard fa065648d7
Add size of enclosure to RSS feed 2023-09-04 21:39:14 +01:00
Jake Howard 947612ab28
Flag that links are from RSS 2023-09-04 20:03:17 +01:00
Jake Howard 29505d4a52
Handle upstream issues with mastodon 2023-09-04 19:22:06 +01:00
Jake Howard e732e0c73e
Revert "Update dependency wagtail-generic-chooser to v0.6"
This reverts commit e93dde86a3.

It doesn't support the old version of Wagtail I'm on
2023-09-04 19:09:48 +01:00
Jake Howard 0931217e74
Add support pill 2023-08-29 22:19:41 +01:00
Renovate e93dde86a3 Update dependency wagtail-generic-chooser to v0.6 2023-08-28 22:23:38 +01:00
Renovate c5faf855b5 Update dependency django-browser-reload to v1.11.0 2023-08-28 22:17:59 +01:00
Renovate 6a0411fd12 Update dependency django-htmx to v1.16.0 2023-08-28 22:17:45 +01:00
Renovate 79eac685d0 Update dependency django-cors-headers to v4.2.0 2023-08-28 22:17:32 +01:00
Renovate 9941de7eec Update dependency django-permissions-policy to v4.17.0 2023-08-28 22:17:16 +01:00
Renovate 832bdfb82b Update dependency whitenoise to v6.5.0 2023-08-28 22:17:02 +01:00
Renovate 310eb05559 Update dependency shareon to v2.3.0 2023-08-19 14:01:03 +01:00
Jake Howard 4d3d6bbc9a
Remove unsplash healthchecks
Their API is more annoying
2023-08-19 13:59:43 +01:00
Jake Howard b8bbc79de4
Upgrade to Node 20 2023-08-19 13:41:39 +01:00
Renovate 67e5e35a06 Update dependency mypy to v1.5.1 2023-08-19 13:41:01 +01:00
Renovate f741595920 Update dependency sentry-sdk to v1.29.2 2023-08-19 13:37:58 +01:00
Jake Howard d5a229fd5a Merge pull request 'Update dependency black to v23.7.0' (#53) from renovate/black-23.x into master
Reviewed-on: #53
2023-08-19 13:34:36 +01:00
Renovate 7b9bd0fe29 Update dependency sass to v1.66.1 2023-08-19 13:29:27 +01:00
Renovate dc4a78dff5 Update dependency gunicorn to v21 2023-08-19 13:28:01 +01:00
Renovate 0ab4267e13 Update dependency Pygments to v2.16.1 2023-08-19 13:27:04 +01:00
Renovate d4a1da0097 Update dependency coverage to v7.3.0 2023-08-19 13:26:37 +01:00
Renovate e77126885f Update dependency esbuild to v0.19.2 2023-08-19 13:26:02 +01:00
Jake Howard 8c7f6b7f69
Better handle healthcheck errors 2023-08-19 13:19:42 +01:00
Jake Howard e870f4b162
Add unsplash healthcheck 2023-08-19 13:19:32 +01:00
Jake Howard 6b3f0273a1
Add Healthcheck for Linguist colours 2023-08-19 13:09:26 +01:00
Jake Howard 0541f6ce22
Add healthcheck for Spotify proxy 2023-08-19 13:00:34 +01:00
Jake Howard 96a6ded02e
Add dedicated favicon view 2023-07-23 15:17:58 +01:00
Jake Howard 7105386e61
Use direct mastodon host for verification 2023-07-20 22:02:02 +01:00
Jake Howard 59b7cf96fc
Install cURL when building frontend 2023-07-16 16:22:35 +01:00
Jake Howard c1019ed573
Collect static with static files 2023-07-16 15:11:31 +01:00
Jake Howard d5ed93db2a
Django checks requires static files 2023-07-16 15:02:40 +01:00
Jake Howard 72204bbf72
Collect static before checks 2023-07-16 14:58:42 +01:00
Jake Howard f813d96442
Install cURL in CI 2023-07-16 14:47:27 +01:00
Jake Howard c5d04240b1
Add styles to feeds
Copied from https://darekkay.com/blog/rss-styling/
2023-07-16 14:30:08 +01:00
Jake Howard 530503d769
Add in-memory cache around linguist data
Mostly useful for local development, but should help a little in production too
2023-07-15 17:47:21 +01:00
Jake Howard 7bf9956627
Add more attributes to all pages feed
With some defensive coding, there's no real reason why not
2023-07-15 17:45:13 +01:00