| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feature: Add title to bookmarks and allow editing them. Fixes #27 | MohamedBassem | 2024-04-15 | 7 | -0/+989 | |
| | | ||||||
| * | feature(web): Allow changing the bookmark grid layout (#98) | Mohamed Bassem | 2024-04-14 | 2 | -0/+26 | |
| | | ||||||
| * | fix: Differentiate between pending in db and in redis in admin job stats | MohamedBassem | 2024-04-12 | 1 | -18/+52 | |
| | | ||||||
| * | feature: Recrawl failed links from admin UI (#95) | Ahmad Mujahid | 2024-04-11 | 5 | -19/+1025 | |
| | | | | | | * 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 | 2 | -1/+12 | |
| | | | | | add retries to crawling jobs | |||||
| * | feature: Add PDF support (#88) | Ahmad Mujahid | 2024-04-11 | 11 | -2/+1950 | |
| | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -1/+1 | |
| | | ||||||
| * | fix: Delete the API key on logout from phone or extension | MohamedBassem | 2024-04-09 | 2 | -1/+53 | |
| | | ||||||
| * | 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 | 5 | -23/+183 | |
| | | ||||||
| * | feature: Extract hook logic into separate package and add a new action bar ↵ | MohamedBassem | 2024-04-07 | 5 | -0/+119 | |
| | | | | | in bookmark preview | |||||
| * | fix(workers): Increase default timeout to 60s, make it configurable and ↵ | MohamedBassem | 2024-04-06 | 1 | -0/+2 | |
| | | | | | improve logging | |||||
| * | fix: Refresh the all tags page automatically when a tag is modified | MohamedBassem | 2024-04-06 | 2 | -29/+29 | |
| | | ||||||
| * | feature: Change archived meaning to only mean removed from homepage | MohamedBassem | 2024-04-06 | 1 | -10/+2 | |
| | | ||||||
| * | fix: Delete user's assets when the user is deleted | MohamedBassem | 2024-04-05 | 2 | -0/+14 | |
| | | ||||||
| * | fix: Incorrect counts for tags in the AllTags page. Fixes #78 | MohamedBassem | 2024-04-03 | 1 | -2/+2 | |
| | | ||||||
| * | feature: Include server version in the admin UI. Fixes #66 | MohamedBassem | 2024-04-02 | 1 | -0/+7 | |
| | | ||||||
| * | feat(workers): Allow configuring the language in which the tags are ↵ | MohamedBassem | 2024-04-02 | 1 | -0/+2 | |
| | | | | | generated. Fixes #68 | |||||
| * | chore(workers): Remove unused configuration options | MohamedBassem | 2024-03-31 | 1 | -4/+0 | |
| | | ||||||
| * | feature: Split the tags in AllTags page by who used them | MohamedBassem | 2024-03-31 | 1 | -21/+56 | |
| | | ||||||
| * | feature: Add support deleting tags | MohamedBassem | 2024-03-31 | 1 | -0/+26 | |
| | | ||||||
| * | format: Add missing lint and format, and format the entire repo | MohamedBassem | 2024-03-30 | 18 | -69/+107 | |
| | | ||||||
| * | fix: Sort search results by relevance | MohamedBassem | 2024-03-30 | 2 | -1/+25 | |
| | | ||||||
| * | feature(web): Add support for attaching notes to bookmarks | MohamedBassem | 2024-03-30 | 7 | -0/+955 | |
| | | ||||||
| * | feature: Change maximum asset size to be configurable. Fixes #33 | MohamedBassem | 2024-03-27 | 1 | -0/+2 | |
| | | ||||||
| * | fix: Drop the 2k char limit on notes. Fixes #25 | MohamedBassem | 2024-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | fix: Attempt to increase the reliability of the ollama inference | MohamedBassem | 2024-03-27 | 1 | -0/+8 | |
| | | ||||||
| * | feature: Allow specifying a specific redis db to use. Fixes #13 | MohamedBassem | 2024-03-27 | 2 | -0/+3 | |
| | | ||||||
| * | feature: Add support for local models using ollama | MohamedBassem | 2024-03-27 | 1 | -0/+2 | |
| | | ||||||
| * | refactor: Validate env variables using zod | MohamedBassem | 2024-03-27 | 3 | -34/+75 | |
| | | ||||||
| * | fix: Allow setting demo mode creds when demo mode is enabled | MohamedBassem | 2024-03-26 | 1 | -1/+4 | |
| | | ||||||
| * | docker: Use external chrome docker container | MohamedBassem | 2024-03-24 | 1 | -0/+1 | |
| | | ||||||
| * | feature: Add an option to disable new signups | MohamedBassem | 2024-03-22 | 2 | -15/+12 | |
| | | ||||||
| * | fix: Fix accessing tags by name failing privacy checks | MohamedBassem | 2024-03-21 | 1 | -9/+17 | |
| | | ||||||
| * | feature(web): Add support for removing items from lists | MohamedBassem | 2024-03-20 | 2 | -3/+30 | |
| | | ||||||
| * | feature(web): Add support for demo mode | MohamedBassem | 2024-03-19 | 2 | -5/+15 | |
| | | ||||||
| * | refactor: Change asset storage to be the filesystem instead of sqlite | MohamedBassem | 2024-03-19 | 10 | -34/+1979 | |
| | | ||||||
| * | Feature: Add support for uploading images and automatically inferring their ↵ | Mohamed Bassem | 2024-03-19 | 9 | -29/+2130 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tags (#2) * feature: Experimental support for asset uploads * feature(web): Add new bookmark type asset * feature: Add support for automatically tagging images * fix: Add support for image assets in preview page * use next Image for fetching the images * Fix auth and error codes in the route handlers * Add support for image uploads on mobile * Fix typing of upload requests * Remove the ugly dragging box * Bump mobile version to 1.3 * Change the editor card placeholder to mention uploading images * Fix a typo * Change ios icon for photo library * Silence typescript error | |||||
| * | feature(web): Add the ability to change passwords | MohamedBassem | 2024-03-18 | 2 | -9/+48 | |
| | | ||||||
| * | feature(web): A better tags editor using react select with auto complete and ↵ | MohamedBassem | 2024-03-17 | 1 | -2/+27 | |
| | | | | | auto create | |||||
| * | db: Create an index on bookmarks.createdAt field given the use in pagination | MohamedBassem | 2024-03-17 | 4 | -0/+896 | |
| | | ||||||
| * | feature: Implemente pagination support | MohamedBassem | 2024-03-17 | 2 | -50/+77 | |
| | | ||||||
| * | refactor: Prepare for pagination by dropping querying bookmarks by id | MohamedBassem | 2024-03-17 | 3 | -45/+113 | |
| | | ||||||
| * | db: Add missing indicies on db | MohamedBassem | 2024-03-16 | 4 | -1/+910 | |
| | | ||||||
| * | refactor: Move tag fetching to trpc to reuse in the mobile app | MohamedBassem | 2024-03-15 | 2 | -0/+101 | |
| | | ||||||
| * | docker: Fix dockerfiles to adapt to the new repo structure | MohamedBassem | 2024-03-14 | 3 | -5/+2 | |
| | | ||||||
| * | lint: Lint and format the entire repo with the new configs | MohamedBassem | 2024-03-14 | 2 | -1/+15 | |
| | | ||||||
| * | structure: Create apps dir and copy tooling dir from t3-turbo repo | MohamedBassem | 2024-03-14 | 187 | -8884/+49 | |
| | | ||||||
| * | mobile: Bump version to 1.2.0 | MohamedBassem | 2024-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | fix(mobile): Multiple attempts to stop the duplication sharing | MohamedBassem | 2024-03-13 | 1 | -1/+1 | |
| | | ||||||
