aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/types/bookmarks.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: Add collaborative lists (#2146)Mohamed Bassem2025-11-171-0/+3
* feat: Add support for user uploaded files (#2100)Mohamed Bassem2025-11-081-0/+2
* feat: Add source field to track bookmark creation sources (#2037)Mohamed Bassem2025-10-121-0/+14
* feat: Revamp import experience (#2001)Mohamed Bassem2025-10-041-0/+1
* fix: handle list with slashes in their names and truncate long list names. fi...Mohamed Bassem2025-08-301-3/+3
* fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem2025-07-121-0/+3
* feat: Store large html content in the asset dbMohamed Bassem2025-07-061-0/+2
* feat: Add support for public lists (#1511)Mohamed Bassem2025-06-011-0/+2
* feat: Generate RSS feeds from lists (#1507)Mohamed Bassem2025-05-311-0/+29
* feat: Add AI auto summarization. Fixes #1163Mohamed Bassem2025-05-181-0/+1
* fix(search): add new relevance sort order (#1392)xuatz2025-05-181-3/+3
* fix: Add includeContent to search endpoint and document it in the docsMohamed Bassem2025-04-161-0/+1
* fix: Dont download html content by default in the bookmark grid. Fixes #1198Mohamed Bassem2025-04-131-0/+1
* feat: Allow editing the extracted content of an asset bookmarkMohamed Bassem2025-04-131-0/+4
* feat: Allow editing bookmark detailsMohamedBassem2025-04-081-0/+10
* feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)erik-nilcoast2025-03-221-0/+4
* fix: Harden getBookmarks endpoint against inconsistent bookmarks. Fixes #1094Mohamed Bassem2025-03-091-2/+2
* feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2025-02-171-0/+2
* fix: Dont rearchive singlefile uploads and consider them as archivesMohamed Bassem2025-02-021-0/+1
* feat(api): Expose the modifiedAt date in the bookmarks APIMohamed Bassem2025-02-011-0/+1
* feat: Add Bookmark Sorting Feature (#812)Daksh Pareek2025-01-121-0/+5
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-111-1/+6
* feat: Expose the search functionality in the REST APIMohamed Bassem2025-01-051-0/+12
* fix: Coerce createdAt in the bookmark create/update APIsMohamed Bassem2024-12-281-2/+2
* feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem2024-12-271-5/+1
* fix: Fix homepage not loading when hitting adding invalid URL during crawling...Mohamed Bassem2024-11-171-3/+3
* feature: Allow setting bookmark metadata during creationMohamed Bassem2024-11-171-1/+26
* feature(web): Add the ability to view the bookmarks of a particular rss feedMohamed Bassem2024-11-031-0/+1
* feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2024-10-281-0/+2
* feature: Add a summarize with AI button for linksMohamed Bassem2024-10-271-0/+2
* feature(api): Add REST APIs to manipulate lists and tags for bookmarksMohamed Bassem2024-10-201-0/+12
* featue: Add infra for REST APIs and implement GET /bookmarksMohamed Bassem2024-10-201-1/+1
* feature: Allow importing hoarder's own bookmark file. Fixes #527MohamedBassem2024-10-131-1/+1
* refactor: Start tracking bookmark assets in the assets tableMohamedBassem2024-10-061-0/+2
* fix: Drop the usage of useCursorV2 from the serverMohamedBassem2024-10-051-5/+5
* feature: Persevere the source URL of clipped texts from the extension.MohamedBassem2024-10-051-0/+1
* feature(web): Show attachments and allow users to manipulate them.MohamedBassem2024-09-221-0/+16
* feature(web): Preserve title, tags and createdAt when importing a netscape ht...MohamedBassem2024-09-211-0/+1
* refactor: fixed typos in BookmarkTypes (#268)kamtschatka2024-07-011-2/+2
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-011-4/+11
* feature: add support for PDF links. Fixes #28 (#216)kamtschatka2024-06-221-0/+1
* feature: Full page archival with monolith. Fixes #132MohamedBassem2024-05-261-0/+1
* fix: Fix missing bookmarks during pagination if they got created in the same ...MohamedBassem2024-05-191-2/+11
* fix(cli): Remove limit from array length when listing bookmarks. Fixes #135MohamedBassem2024-05-051-1/+2
* feature: Download images and screenshotsMohamedBassem2024-04-201-0/+2
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-181-0/+118