aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* feat: Add new user stats page. Fixes #1523Mohamed Bassem2025-07-062-1/+552
|
* feat: Add per user bookmark count quotaMohamed Bassem2025-07-044-6/+308
|
* fix(tags): normalise leading hashes in tag names (#1317) (#1351)Mostafa Wahied2025-06-222-3/+40
| | | | | | | | | | | * fix(tags): normalise leading hashes in tag names (#1317) * move the transformation to zod * fix openapi spec --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* chore: More oxlint changesMohamed Bassem2025-06-221-4/+1
|