aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem2025-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error
* fix: Avoid prefetching assets and tags in the link component. Fixes #1759Mohamed Bassem2025-07-261-0/+2
|
* feat: Hide AI settings tab if inference is not configured. #1781Mohamed Bassem2025-07-261-19/+19
|
* feat: Add stripe based subscriptionsMohamed Bassem2025-07-132-57/+93
|
* feat: Add delete account supportMohamed Bassem2025-07-131-0/+2
|
* feat: Add a new timezone user settingMohamed Bassem2025-07-061-0/+16
|
* fix: Fix i18n in the new stats pageMohamed Bassem2025-07-062-36/+60
|
* feat: Add new user stats page. Fixes #1523Mohamed Bassem2025-07-062-0/+501
|
* feat(web): Redesign the user settings pageMohamed Bassem2025-06-071-2/+2
|
* refactor: Move bookmark utils from shared-react to sharedMohamed Bassem2025-05-311-1/+1
|
* feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2025-05-241-6/+11
|
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-272-0/+95
| | | | | | | | | | | | | | | | | * 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 hoarder packages to karakeepMohamedBassem2025-04-122-5/+5
|
* feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem2025-02-232-0/+188
|
* feat: Change webhooks to be configurable by usersMohamed Bassem2025-01-192-0/+11
|
* refactor: Refactor sidebar into a shared componentMohamed Bassem2024-12-301-24/+62
|
* feature: Store crawling status code and allow users to find broken links. ↵Mohamed Bassem2024-12-081-0/+131
| | | | Fixes #169
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-1/+3
| | | | | | | | | | | | | * 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
* feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem2024-11-031-0/+5
|
* ui: Redesign the settings page and move it to its own layoutMohamed Bassem2024-10-276-0/+74