| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: optimize memory usage of tag listing | Mohamed Bassem | 2025-09-21 | 1 | -50/+62 |
| | | |||||
| * | refactor: Move callsites to liteque to be behind a plugin | Mohamed Bassem | 2025-09-14 | 2 | -2/+2 |
| | | |||||
| * | fix: fix tag flicker caused by tag sorting | Mohamed Bassem | 2025-09-07 | 1 | -0/+6 |
| | | |||||
| * | refactor: Move highlights object into models | Mohamed Bassem | 2025-08-31 | 1 | -0/+171 |
| | | |||||
| * | refactor: Move feed object into models | Mohamed Bassem | 2025-08-31 | 1 | -0/+119 |
| | | |||||
| * | 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 | 3 | -0/+1253 |
| | | |||||
| * | feat: Store large html content in the asset db | Mohamed Bassem | 2025-07-06 | 1 | -1/+79 |
| | | |||||
| * | fix: Change public image's signed tokens to be time aligned for better caching | Mohamed Bassem | 2025-06-21 | 1 | -2/+10 |
| | | |||||
| * | fix: Use a new public list metadata endpoint for metadata generation | Mohamed Bassem | 2025-06-07 | 1 | -6/+38 |
| | | |||||
| * | feat: Add support for public lists (#1511) | Mohamed Bassem | 2025-06-01 | 2 | -7/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: public lists * Drop viewing modes * Add the public endpoint for assets * regen the openapi spec * proper handling for different asset types * Add num bookmarks and a no bookmark banner * Correctly set page title * Add a not-found page * merge the RSS and public list endpoints * Add e2e tests for the public endpoints * Redesign the share list modal * Make NEXTAUTH_SECRET not required * propery render text bookmarks * rebase migration * fix public token tests * Add more tests | ||||
| * | feat: Generate RSS feeds from lists (#1507) | Mohamed Bassem | 2025-05-31 | 2 | -2/+462 |
| | | | | | | | | | | | | * refactor: Move bookmark utils from shared-react to shared * Expose RSS feeds for lists * Add e2e tests * Slightly improve the look of the share dialog * allow specifying a limit in the rss endpoint | ||||
| * | fix(api): make PUT bookmark to a list idempotent (#1427) | xuatz | 2025-05-17 | 1 | -4/+2 |
| | | | | | | * fix(api): make duplicate PUT /lists/:id/bookmarks/:id as allowed operation * apply pr comments | ||||
| * | Revert "fix: Fix smart lists not working in list search qualifiers". #1321 | Mohamed Bassem | 2025-04-28 | 1 | -17/+6 |
| | | | | | This reverts commit 6178736d64180f9bc8954099c90d54aa2f9f35f5. | ||||
| * | fix: Fix smart lists not working in list search qualifiers. Fixes #845 | Mohamed Bassem | 2025-04-27 | 1 | -6/+17 |
| | | |||||
| * | feat: Implement generic rule engine (#1318) | Mohamed Bassem | 2025-04-27 | 2 | -2/+250 |
| | | | | | | | | | | | | | | | | | | * Add schema for the new rule engine * Add rule engine backend logic * Implement the worker logic and event firing * Implement the UI changesfor the rule engine * Ensure that when a referenced list or tag are deleted, the corresponding event/action is * Dont show smart lists in rule engine events * Add privacy validations for attached tag and list ids * Move the rules logic into a models | ||||
| * | feat(web): Add support for merging lists (#1231) | omnitrix | 2025-04-16 | 1 | -0/+46 |
| | | | | | | | | | | | | * feat: Support list merging * some fixes * move @hoarder to @karakeep --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | feat(web): Optionally add short description to lists (#1225) | ekambains | 2025-04-12 | 1 | -0/+2 |
| | | | | | | | | | | * feat(web): Optionally add short description to lists * regenerate openapi spec --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | chore: Rename hoarder packages to karakeep | MohamedBassem | 2025-04-12 | 1 | -4/+4 |
| | | |||||
| * | refactor: Move the list logic into a separate model | Mohamed Bassem | 2025-03-02 | 2 | -0/+282 |
