aboutsummaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Work on dashboard functionalityParker2024-11-071-43/+198
* Lots more functionality - working towards UIParker2024-11-068-95/+115
* Re-add the link loggingParker2024-11-051-36/+39
* Update + Signup works!Parker2024-11-055-66/+12
* Fix auth and organization/standardsParker2024-11-058-74/+102
* stuffParker2024-11-057-123/+112
* Comment out password restrictionsParker2024-11-051-30/+30
* User routes + some updatesParker2024-11-047-22/+168
* NotesParker2024-11-041-1/+8
* Major consolidation and upgradesParker2024-11-0410-192/+569
* Continue JWT implementation - add refresh tokenParker2024-11-042-9/+29
* 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
* Hopefully fix IP2Location issuesParker2024-11-031-12/+13
* Fix link redirects and remove BASE_URLParker2024-11-032-7/+6
* Update config loading/validationParker2024-11-032-2/+2
* Make links case-insensitiveParker2024-11-031-1/+2
* "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-031-5/+16
* 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
* Fix redirectingParker2024-08-071-12/+17
* Fix redirectingParker2024-08-071-1/+2
* Change page titleParker2024-06-241-1/+1
* Major overhaul + Bare bones web UIParker2024-06-2417-504/+496
* Update .gitignoreParker2024-06-211-1/+1
* Redirect `/` -> `/docs`Parker2024-05-311-1/+8
* Overhaul: Flask -> FastAPIParker2024-02-2614-156/+223
* working on changing from flask -> fastapiParker2024-02-266-83/+95
* Require auth for delrecords routeParker2024-02-251-0/+1
* Incorrect route name fixParker2024-02-251-1/+1
* Delete records for specific linkParker2024-02-252-1/+28
* Schedule data removal + change WSGI serverParker2024-02-251-6/+14
* Remove data for old linksParker2024-02-251-0/+23
* Save expire_date as datetime.dateParker2024-02-252-4/+2
* Save expire_date as datetime rather than stringParker2024-02-252-3/+7
* Database saving issue for docker container fixParker2024-02-251-1/+7
* Remove sys import -> not neededParker2024-02-251-2/+1
* remote_addr -> access_route[-1]Parker2024-02-251-2/+2
* CreationParker2024-02-2510-0/+352