aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Dashboard functionality increaseParker2024-11-072-104/+94
* Remove useless commented codeParker2024-11-071-7/+0
* Work on dashboard functionalityParker2024-11-071-43/+198
* Lots more functionality - working towards UIParker2024-11-069-97/+121
* Re-add the link loggingParker2024-11-051-36/+39
* Update + Signup works!Parker2024-11-055-66/+12
* Fix auth and organization/standardsParker2024-11-059-76/+104
* stuffParker2024-11-057-123/+112
* Comment out password restrictionsParker2024-11-051-30/+30
* Create DB tables on startParker2024-11-051-0/+3
* User routes + some updatesParker2024-11-047-22/+168
* NotesParker2024-11-041-1/+8
* Major consolidation and upgradesParker2024-11-0412-354/+307
* Work on refresh tokensParker2024-11-042-7/+22
* Continue JWT implementation - add refresh tokenParker2024-11-045-23/+86
* Remove API Keys -> Authenticate with JWTParker2024-11-047-69/+156
* Be certain data is present in the responseParker2024-11-031-1/+11
* Hopefully fix the IP2Location issuesParker2024-11-031-18/+28
* Work on IP2Location issuesParker2024-11-031-17/+13
* Update `requirements.txt`Parker2024-11-031-1/+2
* Hopefully fix IP2Location issuesParker2024-11-031-12/+13
* Update `requirements.txt`Parker2024-11-031-0/+1
* Update `requirements.txt`Parker2024-11-031-1/+2
* Update requirements.txt / Docker stuffParker2024-11-033-10/+4
* Fix link redirects and remove BASE_URLParker2024-11-036-23/+10
* Update config loading/validationParker2024-11-037-203/+106
* Make links case-insensitiveParker2024-11-032-6/+18
* "TRUE" -> True - Stupid issue (String v Boolean)Parker2024-11-031-3/+6
* X-Forwarded-For -> X-Real-IPParker2024-11-031-2/+2
* Correct IP w/ proxiesParker2024-11-032-6/+19
* Remove excess importParker2024-09-201-1/+1
* Add complexity requirements for passwordsParker2024-09-202-1/+12
* Don't explicitly say the username is in useParker2024-09-201-1/+1
* Auto-build Docker imageParker2024-09-191-0/+59
* Fix redirectingParker2024-08-071-12/+17
* Fix redirectingParker2024-08-071-1/+2
* Remove unused print statementParker2024-08-071-2/+1
* Fix function name for 'regenerate'Parker2024-06-251-1/+1
* Change page titleParker2024-06-241-1/+1
* Italicize NOTE textParker2024-06-241-1/+1
* Change API_KEY valueParker2024-06-241-1/+1
* Ignore config.ini fileParker2024-06-241-1/+2
* Remove config.ini fileParker2024-06-241-5/+0
* Major overhaul + Bare bones web UIParker2024-06-2434-546/+1102
* Add LABELParker2024-06-231-0/+2
* Change image registry to ghcr.ioParker2024-06-211-1/+1
* Update .gitignoreParker2024-06-212-2/+3
* Redirect `/` -> `/docs`Parker2024-05-311-1/+8
* Overhaul: Flask -> FastAPIParker2024-02-2616-248/+229
* working on changing from flask -> fastapiParker2024-02-267-85/+98