| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(web): Fix missing link card image in list view | MohamedBassem | 2024-04-23 | 1 | -1/+1 | |
| | | ||||||
| * | ui(extension): Use shadcn and better dark mode support | MohamedBassem | 2024-04-23 | 18 | -100/+396 | |
| | | ||||||
| * | fix(mobile): Add a bigger button to collable the nested list | MohamedBassem | 2024-04-23 | 1 | -6/+5 | |
| | | ||||||
| * | fix: Update docker-compose.yml (#119) | Rosin | 2024-04-22 | 1 | -1/+1 | |
| | | | | fix: solve invalid type of services.meilisearch.environment.MEILI_NO_ANALYTICS | |||||
| * | docker: Disable meilisearch analytics (#117) | Vivek | 2024-04-22 | 1 | -0/+2 | |
| | | | | | | * Disable meilisearch analytics * Move MEILI_NO_ANALYTICS to docker-compose.yml | |||||
| * | fix: Ensure that downloaded asset images are from the allowed content types | MohamedBassem | 2024-04-20 | 2 | -8/+15 | |
| | | ||||||
| * | fix: Use next/image for serving bookmark images | MohamedBassem | 2024-04-20 | 2 | -16/+42 | |
| | | ||||||
| * | feature: Allow recrawling bookmarks without running inference jobs | MohamedBassem | 2024-04-20 | 4 | -9/+46 | |
| | | ||||||
| * | feature: Download images and screenshots | MohamedBassem | 2024-04-20 | 21 | -114/+1352 | |
| | | ||||||
| * | mobile: Bump mobile version to 1.5 | MohamedBassem | 2024-04-19 | 1 | -2/+2 | |
| | | ||||||
| * | fix(mobile): Fix the color of the collapsible triangle to respect dark mode | MohamedBassem | 2024-04-19 | 1 | -9/+15 | |
| | | ||||||
| * | fix(mobile): Fix flicker on sign in page | MohamedBassem | 2024-04-19 | 1 | -5/+1 | |
| | | ||||||
| * | feature(mobile): Add support for nested listed on mobile | MohamedBassem | 2024-04-19 | 1 | -18/+89 | |
| | | ||||||
| * | feature: Nested lists (#110). Fixes #62 | Mohamed Bassem | 2024-04-19 | 23 | -212/+1894 | |
| | | | | | | * feature: Add support for nested lists * prevent moving the parent to a subtree | |||||
| * | refactor: Move the shared types to the shared package | MohamedBassem | 2024-04-18 | 48 | -47/+66 | |
| | | ||||||
| * | mobile: Bump mobile version to 1.4 | MohamedBassem | 2024-04-17 | 1 | -2/+2 | |
| | | ||||||
| * | mobile: Add dark mode support | MohamedBassem | 2024-04-17 | 22 | -56/+188 | |
| | | ||||||
| * | fix: Fix user local settings cookie to have max age as by default it's a ↵ | MohamedBassem | 2024-04-16 | 1 | -4/+6 | |
| | | | | | session cookie. Fix #104 | |||||
| * | fix: Fix slice call in the content truncation logic which was resulting in ↵ | MohamedBassem | 2024-04-15 | 1 | -1/+1 | |
| | | | | | excessive usage of context tokens. Fixes #94 | |||||
| * | feature: Add title to bookmarks and allow editing them. Fixes #27 | MohamedBassem | 2024-04-15 | 17 | -54/+1240 | |
| | | ||||||
| * | fix(web): Fix some JS console errors in the preview page | MohamedBassem | 2024-04-14 | 4 | -36/+50 | |
| | | ||||||
| * | feature(web): Allow changing the bookmark grid layout (#98) | Mohamed Bassem | 2024-04-14 | 20 | -268/+546 | |
| | | ||||||
| * | fix: Differentiate between pending in db and in redis in admin job stats | MohamedBassem | 2024-04-12 | 3 | -26/+64 | |
| | | ||||||
| * | feature: Recrawl failed links from admin UI (#95) | Ahmad Mujahid | 2024-04-11 | 8 | -25/+1067 | |
| | | | | | | * feature: Retry failed crawling URLs * fix: Enhancing visuals and some minor changes. | |||||
| * | fix: Increase default navigation timeout to 30s, make it configurable and ↵ | MohamedBassem | 2024-04-11 | 5 | -6/+17 | |
| | | | | | add retries to crawling jobs | |||||
| * | feature: Add PDF support (#88) | Ahmad Mujahid | 2024-04-11 | 24 | -107/+2387 | |
| | | | | | | | | | | | | | | | | | | | | * feature: Add PDF support * fix: PDF feature enhancements * fix: Freeze expo-share-intent version to prevent breaking changes * fix: set endOfLine to auto for cross-platform development * fix: Upgrading eslint/parser and eslint-plugin to 7.6.0 to solve the linting issues * fix: enhancing PDF feature * fix: Allowing null in fiename for backward compatibility * fix: update pnpm file with pnpm 9.0.0-alpha-8 * fix:(web): PDF Preview for web | |||||
| * | feature(inference): Upgrade the default vision model to the new gpt-4-turbo | MohamedBassem | 2024-04-09 | 4 | -10/+11 | |
| | | ||||||
| * | fix(crawler): Skip validating URLs in metascrapper as it was already being ↵ | MohamedBassem | 2024-04-09 | 1 | -0/+3 | |
| | | | | | validated. Fixes #22 | |||||
| * | fix: Delete the API key on logout from phone or extension | MohamedBassem | 2024-04-09 | 11 | -92/+84 | |
| | | ||||||
| * | fix(web): Fix the toggle theme button allowing clicks from anywhere in the ↵ | MohamedBassem | 2024-04-09 | 2 | -7/+18 | |
| | | | | | dropdown item | |||||
| * | fix: Fix type in the useAddBookmarkToList hook | MohamedBassem | 2024-04-09 | 1 | -1/+1 | |
| | | ||||||
| * | feature(web): Allow uploading directly into lists/tags. Fixes #69 | MohamedBassem | 2024-04-09 | 19 | -144/+258 | |
| | | ||||||
| * | refactor(web): Move the tooltip provider to the root of the app | MohamedBassem | 2024-04-07 | 4 | -102/+89 | |
| | | ||||||
| * | feature: Extract hook logic into separate package and add a new action bar ↵ | MohamedBassem | 2024-04-07 | 21 | -141/+483 | |
| | | | | | in bookmark preview | |||||
| * | fix(workers): Increase default timeout to 60s, make it configurable and ↵ | MohamedBassem | 2024-04-06 | 3 | -11/+29 | |
| | | | | | improve logging | |||||
| * | fix(docker): Remove BUILDPLATFORM from Dockerfile | MohamedBassem | 2024-04-06 | 1 | -4/+4 | |
| | | ||||||
| * | fix: Refresh the all tags page automatically when a tag is modified | MohamedBassem | 2024-04-06 | 5 | -83/+103 | |
| | | ||||||
| * | ui(web): Add a tooltip explaining what archived means | MohamedBassem | 2024-04-06 | 4 | -47/+60 | |
| | | ||||||
| * | fix: Only consider text as URL in editor card if it has an http protocol. ↵ | MohamedBassem | 2024-04-06 | 1 | -1/+4 | |
| | | | | | Fixes #86 | |||||
| * | feature: Change archived meaning to only mean removed from homepage | MohamedBassem | 2024-04-06 | 7 | -16/+5 | |
| | | ||||||
| * | fix: Delete user's assets when the user is deleted | MohamedBassem | 2024-04-05 | 2 | -0/+14 | |
| | | ||||||
| * | build: Increment android app versionCode | MohamedBassem | 2024-04-04 | 1 | -1/+2 | |
| | | ||||||
| * | fix: Incorrect counts for tags in the AllTags page. Fixes #78 | MohamedBassem | 2024-04-03 | 1 | -2/+2 | |
| | | ||||||
| * | chore: Update turbo to 1.13.2 | MohamedBassem | 2024-04-03 | 2 | -30/+30 | |
| | | ||||||
| * | fix: Minor fixes to small screens to render admin panel and settings in full ↵ | MohamedBassem | 2024-04-03 | 2 | -8/+8 | |
| | | | | | width | |||||
| * | docs: Fix some typos in the importing docs | MohamedBassem | 2024-04-02 | 2 | -6/+6 | |
| | | ||||||
| * | fix(cli): Don't download pnpm with every invocation | MohamedBassem | 2024-04-02 | 1 | -3/+2 | |
| | | ||||||
| * | docs: Add some wiki page about importing links from chrome. #7 | MohamedBassem | 2024-04-02 | 1 | -0/+28 | |
| | | ||||||
| * | docker: Move build args to the end for better cache hits | MohamedBassem | 2024-04-02 | 1 | -8/+9 | |
| | | ||||||
| * | feature: Include server version in the admin UI. Fixes #66 | MohamedBassem | 2024-04-02 | 8 | -14/+92 | |
| | | ||||||
