aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Revamp import experience (#2001)Mohamed Bassem2025-10-045-1/+448
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: import v2 * remove new session button * don't redirect after import * store and lint to root list * models + tests * redesign the progress * simplify the import session for ow * drop status from session schema * split the import session page * i18n * fix test * remove pagination * fix some colors in darkmode * one last fix * add privacy filter * privacy check * fix interactivity of import progress * fix test
* feat: recursive list delete (#1989)Mohamed Bassem2025-09-283-11/+392
|
* feat: Add tag search and pagination (#1987)Mohamed Bassem2025-09-283-85/+707
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Add tag search and use in the homepage * use paginated query in the all tags view * wire the load more buttons * add skeleton to all tags page * fix attachedby aggregation * fix loading states * fix hasNextPage * use action buttons for load more buttons * migrate the tags auto complete to the search api * Migrate the tags editor to the new search API * Replace tag merging dialog with tag auto completion * Merge both search and list APIs * fix tags.list * add some tests for the endpoint * add relevance based sorting * change cursor * update the REST API * fix review comments * more fixes * fix lockfile * i18n * fix visible tags
* fix: optimize memory usage of tag listingMohamed Bassem2025-09-212-51/+137
|
* refactor: Move callsites to liteque to be behind a pluginMohamed Bassem2025-09-1411-37/+37
|
* feat: Regen api keysMohamed Bassem2025-09-143-7/+100
|
* refactor: strongly type the search plugin interfaceMohamed Bassem2025-09-141-5/+6
|
* feat(search): add title search qualifier (#1940)Mohamed Bassem2025-09-132-1/+73
| | | | | | | * fix(search): include link titles in title matcher * docs(search): add title qualifier * docs: remove title qualifier from v0.27 guide
* fix: fix 5xx on invalid api keyMohamed Bassem2025-09-071-1/+5
|
* fix: fix tag flicker caused by tag sortingMohamed Bassem2025-09-072-4/+14
|
* refactor: Extract quota logic into its own classMohamed Bassem2025-09-063-79/+13
|
* refactor: Move highlights object into modelsMohamed Bassem2025-08-312-131/+188
|
* refactor: Move feed object into modelsMohamed Bassem2025-08-312-94/+134
|
* fix: Respect wal mode for the queue dbMohamed Bassem2025-08-301-1/+1
|
* feat: Support video uploads and attachments (#1847)Evan Sharp2025-08-221-1/+1
| | | | | | | | This commit allows the following mime types to be uploaded and attached as video assets on bookmarks. - video/mp4 - video/webm - video/x-matroska
* fix: Get rid of the userSetting table completelyMohamedBassem2025-08-031-27/+16
|
* refactor: Move webhook, users and tags into modelsMohamedBassem2025-08-0211-1118/+1600
|
* feat: Drop support for time bounded invitationsMohamedBassem2025-08-023-81/+25
|
* fix: Use prometheus histogram instead of summaryMohamedBassem2025-07-271-2/+5
|
* refactor: Extract meilisearch as a pluginMohamedBassem2025-07-273-11/+11
|
* chore: More turbo fixesMohamedBassem2025-07-271-2/+2
|
* fix: Fix package boundary violationsMohamedBassem2025-07-271-0/+1
|
* deps: Upgrade viteMohamed Bassem2025-07-261-1/+1
|
* fix: Drop legacy container noticeMohamed Bassem2025-07-261-3/+2
|
* deps: Upgrade trpcMohamed Bassem2025-07-261-1/+1
|
* fix: prometheus add karakeep prefix to metrics (#1780)Tobias2025-07-261-7/+7
| | | | | * add: prometheus karakeep prefix * readd: comments
* fix: Remove bcrypt from the api key validation routeMohamed Bassem2025-07-214-24/+566
|
* fix(test): Fix subscription.testMohamed Bassem2025-07-201-0/+1
|
* fix(stripe): Allow promotion codesMohamed Bassem2025-07-201-0/+1
|
* feat: Allow setting browserless crawling per userMohamed Bassem2025-07-192-1/+13
|
* Revert "fix: Fix the types of the bookmark types in the db query"Mohamed Bassem2025-07-131-3/+3
| | | | This reverts commit 4ba3e8047a5b1f160169617187436c09e91662ec.
* fix: Fix the types of the bookmark types in the db queryMohamed Bassem2025-07-131-3/+3
|
* feat: Add stripe based subscriptionsMohamed Bassem2025-07-135-0/+1313
|
* feat: Add delete account supportMohamed Bassem2025-07-131-1/+52
|
* fix: Drop auth failure loggerMohamed Bassem2025-07-132-32/+8
|
* fix: Add ratelimiting to bookmark recrawl and summarizationMohamed Bassem2025-07-121-1/+15
|
* deps: Upgrade drizzleMohamed Bassem2025-07-121-1/+1
|
* fix(tests): Fix missing mock in trpc testsMohamed Bassem2025-07-121-0/+3
|
* fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem2025-07-123-23/+55
|
* refactor: Move db interactions into the trpc routesMohamed Bassem2025-07-124-33/+66
|
* feat: Support forget and reset passwordMohamed Bassem2025-07-123-46/+515
|
* feat: Add API ratelimitsMohamed Bassem2025-07-105-13/+166
|
* feat: Add invite user supportMohamed Bassem2025-07-106-3/+1009
|
* feat: Add support for email verificationMohamed Bassem2025-07-103-1/+201
|
* fix: Add a dummy bcrypt comparison in validatePassword when the user is not ↵Mohamed Bassem2025-07-061-0/+6
| | | | found
* feat: Store large html content in the asset dbMohamed Bassem2025-07-063-7/+99
|
* fix(tests): Fix broken user setting testMohamed Bassem2025-07-061-0/+2
|
* feat: Add a new timezone user settingMohamed Bassem2025-07-061-24/+33
|
* feat: Add prometheus monitoring. Fixes #758Mohamed Bassem2025-07-063-8/+177
|
* feat: Add per user storage quotaMohamed Bassem2025-07-063-0/+63
|