| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | feature: Add an admin notice about the usage of the legacy container images | Mohamed Bassem | 2024-12-21 | 7 | -9/+229 | |
| | | | ||||||
| * | | release(mobile): Bump mobile version to 1.6.7-4 | Mohamed Bassem | 2024-12-21 | 1 | -2/+2 | |
| | | | ||||||
| * | | deps: Upgrade nextjs to 14.2.15 | Mohamed Bassem | 2024-12-21 | 3 | -64/+64 | |
| | | | ||||||
| * | | deps: Upgrade prettier to 3.4.2 | Mohamed Bassem | 2024-12-21 | 8 | -35/+35 | |
| | | | ||||||
| * | | docs: Add the community projects page to docs | Mohamed Bassem | 2024-12-21 | 1 | -0/+24 | |
| | | | ||||||
| * | | feature: WYSIWYG markdown for notes. Fixes #701 (#715) | Giuseppe | 2024-12-21 | 14 | -129/+1177 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #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> | |||||
| | * | Translated using Weblate (German) | Andreas Morgenstern | 2024-12-19 | 1 | -194/+201 | |
| | | | | | | | | | | | | | | | Currently translated at 100.0% (159 of 159 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/de/ | |||||
| | * | Translated using Weblate (Dutch) | Guido | 2024-12-19 | 1 | -1/+58 | |
| | | | | | | | | | | | | | | | Currently translated at 31.1% (48 of 154 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/nl/ | |||||
| | * | Added translation using Weblate (Dutch) | Guido | 2024-12-19 | 1 | -0/+1 | |
| | | | ||||||
| | * | Translated using Weblate (Swedish) | Marcus skoding | 2024-12-19 | 1 | -1/+177 | |
| | | | | | | | | | | | | | | | Currently translated at 81.1% (125 of 154 strings) Translation: Hoarder/Hoarder Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/sv/ | |||||
| | * | Added translation using Weblate (Swedish) | Marcus skoding | 2024-12-19 | 1 | -0/+1 | |
| |/ | ||||||
| * | fix: trim whitespace from email on signin page (#714) | Zach | 2024-12-19 | 2 | -3/+3 | |
| | | | | | | | | | | | | * fix: trim whitespace from email * fix: trim email in setter Co-authored-by: Mohamed Bassem <me@mbassem.com> --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | |||||
| * | fix(mobile): useLayoutEffect for navigator changes | MohamedBassem | 2024-12-16 | 4 | -12/+18 | |
| | | ||||||
| * | ui(mobile): Use native search bar for manage tags page | MohamedBassem | 2024-12-16 | 1 | -80/+80 | |
| | | ||||||
| * | fix(mobule): Fix keyboard issues in the info screen | MohamedBassem | 2024-12-16 | 1 | -22/+24 | |
| | | ||||||
| * | ui(mobile): Make page titles more native | MohamedBassem | 2024-12-16 | 8 | -61/+67 | |
| | | ||||||
| * | feature: Store crawling status code and allow users to find broken links. ↵ | Mohamed Bassem | 2024-12-08 | 9 | -6/+1628 | |
| | | | | | Fixes #169 | |||||
| * | docs: Add Linux install script and documentation (#707) | vhsdream | 2024-12-02 | 2 | -0/+345 | |
| | | | | | | | | * Add Linux install script and documentation * Simplify Documentation - remove make executable * Update script: remove output suppression, other small changes | |||||
| * | feature(workers): Allow running hoarder without chrome as a hard dependency. ↵ | Mohamed Bassem | 2024-11-30 | 1 | -11/+35 | |
| | | | | | Fixes #650 | |||||
| * | fix(mobile): Use keyboard avoiding view in the info page | MohamedBassem | 2024-11-24 | 2 | -12/+19 | |
| | | ||||||
| * | fix(extension): Fix dev build. Fixes #670 | MohamedBassem | 2024-11-24 | 2 | -77/+39 | |
| | | ||||||
| * | fix: Instruct the model to only respond with the summary when summarizing ↵ | Mohamed Bassem | 2024-11-24 | 1 | -1/+1 | |
| | | | | | content | |||||
| * | fix(workers): Add spaces in tag placeholders for better tokenization | Mohamed Bassem | 2024-11-24 | 1 | -3/+3 | |
| | | ||||||
| * | feature: Add support for tag placeholders in custom prompts. #111 (#612) | kamtschatka | 2024-11-24 | 2 | -1/+47 | |
| | | | | | | | | | | | * PR for #111 added a $tags,$aiTags and $userTags placeholder that will be replaced with all tags, ai tags or user tags during inference * Use the new buildImpersonatingTRPCClient util --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | |||||
| * | release(mobile): Bump mobile version to 1.6.7-2 | MohamedBassem | 2024-11-24 | 1 | -2/+2 | |
| | | ||||||
| * | docs: Fix docs build | MohamedBassem | 2024-11-24 | 2 | -1/+24 | |
| | | ||||||
| * | deps(mobile): Upgrade to Expo 52 (#692) | Mohamed Bassem | 2024-11-24 | 15 | -4757/+3785 | |
| | | | | | | | | | | | | * fix(mobile): Sharing bookmark modal * WIP: Upgrade to 52 * post ugprade fixes * more fixes * fix padding in tabbar | |||||
| * | release(mobile): Bump mobile version to 1.6.7-1 | MohamedBassem | 2024-11-24 | 1 | -2/+2 | |
| | | ||||||
| * | feature(mobile): Add support for creating tags from the manage tags page | MohamedBassem | 2024-11-24 | 1 | -13/+86 | |
| | | ||||||
| * | fix(mobile): Dont dismiss keyboard on tag selection | MohamedBassem | 2024-11-24 | 1 | -0/+1 | |
| | | ||||||
| * | release(mobile): Bump mobile version to 1.6.7 | MohamedBassem | 2024-11-23 | 1 | -3/+3 | |
| | | ||||||
| * | feat(mobile): Add support for managing tags from mobile | MohamedBassem | 2024-11-23 | 6 | -16/+211 | |
| | | ||||||
| * | feat(mobile): Allow editing titles and a cleaner info page | MohamedBassem | 2024-11-23 | 1 | -14/+73 | |
| | | ||||||
| * | ui(mobile): Replace bottom sheet with native screens (#690) | Mohamed Bassem | 2024-11-23 | 18 | -624/+456 | |
| | | | | | | | | | | | | | | | | * 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 | |||||
| * | readme: Add weblate translations to readme | MohamedBassem | 2024-11-23 | 1 | -0/+7 | |
| | | ||||||
| * | ui(mobile): Remove the dedicated search page and add a search bar in home | MohamedBassem | 2024-11-23 | 4 | -39/+56 | |
| | | ||||||
| * | docs: Add pikapods.com as installation option (#676) | Manu | 2024-11-23 | 1 | -0/+28 | |
| | | | | | | | | | | | | * Add pikapods.com as install option * Include info about the pricing and the initial credit * Fix typo in docs --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | |||||
| * | i18n: Add zh-TW Traditional Chinese locale (#689) | Peter Dave Hello | 2024-11-23 | 2 | -1/+208 | |
| | | ||||||
| * | fix(workers): Set a timeout on the screenshot call and completely skip it if ↵ | Mohamed Bassem | 2024-11-23 | 1 | -13/+32 | |
| | | | | | screenshotting is disabled | |||||
| * | fix(workers): Don't block connection to chrome when failing to download ↵ | Mohamed Bassem | 2024-11-21 | 5 | -117/+120 | |
| | | | | | adblock list. #674 | |||||
| * | chore(workers): Add extra logging for browser connection errors | Mohamed Bassem | 2024-11-21 | 1 | -1/+1 | |
| | | ||||||
| * | readme: Add github sponsor | Mohamed Bassem | 2024-11-19 | 1 | -0/+1 | |
| | | ||||||
| * | docker: Preinstall pnpm for the worker job to prevent downloading it on ↵ | Mohamed Bassem | 2024-11-18 | 1 | -1/+1 | |
| | | | | | startup. #666 | |||||
| * | fix: Fix homepage not loading when hitting adding invalid URL during ↵ | Mohamed Bassem | 2024-11-17 | 2 | -9/+6 | |
| | | | | | crawling. Fixes #626 | |||||
| * | feature: Allow setting bookmark metadata during creation | Mohamed Bassem | 2024-11-17 | 4 | -133/+120 | |
| | | ||||||
| * | docs: fix typo in inference.ts (#640) | Ikko Eltociear Ashimine | 2024-11-17 | 1 | -1/+1 | |
| | | | | successfull -> successful | |||||
| * | translations: Add german, french and chinese LLM translations | Mohamed Bassem | 2024-11-17 | 5 | -2/+622 | |
| | | ||||||
| * | feature: Add i18n support. Fixes #57 (#635) | Mohamed Bassem | 2024-11-17 | 56 | -281/+929 | |
| | | | | | | | | | | | | | | * 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 | |||||
| * | docker: Upgrade meilisearch to v1.11.1 (#629) | Marc | 2024-11-10 | 4 | -4/+4 | |
| | | ||||||
| * | fix: Fix SummarizeWithAI button to use an ActionButton | Mohamed Bassem | 2024-11-09 | 1 | -4/+3 | |
| | | ||||||
