24 Commits

Author SHA1 Message Date
3403057f25
X-Forwarded-For -> X-Real-IP 2024-11-03 16:13:28 -06:00
caa8604ee4
Correct IP w/ proxies 2024-11-03 15:55:25 -06:00
72a5f508eb
Remove excess import 2024-09-20 18:27:51 -05:00
cf6e4be30f
Add complexity requirements for passwords 2024-09-20 18:26:40 -05:00
1acb17b3af
Don't explicitly say the username is in use 2024-09-20 18:07:03 -05:00
0c912bf226
Fix redirecting 2024-08-07 16:08:21 -05:00
cf6acce120
Fix redirecting 2024-08-07 16:07:45 -05:00
9d9c0659b0
Change page title 2024-06-24 16:38:48 -05:00
5b92454760
Major overhaul + Bare bones web UI 2024-06-24 16:24:09 -05:00
8d72466629
Update .gitignore 2024-06-21 17:40:32 -05:00
a4107d0976
Redirect / -> /docs 2024-05-31 01:29:25 -05:00
bce756b9aa
Overhaul: Flask -> FastAPI 2024-02-26 20:55:05 -06:00
a0bfa54406
working on changing from flask -> fastapi 2024-02-26 16:31:09 -06:00
fa8bc4c176
Require auth for delrecords route 2024-02-25 22:24:38 -06:00
49516123c0
Incorrect route name fix 2024-02-25 22:18:34 -06:00
7086fbce95
Delete records for specific link 2024-02-25 22:13:37 -06:00
96d64f4704
Schedule data removal + change WSGI server 2024-02-25 18:13:27 -06:00
93d1dab63a
Remove data for old links 2024-02-25 18:13:03 -06:00
236f050f54
Save expire_date as datetime.date 2024-02-25 17:52:10 -06:00
fdc9939f57
Save expire_date as datetime rather than string 2024-02-25 17:46:34 -06:00
8a989f2a2c
Database saving issue for docker container fix 2024-02-25 17:28:27 -06:00
8ec4a1dbbf
Remove sys import -> not needed 2024-02-25 02:46:11 -06:00
c7b28e4d7f
remote_addr -> access_route[-1] 2024-02-25 02:45:45 -06:00
0ea4abca33
Creation 2024-02-25 02:15:31 -06:00