Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update config and work on shell/docker | Parker | 2024-11-15 | 5 | -6/+34 |
* | Update compose | Parker | 2024-11-15 | 1 | -2/+2 |
* | Update all requirements | Parker | 2024-11-15 | 1 | -12/+10 |
* | Add defaults | Parker | 2024-11-15 | 1 | -2/+2 |
* | Change listen port | Parker | 2024-11-15 | 1 | -1/+1 |
* | Update nginx.conf for Docker containers | Parker | 2024-11-15 | 1 | -4/+5 |
* | Delete links/logs on account deletion | Parker | 2024-11-15 | 1 | -0/+12 |
* | Finish dashboard and link creation | Parker | 2024-11-15 | 4 | -4/+19 |
* | Extra route + Much more UI | Parker | 2024-11-15 | 11 | -100/+312 |
* | Update UI | Parker | 2024-11-13 | 7 | -148/+197 |
* | Add ping route | Parker | 2024-11-13 | 1 | -0/+5 |
* | basic navbar | Parker | 2024-11-12 | 3 | -60/+100 |
* | Begin navbar | Parker | 2024-11-12 | 4 | -111/+153 |
* | Add /me route | Parker | 2024-11-12 | 1 | -0/+10 |
* | Add \'packageManager\' field | Parker | 2024-11-12 | 1 | -1/+2 |
* | Functionality for log deletion | Parker | 2024-11-12 | 1 | -3/+47 |
* | Remove custom 404 handler | Parker | 2024-11-12 | 1 | -12/+1 |
* | Run on localhost | Parker | 2024-11-11 | 1 | -2/+1 |
* | Merge API+APP in Docker | Parker | 2024-11-11 | 6 | -24/+51 |
* | Remove origins | Parker | 2024-11-11 | 1 | -9/+0 |
* | Change host | Parker | 2024-11-11 | 1 | -2/+3 |
* | Redirect / -> /login | Parker | 2024-11-11 | 1 | -1/+7 |
* | Fix formatting - mainly spacing | Parker | 2024-11-11 | 8 | -320/+323 |
* | Update ignore | Parker | 2024-11-10 | 1 | -1/+5 |
* | Some clean-up | Parker | 2024-11-10 | 12 | -525/+7 |
* | Remove extra (old) log routes | Parker | 2024-11-10 | 1 | -70/+0 |
* | Add log routes and update dashboard | Parker | 2024-11-10 | 9 | -49/+268 |
* | TOO MUCH STUFF | Parker | 2024-11-10 | 40 | -302/+2431 |
* | Mainly auth re-thinking - just in thought | Parker | 2024-11-08 | 7 | -78/+130 |
* | Set cookie on /refresh | Parker | 2024-11-08 | 1 | -4/+4 |
* | Order links by date descending when returned | Parker | 2024-11-08 | 1 | -1/+7 |
* | Remove default statement for DB | Parker | 2024-11-08 | 3 | -5/+5 |
* | Fix route function description | Parker | 2024-11-08 | 1 | -1/+1 |
* | Dashboard functionality increase | Parker | 2024-11-07 | 2 | -104/+94 |
* | Remove useless commented code | Parker | 2024-11-07 | 1 | -7/+0 |
* | Work on dashboard functionality | Parker | 2024-11-07 | 1 | -43/+198 |
* | Lots more functionality - working towards UI | Parker | 2024-11-06 | 9 | -97/+121 |
* | Re-add the link logging | Parker | 2024-11-05 | 1 | -36/+39 |
* | Update + Signup works! | Parker | 2024-11-05 | 5 | -66/+12 |
* | Fix auth and organization/standards | Parker | 2024-11-05 | 9 | -76/+104 |
* | stuff | Parker | 2024-11-05 | 7 | -123/+112 |
* | 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 |