| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | refactor: Refactor sidebar into a shared component | Mohamed Bassem | 2024-12-30 | 13 | -329/+233 |
| | | |||||
| * | feat: Change the admin page to be tabbed similar to that of the settings page | Mohamed Bassem | 2024-12-30 | 18 | -33/+156 |
| | | |||||
| * | deps: Upgrade drizzle-orm to 0.38.3 | Mohamed Bassem | 2024-12-29 | 5 | -15/+114 |
| | | |||||
| * | feat: Add support for embeddings in the inference interface (#403) | Mohammed Farghal | 2024-12-29 | 3 | -11/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support embeddings generation in inference.ts (cherry picked from commit 9ae8773ad13ed87af8f72f167bdd56e02ea66f15) * make AI worker generate embeddings for text bookmark * make AI worker generate embeddings for text bookmark * fix unintentional change -- inference image model * support embeddings for PDF bookmarks * Upgrade drizzle-kit Existing version is not working with the upgraded version of drizzle-orm. I removed the "driver" to the match the new schema of the Config. Quoting from their Config: * `driver` - optional param that is responsible for explicitly providing a driver to use when accessing a database * *Possible values*: `aws-data-api`, `d1-http`, `expo`, `turso`, `pglite` * If you don't use AWS Data API, D1, Turso or Expo - ypu don't need this driver. You can check a driver strategy choice here: https://orm. * fix formatting and lint * add comments about truncate content * Revert "Upgrade drizzle-kit" This reverts commit 08a02c8df4ea403de65986ed1265940c6c994a20. * revert keep alive field in Ollama * change the interface to accept multiple inputs * docs --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | chore: Add aider to gitignore | Mohamed Bassem | 2024-12-29 | 1 | -1/+2 |
| | | |||||
| * | docs: Add troubleshooting guide | Mohamed Bassem | 2024-12-29 | 4 | -1/+44 |
| | | |||||
| * | feat: add Linkwarden importer (#786) | Patrick Leonard | 2024-12-29 | 3 | -1/+53 |
| | | | | | | | | | | * added in Linkwarden import * simpler parsing --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | fix(ios): Drop the local networking property to enable http support. Fixes #679 | MohamedBassem | 2024-12-29 | 1 | -2/+1 |
| | | |||||
| * | docs: Add Telegram Bot to community projects (#783) | Miguel Hernández | 2024-12-28 | 2 | -0/+16 |
| | | |||||
| * | fix(mobile): Add support for self signed certs in android. Fixes #381 (#416) | CrypticC3s4r | 2024-12-28 | 4 | -1/+59 |
| | | | | Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | fix: Coerce createdAt in the bookmark create/update APIs | Mohamed Bassem | 2024-12-28 | 2 | -4/+6 |
| | | |||||
| * | build: Fix format error | Mohamed Bassem | 2024-12-28 | 1 | -252/+252 |
| | | |||||
| * | readme: Update readme with new features | Mohamed Bassem | 2024-12-28 | 2 | -4/+8 |
| | | |||||
| * | fix: react warning about keys in AllHighlights | Mohamed Bassem | 2024-12-28 | 1 | -8/+5 |
| | | |||||
| * | i18n: Added Turkish translation (#781) | Buğra Canata | 2024-12-28 | 2 | -0/+267 |
| | | |||||
| * | fix(mobile): Mark the camera explicitly as not required in android manifest. ↵ | MohamedBassem | 2024-12-28 | 3 | -1/+26 |
| | | | | | Fixed #755. | ||||
| * | docs: Update security-considerations.md to fix a typo (#762) | Mark Pitblado | 2024-12-28 | 2 | -2/+2 |
| | | | | | | | | * Update 08-security-considerations.md Add missing "t" to "untrusted" * fix: add missing "t" to untrusted | ||||
| * | i18n: Sync weblate translaions | Mohamed Bassem | 2024-12-28 | 7 | -23/+1179 |
| | | |||||
| * | fix: Better handling for when there's no highlights in the all highlights page | Mohamed Bassem | 2024-12-28 | 2 | -3/+14 |
| | | |||||
| * | feat: Implement the all highlights page. Fixes #620 | Mohamed Bassem | 2024-12-28 | 13 | -85/+255 |
| | | |||||
| * | release(cli): Bump CLI version to 0.20.0 | Mohamed Bassem | 2024-12-28 | 1 | -1/+1 |
| | | |||||
| * | docs: Fix missing docs for highlights APIs | Mohamed Bassem | 2024-12-27 | 2 | -0/+257 |
| | | |||||
| * | feat: Add REST APIs for manipulating highlights. Fixes #620 | Mohamed Bassem | 2024-12-27 | 11 | -10/+448 |
| | | |||||
| * | feat: Implement highlights support for links. Fixes #620 | Mohamed Bassem | 2024-12-27 | 16 | -6/+3837 |
| | | |||||
| * | chore: Fix typo in feature_request.yml issue template (#769) | Anne Douwe Bouma | 2024-12-26 | 1 | -1/+1 |
| | | |||||
| * | refactor: Move asset preprocessing to its own worker out of the inference worker | Mohamed Bassem | 2024-12-26 | 7 | -120/+258 |
| | | |||||
| * | i18n: Merge weblate translations | Mohamed Bassem | 2024-12-22 | 2 | -2/+337 |
| |\ | |||||
| | * | i18n: Translated using Weblate (Spanish) | Fernando Belaza | 2024-12-22 | 1 | -1/+82 |
| | | | | | | | | | | | | | | | Currently translated at 33.6% (63 of 187 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/es/ | ||||
| * | | i18n: Enable polish translations | Mohamed Bassem | 2024-12-22 | 3 | -157/+158 |
| | | | |||||
| * | | Translated using Weblate (Polish) | Kamil P | 2024-12-22 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | Currently translated at 2.1% (4 of 187 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/pl/ | ||||
| * | | Added translation using Weblate (Polish) | Kamil P | 2024-12-22 | 1 | -0/+1 |
| | | | |||||
| * | | Translated using Weblate (Dutch) | Mathy Vandersmissen | 2024-12-22 | 1 | -56/+161 |
| | | | | | | | | | | | | | | | Currently translated at 63.6% (119 of 187 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/nl/ | ||||
| * | | chore: Add aider to gitignore | Mohamed Bassem | 2024-12-22 | 1 | -1/+2 |
| | | | |||||
| * | | feat: Add basic pagination to searchBookmarks tRPC | Mohamed Bassem | 2024-12-22 | 5 | -19/+75 |
| | | | |||||
| | * | i18n: Added translation using Weblate (Spanish) | Fernando Belaza | 2024-12-23 | 1 | -0/+1 |
| | | | |||||
| | * | i18n: Translated using Weblate (Polish) | Kamil P | 2024-12-22 | 1 | -2/+255 |
| | | | | | | | | | | | | | | | Currently translated at 100.0% (187 of 187 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/pl/ | ||||
| | * | Translated using Weblate (Polish) | Kamil P | 2024-12-22 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | Currently translated at 2.1% (4 of 187 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/pl/ | ||||
| | * | Added translation using Weblate (Polish) | Kamil P | 2024-12-22 | 1 | -0/+1 |
| | | | |||||
| | * | Translated using Weblate (Dutch) | Mathy Vandersmissen | 2024-12-22 | 1 | -56/+161 |
| |/ | | | | | | | Currently translated at 63.6% (119 of 187 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/nl/ | ||||
| * | docs: Fix broken link in Debian/Ubuntu install doc (#749) | Chris | 2024-12-22 | 2 | -2/+2 |
| | | | | | | * Fix broken link in Debian/Ubuntu install doc * Fix broken link in 0.20.0 versioned docs | ||||
| * | fix: Nested Lists do not fit well in browser extension window #535 (#553) | kamtschatka | 2024-12-22 | 2 | -2/+2 |
| | | | | increased size to have the same size as the input field that triggers it | ||||
| * | docs: Minor language changes to the docker installation docs (#615) | Mike Pond | 2024-12-22 | 1 | -2/+10 |
| | | | | Changed some language in the docker installation documentation that I found confusing when I tried to follow the steps. | ||||
| * | docs: Release the 0.20 docs | Mohamed Bassem | 2024-12-22 | 24 | -0/+1016 |
| | | |||||
| * | docs: Add minimal installation docs, and fix other docs | Mohamed Bassem | 2024-12-22 | 3 | -17/+71 |
| | | |||||
| * | i18n: Enable the Swedish translation | Mohamed Bassem | 2024-12-22 | 1 | -0/+1 |
| | | |||||
