aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web (unfollow)
Commit message (Expand)AuthorFilesLines
2025-11-02feat(rss): Add import tags from RSS feed categories (#2031)Mohamed Bassem1-0/+47
2025-11-02fix: fix crash in search input when query contains a percent. fixes #1941Mohamed Bassem1-1/+1
2025-11-02feat: Add view options to show tag/title and control image fit. Fixes #1960Mohamed Bassem6-29/+214
2025-11-02refactor: improve the userLocalSetting server functionsMohamed Bassem1-27/+14
2025-11-02feat: display notes on bookmark card (#2083)xuatz8-23/+158
2025-11-02fix: correctly handle composition in search input. fixes #2048Mohamed Bassem1-1/+21
2025-10-26feat: Add admin maintenance job to migrate large inline HTML (#2071)Mohamed Bassem3-0/+11
2025-10-26refactor: generalize tidy assets queue into admin maintenance (#2059)Mohamed Bassem2-24/+35
2025-10-12feat: Add source field to track bookmark creation sources (#2037)Mohamed Bassem2-1/+8
2025-10-12feat: Add service dependency checks in the server overview pageMohamed Bassem4-13/+191
2025-10-12fix(web): Add w-full to tags editor to prevent unusable narrow width (#2035)Mohamed Bassem1-1/+1
2025-10-11feat: make list dropdown searchable in Manage Lists modal (#2029)Mohamed Bassem1-30/+75
2025-10-05fix: fix show no bookmark page when there isn't search resultsMohamed Bassem1-4/+5
2025-10-04feat: Revamp import experience (#2001)Mohamed Bassem7-18/+455
2025-09-28fix: fix public list sharing for empty lists (#1990)Mohamed Bassem1-3/+4
2025-09-28feat: recursive list delete (#1989)Mohamed Bassem2-5/+45
2025-09-28chore: Silence lint on <a> and <img> tags when it's intentionalMohamed Bassem3-0/+6
2025-09-28feat: Add tag search and pagination (#1987)Mohamed Bassem11-377/+692
2025-09-14feat: Regen api keysMohamed Bassem5-22/+159
2025-09-14fix(web): Handle user deletion more gracefullyMohamed Bassem1-4/+22
2025-09-14feat: A better looking catch all error boundaryMohamed Bassem1-2/+39
2025-09-14fix(web): fix error when attempting to merge tags. fixes #1938Mohamed Bassem2-2/+5
2025-09-14feat: Add Create Tag button to tags page (#1942)Mohamed Bassem3-1/+156
2025-09-13feat(search): add title search qualifier (#1940)Mohamed Bassem3-0/+15
2025-09-07i18n: Sync weblate translationsHosted Weblate30-61/+2011
2025-09-07fix: fix tag flicker caused by tag sortingMohamed Bassem3-32/+29
2025-09-07feat: Show loading indicator while file is being generated #1787 (#1870)ahmed-abdelkarim1-7/+51
2025-09-07feat(web): render AI summary in markdown (#1869)Youen Chéné2-5/+12
2025-09-07fix(web): Fix deleting the action in the rule engine auto saves. fixes #1858Mohamed Bassem1-0/+1
2025-08-31fix: Incremental polling interval for ongoing crawlsMohamed Bassem2-11/+4
2025-08-30fix: handle list with slashes in their names and truncate long list names. fi...Mohamed Bassem4-591/+86
2025-08-27feat: Add a bookmark skeleton for searchMohamed Bassem2-2/+86
2025-08-24u18n: Update french translation.json (#1866)Vivien1-1/+1
2025-08-24fix: fix nextjs warning about dialog without title in bookmark previewMohamedBassem2-1/+13
2025-08-24fix(web): fix query getting rest when bookmark preview is closed. fixes #1521MohamedBassem4-17/+34
2025-08-23fix(web): Fix hydration errors in add api key pageMohamedBassem1-14/+7
2025-08-23fix: preserve selected section in link preview in query paramsMohamedBassem1-2/+4
2025-08-23fix: Hide bookmark global actions when there's no bookmark grid shownMohamedBassem3-3/+27
2025-08-23fix(security): Add CSP policies on asset serving pathMohamedBassem1-0/+1
2025-08-22fix: Remove dev indicator config from nextjs configMohamedBassem1-4/+0
2025-08-22fix(web): Fix dark mode titles for public listsMohamedBassem1-4/+4
2025-08-22feat: Add confirmations to background job actionsMohamedBassem2-25/+40
2025-08-21feat: A redesigned background jobs page. #1551MohamedBassem4-202/+499
2025-08-20Revert "deps: Upgrade nextjs to 15.5"MohamedBassem3-16/+27
2025-08-20deps: Upgrade nextjs to 15.5MohamedBassem3-27/+16
2025-08-20fix(web): Suppress hydration warning on root htmlMohamedBassem1-1/+5
2025-08-20deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem18-104/+239
2025-08-20fix: renamed export filename to karakeep (#1829)David Pearson1-1/+1
2025-08-20feat: Render human tags before AI tags (#1740)haappi2-19/+26
2025-08-04feat: Add an error boundary around the custom rendererMohamedBassem1-2/+35