Commit Graph

8 Commits

Author SHA1 Message Date
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
657000ddd6 Escaped HTML special characters and truncated descriptions to 100 GH-13 2023-02-21 23:14:27 -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
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
e0b38beff6 Initial commit 2023-01-25 00:06:14 -06:00