Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comment out password restrictions | Parker | 2024-11-05 | 1 | -30/+30 |
| | |||||
* | Create DB tables on start | Parker | 2024-11-05 | 1 | -0/+3 |
| | |||||
* | User routes + some updates | Parker | 2024-11-04 | 7 | -22/+168 |
| | |||||
* | Notes | Parker | 2024-11-04 | 1 | -1/+8 |
| | |||||
* | Major consolidation and upgrades | Parker | 2024-11-04 | 12 | -354/+307 |
| | |||||
* | Work on refresh tokens | Parker | 2024-11-04 | 2 | -7/+22 |
| | |||||
* | Continue JWT implementation - add refresh token | Parker | 2024-11-04 | 5 | -23/+86 |
| | |||||
* | Remove API Keys -> Authenticate with JWT | Parker | 2024-11-04 | 7 | -69/+156 |
| | |||||
* | Be certain data is present in the response | Parker | 2024-11-03 | 1 | -1/+11 |
| | |||||
* | Hopefully fix the IP2Location issues | Parker | 2024-11-03 | 1 | -18/+28 |
| | |||||
* | Work on IP2Location issues | Parker | 2024-11-03 | 1 | -17/+13 |
| | |||||
* | Update `requirements.txt` | Parker | 2024-11-03 | 1 | -1/+2 |
| | |||||
* | Hopefully fix IP2Location issues | Parker | 2024-11-03 | 1 | -12/+13 |
| | |||||
* | Update `requirements.txt` | Parker | 2024-11-03 | 1 | -0/+1 |
| | |||||
* | Update `requirements.txt` | Parker | 2024-11-03 | 1 | -1/+2 |
| | |||||
* | Update requirements.txt / Docker stuff | Parker | 2024-11-03 | 3 | -10/+4 |
| | |||||
* | Fix link redirects and remove BASE_URL | Parker | 2024-11-03 | 6 | -23/+10 |
| | |||||
* | Update config loading/validation | Parker | 2024-11-03 | 7 | -203/+106 |
| | |||||
* | Make links case-insensitive | Parker | 2024-11-03 | 2 | -6/+18 |
| | |||||
* | "TRUE" -> True - Stupid issue (String v Boolean) | Parker | 2024-11-03 | 1 | -3/+6 |
| | |||||
* | X-Forwarded-For -> X-Real-IP | Parker | 2024-11-03 | 1 | -2/+2 |
| | |||||
* | Correct IP w/ proxies | Parker | 2024-11-03 | 2 | -6/+19 |
| | |||||
* | Remove excess import | Parker | 2024-09-20 | 1 | -1/+1 |
| | |||||
* | Add complexity requirements for passwords | Parker | 2024-09-20 | 2 | -1/+12 |
| | |||||
* | Don't explicitly say the username is in use | Parker | 2024-09-20 | 1 | -1/+1 |
| | |||||
* | Auto-build Docker image | Parker | 2024-09-19 | 1 | -0/+59 |
| | |||||
* | Fix redirecting | Parker | 2024-08-07 | 1 | -12/+17 |
| | |||||
* | Fix redirecting | Parker | 2024-08-07 | 1 | -1/+2 |
| | |||||
* | Remove unused print statement | Parker | 2024-08-07 | 1 | -2/+1 |
| | |||||
* | Fix function name for 'regenerate' | Parker | 2024-06-25 | 1 | -1/+1 |
| | |||||
* | Change page title | Parker | 2024-06-24 | 1 | -1/+1 |
| | |||||
* | Italicize NOTE text | Parker | 2024-06-24 | 1 | -1/+1 |
| | |||||
* | Change API_KEY value | Parker | 2024-06-24 | 1 | -1/+1 |
| | |||||
* | Ignore config.ini file | Parker | 2024-06-24 | 1 | -1/+2 |
| | |||||
* | Remove config.ini file | Parker | 2024-06-24 | 1 | -5/+0 |
| | |||||
* | Major overhaul + Bare bones web UI | Parker | 2024-06-24 | 34 | -546/+1102 |
| | |||||
* | Add LABEL | Parker | 2024-06-23 | 1 | -0/+2 |
| | |||||
* | Change image registry to ghcr.io | Parker | 2024-06-21 | 1 | -1/+1 |
| | |||||
* | Update .gitignore | Parker | 2024-06-21 | 2 | -2/+3 |
| | |||||
* | Redirect `/` -> `/docs` | Parker | 2024-05-31 | 1 | -1/+8 |
| | |||||
* | Overhaul: Flask -> FastAPI | Parker | 2024-02-26 | 16 | -248/+229 |
| | |||||
* | working on changing from flask -> fastapi | Parker | 2024-02-26 | 7 | -85/+98 |
| | |||||
* | Update README.md | Parker | 2024-02-25 | 1 | -0/+11 |
| | |||||
* | Require auth for delrecords route | Parker | 2024-02-25 | 1 | -0/+1 |
| | |||||
* | Incorrect route name fix | Parker | 2024-02-25 | 1 | -1/+1 |
| | |||||
* | Delete records for specific link | Parker | 2024-02-25 | 2 | -1/+28 |
| | |||||
* | Schedule data removal + change WSGI server | Parker | 2024-02-25 | 2 | -8/+17 |
| | |||||
* | Remove data for old links | Parker | 2024-02-25 | 1 | -0/+23 |
| | |||||
* | Save expire_date as datetime.date | Parker | 2024-02-25 | 2 | -4/+2 |
| | |||||
* | Save expire_date as datetime rather than string | Parker | 2024-02-25 | 2 | -3/+7 |
| |