aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* feat: Add invite user supportMohamed Bassem2025-07-1018-109/+3973
* feat: Add support for email verificationMohamed Bassem2025-07-1012-157/+748
* fix(api): Fix handling for CORS after the trpc move to hono. Fixes #1709Mohamed Bassem2025-07-101-0/+6
* fix: Drop the need to for the self-call for providers and NEXTAUTH_INTERNAL_URLMohamed Bassem2025-07-072-5/+9
* feat: Add a logout pageMohamed Bassem2025-07-071-0/+18
* fix: Add a dummy bcrypt comparison in validatePassword when the user is not f...Mohamed Bassem2025-07-061-0/+6
* build: Add an open-api husky checkMohamed Bassem2025-07-063-1/+19
* fix(build): Regenerate openapi specMohamed Bassem2025-07-061-0/+7
* fix: Fix search indexing after content splitMohamed Bassem2025-07-061-7/+4
* fix(web): Clicking on search tooltip opens the search language guide. Fixes #...Mohamed Bassem2025-07-062-5/+10
* feat: Store large html content in the asset dbMohamed Bassem2025-07-0617-18/+2383
* fix(mobile): Fix crash when bookmark doesn't have archive or screenshot. Fixe...Mohamed Bassem2025-07-062-26/+65
* fix(tests): Fix broken user setting testMohamed Bassem2025-07-061-0/+2
* chore: Excluded unneeded docker context using dockerignoreMohamed Bassem2025-07-065-9/+30
* feat: Add a new timezone user settingMohamed Bassem2025-07-069-27/+2189
* feat: Add prometheus monitoring. Fixes #758Mohamed Bassem2025-07-0610-55/+331
* fix(build): Regenerate openapi specMohamed Bassem2025-07-061-1/+146
* fix: Fix i18n in the new stats pageMohamed Bassem2025-07-063-37/+108
* feat: Add per user storage quotaMohamed Bassem2025-07-0617-108/+2388
* feat: Add new user stats page. Fixes #1523Mohamed Bassem2025-07-066-1/+1102
* feat(workers): Allow custmoizing max parallelism for a bunch of workers. Fixe...Mohamed Bassem2025-07-059-15/+45
* feat: Add support for S3 as an asset storage layer (#1703)Mohamed Bassem2025-07-0414-109/+3194
* fix(workers): A more lenient JSON parsing for LLM responses. Fixes #1267Mohamed Bassem2025-07-041-1/+39
* refactor: Move the health endpoint to hono as wellMohamed Bassem2025-07-043-8/+18
* refactor: Move the trpc endpoint to honoMohamed Bassem2025-07-045-22/+46
* chore: Symlink Gemini.md to CLAUDE.mdMohamed Bassem2025-07-041-0/+1
* feat: Add per user bookmark count quotaMohamed Bassem2025-07-0412-168/+2553
* chore: Symlink Gemini.md to AGENTS.mdMohamed Bassem2025-07-041-0/+1
* fix(web): Add icons to preview selectorsMohamed Bassem2025-07-041-4/+19
* chore: Add a GEMINI.md file for people using gemini-cliMohamed Bassem2025-07-041-0/+68
* fix(mcp): add empty params object (#1697)Baitazar2025-07-041-1/+3
* fix: switch import / export icons (#1682)Harry Peach2025-06-291-2/+2
* fix(workers): Disable the metascraper readability as it's causing slowness in...Mohamed Bassem2025-06-221-2/+0
* fix(workers): Fix jsdom console logs leaking into worker logsMohamed Bassem2025-06-221-2/+3
* feat(workers): adding a local metascraper plugin for Reddit posts (#1302)David Woods2025-06-224-180/+220
* fix(tags): normalise leading hashes in tag names (#1317) (#1351)Mostafa Wahied2025-06-225-7/+56
* feat(workers): migrate from puppeteer to playwright (#1296)Mael2025-06-228-539/+151
* feat(mobile): Add tag clearing functionality to tag list (#1595)Ashok Úradníček2025-06-221-1/+31
* fix(mobile): always visible search bar in tags list (#1596)Ashok Úradníček2025-06-221-0/+1
* fix: minor changes to the tagging prompts (#1474)Olicorne2025-06-221-10/+11
* build: Install script v3.0 - Bling version (#1576)Chris2025-06-221-115/+248
* feat: Add Helm chart (#1350)Sheya Bernstein2025-06-226-0/+240
* chore: More oxlint changesMohamed Bassem2025-06-2223-87/+24
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-2270-1695/+1174
* docs: update meilisearch key generation instruction (#1651)Kyle Wilson2025-06-2214-14/+15
* fix: Fix webhook not firing on deletion. Fixes #1613Mohamed Bassem2025-06-213-19/+23
* feat(admin): add confirmation dialog for user deletion (#1648) (#1649)Deepanshu Saini2025-06-212-10/+32
* fix: Collapse long runs of repeated whitespaces before tokenization to avoid ...Mohamed Bassem2025-06-211-0/+9
* fix: Change public image's signed tokens to be time aligned for better cachingMohamed Bassem2025-06-215-6/+140
* fix: Fix oauth creation failure due to missing UserSettings table. Fixes #1583Mohamed Bassem2025-06-214-45/+81