aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-29deps: Upgrade drizzle-orm to 0.38.3Mohamed Bassem1-1/+1
2024-12-27feat: Implement highlights support for links. Fixes #620Mohamed Bassem6-0/+3108
2024-12-08feature: Store crawling status code and allow users to find broken links. Fix...Mohamed Bassem4-0/+1421
2024-11-08fix: Fix slow AllTags page because of misconfigured tagId index. Fixes #528Mohamed Bassem4-1/+1414
2024-11-03feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem4-0/+1482
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka1-0/+2
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem4-0/+1238
2024-10-12deps: Upgrade nodejs to v22MohamedBassem1-2/+2
2024-10-06refactor: Start tracking bookmark assets in the assets tableMohamedBassem4-5/+1254
2024-10-06refactor: Include userId in the assets tableMohamedBassem4-0/+1225
2024-10-05feature: Persevere the source URL of clipped texts from the extension.MohamedBassem4-0/+1182
2024-09-29feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem4-0/+1205
2024-09-28deps: Upgrade drizzle-kitMohamedBassem29-2169/+2195
2024-09-15deps: Upgrade drizzle and next auth drizzle adapterMohamedBassem1-1/+1
2024-07-08chore: added a new table to store the config in the database (#279)kamtschatka4-0/+1106
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka4-0/+1090
2024-06-29refactor: remove redundant code from crawler worker and refactor handling of ...kamtschatka1-0/+14
2024-06-23refactor: extract assets into their own database table. #215 (#220)kamtschatka4-3/+1135
2024-06-22feature: add support for PDF links. Fixes #28 (#216)kamtschatka4-28/+1065
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem4-0/+1024
2024-05-18fix: Add the missing bookmark URL index migrationMohamedBassem3-0/+1016
2024-05-06feature: Dedup links on creation. Fixes #49MohamedBassem1-0/+4
2024-04-20feature: Download images and screenshotsMohamedBassem4-0/+1011
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem4-1/+1002
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem4-0/+983
2024-04-11feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid4-0/+980
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid6-1/+1941
2024-03-30feature(web): Add support for attaching notes to bookmarksMohamedBassem4-0/+947
2024-03-27refactor: Validate env variables using zodMohamedBassem2-2/+4
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem6-24/+1889
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem6-27/+2077
2024-03-17db: Create an index on bookmarks.createdAt field given the use in paginationMohamedBassem4-0/+896
2024-03-16db: Add missing indicies on dbMohamedBassem4-1/+910
2024-03-14docker: Fix dockerfiles to adapt to the new repo structureMohamedBassem1-1/+0
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2-5/+15
2024-03-05build: Fix the web buildMohamedBassem1-5/+3
2024-03-05breaking: Using DATA_DIR env variable instead of DATABASE_URLMohamedBassem2-2/+11
2024-03-05feature: Store html content of links in the databaseMohamedBassem4-0/+816
2024-03-02feature: Show a loading indicator when tags are still being fetchedMohamedBassem4-0/+813
2024-03-02dev: Disable db query logging given that it's very noisyMohamedBassem1-12/+1
2024-03-02fix: Remove unique index on API key name as it was forcing the name to be uni...MohamedBassem4-1/+801
2024-03-02feature: Store full link content and index themMohamedBassem4-0/+808
2024-03-01feature: Add an admin page showing server stats and actionsMohamedBassem4-0/+801
2024-03-01feature: Add support for creating and updating listsMohamedBassem4-0/+873
2024-02-29fix: Disable query logging in productionMohamedBassem1-4/+4
2024-02-29fix: Fix browser bookmarking input schemaMohamedBassem1-8/+5
2024-02-29fix: Fix API key authorizationMohamedBassem1-0/+10
2024-02-28feature: Add support for storing and previewing raw notesMohamedBassem5-3/+681
2024-02-28fix: Fix drizzle logging params in prodMohamedBassem1-1/+12
2024-02-28tests: Add tests for the bookmarks routesMohamedBassem1-0/+11