aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-27refactor: Extract meilisearch as a pluginMohamedBassem3-2/+7
2025-07-27chore: More turbo fixesMohamedBassem2-3/+4
2025-07-26deps: Upgrade viteMohamed Bassem1-4/+4
2025-07-26refactor: Extract the importing logic into its own hookMohamed Bassem2-258/+268
2025-07-26feat: Configurable number of grid columns. Fixes #1713Mohamed Bassem7-72/+152
2025-07-26feat: Render author, publisher and pub data in the bookmark viewMohamed Bassem1-1/+49
2025-07-26fix: Avoid prefetching assets and tags in the link component. Fixes #1759Mohamed Bassem3-0/+5
2025-07-26feat: Hide AI settings tab if inference is not configured. #1781Mohamed Bassem1-19/+19
2025-07-26fix: Stop forcing next-auth to read email from id_token. Fixes #410Mohamed Bassem1-1/+0
2025-07-26fix: Drop legacy container noticeMohamed Bassem1-19/+0
2025-07-26deps: Upgrade trpcMohamed Bassem1-3/+3
2025-07-21fix: Remove bcrypt from the api key validation routeMohamed Bassem2-1/+2
2025-07-19i18n: Sync weblate translationsHosted Weblate30-90/+3362
2025-07-19fix(web): Remove horizontal scroll in PWA's headerMohamed Bassem1-1/+1
2025-07-19feat(web): Slightly nicer looking tags pageMohamed Bassem3-80/+94
2025-07-19fix: Fix edit list modal not clearing parentMohamed Bassem1-1/+1
2025-07-19feat: Add a proper reader modeMohamed Bassem9-163/+548
2025-07-17fix(web): Fix the clear parent button in the edit list dialog. Fixes #1742Mohamed Bassem1-1/+1
2025-07-14fix: Clear search history on logoutMohamed Bassem3-15/+20
2025-07-14feat: adding search history #1541 (#1627)lexafaxine3-32/+170
2025-07-13feat: markdown file upload support (#1647) (#1672)Rodrigo Santos1-3/+20
2025-07-13feat: Add stripe based subscriptionsMohamed Bassem5-58/+527
2025-07-13feat: Add delete account supportMohamed Bassem2-0/+184
2025-07-13fix: Drop auth failure loggerMohamed Bassem1-10/+3
2025-07-12fix(web): Fix the alignment in the user options pageMohamed Bassem1-4/+1
2025-07-12deps: Upgrade drizzleMohamed Bassem1-1/+1
2025-07-12fix(web): Fix dark mode in auth pagesMohamed Bassem6-10/+10
2025-07-12fix(tests): Fix missing mock in trpc testsMohamed Bassem1-1/+0
2025-07-12fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem1-0/+2
2025-07-12feat: Support forget and reset passwordMohamed Bassem5-0/+397
2025-07-12feat(ui): Revamp the signin/signup pageMohamed Bassem6-237/+392
2025-07-10feat: Add invite user supportMohamed Bassem8-106/+790
2025-07-10feat: Add support for email verificationMohamed Bassem4-15/+329
2025-07-07fix: Drop the need to for the self-call for providers and NEXTAUTH_INTERNAL_URLMohamed Bassem2-5/+9
2025-07-07feat: Add a logout pageMohamed Bassem1-0/+18
2025-07-06fix(web): Clicking on search tooltip opens the search language guide. Fixes #...Mohamed Bassem2-5/+10
2025-07-06feat: Store large html content in the asset dbMohamed Bassem1-1/+9
2025-07-06feat: Add a new timezone user settingMohamed Bassem3-3/+94
2025-07-06fix: Fix i18n in the new stats pageMohamed Bassem3-37/+108
2025-07-06feat: Add per user storage quotaMohamed Bassem2-0/+33
2025-07-06feat: Add new user stats page. Fixes #1523Mohamed Bassem3-0/+504
2025-07-05feat(workers): Allow custmoizing max parallelism for a bunch of workers. Fixe...Mohamed Bassem1-1/+1
2025-07-04refactor: Move the health endpoint to hono as wellMohamed Bassem1-8/+0
2025-07-04refactor: Move the trpc endpoint to honoMohamed Bassem1-22/+0
2025-07-04feat: Add per user bookmark count quotaMohamed Bassem3-160/+197
2025-07-04fix(web): Add icons to preview selectorsMohamed Bassem1-4/+19
2025-06-29fix: switch import / export icons (#1682)Harry Peach1-2/+2
2025-06-22chore: More oxlint changesMohamed Bassem3-12/+7
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz18-22/+61
2025-06-21feat(admin): add confirmation dialog for user deletion (#1648) (#1649)Deepanshu Saini2-10/+32