| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: Fix missing bookmarks during pagination if they got created in the same ↵ | MohamedBassem | 2024-05-19 | 1 | -2/+11 |
| | | | | | second. Fixes #140 | ||||
| * | feature(inference): Upgrade the default vision model to the new ↵ | MohamedBassem | 2024-05-16 | 1 | -1/+1 |
| | | | | | gpt-4o-2024-05-13 which is faster and 2x cheaper | ||||
| * | feature(crawler): Allow connecting to browser's websocket address and ↵ | MohamedBassem | 2024-05-15 | 1 | -0/+4 |
| | | | | | launching the browser on demand. This enables support for browserless | ||||
| * | feature(worker): Allow configuring redis with a password | MohamedBassem | 2024-05-15 | 2 | -0/+3 |
| | | |||||
| * | feature: Take full page screenshots #143 (#148) | kamtschatka | 2024-05-12 | 1 | -0/+2 |
| | | | | | | | Added the fullPage flag to take full screen screenshots updated the UI accordingly to properly show the screenshots instead of scaling it down Co-authored-by: kamtschatka <simon.schatka@gmx.at> | ||||
| * | fix(cli): Remove limit from array length when listing bookmarks. Fixes #135 | MohamedBassem | 2024-05-05 | 1 | -1/+2 |
| | | |||||
| * | fix: Allow zod to coerce the crawler timeout from strings. Fixes #134 | MohamedBassem | 2024-05-03 | 1 | -2/+2 |
| | | |||||
| * | feature(crawler): Allow increasing crawler concurrency and configure storing ↵ | MohamedBassem | 2024-04-26 | 1 | -0/+6 |
| | | | | | images and screenshots | ||||
| * | feature(extension): Allow adding tags and lists to newly hoarded bookmarks | MohamedBassem | 2024-04-23 | 1 | -1/+6 |
| | | |||||
| * | fix: Ensure that downloaded asset images are from the allowed content types | MohamedBassem | 2024-04-20 | 1 | -0/+10 |
| | | |||||
| * | feature: Allow recrawling bookmarks without running inference jobs | MohamedBassem | 2024-04-20 | 1 | -0/+1 |
| | | |||||
| * | feature: Download images and screenshots | MohamedBassem | 2024-04-20 | 2 | -0/+6 |
| | | |||||
| * | feature: Nested lists (#110). Fixes #62 | Mohamed Bassem | 2024-04-19 | 1 | -0/+55 |
| | | | | | | * 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 | 5 | -0/+195 |
| | | |||||
| * | feature: Add title to bookmarks and allow editing them. Fixes #27 | MohamedBassem | 2024-04-15 | 1 | -0/+1 |
| | | |||||
| * | 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 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | * 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(workers): Increase default timeout to 60s, make it configurable and ↵ | MohamedBassem | 2024-04-06 | 1 | -0/+2 |
| | | | | | improve logging | ||||
| * | fix: Delete user's assets when the user is deleted | MohamedBassem | 2024-04-05 | 1 | -0/+12 |
| | | |||||
| * | 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 |
| | | |||||
| * | format: Add missing lint and format, and format the entire repo | MohamedBassem | 2024-03-30 | 4 | -15/+42 |
| | | |||||
| * | fix: Sort search results by relevance | MohamedBassem | 2024-03-30 | 1 | -1/+17 |
| | | |||||
| * | feature(web): Add support for attaching notes to bookmarks | MohamedBassem | 2024-03-30 | 1 | -0/+1 |
| | | |||||
| * | feature: Change maximum asset size to be configurable. Fixes #33 | MohamedBassem | 2024-03-27 | 1 | -0/+2 |
| | | |||||
| * | 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 | 1 | -32/+71 |
| | | |||||
| * | 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 | 1 | -15/+5 |
| | | |||||
| * | feature(web): Add support for demo mode | MohamedBassem | 2024-03-19 | 1 | -0/+5 |
| | | |||||
| * | refactor: Change asset storage to be the filesystem instead of sqlite | MohamedBassem | 2024-03-19 | 2 | -6/+71 |
| | | |||||
| * | docker: Fix dockerfiles to adapt to the new repo structure | MohamedBassem | 2024-03-14 | 1 | -0/+1 |
| | | |||||
| * | lint: Lint and format the entire repo with the new configs | MohamedBassem | 2024-03-14 | 1 | -1/+1 |
| | | |||||
| * | structure: Create apps dir and copy tooling dir from t3-turbo repo | MohamedBassem | 2024-03-14 | 2 | -1/+23 |
| | | |||||
| * | feature: Add full text search support | MohamedBassem | 2024-03-01 | 4 | -0/+79 |
| | | |||||
| * | build: Migrate from yarn to pnpm | MohamedBassem | 2024-02-26 | 1 | -1/+2 |
| | | |||||
| * | feature: Basic support for demo mode | MohamedBassem | 2024-02-20 | 1 | -0/+1 |
| | | |||||
| * | branding: Rename app to Hoarder | MohamedBassem | 2024-02-20 | 1 | -1/+1 |
| | | |||||
| * | build: Fix docker images | MohamedBassem | 2024-02-17 | 1 | -0/+2 |
| | | |||||
| * | fix: Let the crawler wait a bit more for page load | MohamedBassem | 2024-02-17 | 1 | -0/+3 |
| | | |||||
| * | chore: Consolidate all config vars in one file | MohamedBassem | 2024-02-14 | 3 | -3/+35 |
| | | |||||
| * | feature: Add ability to refresh bookmark details | MohamedBassem | 2024-02-14 | 1 | -1/+0 |
| | | |||||
| * | [refactor] Extract the bookmark model to be a high level model to support ↵ | MohamedBassem | 2024-02-09 | 1 | -2/+2 |
| | | | | | other type of bookmarks | ||||
| * | [refactor] Move the different packages to the package subdir | MohamedBassem | 2024-02-08 | 4 | -0/+55 |
