| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat: Show loading indicator while file is being generated #1787 (#1870) | ahmed-abdelkarim | 2025-09-07 | 1 | -7/+51 | |
| | | | | Co-authored-by: ahmed.abdelakrim <ahmad.abdelakrim89@gmail.com> | |||||
| * | feat(web): render AI summary in markdown (#1869) | Youen Chéné | 2025-09-07 | 2 | -5/+12 | |
| | | | | | | * feat: wrap bookmark summary with MarkdownReadonly component to render Markdown properly. * fix: hydration errors because of the markdown component | |||||
| * | fix(web): Fix deleting the action in the rule engine auto saves. fixes #1858 | Mohamed Bassem | 2025-09-07 | 1 | -0/+1 | |
| | | ||||||
| * | fix: Incremental polling interval for ongoing crawls | Mohamed Bassem | 2025-08-31 | 2 | -11/+4 | |
| | | ||||||
| * | feat: Add a bookmark skeleton for search | Mohamed Bassem | 2025-08-27 | 1 | -0/+84 | |
| | | ||||||
| * | fix(web): fix query getting rest when bookmark preview is closed. fixes #1521 | MohamedBassem | 2025-08-24 | 1 | -2/+2 | |
| | | ||||||
| * | fix(web): Fix hydration errors in add api key page | MohamedBassem | 2025-08-23 | 1 | -14/+7 | |
| | | ||||||
| * | fix: preserve selected section in link preview in query params | MohamedBassem | 2025-08-23 | 1 | -2/+4 | |
| | | ||||||
| * | fix: Hide bookmark global actions when there's no bookmark grid shown | MohamedBassem | 2025-08-23 | 2 | -3/+16 | |
| | | ||||||
| * | fix(security): Add CSP policies on asset serving path | MohamedBassem | 2025-08-23 | 1 | -0/+1 | |
| | | ||||||
| * | fix(web): Fix dark mode titles for public lists | MohamedBassem | 2025-08-22 | 1 | -4/+4 | |
| | | ||||||
| * | feat: Add confirmations to background job actions | MohamedBassem | 2025-08-22 | 1 | -25/+39 | |
| | | ||||||
| * | feat: A redesigned background jobs page. #1551 | MohamedBassem | 2025-08-21 | 2 | -172/+434 | |
| | | ||||||
| * | deps: Upgrade expo & nextjs to react 19 (#1565) | Mohamed Bassem | 2025-08-20 | 6 | -50/+191 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error | |||||
| * | feat: Render human tags before AI tags (#1740) | haappi | 2025-08-20 | 2 | -19/+26 | |
| | | ||||||
| * | feat: Add an error boundary around the custom renderer | MohamedBassem | 2025-08-04 | 1 | -2/+35 | |
| | | ||||||
| * | feat(web): Add special cards for specific websites. Fixes #1344 | MohamedBassem | 2025-08-03 | 9 | -2/+465 | |
| | | ||||||
| * | fix: Merge the quota columns in the user lists | Mohamed Bassem | 2025-08-04 | 1 | -8/+2 | |
| | | ||||||
| * | feat: Drop support for time bounded invitations | MohamedBassem | 2025-08-02 | 1 | -42/+5 | |
| | | ||||||
| * | refactor: Extract the importing logic into its own hook | Mohamed Bassem | 2025-07-26 | 1 | -258/+2 | |
| | | ||||||
| * | feat: Configurable number of grid columns. Fixes #1713 | Mohamed Bassem | 2025-07-26 | 4 | -72/+134 | |
| | | ||||||
| * | feat: Render author, publisher and pub data in the bookmark view | Mohamed Bassem | 2025-07-26 | 1 | -1/+49 | |
| | | ||||||
| * | fix: Avoid prefetching assets and tags in the link component. Fixes #1759 | Mohamed Bassem | 2025-07-26 | 2 | -0/+3 | |
| | | ||||||
| * | fix: Drop legacy container notice | Mohamed Bassem | 2025-07-26 | 1 | -19/+0 | |
| | | ||||||
| * | fix(web): Remove horizontal scroll in PWA's header | Mohamed Bassem | 2025-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | feat(web): Slightly nicer looking tags page | Mohamed Bassem | 2025-07-19 | 2 | -69/+93 | |
| | | ||||||
| * | fix: Fix edit list modal not clearing parent | Mohamed Bassem | 2025-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | feat: Add a proper reader mode | Mohamed Bassem | 2025-07-19 | 6 | -158/+234 | |
| | | ||||||
| * | fix(web): Fix the clear parent button in the edit list dialog. Fixes #1742 | Mohamed Bassem | 2025-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | fix: Clear search history on logout | Mohamed Bassem | 2025-07-14 | 2 | -15/+12 | |
| | | ||||||
| * | feat: adding search history #1541 (#1627) | lexafaxine | 2025-07-14 | 2 | -31/+168 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * feat: adding search history * fix popover should close when no matched history * remove unnecessary react import * replace current Input component with CommandInput for better UX * add i18n for recent searches label * fix bug * refactor local storage logic to make code reusable * using zod schema to validate search history and revert debounce change * Consolidate some of the files --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | |||||
| * | feat: markdown file upload support (#1647) (#1672) | Rodrigo Santos | 2025-07-13 | 1 | -3/+20 | |
| | | | | | | | | | | | | * feat: Add support for uploading Markdown (.md) files * add: markdown to supported bookmark assets * revert the changes in the assetdb --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | |||||
| * | feat: Add stripe based subscriptions | Mohamed Bassem | 2025-07-13 | 2 | -0/+410 | |
| | | ||||||
| * | feat: Add delete account support | Mohamed Bassem | 2025-07-13 | 1 | -0/+182 | |
| | | ||||||
| * | fix(web): Fix the alignment in the user options page | Mohamed Bassem | 2025-07-12 | 1 | -4/+1 | |
| | | ||||||
| * | fix: Prioritize crawling user added links over bulk imports. fixes #1717 | Mohamed Bassem | 2025-07-12 | 1 | -0/+2 | |
| | | ||||||
| * | feat: Support forget and reset password | Mohamed Bassem | 2025-07-12 | 3 | -0/+339 | |
| | | ||||||
| * | feat(ui): Revamp the signin/signup page | Mohamed Bassem | 2025-07-12 | 4 | -232/+366 | |
| | | ||||||
| * | feat: Add invite user support | Mohamed Bassem | 2025-07-10 | 4 | -102/+749 | |
| | | ||||||
| * | feat: Add support for email verification | Mohamed Bassem | 2025-07-10 | 1 | -5/+23 | |
| | | ||||||
| * | fix: Drop the need to for the self-call for providers and NEXTAUTH_INTERNAL_URL | Mohamed Bassem | 2025-07-07 | 2 | -5/+9 | |
| | | ||||||
| * | fix(web): Clicking on search tooltip opens the search language guide. Fixes ↵ | Mohamed Bassem | 2025-07-06 | 2 | -5/+10 | |
| | | | | | #1540 | |||||
| * | feat: Add a new timezone user setting | Mohamed Bassem | 2025-07-06 | 1 | -3/+77 | |
| | | ||||||
| * | feat: Add per user storage quota | Mohamed Bassem | 2025-07-06 | 2 | -0/+33 | |
| | | ||||||
| * | feat: Add per user bookmark count quota | Mohamed Bassem | 2025-07-04 | 2 | -158/+193 | |
| | | ||||||
| * | fix(web): Add icons to preview selectors | Mohamed Bassem | 2025-07-04 | 1 | -4/+19 | |
| | | ||||||
| * | fix: switch import / export icons (#1682) | Harry Peach | 2025-06-29 | 1 | -2/+2 | |
| | | ||||||
| * | chore: More oxlint changes | Mohamed Bassem | 2025-06-22 | 2 | -9/+7 | |
| | | ||||||
| * | chore: migrate away from eslint to oxlint (#1642) | xuatz | 2025-06-22 | 9 | -7/+16 | |
| | | | | | | | | * chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals | |||||
| * | feat(admin): add confirmation dialog for user deletion (#1648) (#1649) | Deepanshu Saini | 2025-06-21 | 1 | -10/+31 | |
| | | | | | | | | | | * feat(admin): add confirmation dialog for user deletion (#1648) * No need to manage dialog state --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | |||||
