| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | build: Bake a default NEXTAUTH_URL_INTERNAL in the docker image | Mohamed Bassem | 2025-01-12 | 1 | -2/+3 | |
| | | ||||||
| * | feat: Add Bookmark Sorting Feature (#812) | Daksh Pareek | 2025-01-12 | 24 | -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 #731 | Mohamed Bassem | 2025-01-12 | 10 | -16/+1649 | |
| | | ||||||
| * | fix: Keep user selection on text highlight | Mohamed Bassem | 2025-01-12 | 1 | -4/+30 | |
| | | ||||||
| * | feat: Add support for singlefile extension uploads. #172 | Mohamed Bassem | 2025-01-11 | 14 | -37/+275 | |
| | | ||||||
| * | docs: Fix openAI pricing link (#816) | Jack Bailey | 2025-01-11 | 1 | -1/+1 | |
| | | | | | | * Fix openAI pricing link * Edit the correct file | |||||
| * | docs: Fix type in the docs hightly -> highly (#853) | Andy George | 2025-01-11 | 15 | -15/+15 | |
| | | ||||||
| * | Merge remote-tracking branch 'weblate/main' | Mohamed Bassem | 2025-01-07 | 0 | -0/+0 | |
| |\ | ||||||
| * | | release(sdk): Re-release the 0.21 sdk | Mohamed Bassem | 2025-01-05 | 2 | -17/+23 | |
| | | | ||||||
| * | | fix(sdk): Fix the module type of the sdk package | Mohamed Bassem | 2025-01-05 | 2 | -2/+4 | |
| | | | ||||||
| * | | docs: Add readme to SDK | Mohamed Bassem | 2025-01-05 | 1 | -0/+57 | |
| | | | ||||||
| * | | fix(sdk): Publish both esm and cjs modules for the sdk | Mohamed Bassem | 2025-01-05 | 3 | -6/+14 | |
| | | | ||||||
| * | | ci: Add a workflow to publish the sdk | Mohamed Bassem | 2025-01-05 | 1 | -0/+24 | |
| | | | ||||||
| * | | release(sdk): Release the 0.21 sdk | Mohamed Bassem | 2025-01-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | feat(cli): Add title option for bookmarks in CLI commands (#831) | Subodh Dahal | 2025-01-05 | 1 | -3/+4 | |
| | | | ||||||
| * | | docs: Release the 0.21 docs | Mohamed Bassem | 2025-01-05 | 26 | -0/+1142 | |
| | | | ||||||
| * | | fix: Fix truncated long text in bookmark preview modal. Fixe #793 | Mohamed Bassem | 2025-01-05 | 2 | -2/+2 | |
| | | | ||||||
| * | | refactor: Implement file streaming for asset route. Fixes #818 | Mohamed Bassem (aider) | 2025-01-05 | 2 | -23/+71 | |
| | | | ||||||
| * | | i18n: Enable the new translated languages | Mohamed Bassem | 2025-01-05 | 1 | -4/+11 | |
| | | | ||||||
| * | | i18n: Sync weblate translaions | Mohamed Bassem | 2025-01-05 | 3 | -7/+334 | |
| | | | ||||||
| * | | deps: Upgrade nextjs to 14.2.21 | Mohamed Bassem | 2025-01-05 | 3 | -61/+61 | |
| | | | ||||||
| * | | ci: Fix build by using the workspace sdk package | Mohamed Bassem | 2025-01-05 | 3 | -13/+8 | |
| | | | ||||||
| * | | feat: Expose the search functionality in the REST API | Mohamed Bassem | 2025-01-05 | 8 | -20/+299 | |
| | | | ||||||
| * | | fix: Change search endpoint to accept query as raw string | Mohamed Bassem | 2025-01-04 | 3 | -9/+10 | |
| | | | ||||||
| * | | feat: Expose asset manipulation endpoints in the REST API | Mohamed Bassem | 2025-01-04 | 6 | -0/+630 | |
| | | | ||||||
| * | | Revert "ci: Run tests on push (#807)" (#808) | Mohamed Bassem | 2025-01-02 | 8 | -20/+5 | |
| | | | | | | | This reverts commit 39358b1517a06b90b9886a648ce1c595d1556c8e. | |||||
| * | | ci: Run tests on push (#807) | Mohamed Bassem | 2025-01-02 | 8 | -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 matcher | Mohamed Bassem | 2025-01-02 | 4 | -15/+82 | |
| | | | ||||||
| * | | feat: Add support for smart lists (#802) | Mohamed Bassem | 2025-01-02 | 26 | -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 schema | Mohamed Bassem | 2025-01-01 | 3 | -93/+79 | |
| | | | ||||||
| * | | docs: Add search query language documentation | Mohamed Bassem (aider) | 2025-01-01 | 1 | -0/+68 | |
| | | | ||||||
| * | | docs: Add firefox import-export instructions (#799) | Deepak Kapoor | 2025-01-01 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | * Added firefox in instructions * Update 10-import.md * Update 10-import.md | |||||
| * | | feat: Add support for searching for tagged and listed items | Mohamed Bassem | 2024-12-31 | 6 | -0/+128 | |
| | | | ||||||
| * | | feat: Add support for negative search terms | Mohamed Bassem | 2024-12-31 | 6 | -69/+282 | |
| | | | ||||||
| * | | chore: add format:fix and lint:fix scripts to all packages | Mohamed Bassem (aider) | 2024-12-31 | 10 | -2/+22 | |
| | | | ||||||
| * | | test: Add tests for the search id queries | Mohamed Bassem | 2024-12-31 | 2 | -0/+280 | |
| | | | ||||||
| * | | feat: Introduce advanced search capabilities (#753) | Mohamed Bassem | 2024-12-31 | 11 | -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 Li | 2024-12-31 | 6 | -38/+110 | |
| | | | ||||||
| * | | feat: show createdAt year in card footer when created over a year ago (#790) | JD Hartley | 2024-12-31 | 1 | -2/+9 | |
| | | | ||||||
| * | | fix(landing): update GitHub capitalization (#791) | JD Hartley | 2024-12-31 | 1 | -3/+3 | |
| | | | ||||||
| * | | build: Fix sdk and e2e_tests builds | Mohamed Bassem | 2024-12-30 | 3 | -4/+12 | |
| | | | ||||||
| * | | chore: Setup and add e2e tests for the API endpoints | Mohamed Bassem | 2024-12-30 | 15 | -21/+1454 | |
| | | | ||||||
| * | | fix(api): Return 201 from highlights creation and fix docs for PATCH ↵ | Mohamed Bassem | 2024-12-30 | 4 | -21/+3 | |
| | | | | | | | | | /lists/[listId] | |||||
| * | | feat: Introduce a typescript sdk | Mohamed Bassem | 2024-12-30 | 8 | -54/+1742 | |
| | | | ||||||
| * | | i18n: Added Croatian translation (#788) | Jaksa101 | 2024-12-30 | 2 | -0/+268 | |
| | | | | | | | | | | | * Added Croatian translation * Update translation.json | |||||
| | * | i18n: Translated using Weblate (Croatian) | Jaksa | 2024-12-30 | 1 | -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) | Jaksa | 2024-12-30 | 1 | -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) | Sunny | 2024-12-30 | 1 | -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) | Sunny | 2024-12-30 | 1 | -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) | Jaksa | 2024-12-30 | 1 | -3/+57 | |
| | | | | | | | | | | | | | | | Currently translated at 100.0% (191 of 191 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/de/ | |||||
