aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: More turbo fixesMohamedBassem2025-07-272-3/+4
* deps: Upgrade viteMohamed Bassem2025-07-261-4/+4
* refactor: Extract the importing logic into its own hookMohamed Bassem2025-07-262-258/+268
* 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-261-3/+3
* 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: Fix edit list modal not clearing parentMohamed Bassem2025-07-191-1/+1
* feat: Add a proper reader modeMohamed Bassem2025-07-199-163/+548
* fix(web): Fix the clear parent button in the edit list dialog. Fixes #1742Mohamed Bassem2025-07-171-1/+1
* fix: Clear search history on logoutMohamed Bassem2025-07-143-15/+20
* feat: adding search history #1541 (#1627)lexafaxine2025-07-143-32/+170
* feat: markdown file upload support (#1647) (#1672)Rodrigo Santos2025-07-131-3/+20
* 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
* fix(web): Fix the alignment in the user options pageMohamed Bassem2025-07-121-4/+1
* deps: Upgrade drizzleMohamed Bassem2025-07-121-1/+1
* 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-121-0/+2
* feat: Support forget and reset passwordMohamed Bassem2025-07-125-0/+397
* feat(ui): Revamp the signin/signup pageMohamed Bassem2025-07-126-238/+393
* feat: Add invite user supportMohamed Bassem2025-07-108-106/+790
* feat: Add support for email verificationMohamed Bassem2025-07-104-15/+329
* 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(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-061-1/+9
* feat: Add a new timezone user settingMohamed Bassem2025-07-063-3/+94
* fix: Fix i18n in the new stats pageMohamed Bassem2025-07-063-37/+108
* feat: Add per user storage quotaMohamed Bassem2025-07-062-0/+33
* feat: Add new user stats page. Fixes #1523Mohamed Bassem2025-07-063-0/+504
* feat(workers): Allow custmoizing max parallelism for a bunch of workers. Fixe...Mohamed Bassem2025-07-051-1/+1
* refactor: Move the health endpoint to hono as wellMohamed Bassem2025-07-041-8/+0
* refactor: Move the trpc endpoint to honoMohamed Bassem2025-07-041-22/+0
* feat: Add per user bookmark count quotaMohamed Bassem2025-07-043-160/+197
* fix(web): Add icons to preview selectorsMohamed Bassem2025-07-041-4/+19
* fix: switch import / export icons (#1682)Harry Peach2025-06-291-2/+2
* chore: More oxlint changesMohamed Bassem2025-06-223-12/+7
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-2218-22/+61
* feat(admin): add confirmation dialog for user deletion (#1648) (#1649)Deepanshu Saini2025-06-212-10/+32
* fix: Fix oauth creation failure due to missing UserSettings table. Fixes #1583Mohamed Bassem2025-06-212-9/+26