Commit graph

26 commits

Author SHA1 Message Date
0880e62ba7 Point org-social links to git.andros.dev 2026-08-20 10:24:06 +02:00
91e9dc1952 Point moved repo links to git.andros.dev 2026-08-20 10:17:47 +02:00
ed1bc20076 Replace Django healthcheck with lightweight HTTP probe
manage.py check booted a full Django interpreter every 30s (~1.5s CPU
per run) and never verified the server was actually responding. Probe
the HTTP endpoint directly instead and relax the interval.
2026-07-04 19:39:32 +02:00
0ad047d967 Add hourly task to register hosted feeds on the relay 2026-05-07 08:29:09 +02:00
df963d32d5 Clarify /delete description: removes account and frees nickname 2026-05-04 11:49:11 +02:00
7d03b787cb Reject upload when nick conflicts with another registered account 2026-04-26 10:09:00 +02:00
c39dddeb22 Remove default follows from new user template 2026-04-21 10:09:33 +02:00
d7a3076d90 Change default FILE_TTL_DAYS from 30 days to 1 year 2026-03-09 09:44:05 +01:00
d6d7ad9cdb Update Contributing section with contribution guidelines link 2026-02-23 09:57:23 +01:00
Andros Fenollosa
7fa9d364d9 Add enable_cleanup 2025-12-05 10:18:46 +01:00
Andros Fenollosa
108a898cdf docs: Add CORS documentation with JavaScript examples 2025-11-30 17:14:58 +01:00
Andros Fenollosa
1c9dcd77dc feat: Enable CORS for all origins to allow frontend access 2025-11-30 17:13:52 +01:00
Andros Fenollosa
3e8e1da901
Update default_social.org 2025-11-26 11:29:09 +01:00
Andros Fenollosa
6edff176a6 Fix HTTPS detection to use domain-based fallback 2025-11-24 10:29:17 +01:00
Andros Fenollosa
e12fbdc8ec Fixed http protocol 2025-11-24 10:23:57 +01:00
Andros Fenollosa
f3631a1d75 feat: Add redirect from /username/ to /username/social.org
This makes URLs shorter and more user-friendly.

Example:
- https://host.org-social.org/andros/https://host.org-social.org/andros/social.org

Implements 301 redirect for SEO compatibility.

Signed-off-by: Andros Fenollosa <hi@andros.dev>
2025-11-23 11:19:34 +01:00
Andros Fenollosa
1c95a5f576 Added public routes 2025-11-19 15:40:28 +01:00
Andros Fenollosa
0cb020e68e Fix statics 2025-11-18 12:45:20 +01:00
Andros Fenollosa
06543745bf Updated with SEO 2025-11-18 12:28:08 +01:00
Andros Fenollosa
ad99e3369a Rename text 2025-11-18 12:26:50 +01:00
Andros Fenollosa
f4ec8b106d Added staticfiles 2025-11-18 12:23:28 +01:00
Andros Fenollosa
53527c1b8a Add default social.org template 2025-11-18 12:08:55 +01:00
Andros Fenollosa
99120d3ae4 Fix task 2025-11-18 11:47:47 +01:00
Andros Fenollosa
4658dffb0a First code 2025-11-18 11:46:41 +01:00
Andros Fenollosa
068e5093ec Updated 2025-11-18 09:17:28 +01:00
Andros Fenollosa
4aa9f0a45e First commit 2025-11-18 08:59:49 +01:00