aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-19fix: Increase crawler max worker count in testsMohamed Bassem1-0/+1
2025-07-19feat: Allow setting browserless crawling per userMohamed Bassem9-5/+2380
2025-07-19feat: Allow enabling journaling mode on the dbMohamed Bassem2-0/+18
2025-07-19fix: Rename the proxy settings such that they don't interfer with other requestsMohamed Bassem1-6/+6
2025-07-14feat: adding search history #1541 (#1627)lexafaxine1-0/+102
2025-07-13Revert "fix: Fix the types of the bookmark types in the db query"Mohamed Bassem2-6/+15
2025-07-13fix: Fix the types of the bookmark types in the db queryMohamed Bassem2-15/+6
2025-07-13feat: Add stripe based subscriptionsMohamed Bassem12-1/+3805
2025-07-13feat: Add delete account supportMohamed Bassem4-2/+68
2025-07-13fix: Drop auth failure loggerMohamed Bassem3-51/+8
2025-07-13feat: Add proper proxy support. fixes #1265Mohamed Bassem1-0/+10
2025-07-12feat(api): Expose the update user API in the openapi specsMohamed Bassem6-0/+302
2025-07-12fix: Add ratelimiting to bookmark recrawl and summarizationMohamed Bassem1-1/+15
2025-07-12deps: Upgrade drizzleMohamed Bassem2-3/+3
2025-07-12fix(tests): Fix missing mock in trpc testsMohamed Bassem1-0/+3
2025-07-12fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem7-60/+95
2025-07-12refactor: Move db interactions into the trpc routesMohamed Bassem4-33/+66
2025-07-12feat: Support forget and reset passwordMohamed Bassem8-46/+2772
2025-07-10feat: Add API ratelimitsMohamed Bassem6-13/+172
2025-07-10feat: Add invite user supportMohamed Bassem10-3/+3183
2025-07-10feat: Add support for email verificationMohamed Bassem6-124/+362
2025-07-10fix(api): Fix handling for CORS after the trpc move to hono. Fixes #1709Mohamed Bassem1-0/+6
2025-07-06fix: Add a dummy bcrypt comparison in validatePassword when the user is not f...Mohamed Bassem1-0/+6
2025-07-06build: Add an open-api husky checkMohamed Bassem2-1/+18
2025-07-06fix(build): Regenerate openapi specMohamed Bassem1-0/+7
2025-07-06feat: Store large html content in the asset dbMohamed Bassem10-8/+2183
2025-07-06fix(tests): Fix broken user setting testMohamed Bassem1-0/+2
2025-07-06chore: Excluded unneeded docker context using dockerignoreMohamed Bassem1-2/+2
2025-07-06feat: Add a new timezone user settingMohamed Bassem6-24/+2095
2025-07-06feat: Add prometheus monitoring. Fixes #758Mohamed Bassem8-9/+237
2025-07-06fix(build): Regenerate openapi specMohamed Bassem1-1/+146
2025-07-06feat: Add per user storage quotaMohamed Bassem11-33/+2172
2025-07-06feat: Add new user stats page. Fixes #1523Mohamed Bassem3-1/+598
2025-07-05feat(workers): Allow custmoizing max parallelism for a bunch of workers. Fixe...Mohamed Bassem2-9/+25
2025-07-04feat: Add support for S3 as an asset storage layer (#1703)Mohamed Bassem12-99/+1964
2025-07-04refactor: Move the health endpoint to hono as wellMohamed Bassem2-0/+18
2025-07-04refactor: Move the trpc endpoint to honoMohamed Bassem3-0/+31
2025-07-04feat: Add per user bookmark count quotaMohamed Bassem9-8/+2356
2025-06-22fix(tags): normalise leading hashes in tag names (#1317) (#1351)Mostafa Wahied5-7/+56
2025-06-22fix: minor changes to the tagging prompts (#1474)Olicorne1-10/+11
2025-06-22chore: More oxlint changesMohamed Bassem9-31/+7
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz18-76/+206
2025-06-21fix: Fix webhook not firing on deletion. Fixes #1613Mohamed Bassem2-1/+4
2025-06-21fix: Collapse long runs of repeated whitespaces before tokenization to avoid ...Mohamed Bassem1-0/+9
2025-06-21fix: Change public image's signed tokens to be time aligned for better cachingMohamed Bassem5-6/+140
2025-06-21fix: Fix oauth creation failure due to missing UserSettings table. Fixes #1583Mohamed Bassem1-12/+34
2025-06-15i18n: Add Greek translation (#1564)apo-mak1-0/+1
2025-06-08deps: upgrade to pnpm@9.15.9 (#1544)xuatz4-5/+8
2025-06-07feat(ui): Improve the look of the public bookmarks pageMohamed Bassem1-6/+11
2025-06-07fix: Use a new public list metadata endpoint for metadata generationMohamed Bassem4-49/+112