aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: Run workers in prod without tsx. Fixes #1673Mohamed Bassem2025-07-191-0/+1
|
* feat(mobile): Add user setting for default bookmark view mode (#1723)xuatz2025-07-171-0/+1
| | | | | | | | | | | | | | | | | * feat(mobile): add user setting for default bookmark view mode * regen db migration script * clean up implementation * Update docs/docs/07-Development/01-setup.md * Update GEMINI.md * use local setting instead of storing value in db * improve start-dev.sh to also handle for db migration * rename mobileBookmarkClickDefaultViewMode to defaultBookmarkView for consistency
* chore: Excluded unneeded docker context using dockerignoreMohamed Bassem2025-07-061-0/+1
|
* chore: Add aider to gitignoreMohamed Bassem2024-12-291-1/+2
|
* fix(mobile): Add support for self signed certs in android. Fixes #381 (#416)CrypticC3s4r2024-12-281-1/+6
| | | Co-authored-by: MohamedBassem <me@mbassem.com>
* chore: Add aider to gitignoreMohamed Bassem2024-12-221-1/+2
|
* feature: add support for PDF links. Fixes #28 (#216)kamtschatka2024-06-221-0/+4
| | | | | | | | | | | | | | | | | * feature request: pdf support #28 Added a new sourceUrl column to the asset bookmarks Added transforming a link bookmark pointing at a pdf to an asset bookmark made sure the "View Original" link is also shown for asset bookmarks that have a sourceURL updated gitignore for IDEA * remove pdf parsing from the crawler * extract the http logic into its own function to avoid duplicating the post-processing actions (openai/index) * Add 5s timeout to the content type fetch --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* build: Fix build by committing next-env.d.tsMohamedBassem2024-03-191-1/+0
|
* refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem2024-03-191-0/+1
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+3
|
* breaking: Using DATA_DIR env variable instead of DATABASE_URLMohamedBassem2024-03-051-1/+1
|
* feature: Initial attempt at making the app a PWAMohamedBassem2024-03-041-0/+8
|
* db: Migrate from prisma to drizzleMohamedBassem2024-02-231-1/+1
|
* Migrating away from bun to yarnMohamedBassem2024-02-081-0/+1
|
* Structure the repo into workspacesMohamedBassem2024-02-061-0/+39
|
* Move the web app into a subdirMohamedBassem2024-02-061-39/+0
|
* Init NextAuthMohamedBassem2024-02-051-0/+3
|
* Initial commit from Create Next AppMohamedBassem2024-02-041-0/+36