aboutsummaryrefslogtreecommitdiffstats
path: root/pnpm-lock.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: Fix node22 error in worker container. Fixes #962Mohamed Bassem2025-02-021-19/+13
|
* fix: Abort all IO when workers timeout instead of detaching. Fixes #742Mohamed Bassem2025-02-011-81/+99
|
* deps: Upgrade typescript to 5.7Mohamed Bassem2025-02-011-416/+317
|
* build: Remove sherif from the prod installation pathMohamed Bassem2025-02-011-0/+71
|
* build: Fix unsync-similar-dependencies error (#942)Henrik Nordvik2025-01-281-11/+11
| | | | | | | | | | | | | | * Fix unsync-similar-dependencies error Running pnpm lint:ws fails with error Similar Tanstack Query dependencies should use the same version. unsync-similar-dependencies This is a sherif rule that just got added https://newreleases.io/project/npm/sherif/release/1.2.0 * update lockfile --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* build: Fix CI error because of mismatched cmdk versionMohamed Bassem2025-01-191-1/+1
|
* feat: Change webhooks to be configurable by usersMohamed Bassem2025-01-191-0/+3
|
* fix(mobile): Use external blob encoder to fix mobile image uploads. Fixes #800MohamedBassem2025-01-181-1/+24
|
* deps: Upgrade nextjs to 14.2.21Mohamed Bassem2025-01-051-59/+59
|
* ci: Fix build by using the workspace sdk packageMohamed Bassem2025-01-051-10/+2
|
* refactor: Migrate from the deprecated drizzle-orm schemaMohamed Bassem2025-01-011-32/+31
|
* feat: Introduce advanced search capabilities (#753)Mohamed Bassem2024-12-311-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | * feat: Implement search filtering in the backend * feat: Implement search language parser * rename matcher name * Add ability to interleve text * More fixes * be more tolerable to parsing errors * Add a search query explainer widget * Handle date parsing gracefully * Fix the lockfile * Encode query search param * Fix table body error * Fix error when writing quotes
* feat: Add delete bookmark confirmation dialog. Fixes #776 (#787)Nicole Li2024-12-311-1/+1
|
* build: Fix sdk and e2e_tests buildsMohamed Bassem2024-12-301-2/+10
|
* chore: Setup and add e2e tests for the API endpointsMohamed Bassem2024-12-301-20/+139
|
* feat: Introduce a typescript sdkMohamed Bassem2024-12-301-54/+517
|
* deps: Upgrade drizzle-orm to 0.38.3Mohamed Bassem2024-12-291-11/+110
|
* deps: Upgrade nextjs to 14.2.15Mohamed Bassem2024-12-211-62/+62
|
* deps: Upgrade prettier to 3.4.2Mohamed Bassem2024-12-211-28/+28
|
* feature: WYSIWYG markdown for notes. Fixes #701 (#715)Giuseppe2024-12-211-3/+493
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #701 Improve note support : WYSIWYG markdown First implementation with a wysiwyg markdown editor. Update: - Add Lexical markdown editor - consistent rendering between card and preview - removed edit modal, replaced by preview with save action - simple markdown shortcut: underline, bold, italic etc... * #701 Improve note support : WYSIWYG markdown improved performance to not rerender all note card when one is updated * Use markdown shortcuts * Remove the alignment actions * Drop history buttons * Fix code and highlighting buttons * Remove the unneeded update markdown plugin * Remove underline support as it's not markdown native * - added ListPlugin because if absent, there's a bug where you can't escape a list with enter + enter - added codeblock plugin - added prose dark:prose-invert prose-p:m-0 like you said (there's room for improvement I think, don't took the time too deep dive in) and removed theme - Added a switch to show raw markdown - Added back the react markdown for card (SSR) * delete theme.ts * add theme back for code element to be more like prism theme from markdown-readonly * move the new editor back to the edit menu * move the bookmark markdown component into dashboard/bookmark * move the tooltip into its own component * move save button to toolbar * Better raw markdown --------- Co-authored-by: Giuseppe Lapenta <giuseppe.lapenta@enovacom.com> Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix(extension): Fix dev build. Fixes #670MohamedBassem2024-11-241-76/+38
|
* docs: Fix docs buildMohamedBassem2024-11-241-0/+22
|
* deps(mobile): Upgrade to Expo 52 (#692)Mohamed Bassem2024-11-241-4622/+3659
| | | | | | | | | | | * fix(mobile): Sharing bookmark modal * WIP: Upgrade to 52 * post ugprade fixes * more fixes * fix padding in tabbar
* ui(mobile): Replace bottom sheet with native screens (#690)Mohamed Bassem2024-11-231-42/+0
| | | | | | | | | | | | | | | * Remove bottom sheet from bookmark info page * Remove bottom sheet from manage lists page * Remove bottom sheet from new list page * Remove bottom sheet from new bookmark page * Drop bottom-sheets * Improve the look of the modals * Make the search page fade from bottom
* fix(workers): Don't block connection to chrome when failing to download ↵Mohamed Bassem2024-11-211-110/+93
| | | | adblock list. #674
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-31/+133
| | | | | | | | | | | | | * feature(web): Add basic scaffolding for i18n * refactor: Switch most of the app's strings to use i18n strings * fix: Remove unused i18next-resources-for-ts command * Add user setting * More translations * Drop the german translation for now
* fix: Feed refreshes were not getting re-enqueued for failed jobsMohamed Bassem2024-11-091-7/+7
|
* fix: Adopt pocket's new export format. Fixes #570Mohamed Bassem2024-11-031-0/+20
|
* feature: Schedule RSS feed refreshes every hourMohamed Bassem2024-11-031-7/+28
|
* feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem2024-11-031-0/+25
|
* deps: Extract the queue implementation into its own reposMohamed Bassem2024-10-271-305/+58
|
* refactor: Move inference to the shared packageMohamed Bassem2024-10-261-6/+7
|
* feature(mobile): Use inline WebView for expanding bookmarksMohamedBassem2024-10-211-0/+21
|
* feature: Add OCR support for images. Fixes #296Mohamed Bassem2024-10-201-0/+71
|
* docs: Generate OpenAPI docsMohamed Bassem2024-10-201-752/+1593
|
* chore: Define hoarder's rest API in zod formatMohamed Bassem2024-10-201-5/+52
|
* fix(workers): Pin execa to avoid ERR_PACKAGE_PATH_NOT_EXPORTED errorYour Name2024-10-191-10/+18
|
* feature: Log authentication failures to support fail2ban. Fixes #477 (#569)kamtschatka2024-10-191-0/+20
| | | | | | | | | | | | | | | | | * How do I set the variable "user" or "system" for AI inference #262 changed from system to user * [Feature Request] Log failed login attempts for fail2ban implementation #477 added logging of failed logins * [Feature Request] Log failed login attempts for fail2ban implementation #477 added more logging for extension related logins * Propagte IP to trpc --------- Co-authored-by: Your Name <you@example.com>
* fix(web): Single linebreaks are lost when viewing textnote card. Fixes #549 ↵kamtschatka2024-10-191-0/+22
| | | | | (#551) added remarkBreaks plugin to properly handle single newlines
* deps: Upgrade nodejs to v22MohamedBassem2024-10-121-26/+26
|
* deps: Upgrade metascraper for faster docker buildsMohamedBassem2024-10-121-116/+232
|
* feature: Allow customizing the inference's context lengthMohamedBassem2024-10-121-5/+5
|
* feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem2024-10-121-2/+68
|
* deps: Upgrade openai packageMohamedBassem2024-10-051-22/+11
|
* deps: Upgrade drizzle-kitMohamedBassem2024-09-281-2/+22
|
* feature(web): Add infinite scrolling supportMohamedBassem2024-09-281-0/+18
|
* feature(web): Add support for importing bookmarks from PocketMohamedBassem2024-09-211-0/+94
|
* feature(web): Preserve title, tags and createdAt when importing a netscape ↵MohamedBassem2024-09-211-0/+57
| | | | html. Fixes #401
* deps: Upgrade turboMohamedBassem2024-09-211-31/+31
|
* deps: Upgrade nextjs to 14.2.13MohamedBassem2024-09-211-62/+65
|