aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* build: Bake a default NEXTAUTH_URL_INTERNAL in the docker imageMohamed Bassem2025-01-121-2/+3
|
* feat: Add Bookmark Sorting Feature (#812)Daksh Pareek2025-01-1224-32/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: add bookmark sorting by creation date - Add sort order toggle in GlobalActions component - Implement ascending/descending sort functionality - Update translations for sorting feature in all languages - Add sort order icons and dropdown menu - Maintain sort preference in URL params * feat: add bookmark sorting by creation date - Add sort order toggle in GlobalActions component - Implement ascending/descending sort functionality - Update translations for sorting feature in all languages - Add sort order icons and dropdown menu - Maintain sort preference in URL params during session Note: Sort order resets to default on page refresh, server-side persistence can be implemented in future enhancement * feat: Add global sort by date feature with shared sort order state - Implement global sort order functionality using a shared Zustand store (`useSortOrder` hook). - Update `getBookmarks` and `searchBookmarks` endpoints to accept a `sortOrder` parameter. - Refactor code to import `ZSortOrder` from shared types (`bookmarks.ts`), ensuring consistency across the codebase. - Update components (`UpdatableBookmarksGrid`, `bookmark-search`) to use the shared `useSortOrder` hook. - Remove unused `zSortBy` definition from `packages/shared/types/bookmarks.ts` to avoid confusion. - Ensure consistent naming conventions by prefixing Zod inferred types with `Z`. - Clean up code and address previous PR feedback comments. * tiny fixes and fixing TS errors --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem2025-01-1210-16/+1649
|
* fix: Keep user selection on text highlightMohamed Bassem2025-01-121-4/+30
|
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-1114-37/+275
|
* docs: Fix openAI pricing link (#816)Jack Bailey2025-01-111-1/+1
| | | | | * Fix openAI pricing link * Edit the correct file
* docs: Fix type in the docs hightly -> highly (#853)Andy George2025-01-1115-15/+15
|
* Merge remote-tracking branch 'weblate/main'Mohamed Bassem2025-01-070-0/+0
|\
* | release(sdk): Re-release the 0.21 sdkMohamed Bassem2025-01-052-17/+23
| |
* | fix(sdk): Fix the module type of the sdk packageMohamed Bassem2025-01-052-2/+4
| |
* | docs: Add readme to SDKMohamed Bassem2025-01-051-0/+57
| |
* | fix(sdk): Publish both esm and cjs modules for the sdkMohamed Bassem2025-01-053-6/+14
| |
* | ci: Add a workflow to publish the sdkMohamed Bassem2025-01-051-0/+24
| |
* | release(sdk): Release the 0.21 sdkMohamed Bassem2025-01-051-1/+1
| |
* | feat(cli): Add title option for bookmarks in CLI commands (#831)Subodh Dahal2025-01-051-3/+4
| |
* | docs: Release the 0.21 docsMohamed Bassem2025-01-0526-0/+1142
| |
* | fix: Fix truncated long text in bookmark preview modal. Fixe #793Mohamed Bassem2025-01-052-2/+2
| |
* | refactor: Implement file streaming for asset route. Fixes #818Mohamed Bassem (aider)2025-01-052-23/+71
| |
* | i18n: Enable the new translated languagesMohamed Bassem2025-01-051-4/+11
| |
* | i18n: Sync weblate translaionsMohamed Bassem2025-01-053-7/+334
| |
* | deps: Upgrade nextjs to 14.2.21Mohamed Bassem2025-01-053-61/+61
| |
* | ci: Fix build by using the workspace sdk packageMohamed Bassem2025-01-053-13/+8
| |
* | feat: Expose the search functionality in the REST APIMohamed Bassem2025-01-058-20/+299
| |
* | fix: Change search endpoint to accept query as raw stringMohamed Bassem2025-01-043-9/+10
| |
* | feat: Expose asset manipulation endpoints in the REST APIMohamed Bassem2025-01-046-0/+630
| |
* | Revert "ci: Run tests on push (#807)" (#808)Mohamed Bassem2025-01-028-20/+5
| | | | | | This reverts commit 39358b1517a06b90b9886a648ce1c595d1556c8e.
* | ci: Run tests on push (#807)Mohamed Bassem2025-01-028-5/+20
| | | | | | | | | | | | | | * ci: Run tests on push * disable drizzle logging in tests * run db migrations in trpc tests
* | fix: Add i18n for query explainer and add missing url matcherMohamed Bassem2025-01-024-15/+82
| |
* | feat: Add support for smart lists (#802)Mohamed Bassem2025-01-0226-100/+2045
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Add support for smart lists * i18n * Fix update list endpoint * Add a test for smart lists * Add header to the query explainer * Hide remove from lists in the smart context list * Add proper validation to list form --------- Co-authored-by: Deepak Kapoor <41769111+orthdron@users.noreply.github.com>
* | refactor: Migrate from the deprecated drizzle-orm schemaMohamed Bassem2025-01-013-93/+79
| |
* | docs: Add search query language documentationMohamed Bassem (aider)2025-01-011-0/+68
| |
* | docs: Add firefox import-export instructions (#799)Deepak Kapoor2025-01-011-0/+6
| | | | | | | | | | | | | | * Added firefox in instructions * Update 10-import.md * Update 10-import.md
* | feat: Add support for searching for tagged and listed itemsMohamed Bassem2024-12-316-0/+128
| |
* | feat: Add support for negative search termsMohamed Bassem2024-12-316-69/+282
| |
* | chore: add format:fix and lint:fix scripts to all packagesMohamed Bassem (aider)2024-12-3110-2/+22
| |
* | test: Add tests for the search id queriesMohamed Bassem2024-12-312-0/+280
| |
* | feat: Introduce advanced search capabilities (#753)Mohamed Bassem2024-12-3111-20/+1054
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Implement search filtering in the backend * feat: Implement search language parser * rename matcher name * Add ability to interleve text * More fixes * be more tolerable to parsing errors * Add a search query explainer widget * Handle date parsing gracefully * Fix the lockfile * Encode query search param * Fix table body error * Fix error when writing quotes
* | feat: Add delete bookmark confirmation dialog. Fixes #776 (#787)Nicole Li2024-12-316-38/+110
| |
* | feat: show createdAt year in card footer when created over a year ago (#790)JD Hartley2024-12-311-2/+9
| |
* | fix(landing): update GitHub capitalization (#791)JD Hartley2024-12-311-3/+3
| |
* | build: Fix sdk and e2e_tests buildsMohamed Bassem2024-12-303-4/+12
| |
* | chore: Setup and add e2e tests for the API endpointsMohamed Bassem2024-12-3015-21/+1454
| |
* | fix(api): Return 201 from highlights creation and fix docs for PATCH ↵Mohamed Bassem2024-12-304-21/+3
| | | | | | | | /lists/[listId]
* | feat: Introduce a typescript sdkMohamed Bassem2024-12-308-54/+1742
| |
* | i18n: Added Croatian translation (#788)Jaksa1012024-12-302-0/+268
| | | | | | | | | | * Added Croatian translation * Update translation.json
| * i18n: Translated using Weblate (Croatian)Jaksa2024-12-301-5/+87
| | | | | | | | | | | | | | Currently translated at 100.0% (191 of 191 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/hr/
| * i18n: Translated using Weblate (Croatian)Jaksa2024-12-301-1/+185
| | | | | | | | | | | | | | Currently translated at 73.8% (141 of 191 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/hr/
| * i18n: Translated using Weblate (Galician)Sunny2024-12-301-99/+99
| | | | | | | | | | | | | | Currently translated at 100.0% (191 of 191 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/gl/
| * i18n: Translated using Weblate (Spanish)Sunny2024-12-301-1/+1
| | | | | | | | | | | | | | Currently translated at 99.4% (190 of 191 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/es/
| * i18n: Translated using Weblate (German)Jaksa2024-12-301-3/+57
| | | | | | | | | | | | | | Currently translated at 100.0% (191 of 191 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/de/