rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
fix: Nested Lists do not fit well in browser extension window #535 (#553)
increased size to have the same size as the input field that triggers it
kamtschatka 2 -2/+2
feature: Add an admin notice about the usage of the legacy container images Mohamed Bassem 7 -9/+229
release(mobile): Bump mobile version to 1.6.7-4 Mohamed Bassem 1 -2/+2
deps: Upgrade nextjs to 14.2.15 Mohamed Bassem 3 -64/+64
deps: Upgrade prettier to 3.4.2 Mohamed Bassem 8 -35/+35
feature: WYSIWYG markdown for notes. Fixes #701 (#715)
* #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>
Giuseppe 15 -129/+1177
Translated using Weblate (German)
Currently translated at 100.0% (159 of 159 strings)
Translation: Hoarder/Hoarder
Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/de/
Andreas Morgenstern 1 -194/+201
Translated using Weblate (Dutch)
Currently translated at 31.1% (48 of 154 strings)
Translation: Hoarder/Hoarder
Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/nl/
Guido 1 -1/+58
Added translation using Weblate (Dutch) Guido 1 -0/+1
Translated using Weblate (Swedish)
Currently translated at 81.1% (125 of 154 strings)
Translation: Hoarder/Hoarder
Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/sv/
Marcus skoding 1 -1/+177
Added translation using Weblate (Swedish) Marcus skoding 1 -0/+1
fix: trim whitespace from email on signin page (#714)
* 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>
Zach 2 -3/+3
fix(mobile): useLayoutEffect for navigator changes MohamedBassem 4 -12/+18
ui(mobile): Use native search bar for manage tags page MohamedBassem 1 -80/+80
fix(mobule): Fix keyboard issues in the info screen MohamedBassem 1 -22/+24
ui(mobile): Make page titles more native MohamedBassem 8 -61/+67
feature: Store crawling status code and allow users to find broken links. Fixes… Mohamed Bassem 9 -6/+1628
feature(workers): Allow running hoarder without chrome as a hard dependency.… Mohamed Bassem 1 -11/+35
fix(mobile): Use keyboard avoiding view in the info page MohamedBassem 2 -12/+19
fix(extension): Fix dev build. Fixes #670 MohamedBassem 2 -77/+39
fix(workers): Add spaces in tag placeholders for better tokenization Mohamed Bassem 1 -3/+3
feature: Add support for tag placeholders in custom prompts. #111 (#612)
* 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>
kamtschatka 2 -1/+47
release(mobile): Bump mobile version to 1.6.7-2 MohamedBassem 1 -2/+2
deps(mobile): Upgrade to Expo 52 (#692)
* fix(mobile): Sharing bookmark modal
* WIP: Upgrade to 52
* post ugprade fixes
* more fixes
* fix padding in tabbar
Mohamed Bassem 15 -4802/+3830
release(mobile): Bump mobile version to 1.6.7-1 MohamedBassem 1 -2/+2
feature(mobile): Add support for creating tags from the manage tags page MohamedBassem 1 -13/+86
fix(mobile): Dont dismiss keyboard on tag selection MohamedBassem 1 -0/+1
release(mobile): Bump mobile version to 1.6.7 MohamedBassem 1 -3/+3
feat(mobile): Add support for managing tags from mobile MohamedBassem 6 -16/+211
feat(mobile): Allow editing titles and a cleaner info page MohamedBassem 1 -14/+73
ui(mobile): Replace bottom sheet with native screens (#690)
* 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
Mohamed Bassem 19 -914/+746
ui(mobile): Remove the dedicated search page and add a search bar in home MohamedBassem 5 -71/+88
i18n: Add zh-TW Traditional Chinese locale (#689) Peter Dave Hello 2 -1/+208
fix(workers): Set a timeout on the screenshot call and completely skip it if… Mohamed Bassem 1 -13/+32
fix(workers): Don't block connection to chrome when failing to download adblock… Mohamed Bassem 5 -117/+120
chore(workers): Add extra logging for browser connection errors Mohamed Bassem 1 -1/+1
feature: Allow setting bookmark metadata during creation Mohamed Bassem 4 -133/+120
translations: Add german, french and chinese LLM translations Mohamed Bassem 5 -2/+622
feature: Add i18n support. Fixes #57 (#635)
* 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
Mohamed Bassem 56 -281/+929
fix: Fix SummarizeWithAI button to use an ActionButton Mohamed Bassem 1 -4/+3
fix: Stop erroring in video download when there's no media found Mohamed Bassem 1 -1/+5
fix: Improve the robustness of the feed worker Mohamed Bassem 1 -4/+27
fix: Remove old downloaded video when it gets refreshed Mohamed Bassem 1 -0/+2
fix: Only update bookmark tagging/crawling status when worker is out of retries Mohamed Bassem 5 -19/+26
fix: Feed refreshes were not getting re-enqueued for failed jobs Mohamed Bassem 4 -9/+15
ui: Mark the RSS subscriptions as an experimental feature Mohamed Bassem 1 -1/+11
fix: Pass arguments to monolith and yt-dlp as array for better escaping Mohamed Bassem 2 -2/+2
feature: Add support for importing bookmarks from Omnivore. Fixes #602 Mohamed Bassem 2 -1/+47
fix: Adopt pocket's new export format. Fixes #570 Mohamed Bassem 4 -22/+41
fix: Fix bug in tag normalization regex. Fixes #595 Mohamed Bassem 1 -1/+1
feature: Schedule RSS feed refreshes every hour Mohamed Bassem 5 -11/+66
feature(web): Add the ability to view the bookmarks of a particular rss feed Mohamed Bassem 5 -2/+77
feature: Add support for subscribing to RSS feeds. Fixes #202 Mohamed Bassem 16 -3/+2280
fix(mobile): Fix bookmarkview page on android not showing bookmark actions.… MohamedBassem 3 -9/+36
feature: Archive videos using yt-dlp. Fixes #215 (#525)
* Allow downloading more content from a webpage and index it #215
Added a worker that allows downloading videos depending on the environment variables
refactored the code a bit
added new video asset
updated documentation
* Some tweaks
* Drop the dependency on the yt-dlp wrapper
* Update openapi specs
* Dont log an error when the url is not supported
* Better handle supported websites that dont download anything
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
kamtschatka 17 -71/+403
deps: Extract the queue implementation into its own repos Mohamed Bassem 23 -1336/+65
ui: Redesign the settings page and move it to its own layout Mohamed Bassem 32 -1163/+1263
fix: Index the summary in search Mohamed Bassem 3 -1/+4
fix: Some visual fixes to the AI summary Mohamed Bassem 1 -50/+42
fix: Fix search input escape listener to only work when the input is in focus Mohamed Bassem 1 -1/+5
feature: Add a summarize with AI button for links Mohamed Bassem 12 -11/+1536
refactor: Move inference to the shared package Mohamed Bassem 6 -165/+166
release(mobile): Bump mobile version to 1.6.5 MohamedBassem 1 -3/+3
feature(mobile): Use inline WebView for expanding bookmarks MohamedBassem 5 -151/+329
feature: Add OCR support for images. Fixes #296 Mohamed Bassem 8 -2/+139
fix: Improve field names in the tag APIs Mohamed Bassem 4 -15/+24
feature(api): Add REST APIs to update bookmarks, tags and lists Mohamed Bassem 5 -7/+64
feature(api): Add REST APIs to manipulate lists and tags for bookmarks Mohamed Bassem 9 -58/+166
feature: Add APIs to create new lists and bookmarks Mohamed Bassem 4 -10/+37
fix: Better handling for body JSON parsing errors Mohamed Bassem 1 -1/+22
feature: Add DELETE REST APIs for bookmarks, lists and tags Mohamed Bassem 4 -2/+48
feature: Add GET REST APIs for bookmarks, lists and tags Mohamed Bassem 5 -0/+112
featue: Add infra for REST APIs and implement GET /bookmarks Mohamed Bassem 6 -1/+215
fix(workers): Pin execa to avoid ERR_PACKAGE_PATH_NOT_EXPORTED error Your Name 2 -11/+19
feature(web): Add keyboard shortcut to focus on search bar. Fixes #449 (#554)
added ctrl+k to focus the search bar
added escape to delete the input of the search bar
fixed behavior of ctrl+e on windows, which would otherwise focus the chrome searchbar
kamtschatka 2 -7/+45
feature: Allow reseting user password, change their roles and create new users.…
* How do I set the variable "user" or "system" for AI inference #262
changed from system to user
* Make Myself an Admin #560
added  user management functionality to the admin page
* A bunch of UI fixes and simplifications
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
kamtschatka 9 -52/+711
feature: Log authentication failures to support fail2ban. Fixes #477 (#569)
* 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>
kamtschatka 9 -12/+116
fix(web): Single linebreaks are lost when viewing textnote card. Fixes #549…
added remarkBreaks plugin to properly handle single newlines
kamtschatka 3 -1/+25
release(mobile): Bump mobile version to 1.6.4 MohamedBassem 1 -3/+3
fix(mobile): Improve connection testing accuracy MohamedBassem 1 -2/+19
fix: Add support for importing notes from the hoarder export MohamedBassem 2 -20/+41
fix(web): Fix settings tab overflow on mobile layouts MohamedBassem 1 -1/+1
fix(web): Fix profile option icon in mobile layouts MohamedBassem 1 -1/+1
fix(web): Fix slowness in loading the all tags UI. Fixes #382 (#390)
* long delay when selecting tags in UI #382
improved performance by not handling hover in css
also rendering the draggable div only if draggable mode is active
* updated the code to reuse the DeleteTagConfirmationDialog to improve performance and fix the tag deletion
* some fixes
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 3 -29/+70
feature: Allow importing hoarder's own bookmark file. Fixes #527 MohamedBassem 5 -46/+122
feature: Support regenerating AI tags only for failed bookmarks MohamedBassem 2 -11/+29
deps: Upgrade nodejs to v22 MohamedBassem 6 -35/+35
deps: Upgrade metascraper for faster docker builds MohamedBassem 2 -126/+242
feature(web): Implement a new profile options drop menu and move user and admin… MohamedBassem 4 -48/+32
fix(web): Fix react error in search input MohamedBassem 1 -1/+0
feature: Allow customizing the inference's context length MohamedBassem 9 -36/+51
feature: Introduce a mechanism to cleanup dangling assets MohamedBassem 10 -8/+351
feature: Allow to disable default password login after SSO is configured. Fixes…
* [Feature Request] Allow to disable default password log in after SSO is configured #406
changed the flag to also disallow logging in via password
The extensions will also no longer be allowed to log in via username/password then
* [Feature Request] Allow to disable default password log in after SSO is configured #406
added the error message for OAuth
kamtschatka 8 -14/+37
fix(web): Reset search query and bulk edit when navigating away from the… MohamedBassem 3 -6/+29
feature(web): Introduce a new sticky navbar. Fixes 520 (#515)
* ui: add global header
* fix: design fixes
* fix: tests
* fix navbar background, hide y scrollbar and change sidebar footer to show version
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
Md Saban 13 -151/+180
fix(web): Fix sidebar list edit dialog not working. Fixes #447 MohamedBassem 1 -9/+11
refactor: Start tracking bookmark assets in the assets table MohamedBassem 14 -175/+1581
refactor: Include userId in the assets table MohamedBassem 7 -0/+1235
feature: Allow disabling password signups (#413)
* [Feature Request] Allow to disable default password log in after SSO is configured #406
Added the DISABLE_LOCAL_SIGNUPS that can be used to force OAuth signups only
* rename local signups to password signups
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 5 -3/+15
feature: Allow attaching custom banners to notes. Fixes: #106 MohamedBassem 3 -4/+44
next