Commit Graph

11 Commits

Author SHA1 Message Date
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
34d459cc58 Fixed 403 Forbidden thrown when getting Website metadata
- Add User-Agent to header to prevent 403 Forbidden when downloading webpage strings
- Add Bookmark URL and User Id unique combo constraint
- Add Tag Name and User Id unique combo constraint
2023-03-04 00:37:59 -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
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