aboutsummaryrefslogtreecommitdiffstats
path: root/apps (unfollow)
Commit message (Expand)AuthorFilesLines
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 Bassem6-74/+215
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 Bassem6-6/+8
2025-07-04fix(workers): A more lenient JSON parsing for LLM responses. Fixes #1267Mohamed Bassem1-1/+39
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-07-04fix(mcp): add empty params object (#1697)Baitazar1-1/+3
2025-06-29fix: switch import / export icons (#1682)Harry Peach1-2/+2
2025-06-22fix(workers): Disable the metascraper readability as it's causing slowness in...Mohamed Bassem1-2/+0
2025-06-22fix(workers): Fix jsdom console logs leaking into worker logsMohamed Bassem1-2/+3
2025-06-22feat(workers): adding a local metascraper plugin for Reddit posts (#1302)David Woods3-13/+115
2025-06-22feat(workers): migrate from puppeteer to playwright (#1296)Mael2-34/+39
2025-06-22feat(mobile): Add tag clearing functionality to tag list (#1595)Ashok Úradníček1-1/+31
2025-06-22fix(mobile): always visible search bar in tags list (#1596)Ashok Úradníček1-0/+1
2025-06-22chore: More oxlint changesMohamed Bassem11-36/+13
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz36-96/+252
2025-06-21fix: Fix webhook not firing on deletion. Fixes #1613Mohamed Bassem1-18/+19
2025-06-21feat(admin): add confirmation dialog for user deletion (#1648) (#1649)Deepanshu Saini2-10/+32
2025-06-21fix: Fix oauth creation failure due to missing UserSettings table. Fixes #1583Mohamed Bassem2-9/+26
2025-06-21fix(mobile): tweaks to mobile app icon padding + added iOS tinted variant (#1...Alex Stevenson-Price3-1/+4
2025-06-21fix(workers): video downloader should log yt-dlp errors (#1624)irobot1-3/+6
2025-06-15i18n: Add Greek translation (#1564)apo-mak1-0/+481
2025-06-15release(cli): Bump CLI version to 0.25.0Mohamed Bassem1-1/+1
2025-06-08fix: Fix UI infinite recursion by upgrading radix packagesMohamed Bassem3-25/+25
2025-06-08deps: upgrade to pnpm@9.15.9 (#1544)xuatz4-29/+29
2025-06-08release(mcp): Release mcp 0.25.0Mohamed Bassem1-1/+1
2025-06-08release(extension): Bump extension version to 1.2.6Mohamed Bassem1-1/+1
2025-06-08release(mobile): Bump mobile version to 1.7.0Mohamed Bassem1-3/+3
2025-06-08ci: Fix manifest formattingMohamed Bassem1-8/+2
2025-06-08feat(mobile): Add support for viewing PDFs (#1519)Code Love3-2/+156
2025-06-07fix(mobile): Move the delete button to the end in the bookmark menuMohamedBassem1-11/+11
2025-06-07feat(mobile): add reader/screenshot/archive view to bookmark preview (#1509)Simon Kenny2-12/+288
2025-06-07feat(extension): add a keyboard shortcut to save page (#1532)Steven Conaway2-24/+71
2025-06-07feat(ui): Improve the look of the public bookmarks pageMohamed Bassem3-25/+66
2025-06-07fix: Use a new public list metadata endpoint for metadata generationMohamed Bassem2-3/+14
2025-06-07fix(web): Smaller card titles in the user info pageMohamed Bassem3-3/+3
2025-06-07fix: preserve unsaved title changes when modifying bookmark tags in the edit ...Adrian-Ryan Acala2-6/+32
2025-06-07feat(web): Redesign the user settings pageMohamed Bassem4-190/+302
2025-06-07fix(web): Drop the experimental icon from rss feedsMohamed Bassem1-9/+0
2025-06-02i18n: Sync weblate translationsHosted Weblate27-189/+1107
2025-06-01feat: Maintain list structure when importing from netscape. Fixes #538Mohamed Bassem2-45/+108
2025-06-01feat: Allow specifying the overwrite mode for singlefile archives. Fixes #1125Mohamed Bassem1-3/+3
2025-06-01feat: Add support for public lists (#1511)Mohamed Bassem13-78/+563
2025-06-01feat: add user customisable default archive display behaviour (#1505)xuatz10-20/+157
2025-06-01feat(mobile): Add PDF support to share extension (#1494)Code Love1-2/+4
2025-05-31feat: Generate RSS feeds from lists (#1507)Mohamed Bassem6-33/+205