aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(web): Fix hydration errors in add api key pageMohamedBassem2025-08-231-14/+7
|
* refactor: Extract the importing logic into its own hookMohamed Bassem2025-07-261-258/+2
|
* feat: Add stripe based subscriptionsMohamed Bassem2025-07-131-0/+233
|
* feat: Add delete account supportMohamed Bassem2025-07-131-0/+182
|
* fix(web): Fix the alignment in the user options pageMohamed Bassem2025-07-121-4/+1
|
* fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem2025-07-121-0/+2
|
* feat: Add a new timezone user settingMohamed Bassem2025-07-061-3/+77
|
* fix: switch import / export icons (#1682)Harry Peach2025-06-291-2/+2
|
* chore: More oxlint changesMohamed Bassem2025-06-221-8/+6
|
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-223-1/+3
| | | | | | | * chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
* fix(web): Smaller card titles in the user info pageMohamed Bassem2025-06-073-3/+3
|
* feat(web): Redesign the user settings pageMohamed Bassem2025-06-073-188/+300
|
* fix(web): Drop the experimental icon from rss feedsMohamed Bassem2025-06-071-9/+0
|
* feat: Maintain list structure when importing from netscape. Fixes #538Mohamed Bassem2025-06-011-44/+87
|
* feat: add user customisable default archive display behaviour (#1505)xuatz2025-06-011-3/+49
| | | | | | | | | | | | | | | | | * fix typo * implementation * bug fix and refactoring * Use nuqs for searchParam management * remove the todo about the tests * fix tests --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix: Truncate the RSS feed urlMohamed Bassem2025-05-251-1/+6
|
* feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2025-05-241-3/+99
|
* feat: Read the archive status from omnivore and pocket. Fixes #703MohamedBassem2025-05-241-0/+1
|
* feat: Allow enabling/disabling RSS feedsMohamed Bassem2025-05-171-17/+48
|
* feat: Add NETSCAPE-Bookmark-file-1 export format support (#1374)Yuiki Saito2025-05-111-1/+22
| | | | | | | | | | | | | * Add function to export bookmarks in NETSCAPE-Bookmark-file-1 format * Update export endpoint to support NETSCAPE format * Add format selection to export UI * include tags in the export --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-273-4/+17
| | | | | | | | | | | | | | | | | * Add schema for the new rule engine * Add rule engine backend logic * Implement the worker logic and event firing * Implement the UI changesfor the rule engine * Ensure that when a referenced list or tag are deleted, the corresponding event/action is * Dont show smart lists in rule engine events * Add privacy validations for attached tag and list ids * Move the rules logic into a models
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-211-7/+7
| | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: Add import support for Tab Session Manager (#1246)Jorge Barnaby2025-04-161-1/+29
| | | | | | | | | * feat: Add import support for Tab Session Manager * drop unneeded schema fields --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-127-11/+11
|
* fix: Do clientside import dedup and parallelize import callsMohamedBassem2025-04-071-24/+64
|
* fix(ui): Fix export button sizing to match the import cardsMohamed Bassem2025-03-221-1/+1
|
* feat(web): Redesign the import/export pageMohamed Bassem2025-03-081-68/+135
|
* feat: Change webhooks to be configurable by usersMohamed Bassem2025-01-192-0/+584
|
* feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem2025-01-121-10/+47
|
* refactor: Refactor sidebar into a shared componentMohamed Bassem2024-12-303-112/+0
|
* feat: add Linkwarden importer (#786)Patrick Leonard2024-12-291-1/+16
| | | | | | | | | * added in Linkwarden import * simpler parsing --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feature: Store crawling status code and allow users to find broken links. ↵Mohamed Bassem2024-12-081-0/+6
| | | | Fixes #169
* feature: Allow setting bookmark metadata during creationMohamed Bassem2024-11-171-20/+9
|
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-1712-75/+176
| | | | | | | | | | | | | * feature(web): Add basic scaffolding for i18n * refactor: Switch most of the app's strings to use i18n strings * fix: Remove unused i18next-resources-for-ts command * Add user setting * More translations * Drop the german translation for now
* ui: Mark the RSS subscriptions as an experimental featureMohamed Bassem2024-11-091-1/+11
|
* feature: Add support for importing bookmarks from Omnivore. Fixes #602Mohamed Bassem2024-11-031-1/+16
|
* fix: Adopt pocket's new export format. Fixes #570Mohamed Bassem2024-11-031-1/+1
|
* feature(web): Add the ability to view the bookmarks of a particular rss feedMohamed Bassem2024-11-031-2/+11
|
* feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem2024-11-032-1/+411
|
* ui: Redesign the settings page and move it to its own layoutMohamed Bassem2024-10-2710-0/+1103