aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/clientConfig.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add user settings to disable auto tagging/summarization (#2275)Mohamed Bassem2025-12-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Add per-user settings to disable auto-tagging and auto-summarization This commit adds user-level controls for AI features when they are enabled on the server. Users can now toggle auto-tagging and auto-summarization on/off from the AI Settings page. Changes: - Added autoTaggingEnabled and autoSummarizationEnabled fields to user table - Updated user settings schemas and API endpoints to handle new fields - Modified inference workers to check user preferences before processing - Added toggle switches to AI Settings page (only visible when server has features enabled) - Generated database migration for new fields - Exposed enableAutoTagging and enableAutoSummarization in client config The settings default to null (use server default). When explicitly set to false, the user's bookmarks will skip the respective AI processing. * revert migration * i18n --------- Co-authored-by: Claude <noreply@anthropic.com>
* feat: add support for turnstile on signupMohamed Bassem2025-11-301-0/+1
|
* feat: Generate RSS feeds from lists (#1507)Mohamed Bassem2025-05-311-0/+2
| | | | | | | | | | | * refactor: Move bookmark utils from shared-react to shared * Expose RSS feeds for lists * Add e2e tests * Slightly improve the look of the share dialog * allow specifying a limit in the rss endpoint
* feat: Disable the AI summary button if AI is not configured. Fixes #649Mohamed Bassem2025-05-181-0/+1
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-1/+1
|
* feature: Allow to disable default password login after SSO is configured. ↵kamtschatka2024-10-121-1/+1
| | | | | | | | | | Fixes #406 (#502) * [Feature Request] Allow to disable default password log in after SSO is configured #406 changed the flag to also disallow logging in via password The extensions will also no longer be allowed to log in via username/password then * [Feature Request] Allow to disable default password log in after SSO is configured #406 added the error message for OAuth
* feature: Allow disabling password signups (#413)kamtschatka2024-10-061-0/+1
| | | | | | | | | | * [Feature Request] Allow to disable default password log in after SSO is configured #406 Added the DISABLE_LOCAL_SIGNUPS that can be used to force OAuth signups only * rename local signups to password signups --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem2024-09-291-0/+3
|
* feature: Include server version in the admin UI. Fixes #66MohamedBassem2024-04-021-0/+2
|
* fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem2024-03-261-1/+1
|
* feature: Add an option to disable new signupsMohamedBassem2024-03-221-0/+3
|
* feature(web): Add support for demo modeMohamedBassem2024-03-191-0/+11