Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'main' of https://github.com/packetparker/linklogger | Parker | 2024-12-02 | 1 | -3/+3 |
|\ | |||||
| * | Merge pull request #1 from ↵ | Parker | 2024-12-02 | 1 | -3/+3 |
| |\ | | | | | | | | | | | | | PacketParker/dependabot/npm_and_yarn/app/eslint/plugin-kit-0.2.3 Bump @eslint/plugin-kit from 0.2.2 to 0.2.3 in /app | ||||
| | * | Bump @eslint/plugin-kit from 0.2.2 to 0.2.3 in /app | dependabot[bot] | 2024-11-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.2...plugin-kit-v0.2.3) --- updated-dependencies: - dependency-name: "@eslint/plugin-kit" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | | Bump Vite + dependencies | Parker | 2024-12-02 | 2 | -266/+272 |
|/ / | |||||
* | | "Sign Up" -> "Create Account" | Parker | 2024-11-17 | 2 | -3/+3 |
| | | |||||
* | | Smaller log text + transform date | Parker | 2024-11-16 | 2 | -2/+11 |
|/ | |||||
* | Update start scripts | Parker | 2024-11-15 | 2 | -5/+5 |
| | |||||
* | Finish dashboard and link creation | Parker | 2024-11-15 | 4 | -4/+19 |
| | |||||
* | Extra route + Much more UI | Parker | 2024-11-15 | 9 | -99/+270 |
| | |||||
* | Update UI | Parker | 2024-11-13 | 7 | -148/+197 |
| | |||||
* | basic navbar | Parker | 2024-11-12 | 3 | -60/+100 |
| | |||||
* | Begin navbar | Parker | 2024-11-12 | 4 | -111/+153 |
| | |||||
* | Add \'packageManager\' field | Parker | 2024-11-12 | 1 | -1/+2 |
| | |||||
* | Functionality for log deletion | Parker | 2024-11-12 | 1 | -3/+47 |
| | |||||
* | Run on localhost | Parker | 2024-11-11 | 1 | -2/+1 |
| | |||||
* | 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 |
| | |||||
* | Some clean-up | Parker | 2024-11-10 | 8 | -122/+7 |
| | |||||
* | Add log routes and update dashboard | Parker | 2024-11-10 | 5 | -47/+179 |
| | |||||
* | TOO MUCH STUFF | Parker | 2024-11-10 | 37 | -1279/+2318 |
| | |||||
* | 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 | 2 | -0/+3 |
| | |||||
* | 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 | 8 | -95/+115 |
| | |||||
* | 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 | 8 | -74/+102 |
| | |||||
* | stuff | Parker | 2024-11-05 | 7 | -123/+112 |
| | |||||
* | Comment out password restrictions | Parker | 2024-11-05 | 1 | -30/+30 |
| | |||||
* | 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 | 10 | -192/+569 |
| | |||||
* | Continue JWT implementation - add refresh token | Parker | 2024-11-04 | 2 | -9/+29 |
| | |||||
* | 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 |
| | |||||
* | Hopefully fix IP2Location issues | Parker | 2024-11-03 | 1 | -12/+13 |
| | |||||
* | Fix link redirects and remove BASE_URL | Parker | 2024-11-03 | 2 | -7/+6 |
| | |||||
* | Update config loading/validation | Parker | 2024-11-03 | 2 | -2/+2 |
| | |||||
* | Make links case-insensitive | Parker | 2024-11-03 | 1 | -1/+2 |
| | |||||
* | "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 | 1 | -5/+16 |
| | |||||
* | Remove excess import | Parker | 2024-09-20 | 1 | -1/+1 |
| |