Commit graph

169 commits

Author SHA1 Message Date
57267df15c
Add tests 2024-03-15 14:35:07 +01:00
19241803f2
Use WAL 2024-03-15 14:16:06 +01:00
951d534489
Create cache table on start 2024-03-15 14:15:51 +01:00
61f05a9a23
Use dateparser to parse the date 2024-03-15 14:15:27 +01:00
927e20c9bb
Add pre-commit 2024-03-15 13:42:45 +01:00
4c16d14e61
Merge app and project, use SQLite instead and 2024-03-15 13:35:00 +01:00
renovate[bot]
f0e7a35774 Update dependency ruff to v0.3.2 2024-03-09 03:19:27 +00:00
renovate[bot]
042515e2a6 Update dependency ruff to v0.3.1 2024-03-07 04:14:43 +00:00
renovate[bot]
8e64caf880 Update dependency django to v5.0.3 2024-03-04 12:01:11 +00:00
renovate[bot]
63857f450c Update dependency ruff to ^0.3.0 2024-02-29 20:39:23 +00:00
b4e780e4e1 Don't allow year 0 2024-02-23 16:22:56 +01:00
e98a577708 Add our domain to CSRF_TRUSTED_ORIGINS 2024-02-23 16:04:54 +01:00
110315a261 pls work? 2024-02-23 15:54:47 +01:00
c5ce97b5c8 Maybe fix CSRF? 2024-02-23 15:06:17 +01:00
afadaa3cf3 Fix warnings 2024-02-23 14:46:19 +01:00
5bb0801f15 Add sitemaps 2024-02-23 14:43:32 +01:00
062c80c413 Add list of domains 2024-02-23 13:34:40 +01:00
05d7da1f59 Add API endpoints 2024-02-23 13:20:06 +01:00
28185736a3 Add robots.txt 2024-02-23 11:00:22 +01:00
18349beeee Remove admin page 2024-02-23 10:32:49 +01:00
2058054c99 You will need a user to add feeds now 2024-02-23 07:50:02 +01:00
61b9db1333 Use global context for db_size and amount_of_feeds 2024-02-23 06:36:36 +01:00
06964a5761 Add Meta to models 2024-02-23 06:28:11 +01:00
09ad44f247 Add users 2024-02-23 06:21:06 +01:00
4c41dda244 Fix meta tags and disable adding feeds 2024-02-19 07:40:04 +01:00
630e049d8c Add Gunicorn 2024-02-19 06:32:06 +01:00
03525fc04a Update Docker stuff 2024-02-19 06:10:26 +01:00
560e45da11 Add psycopg to dependencies 2024-02-19 05:48:51 +01:00
5ef2184003 Shebang is present in manage.py but file is not executable 2024-02-19 05:45:34 +01:00
7eee113cdf Go back to Django 2024-02-19 05:44:08 +01:00
d7be14f5a2 Move back to Python 🙃 2024-02-18 22:00:28 +01:00
f9d4ea8d4f Update .gitignore 2024-02-18 22:00:10 +01:00
f73a36c1c8 Add support for Itunes 2024-02-18 05:07:30 +01:00
8f7690d8f4 Add support for Dublin Core 2024-02-18 01:05:30 +01:00
fb37a9ee88 Add support for images 2024-02-18 00:27:00 +01:00
5016f576b9 You can now get authors 2024-02-17 22:06:11 +01:00
3113b844bc Add feed and item extensions 2024-02-17 21:18:04 +01:00
5c0d6180ed Read settings from .env 2024-02-17 20:07:21 +01:00
ffb19acef7 Use a connection pool for Postgres 2024-02-17 06:09:05 +01:00
99cd70165e Items will now be added when adding feed, add /feed/{id} and improve SQL 2024-02-17 04:50:23 +01:00
7b056a4a41 Get DB size from Postgres 2024-02-17 04:25:39 +01:00
renovate[bot]
273bb20baa Update actions/cache action to v4 2024-02-16 04:19:01 +00:00
2f7672555e Update GOOSE_DBSTRING to include host and port information 2024-02-16 05:16:40 +01:00
f3c380ca57 Run Goose in GitHub workflow 2024-02-16 05:13:01 +01:00
1422c3847c Run a postgres 16 docker image in our GitHub workflow 2024-02-16 05:00:44 +01:00
a5b6352a4c You can now add feeds to the database 2024-02-16 04:56:44 +01:00
1fa8351d11 Move everything back to root dir 2024-02-14 04:40:48 +01:00
1fee75a927 Import gofeed 2024-02-14 04:27:35 +01:00
5da1cf0bd5 Refactor HTML creation 2024-02-14 01:56:47 +01:00
2e5140f669 Fix broken build command in .air.toml 2024-02-14 01:51:13 +01:00