Commit graph

165 commits

Author SHA1 Message Date
99d01f17a9 Add sqlc init 2024-02-13 06:35:46 +01:00
289d04699d Add /data to .gitignore instead of .db 2024-02-13 06:33:33 +01:00
6a98858dd0 Don't use Chi 2024-02-08 20:09:55 +01:00
b70b139c42 Don't filter URLs 2024-02-08 20:09:49 +01:00
renovate[bot]
c8ddde9c12 Update dependency go to v1.22.0 2024-02-07 01:28:47 +00:00
renovate[bot]
07f4d6b5cd Update module gorm.io/gorm to v1.25.7 2024-02-06 23:46:34 +00:00
45bd83a5ba Renovate: Run Go mod tidy after update 2024-02-07 00:45:04 +01:00
164674f396 go mod tidy 2024-02-07 00:39:32 +01:00
renovate[bot]
c320614664 Update gorm.io/gorm digest to 0123dd4 2024-02-06 06:14:28 +00:00
renovate[bot]
76b52a5596 Update module gorm.io/driver/sqlite to v1.5.5 2024-02-06 04:23:39 +00:00
9dde7fa378 Run go mod tidy in workflow 2024-02-05 17:54:55 +01:00
ea40668edb Go mod tidy 2024-02-05 17:53:22 +01:00
renovate[bot]
7150f552e5 Update module github.com/stretchr/testify to v1.8.4 2024-02-05 16:37:39 +00:00
0df9e47826 Wrong directory 🙃 2024-02-05 17:36:04 +01:00
7b979f4974 Add a GitHub workflow for Golang 2024-02-05 17:28:23 +01:00
4cab55c211 Fix button for uploading OPML 2024-02-05 06:00:17 +01:00
75000150bf Have random quotes in the footer 2024-02-05 04:57:27 +01:00
bf404e65da Cache database size 2024-02-05 02:47:20 +01:00
c185d463e6 Read HTML from a file instead of .tmpl 2024-02-05 02:35:46 +01:00
f2f1a08687 Refactor files 2024-02-05 00:09:21 +01:00
0bc687a538 Add terms and FAQ 2024-02-04 22:04:22 +01:00
e45f9b3bae Add privacy policy 2024-02-04 21:41:48 +01:00
11035584af Check if the domain is on a blocklist 2024-02-04 21:23:21 +01:00
a2b80c108d Add tests 2024-02-04 19:20:38 +01:00
a7630d7443 Move all structs to model.go 2024-02-04 17:09:52 +01:00
366820bac8 Close DB on exit 2024-02-04 05:36:51 +01:00
263e89e292 Improve validateURL() 2024-02-04 03:22:54 +01:00
6add647ec7 Add gorm models 2024-02-04 01:53:49 +01:00
a31849434b Refactor templates 2024-02-03 23:14:58 +01:00
6f39a9f4ef Handle 405 2024-02-03 20:00:29 +01:00
cf726c800e Handle 404 2024-02-03 20:00:20 +01:00
51fb9df8b3 Use Go templates for HTML 2024-02-03 17:50:17 +01:00
defb2dcfdd Use Air 2024-02-03 02:29:37 +01:00
334c007c0e Add Chi 2024-02-03 02:29:29 +01:00
3445466197 Add empty Go project 2024-02-03 02:21:51 +01:00
b4c66ecf3c Remove unused dependencies 2024-02-03 01:20:31 +01:00
59c0b81262 Use database caching instead of Redis 2024-02-02 21:34:56 +01:00
5727ca0c74 Add Docker stuff 2024-02-02 21:17:47 +01:00
renovate[bot]
e5a7ca9269 Update dependency ruff to ^0.2.0 2024-02-02 03:05:55 +00:00
renovate[bot]
569a9a256d Update dependency django-debug-toolbar to v4.3.0 2024-02-02 00:01:29 +00:00
2c60f0aab7 You can now upload .opml files 2024-01-31 04:33:43 +01:00
e24413603c Update HTML 2024-01-31 03:59:25 +01:00
a828350052 Use redirect instead of render 2024-01-31 00:47:18 +01:00
fd9e11bff0 Fix email 2024-01-31 00:44:46 +01:00
c9878b51c8 Remove regexes from is_local() 2024-01-31 00:03:17 +01:00
e6e32a8ddc Update feeds.html 2024-01-31 00:02:53 +01:00
16f9000eee Ignore static files 2024-01-31 00:01:20 +01:00
c41780fca0 Validate URLs before adding 2024-01-30 22:40:41 +01:00
6f544db209 Update HTML 2024-01-30 05:37:14 +01:00
efc4a26340 Fix feeds.html 2024-01-30 04:02:25 +01:00