aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ci: Run tests on push (#807)Mohamed Bassem2025-01-028-5/+20
* 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
* 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
* 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: 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 /lists/[...Mohamed Bassem2024-12-304-21/+3
* feat: Introduce a typescript sdkMohamed Bassem2024-12-308-54/+1742
* i18n: Added Croatian translation (#788)Jaksa1012024-12-302-0/+268
* refactor: Refactor sidebar into a shared componentMohamed Bassem2024-12-3013-329/+233
* feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem2024-12-3018-33/+156
* deps: Upgrade drizzle-orm to 0.38.3Mohamed Bassem2024-12-295-15/+114
* feat: Add support for embeddings in the inference interface (#403)Mohammed Farghal2024-12-293-11/+48
* chore: Add aider to gitignoreMohamed Bassem2024-12-291-1/+2
* docs: Add troubleshooting guideMohamed Bassem2024-12-294-1/+44
* feat: add Linkwarden importer (#786)Patrick Leonard2024-12-293-1/+53
* fix(ios): Drop the local networking property to enable http support. Fixes #679MohamedBassem2024-12-291-2/+1
* docs: Add Telegram Bot to community projects (#783)Miguel Hernández2024-12-282-0/+16
* fix(mobile): Add support for self signed certs in android. Fixes #381 (#416)CrypticC3s4r2024-12-284-1/+59
* fix: Coerce createdAt in the bookmark create/update APIsMohamed Bassem2024-12-282-4/+6
* build: Fix format errorMohamed Bassem2024-12-281-252/+252
* readme: Update readme with new featuresMohamed Bassem2024-12-282-4/+8
* fix: react warning about keys in AllHighlightsMohamed Bassem2024-12-281-8/+5
* i18n: Added Turkish translation (#781)Buğra Canata2024-12-282-0/+267
* fix(mobile): Mark the camera explicitly as not required in android manifest. ...MohamedBassem2024-12-283-1/+26
* docs: Update security-considerations.md to fix a typo (#762)Mark Pitblado2024-12-282-2/+2
* i18n: Sync weblate translaionsMohamed Bassem2024-12-287-23/+1179
* fix: Better handling for when there's no highlights in the all highlights pageMohamed Bassem2024-12-282-3/+14
* feat: Implement the all highlights page. Fixes #620Mohamed Bassem2024-12-2813-85/+255
* release(cli): Bump CLI version to 0.20.0Mohamed Bassem2024-12-281-1/+1
* docs: Fix missing docs for highlights APIsMohamed Bassem2024-12-272-0/+257
* feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem2024-12-2711-10/+448