aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/utils (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-09feat(ai): Support restricting AI tags to a subset of existing tags (#2444)Mohamed Bassem1-0/+7
* feat(ai): Support restricting AI tags to a subset of existing tags Co-authored-by: Claude <noreply@anthropic.com>
2026-02-01feat: add support for redirectUrl after signup (#2439)Mohamed Bassem2-0/+124
* feat: add support for redirectUrl after signup * pr review * more fixes * format * another fix
2025-12-29 fix: reset tagging status on crawl failure (#2316)Mohamed Bassem1-3/+7
* feat: add the ability to specify a different changelog version * fix: reset tagging status on crawl failure * fix missing crawlStatus in loadMulti
2025-12-27feat: add customizable tag styles (#2312)Mohamed Bassem1-0/+24
* feat: add customizable tag styles * add tag lang setting * ui settings cleanup * fix migration * change look of the field * more fixes * fix tests
2025-09-28feat: Add tag search and pagination (#1987)Mohamed Bassem1-0/+6
* feat: Add tag search and use in the homepage * use paginated query in the all tags view * wire the load more buttons * add skeleton to all tags page * fix attachedby aggregation * fix loading states * fix hasNextPage * use action buttons for load more buttons * migrate the tags auto complete to the search api * Migrate the tags editor to the new search API * Replace tag merging dialog with tag auto completion * Merge both search and list APIs * fix tags.list * add some tests for the endpoint * add relevance based sorting * change cursor * update the REST API * fix review comments * more fixes * fix lockfile * i18n * fix visible tags
2025-08-31fix: Incremental polling interval for ongoing crawlsMohamed Bassem1-13/+32
2025-07-06feat: Store large html content in the asset dbMohamed Bassem1-0/+17
2025-06-22fix(tags): normalise leading hashes in tag names (#1317) (#1351)Mostafa Wahied1-0/+6
* fix(tags): normalise leading hashes in tag names (#1317) * move the transformation to zod * fix openapi spec --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
2025-06-08deps: upgrade to pnpm@9.15.9 (#1544)xuatz1-1/+1
* feat: upgrade to pnpm@9.15.9 * extra stuff * unpin mobile deps * unpin root package.json deps too --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
2025-06-01feat: Add support for public lists (#1511)Mohamed Bassem1-4/+18
* WIP: public lists * Drop viewing modes * Add the public endpoint for assets * regen the openapi spec * proper handling for different asset types * Add num bookmarks and a no bookmark banner * Correctly set page title * Add a not-found page * merge the RSS and public list endpoints * Add e2e tests for the public endpoints * Redesign the share list modal * Make NEXTAUTH_SECRET not required * propery render text bookmarks * rebase migration * fix public token tests * Add more tests
2025-05-31refactor: Move bookmark utils from shared-react to sharedMohamed Bassem2-0/+79
2025-04-13feat: add support for filtering by bookmark age (#1228)Brandon Wong1-0/+42
2024-04-23feature(extension): Allow adding tags and lists to newly hoarded bookmarksMohamedBassem1-1/+6
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem1-0/+55
* feature: Add support for nested lists * prevent moving the parent to a subtree