aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2025-10-26feat: Allow configuring inline asset size thresholdMohamed Bassem1-0/+2
2025-10-26feat: Add admin maintenance job to migrate large inline HTML (#2071)Mohamed Bassem1-0/+7
2025-10-26fix(inferance): skip token slicing when content is already witin max lengthMohamed Bassem1-0/+3
2025-10-26refactor: generalize tidy assets queue into admin maintenance (#2059)Mohamed Bassem3-22/+37
2025-10-25fix: update OpenAI API to use max_completion_tokens instead of max_tokens (#2...Benjamin Michaelis2-2/+8
2025-10-20fix(restate): Fix priority for restate queueMohamed Bassem2-7/+8
2025-10-19fix(restate): Ensure that the semaphore and idProvider services are ingress p...Mohamed Bassem2-0/+6
2025-10-12feat: Add source field to track bookmark creation sources (#2037)Mohamed Bassem8-1/+2591
2025-10-12feat: support passing multiple proxy values (#2039)Mohamed Bassem1-2/+18
2025-10-12feat: Add service dependency checks in the server overview pageMohamed Bassem2-0/+124
2025-10-11fix(api): Return 200 when bookmark already exists instead of 200Mohamed Bassem4-4/+31
2025-10-11tests: Add a test for the GET /bookmarks/bookmarkId/lists apiMohamed Bassem1-0/+48
2025-10-11fix(api): Document the API for getting lists of a bookmark. fixes #2030Mohamed Bassem8-108/+268
2025-10-11fix: Correct grammatical errors in prompts (#2020)atsggx1-2/+2
2025-10-05fix: Disable idempotency keys for searchMohamed Bassem1-1/+2
2025-10-05feat: Restate-based queue plugin (#2011)Mohamed Bassem22-11/+991
2025-10-04feat: Revamp import experience (#2001)Mohamed Bassem14-18/+3162
2025-09-28feat: recursive list delete (#1989)Mohamed Bassem3-11/+392
2025-09-28fix: dont re-enqueue indexing for a bookmark already pending indexingMohamed Bassem1-2/+5
2025-09-28feat: Add tag search and pagination (#1987)Mohamed Bassem12-86/+1012
2025-09-21fix: optimize memory usage of tag listingMohamed Bassem2-50/+136
2025-09-14fix: fix bundling liteque in the workersMohamed Bassem2-2/+1
2025-09-14refactor: Move callsites to liteque to be behind a pluginMohamed Bassem24-82/+357
2025-09-14feat: Regen api keysMohamed Bassem3-7/+100
2025-09-14feat: Add Create Tag button to tags page (#1942)Mohamed Bassem1-0/+14
2025-09-14refactor: strongly type the search plugin interfaceMohamed Bassem3-10/+41
2025-09-13feat(search): add title search qualifier (#1940)Mohamed Bassem5-2/+123
2025-09-13fix: Fix ranking of search results. fixes #1922Mohamed Bassem1-0/+2
2025-09-09fix: fix migration failing when no user settings are set. fixes #1919 (#1920)Gavin Mogan1-6/+6
2025-09-07fix: fix 5xx on invalid api keyMohamed Bassem1-1/+5
2025-09-07release(sdk): Release the 0.27 sdkMohamed Bassem1-1/+1
2025-09-07fix: fix tag flicker caused by tag sortingMohamed Bassem2-4/+14
2025-09-07feat: Add cookie support for browser page accessMohamed Bassem1-0/+2
2025-09-07feat(workers): add worker enable/disable lists (#1885)Mohamed Bassem1-0/+20
2025-09-07feat: add gif asset type support (#1876)Drashi1-0/+2
2025-09-06refactor: Extract quota logic into its own classMohamed Bassem7-84/+114
2025-09-06fix: Reduce polling interval on meilisearch tasksMohamed Bassem2-46/+12
2025-08-31fix: Incremental polling interval for ongoing crawlsMohamed Bassem2-19/+34
2025-08-31refactor: Move highlights object into modelsMohamed Bassem2-131/+188
2025-08-31refactor: Move feed object into modelsMohamed Bassem2-94/+134
2025-08-30fix: Respect wal mode for the queue dbMohamed Bassem3-3/+5
2025-08-30fix: handle list with slashes in their names and truncate long list names. fi...Mohamed Bassem8-11/+990
2025-08-27fix: fix move the admin route to the /v1 prefixMohamed Bassem1-1/+1
2025-08-26feat(mobile): Retheme the mobile app (#1872)Mohamed Bassem1-0/+10
2025-08-23fix(security): Add CSP policies on asset serving pathMohamedBassem1-2/+19
2025-08-22fix: Dont attempt to remove uploaded tmp file if it's already removedMohamedBassem1-1/+7
2025-08-22fix: Sanitize uploaded file names. #1765MohamedBassem1-1/+2
2025-08-22feat: Export prometheus metrics from the workersMohamedBassem1-0/+8
2025-08-22feat: generate a random prometheus token on startupMohamedBassem3-36/+10
2025-08-22feat: Support video uploads and attachments (#1847)Evan Sharp2-1/+11