aboutsummaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix(mobile): change to metro.config.cjs since migrating to type: module (#1845)xuatz2025-08-164-2/+2
* fix: add CORS configuration for chrome-extension origin (#1823)qixing-jk2025-08-092-1/+6
* fix: Add support email to pricing pageMohamedBassem2025-08-041-0/+4
* feat: Add an error boundary around the custom rendererMohamedBassem2025-08-041-2/+35
* feat(web): Add special cards for specific websites. Fixes #1344MohamedBassem2025-08-0310-2/+466
* fix: Merge the quota columns in the user listsMohamed Bassem2025-08-041-8/+2
* feat(landing): The pricing pageMohamed Bassem2025-08-046-48/+301
* release(mcp): Bump mcp server to 0.26MohamedBassem2025-08-031-1/+1
* refactor: Move webhook, users and tags into modelsMohamedBassem2025-08-021-2/+2
* feat: Drop support for time bounded invitationsMohamedBassem2025-08-021-42/+5
* refactor: Refactor crawlerWorker to use tryCatchMohamedBassem2025-07-271-123/+117
* refactor: Extract meilisearch as a pluginMohamedBassem2025-07-276-63/+52
* chore: More turbo fixesMohamedBassem2025-07-2710-18/+21
* fix: Ensure that all packages are ESM packagesMohamedBassem2025-07-273-0/+3
* deps: Upgrade viteMohamed Bassem2025-07-269-17/+26
* refactor: Extract the importing logic into its own hookMohamed Bassem2025-07-262-258/+268
* feat(mobile): add context aware sharing option in mobile app (#1785)xuatz2025-07-262-2/+83
* feat: Configurable number of grid columns. Fixes #1713Mohamed Bassem2025-07-267-72/+152
* feat: Render author, publisher and pub data in the bookmark viewMohamed Bassem2025-07-261-1/+49
* fix: Avoid prefetching assets and tags in the link component. Fixes #1759Mohamed Bassem2025-07-263-0/+5
* feat: Hide AI settings tab if inference is not configured. #1781Mohamed Bassem2025-07-261-19/+19
* fix: Stop forcing next-auth to read email from id_token. Fixes #410Mohamed Bassem2025-07-261-1/+0
* fix: Drop legacy container noticeMohamed Bassem2025-07-261-19/+0
* deps: Upgrade trpcMohamed Bassem2025-07-263-9/+8
* fix: Remove bcrypt from the api key validation routeMohamed Bassem2025-07-212-1/+2
* i18n: Sync weblate translationsHosted Weblate2025-07-1930-90/+3362
* fix(web): Remove horizontal scroll in PWA's headerMohamed Bassem2025-07-191-1/+1
* feat(web): Slightly nicer looking tags pageMohamed Bassem2025-07-193-80/+94
* fix: Run workers in prod without tsx. Fixes #1673Mohamed Bassem2025-07-192-2/+26
* fix: Fix edit list modal not clearing parentMohamed Bassem2025-07-191-1/+1
* feat: Add a proper reader modeMohamed Bassem2025-07-199-163/+548
* feat: Allow setting browserless crawling per userMohamed Bassem2025-07-191-1/+19
* fix(mobile): Fix image quality slider showing lots of decimal places. fixes #...Mohamed Bassem2025-07-191-1/+1
* fix(web): Fix the clear parent button in the edit list dialog. Fixes #1742Mohamed Bassem2025-07-171-1/+1
* feat(mobile): Add user setting for default bookmark view mode (#1723)xuatz2025-07-175-5/+118
* fix: Clear search history on logoutMohamed Bassem2025-07-143-15/+20
* feat: adding search history #1541 (#1627)lexafaxine2025-07-145-46/+286
* feat: markdown file upload support (#1647) (#1672)Rodrigo Santos2025-07-131-3/+20
* Revert "fix: Fix the types of the bookmark types in the db query"Mohamed Bassem2025-07-132-21/+1
* fix: Fix the types of the bookmark types in the db queryMohamed Bassem2025-07-132-1/+21
* feat: Add stripe based subscriptionsMohamed Bassem2025-07-135-58/+527
* feat: Add delete account supportMohamed Bassem2025-07-132-0/+184
* fix: Drop auth failure loggerMohamed Bassem2025-07-131-10/+3
* feat: Add proper proxy support. fixes #1265Mohamed Bassem2025-07-132-9/+87
* fix(web): Fix the alignment in the user options pageMohamed Bassem2025-07-121-4/+1
* deps: Upgrade typescript to 5.8Mohamed Bassem2025-07-123-3/+3
* deps: Upgrade drizzleMohamed Bassem2025-07-122-2/+2
* fix(web): Fix dark mode in auth pagesMohamed Bassem2025-07-126-10/+10
* fix(tests): Fix missing mock in trpc testsMohamed Bassem2025-07-121-1/+0
* fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem2025-07-126-24/+57