Commit Graph

13 Commits

Author SHA1 Message Date
771b63f6c4 Added unit tests for API and Web App
Also updated backend to use .NET6
2023-03-08 21:34:43 -06:00
067b32826d Redirected Home page to Bookmarks list page when authenticated and login page when not
Also modified to have 200 returned when only tags are changed and not the bookmark itself
2023-03-05 18:57:46 -06:00
e240d1fdac Fixed issue with Bookmarks with no tags not being returned 2023-03-04 23:46:57 -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
9a221fcca1 Added hints under the tags field for which delimeters will be used 2023-02-22 21:12:17 -06:00
51ffab6015 Modified Tag and Bookmark list pages to highlight text that matches searchstring 2023-02-22 19:57:21 -06:00
657000ddd6 Escaped HTML special characters and truncated descriptions to 100 GH-13 2023-02-21 23:14:27 -06:00
868646845a Replaced Button components representing Tags with reusable Tag component 2023-02-21 22:00:48 -06:00
36058cb283 Modified Auth0 integration to pull refresh token for auth and not hit Auth0 endpoints at every navigation page YABA-5 2023-02-21 21:40:21 -06:00
0065613cdd Modified to fix search and tag filtering not working together, fixed proper count for selected items to not include not displayed items 2023-02-21 20:32:28 -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