aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Functionality for log deletionParker2024-11-121-3/+47
* Remove custom 404 handlerParker2024-11-121-12/+1
* Run on localhostParker2024-11-111-2/+1
* Merge API+APP in DockerParker2024-11-116-24/+51
* Remove originsParker2024-11-111-9/+0
* Change hostParker2024-11-111-2/+3
* Redirect / -> /loginParker2024-11-111-1/+7
* Fix formatting - mainly spacingParker2024-11-118-320/+323
* Update ignoreParker2024-11-101-1/+5
* Some clean-upParker2024-11-1012-525/+7
* Remove extra (old) log routesParker2024-11-101-70/+0
* Add log routes and update dashboardParker2024-11-109-49/+268
* TOO MUCH STUFFParker2024-11-1040-302/+2431
* Mainly auth re-thinking - just in thoughtParker2024-11-087-78/+130
* Set cookie on /refreshParker2024-11-081-4/+4
* Order links by date descending when returnedParker2024-11-081-1/+7
* Remove default statement for DBParker2024-11-083-5/+5
* Fix route function descriptionParker2024-11-081-1/+1
* 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