Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Add item to cart slice on button press in StoreItem | 2024-09-05 | -0/+16 | ||
| | |||||
* | Add CardStatus component | 2024-09-05 | -0/+12 | ||
| | |||||
* | Add cart slice | 2024-09-05 | -0/+48 | ||
| | |||||
* | Add toast container | 2024-09-05 | -0/+17 | ||
| | |||||
* | Add react-toastify | 2024-09-05 | -0/+22 | ||
| | |||||
* | Set refresh task on voucher validation | 2024-09-05 | -4/+26 | ||
| | |||||
* | Don't override headers in POST utils | 2024-09-05 | -1/+1 | ||
| | |||||
* | Store current refresh task in authorization slice | 2024-09-05 | -2/+11 | ||
| | |||||
* | Refactor login methods to new API file | 2024-09-05 | -5/+19 | ||
| | |||||
* | Add JWT decoding utilities to API | 2024-09-05 | -0/+101 | ||
| | |||||
* | Add jwt-decode package | 2024-09-05 | -0/+10 | ||
| | |||||
* | Remove debug endpoint | 2024-09-05 | -5/+0 | ||
| | |||||
* | Add a test endpoint to show off the API docs problem with returning 204s | 2024-08-28 | -0/+5 | ||
| | |||||
* | Update public-relations.md | 2024-08-28 | -1/+0 | ||
| | |||||
* | Update frontend-feature.md | 2024-08-28 | -3/+0 | ||
| | |||||
* | Update backend-feature.md | 2024-08-28 | -3/+0 | ||
| | |||||
* | Create public-relations.md | 2024-08-28 | -0/+8 | ||
| | |||||
* | Update issue templates | 2024-08-28 | -0/+20 | ||
| | |||||
* | Allow refreshing of JWTs | 2024-08-27 | -4/+21 | ||
| | |||||
* | Use a generic JWTClaim class for respones | 2024-08-27 | -5/+8 | ||
| | |||||
* | Remove debug log | 2024-08-27 | -1/+0 | ||
| | |||||
* | Update password meta data on password reset | 2024-08-27 | -0/+3 | ||
| | |||||
* | make pw reset codes unique | 2024-08-27 | -2/+2 | ||
| | |||||
* | Add debug endpoint for creating users | 2024-08-27 | -3/+40 | ||
| | |||||
* | Add endpoints for handling user logins and password resets | 2024-08-27 | -4/+104 | ||
| | |||||
* | Update auth middleware to check for users that need to change their password | 2024-08-27 | -9/+24 | ||
| | |||||
* | Include the issued at date stamp in JWTs | 2024-08-27 | -2/+3 | ||
| | |||||
* | Add columns for storing user auth info | 2024-08-27 | -1/+61 | ||
| | |||||
* | Remove unused IntFlag | 2024-08-27 | -8/+0 | ||
| | |||||
* | Install argon2 | 2024-08-27 | -9/+163 | ||
| | |||||
* | Add note on selectedTheme | 2024-08-25 | -0/+2 | ||
| | |||||
* | Link Header to homepage | 2024-08-25 | -6/+15 | ||
| | |||||
* | Better grid space optimisation | 2024-08-25 | -0/+1 | ||
| | |||||
* | Add loading animation to store page loading | 2024-08-25 | -1/+10 | ||
| | |||||
* | React lazy loading | 2024-08-25 | -7/+58 | ||
| | |||||
* | Only show colour picker if there is a choice | 2024-08-25 | -3/+4 | ||
| | |||||
* | Gracefully handle missing token errors | 2024-08-25 | -4/+20 | ||
| | |||||
* | Add store front page | 2024-08-25 | -0/+41 | ||
| | |||||
* | Add an item displayed in the store | 2024-08-25 | -0/+277 | ||
| | |||||
* | Extract button to reusable component | 2024-08-25 | -23/+33 | ||
| | |||||
* | Update voucher validator to point to store page | 2024-08-25 | -38/+35 | ||
| | |||||
* | Make max-width opt in via new container | 2024-08-25 | -10/+24 | ||
| | |||||
* | Add top margin to header | 2024-08-25 | -8/+9 | ||
| | |||||
* | Add overflow CSS for cards | 2024-08-25 | -0/+1 | ||
| | |||||
* | Add API module for templates | 2024-08-25 | -0/+38 | ||
| | |||||
* | Update themes | 2024-08-25 | -1/+4 | ||
| | |||||
* | Add new store page to router | 2024-08-25 | -2/+11 | ||
| | |||||
* | Wrap app in Redux Provider | 2024-08-25 | -1/+5 | ||
| | |||||
* | Add redux store and authorization slice | 2024-08-25 | -0/+64 | ||
| | |||||
* | Add redux | 2024-08-25 | -0/+88 | ||
| |