Commit Graph

19 Commits

Author SHA1 Message Date
0ad6e99a8f Added structured logging to file and Grafana Loki 2023-03-27 21:38:43 -05:00
771b63f6c4 Added unit tests for API and Web App
Also updated backend to use .NET6
2023-03-08 21:34:43 -06:00
b0cb791bc2 Add auto-registration mechanism
- Add User registration mechanism when adding auth provider id to claims, if no User Id corresponds to the auth provider Id
- Swallow unique constraint violation for unique auth provider id on user table, in case of duplicate requests
- Add Serilog logging
- Add no bookmarks and no tags message when none is found on Bookmark List page
2023-03-03 23:35:53 -06:00
238c92f711 Modified register user service method to be async 2023-02-23 00:09:49 -06:00
657000ddd6 Escaped HTML special characters and truncated descriptions to 100 GH-13 2023-02-21 23:14:27 -06:00
83a4fba905 Modified endpoint to properly filter Bookmarks based on Hidden flag on both the Bookmark entry itself and its associated tags 2023-02-20 22:52:05 -06:00
c55b018c0d Added page and endpoints for managing Tags 2023-02-20 18:49:21 -06:00
1f3adf0932 Added front-end ReactApp, with basic CRUD functionality for Bookmark entries 2023-02-19 15:17:20 -06:00
0413abf587 Modified API returned data format to ditch use of GenericResponse wrapper 2023-02-08 18:56:06 -06:00
7e48e097c0 Add CORS exception 2023-02-07 22:13:26 -06:00
3ace4a01f1 Added Generic Response to BadRequest on HttpPost endpoint 2023-01-28 17:08:32 -06:00
3f4c32107e Made description and note optional, auto added title and description from metadata if not provided 2023-01-28 17:04:49 -06:00
22f5764589 Updated issues with querying getting all bookmarks and updating bookmark tags 2023-01-28 13:23:46 -06:00
1ca6b63af3 Added update endpoint for Bookmark 2023-01-28 01:43:36 -06:00
b9cd6b3c6a Added endpoint and functionality for getting, retrieving and deleting bookmarks, and for adding and removing tags for a bookmark 2023-01-28 00:48:48 -06:00
08823de474 Added AutoMapper for User related objects 2023-01-26 18:56:22 -06:00
afab148337 Added UserId to claims 2023-01-25 23:41:17 -06:00
406bd9a0d1 Added endpoint for registering a user locally after successful logon from Auth0 2023-01-25 22:47:05 -06:00
e0b38beff6 Initial commit 2023-01-25 00:06:14 -06:00