aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix: fix crash in search input when query contains a percent. fixes #1941Mohamed Bassem2025-11-021-1/+1
* feat: Add view options to show tag/title and control image fit. Fixes #1960Mohamed Bassem2025-11-026-29/+214
* refactor: improve the userLocalSetting server functionsMohamed Bassem2025-11-021-27/+14
* feat: Make search job timeout configurableMohamed Bassem2025-11-024-3/+8
* feat: display notes on bookmark card (#2083)xuatz2025-11-0213-25/+268
* fix: Stricter SSRF validation (#2082)Mohamed Bassem2025-11-0210-135/+602
* fix: correctly handle composition in search input. fixes #2048Mohamed Bassem2025-11-021-1/+21
* fix: browser service connection check using dns instead. Fixes #2080Mohamed Bassem2025-11-021-6/+8
* fix: More memory optimizations for crawler worker. #1748Mohamed Bassem2025-10-261-26/+43
* fix: fix screenshot filepath in crawlerMohamed Bassem2025-10-261-1/+1
* docs: Add Azure configuration details for OpenAI-compatible API (#2072)Christoph Vollmann2025-10-261-0/+22
* fix: Respect abort signal in admin maintenance jobsMohamed Bassem2025-10-263-1/+11
* deps: Upgrade metascraper pluginsMohamed Bassem2025-10-262-132/+148
* deps: Upgrade metascraper-readability 5.49.6Mohamed Bassem2025-10-262-33/+434
* feat: Allow configuring inline asset size thresholdMohamed Bassem2025-10-265-31/+32
* feat: Add admin maintenance job to migrate large inline HTML (#2071)Mohamed Bassem2025-10-268-4/+218
* fix(inferance): skip token slicing when content is already witin max lengthMohamed Bassem2025-10-261-0/+3
* refactor: generalize tidy assets queue into admin maintenance (#2059)Mohamed Bassem2025-10-2610-159/+227
* fix: update OpenAI API to use max_completion_tokens instead of max_tokens (#2...Benjamin Michaelis2025-10-253-2/+9
* fix(restate): Fix priority for restate queueMohamed Bassem2025-10-202-7/+8
* fix(restate): Ensure that the semaphore and idProvider services are ingress p...Mohamed Bassem2025-10-192-0/+6
* feat: Add source field to track bookmark creation sources (#2037)Mohamed Bassem2025-10-1216-12/+2650
* feat: support passing multiple proxy values (#2039)Mohamed Bassem2025-10-124-36/+60
* deps: Upgrade oxlint to 1.22Mohamed Bassem2025-10-122-200/+221
* feat: Add service dependency checks in the server overview pageMohamed Bassem2025-10-126-13/+315
* fix(web): Add w-full to tags editor to prevent unusable narrow width (#2035)Mohamed Bassem2025-10-121-1/+1
* fix(api): Return 200 when bookmark already exists instead of 200Mohamed Bassem2025-10-114-4/+31
* tests: Add a test for the GET /bookmarks/bookmarkId/lists apiMohamed Bassem2025-10-111-0/+48
* fix(api): Document the API for getting lists of a bookmark. fixes #2030Mohamed Bassem2025-10-118-108/+268
* feat: make list dropdown searchable in Manage Lists modal (#2029)Mohamed Bassem2025-10-111-30/+75
* fix: fix dev script shebang for better compatibility (#2019)maya doshi2025-10-111-1/+1
* fix: Correct grammatical errors in prompts (#2020)atsggx2025-10-111-2/+2
* docs: Add karakeep-sync to community projects (#1994)Siddharth Doshi2025-10-111-0/+7
* fix: round feed refresh hour for idempotency (#2013)Mohamed Bassem2025-10-061-1/+6
* fix: fix show no bookmark page when there isn't search resultsMohamed Bassem2025-10-051-4/+5
* fix: Disable idempotency keys for searchMohamed Bassem2025-10-051-1/+2
* feat: Restate-based queue plugin (#2011)Mohamed Bassem2025-10-0524-13/+1049
* feat: Revamp import experience (#2001)Mohamed Bassem2025-10-0421-37/+3618
* docs: Add doc updates for prometheus metrics (#1957)Clayton O'Neill2025-09-281-1/+2
* fix: fix public list sharing for empty lists (#1990)Mohamed Bassem2025-09-281-3/+4
* feat: recursive list delete (#1989)Mohamed Bassem2025-09-285-16/+437
* feat: use jpegs for screenshots instead of pngsMohamed Bassem2025-09-281-2/+3
* feat: Stop downloading video/audio in playwrightMohamed Bassem2025-09-281-0/+19
* fix: Abort dangling processing when crawler is aborted (#1988)Mohamed Bassem2025-09-281-27/+98
* fix: Cleanup temp assets on monolith timeoutMohamed Bassem2025-09-281-1/+17
* chore: Silence lint on <a> and <img> tags when it's intentionalMohamed Bassem2025-09-283-0/+6
* fix: dont re-enqueue indexing for a bookmark already pending indexingMohamed Bassem2025-09-281-2/+5
* feat: Add tag search and pagination (#1987)Mohamed Bassem2025-09-2832-493/+1731
* fix: optimize memory usage of tag listingMohamed Bassem2025-09-212-51/+137
* deps: Upgrade oxlint to 1.16Mohamed Bassem2025-09-212-101/+43