| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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> | ||||
| * | feat(ui): Improve the look of the public bookmarks page | Mohamed Bassem | 2025-06-07 | 1 | -5/+59 |
| | | |||||
| * | fix: Use a new public list metadata endpoint for metadata generation | Mohamed Bassem | 2025-06-07 | 1 | -0/+1 |
| | | |||||
| * | fix(web): Smaller card titles in the user info page | Mohamed Bassem | 2025-06-07 | 3 | -3/+3 |
| | | |||||
| * | fix: preserve unsaved title changes when modifying bookmark tags in the edit ↵ | Adrian-Ryan Acala | 2025-06-07 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | dialog (#1515) * feat: preserve unsaved title changes when modifying bookmark tags Prevents loss of unsaved title edits when users interact with tag selectors or other UI elements. Adds useDialogFormReset hook to maintain form state consistency across component re-renders. Fixes #1339 * Revert unnecessary modifications --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | feat(web): Redesign the user settings page | Mohamed Bassem | 2025-06-07 | 3 | -188/+300 |
| | | |||||
| * | fix(web): Drop the experimental icon from rss feeds | Mohamed Bassem | 2025-06-07 | 1 | -9/+0 |
| | | |||||
| * | feat: Maintain list structure when importing from netscape. Fixes #538 | Mohamed Bassem | 2025-06-01 | 1 | -44/+87 |
| | | |||||
| * | feat: Add support for public lists (#1511) | Mohamed Bassem | 2025-06-01 | 9 | -77/+435 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | feat: add user customisable default archive display behaviour (#1505) | xuatz | 2025-06-01 | 4 | -6/+104 |
| | | | | | | | | | | | | | | | | | | * fix typo * implementation * bug fix and refactoring * Use nuqs for searchParam management * remove the todo about the tests * fix tests --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | feat: Generate RSS feeds from lists (#1507) | Mohamed Bassem | 2025-05-31 | 3 | -1/+197 |
| | | | | | | | | | | | | * refactor: Move bookmark utils from shared-react to shared * Expose RSS feeds for lists * Add e2e tests * Slightly improve the look of the share dialog * allow specifying a limit in the rss endpoint | ||||
| * | refactor: Move bookmark utils from shared-react to shared | Mohamed Bassem | 2025-05-31 | 10 | -13/+13 |
| | | |||||
| * | fix: Fix end icon in smart list input overlapping with text. Fixes #1379 | Mohamed Bassem | 2025-05-25 | 3 | -17/+15 |
| | | |||||
| * | fix: Show list options menu on list sidebar hover | Mohamed Bassem | 2025-05-25 | 1 | -25/+23 |
| | | |||||
| * | fix: Truncate the RSS feed url | Mohamed Bassem | 2025-05-25 | 1 | -1/+6 |
| | | |||||
| * | feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662 | Mohamed Bassem | 2025-05-24 | 2 | -8/+120 |
| | | |||||
| * | feat: Read the archive status from omnivore and pocket. Fixes #703 | MohamedBassem | 2025-05-24 | 1 | -0/+1 |
| | | |||||
| * | feat: Disable the AI summary button if AI is not configured. Fixes #649 | Mohamed Bassem | 2025-05-18 | 1 | -0/+4 |
| | | |||||
| * | feat: Add AI auto summarization. Fixes #1163 | Mohamed Bassem | 2025-05-18 | 1 | -2/+22 |
| | | |||||
