| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Revamp import experience (#2001) | Mohamed Bassem | 2025-10-04 | 5 | -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 Bassem | 2025-09-28 | 3 | -11/+392 |
| | | |||||
| * | feat: Add tag search and pagination (#1987) | Mohamed Bassem | 2025-09-28 | 3 | -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 listing | Mohamed Bassem | 2025-09-21 | 2 | -51/+137 |
| | | |||||
| * | refactor: Move callsites to liteque to be behind a plugin | Mohamed Bassem | 2025-09-14 | 11 | -37/+37 |
| | | |||||
| * | feat: Regen api keys | Mohamed Bassem | 2025-09-14 | 3 | -7/+100 |
| | | |||||
| * | refactor: strongly type the search plugin interface | Mohamed Bassem | 2025-09-14 | 1 | -5/+6 |
| | | |||||
| * | feat(search): add title search qualifier (#1940) | Mohamed Bassem | 2025-09-13 | 2 | -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 key | Mohamed Bassem | 2025-09-07 | 1 | -1/+5 |
| | | |||||
| * | fix: fix tag flicker caused by tag sorting | Mohamed Bassem | 2025-09-07 | 2 | -4/+14 |
| | | |||||
| * | refactor: Extract quota logic into its own class | Mohamed Bassem | 2025-09-06 | 3 | -79/+13 |
| | | |||||
| * | refactor: Move highlights object into models | Mohamed Bassem | 2025-08-31 | 2 | -131/+188 |
| | | |||||
| * | refactor: Move feed object into models | Mohamed Bassem | 2025-08-31 | 2 | -94/+134 |
| | | |||||
| * | fix: Respect wal mode for the queue db | Mohamed Bassem | 2025-08-30 | 1 | -1/+1 |
| | | |||||
| * | feat: Support video uploads and attachments (#1847) | Evan Sharp | 2025-08-22 | 1 | -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 completely | MohamedBassem | 2025-08-03 | 1 | -27/+16 |
| | | |||||
| * | refactor: Move webhook, users and tags into models | MohamedBassem | 2025-08-02 | 11 | -1118/+1600 |
| | | |||||
| * | feat: Drop support for time bounded invitations | MohamedBassem | 2025-08-02 | 3 | -81/+25 |
| | | |||||
| * | fix: Use prometheus histogram instead of summary | MohamedBassem | 2025-07-27 | 1 | -2/+5 |
| | | |||||
| * | refactor: Extract meilisearch as a plugin | MohamedBassem | 2025-07-27 | 3 | -11/+11 |
| | | |||||
| * | chore: More turbo fixes | MohamedBassem | 2025-07-27 | 1 | -2/+2 |
| | | |||||
| * | fix: Fix package boundary violations | MohamedBassem | 2025-07-27 | 1 | -0/+1 |
| | | |||||
| * | deps: Upgrade vite | Mohamed Bassem | 2025-07-26 | 1 | -1/+1 |
| | | |||||
| * | fix: Drop legacy container notice | Mohamed Bassem | 2025-07-26 | 1 | -3/+2 |
| | | |||||
| * | deps: Upgrade trpc | Mohamed Bassem | 2025-07-26 | 1 | -1/+1 |
| | | |||||
| * | fix: prometheus add karakeep prefix to metrics (#1780) | Tobias | 2025-07-26 | 1 | -7/+7 |
| | | | | | | * add: prometheus karakeep prefix * readd: comments | ||||
| * | fix: Remove bcrypt from the api key validation route | Mohamed Bassem | 2025-07-21 | 4 | -24/+566 |
| | | |||||
| * | fix(test): Fix subscription.test | Mohamed Bassem | 2025-07-20 | 1 | -0/+1 |
| | | |||||
| * | fix(stripe): Allow promotion codes | Mohamed Bassem | 2025-07-20 | 1 | -0/+1 |
| | | |||||
| * | feat: Allow setting browserless crawling per user | Mohamed Bassem | 2025-07-19 | 2 | -1/+13 |
| | | |||||
| * | Revert "fix: Fix the types of the bookmark types in the db query" | Mohamed Bassem | 2025-07-13 | 1 | -3/+3 |
| | | | | | This reverts commit 4ba3e8047a5b1f160169617187436c09e91662ec. | ||||
| * | fix: Fix the types of the bookmark types in the db query | Mohamed Bassem | 2025-07-13 | 1 | -3/+3 |
| | | |||||
| * | feat: Add stripe based subscriptions | Mohamed Bassem | 2025-07-13 | 5 | -0/+1313 |
| | | |||||
| * | feat: Add delete account support | Mohamed Bassem | 2025-07-13 | 1 | -1/+52 |
| | | |||||
| * | fix: Drop auth failure logger | Mohamed Bassem | 2025-07-13 | 2 | -32/+8 |
| | | |||||
| * | fix: Add ratelimiting to bookmark recrawl and summarization | Mohamed Bassem | 2025-07-12 | 1 | -1/+15 |
| | | |||||
| * | deps: Upgrade drizzle | Mohamed Bassem | 2025-07-12 | 1 | -1/+1 |
| | | |||||
| * | fix(tests): Fix missing mock in trpc tests | Mohamed Bassem | 2025-07-12 | 1 | -0/+3 |
| | | |||||
| * | fix: Prioritize crawling user added links over bulk imports. fixes #1717 | Mohamed Bassem | 2025-07-12 | 3 | -23/+55 |
| | | |||||
| * | refactor: Move db interactions into the trpc routes | Mohamed Bassem | 2025-07-12 | 4 | -33/+66 |
| | | |||||
| * | feat: Support forget and reset password | Mohamed Bassem | 2025-07-12 | 3 | -46/+515 |
| | | |||||
| * | feat: Add API ratelimits | Mohamed Bassem | 2025-07-10 | 5 | -13/+166 |
| | | |||||
| * | feat: Add invite user support | Mohamed Bassem | 2025-07-10 | 6 | -3/+1009 |
| | | |||||
| * | feat: Add support for email verification | Mohamed Bassem | 2025-07-10 | 3 | -1/+201 |
| | | |||||
| * | fix: Add a dummy bcrypt comparison in validatePassword when the user is not ↵ | Mohamed Bassem | 2025-07-06 | 1 | -0/+6 |
| | | | | | found | ||||
| * | feat: Store large html content in the asset db | Mohamed Bassem | 2025-07-06 | 3 | -7/+99 |
| | | |||||
| * | fix(tests): Fix broken user setting test | Mohamed Bassem | 2025-07-06 | 1 | -0/+2 |
| | | |||||
| * | feat: Add a new timezone user setting | Mohamed Bassem | 2025-07-06 | 1 | -24/+33 |
| | | |||||
| * | feat: Add prometheus monitoring. Fixes #758 | Mohamed Bassem | 2025-07-06 | 3 | -8/+177 |
| | | |||||
| * | feat: Add per user storage quota | Mohamed Bassem | 2025-07-06 | 3 | -0/+63 |
| | | |||||
