| Age | Commit message | Author | Files | +/- |
|---|---|---|---|---|
feature(extension): Allow login directly with an API key …* [Feature request] NextAuth Providers for OAuth/SSO #92 Added API key based authentication to the extension to make the extension usable when OAuth is in use * Minor UI tweak --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 2 | -9/+96 | |
| feature(web): Add support for importing bookmarks from Pocket | MohamedBassem | 7 | -68/+270 | |
| feature(web): Preserve title, tags and createdAt when importing a netscape… | MohamedBassem | 7 | -45/+189 | |
| feature(web): Move bookmark imports into settings | MohamedBassem | 4 | -27/+165 | |
| refactor: Extract useUpload into its own reusable hook | MohamedBassem | 3 | -20/+44 | |
feature(web): Add healthecheck api endpoint (#332) …* add healthecheck api endpoint * Remove meili healthcheck * Replace unnecessary variable with static content --------- Co-authored-by: Wuast94 <wuast94@wuast24.de> |
Marc | 1 | -0/+8 | |
| deps: Upgrade nextjs to 14.2.13 | MohamedBassem | 6 | -70/+73 | |
fix(web): Better message when signups are disabled (#374) …* Clear disabled signups message * Change the message and center it --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
Nguyễn Hoàng Đức | 1 | -7/+8 | |
feature: Added support for custom OIDC providers to set up authentication.… …* https://github.com/hoarder-app/hoarder/issues/92 Added support for custom OIDC providers to set up authentication * Added support for custom OIDC providers to set up authentication #92 Showing OAuth errors in the signin page * Added support for custom OIDC providers to set up authentication #92 Added the possibility to log in using an API key in case OAuth is used * Added support for custom OIDC providers to set up authentication #92 improved the code to also promote the first user to admin if OAuth is used * revert extension changes * Simplify admin checks --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 4 | -11/+133 | |
| deps: Upgrade drizzle and next auth drizzle adapter | MohamedBassem | 7 | -54/+89 | |
feature(web): Alphabetical sorting for lists. Fixes #315 (#351) …* [Feature Request] Alphabetical sorting for lists #315 sorting lists alphabetical * [Feature Request] Alphabetical sorting for lists #315 added sorting also for sublists |
kamtschatka | 1 | -20/+24 | |
| feature(web): Add a compact layout. Fixes #379 | MohamedBassem | 6 | -3/+68 | |
| feature(worker): Allow configuring inference job timeout and ollama keep alive.… | MohamedBassem | 4 | -19/+26 | |
fix(web): removing referrer header when clicking on links. Fixes #387 (#388) …added "noreferrer" to the links to prevent sending referrers to bookmarked pages |
kamtschatka | 1 | -3/+9 | |
| fix(mobile): Fix some icon colors in dark mode | MohamedBassem | 3 | -4/+10 | |
| feature(mobile): Add a page for testing connection to server | MohamedBassem | 5 | -201/+414 | |
| feature(mobile): Add settings page for configuring the theme | MohamedBassem | 5 | -11/+106 | |
| feature(mobile): Add proper error handling for server errors | MohamedBassem | 6 | -13/+58 | |
| release(mobile): Bump mobile version to 1.6.2 | MohamedBassem | 1 | -3/+3 | |
| feature(mobile): Show the view bookmark modal for links as well | MohamedBassem | 2 | -5/+56 | |
| feature(mobile): Add a floating button for quickly adding new bookmarks | MohamedBassem | 1 | -2/+8 | |
| fix(web): Add optimistic rendering for the tags editor | MohamedBassem | 1 | -2/+24 | |
| feature(web): Manage tags in bulk actions | MohamedBassem | 6 | -44/+214 | |
| feature(web): Pop tag in TagEditor on pressing backspace. #368 | MohamedBassem | 1 | -0/+1 | |
| feature(web): Show the number of bulk selected bookmarks | MohamedBassem | 1 | -2/+7 | |
| feature(web): Allow adding to lists in bulk actions. #368 | MohamedBassem | 2 | -1/+153 | |
| build: Fix sherif failures by sorting deps | MohamedBassem | 6 | -12/+12 | |
| feature(mobile): Allow interacting with images in the app. Fixes #352 | MohamedBassem | 6 | -18/+52 | |
| feature(mobile): Add support for deleting lists | MohamedBassem | 1 | -3/+57 | |
| feature(mobile): Allow configuring uploaded image quality in the mobile app | MohamedBassem | 6 | -12/+84 | |
| feature(mobile): Add ability to create basic lists from the app | MohamedBassem | 3 | -5/+111 | |
| release(mobile): Bump mobile version to 1.6.1 | MohamedBassem | 1 | -3/+3 | |
| ui(mobile): Merge the editors for notes and links | MohamedBassem | 3 | -32/+30 | |
feature(mobile): Change the view bookmark page to be a modal and add tags and …notes |
MohamedBassem | 6 | -192/+285 | |
| ui(mobile): Change the add/edit note editor dialogs to be bottom sheets | MohamedBassem | 5 | -125/+154 | |
| feature(mobile): Allow editing notes from the mobile app | MohamedBassem | 4 | -32/+122 | |
| fix(mobile): trim slash from url on signin. Fixes #311 (#361) | Mark :) | 1 | -1/+1 | |
| fix(mobile): Allow expanding the text by clicking on bookmark card | MohamedBassem | 4 | -37/+160 | |
| fix(mobile): Change the next note text input to have multiple lines by default | MohamedBassem | 1 | -0/+2 | |
| fix(extension): Upgrade crxjs to 2.0 to add support for firefox | MohamedBassem | 6 | -87/+73 | |
| release(extension): Release version 1.2.2 | MohamedBassem | 1 | -1/+1 | |
[extension] Add context menu item in the browser extension. Fixes #155 (#278) …* Add context menu item in the browser extension #155 Added a context menu entry to add links directly to hoarder * Formalize protocol between extension and service worker, add support for text/images beside links * fix build --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 6 | -31/+101 | |
| fix(mobile): Change the hoarded page to no longer be a modal to allow AddToList… | MohamedBassem | 4 | -10/+6 | |
| release(mobile): Bump mobile version to 1.6.0 | MohamedBassem | 3 | -2/+4 | |
| feat(mobile): Add ability to manage lists | MohamedBassem | 6 | -163/+426 | |
| fix(workers): Shutdown workers on SIGTERM | MohamedBassem | 2 | -0/+9 | |
| cli: Extract tag management into separate subcommand | MohamedBassem | 2 | -21/+20 | |
| release(cli): Bump CLI version to 0.13.6 | MohamedBassem | 1 | -1/+1 | |
feature(cli): Allow updating tags/lists from CLI (#211) …* Improve the CLI #209 added the possibility to assign tags to bookmarks while creating added the possibility to assign a newly created to a list right away added the possibility to add and remove tags from bookmarks * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 5 | -47/+182 | |
| refactor: Remove unused BookmarkedTextViewer (#310) | kamtschatka | 2 | -31/+0 | |
| fix: async/await issues with the new queue (#319) | kamtschatka | 6 | -25/+27 | |
| refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309) | Mohamed Bassem | 13 | -344/+128 | |
feature: Add github markdown support which includes tables, checklists and auto… …added the possibility to add checkboxes |
kamtschatka | 4 | -1/+10 | |
fix: monolith not embedding SVG files correctly. Fixes #289 (#306) …passing in the URL of the page to have the proper URL for resolving relative paths |
kamtschatka | 1 | -5/+2 | |
fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291) …limiting the length of the URL for batched requests to prevent 431 errors |
kamtschatka | 3 | -0/+3 | |
feature(web): Save title and tag name changes on enter. Fixes #283 (#293) …allowing to press enter to submit changes Applies to tags and bookmark titles |
kamtschatka | 1 | -0/+1 | |
fix: Delete confirmation doesn't disappear after bulk deletion of links using… …closing delete dialog after deleting the bookmarks |
kamtschatka | 1 | -1/+2 | |
| landing: update landing page to include bulk actions | MohamedBassem | 3 | -5/+11 | |
| fix(web): Suppress hydration warnings caused by the dates in the bookmark grid | MohamedBassem | 1 | -1/+4 | |
| fix(web): Add sans-serif fallback for Inter font in CJK environments (#272) | Kohei Watanabe | 1 | -1/+4 | |
feat: Add bulk edit option for bookmarks. Fixes #84 (#259) …* feat: add bulk edit option for bookmarks * fix: resolve comments * fix: resolve comments * fix: resolve comments * fix: resolve comments * rename bulk action store, simplify the bulk action toolbar --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
Md Saban | 14 | -27/+314 | |
| fix: fixed an issue that would half the textarea in grid layout after… | kamtschatka | 1 | -1/+3 | |
| refactor: fixed typos in BookmarkTypes (#268) | kamtschatka | 3 | -6/+6 | |
refactor: drag and drop improvements (#264) …* [Feature request] Drag and Drop Items to Lists #123 reworked the drag and drop mechanism to still have change detection, but not so much that it has a huge overhead Changed the layout a bit to allow proper drag/drop of elements from the main section to the sidebar Added the possibility to drag/drop bookmarks onto lists * [Feature request] Drag and Drop Items to Lists #123 Removed the changes to allow dragging&dropping bookmarks |
kamtschatka | 3 | -104/+124 | |
refactor: added the bookmark type to the database (#256) …* refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * Added the bookmark type to the database Introduced an enum to have better type safety cleaned up the code and based some code on the type directly * add BookmarkType.UNKNWON * lint and remove unused function --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 27 | -120/+1266 | |
refactor: remove redundant code from crawler worker and refactor handling of… …* refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * revert silentDeleteAsset and hide better-sqlite3 --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 3 | -65/+80 | |
ui: refactor admin settings page (#249) …* ui: refactor admin ui * fix: pr comments * chore: lint fix * chore: refactor * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
Md Saban | 4 | -282/+301 | |
ui: Changes for user settings page (#251) …* fix: ui refactoring for user settings page * fix: type error * fix: pr comments |
Md Saban | 6 | -44/+108 | |
| feature: Automatically transfer image urls into bookmared assets. Fixes #246 | MohamedBassem | 2 | -9/+23 | |
| ui(web): move layout selector to main screen (#252) | Md Saban | 9 | -100/+99 | |
refactor: extract assets into their own database table. #215 (#220) …* Allow downloading more content from a webpage and index it #215 added a new table that contains the information about assets for link bookmarks created migration code that transfers the existing data into the new table * Allow downloading more content from a webpage and index it #215 removed the old asset columns from the database updated the UI to use the data from the linkBookmarkAssets array * generalize the assets table to not be linked in particular to links * fix migrations post merge * fix missing asset ids in the getBookmarks call --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 6 | -52/+1271 | |
| fix(landing): image width on landing page (#250) | Md Saban | 1 | -1/+1 | |
feature: add support for PDF links. Fixes #28 (#216) …* feature request: pdf support #28 Added a new sourceUrl column to the asset bookmarks Added transforming a link bookmark pointing at a pdf to an asset bookmark made sure the "View Original" link is also shown for asset bookmarks that have a sourceURL updated gitignore for IDEA * remove pdf parsing from the crawler * extract the http logic into its own function to avoid duplicating the post-processing actions (openai/index) * Add 5s timeout to the content type fetch --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 10 | -93/+1263 | |
fix(web): Fix save action on empty card. Fixes #225 (#243) …* fix: Empty item save action * fix: resolve comments * chore: prettier |
Md Saban | 3 | -5/+36 | |
ui: Improve landing page for homepage (#238) …* fix: Improve landing page for homepage * chore: fix related to test failing * chore: prettier changes |
Md Saban | 8 | -30/+171 | |
feature(web): Enhance the bookmark textarea in the list layout (#247) …* Allow the user to expand the textarea in the list mode to support larger notes * Expand the textarea to a max of half the screen size in the list layout only * Move onInput to a separate method * Restoring the textfield to its original state after submitting * Moving the reset form to the mutate onSuccess event to not reset the height on a fail request |
Ahmad Mujahid | 1 | -2/+29 | |
| fix(web): text paste bug introduced with image paste (#232) | Md Saban | 1 | -1/+0 | |
feature(web): support pasting image in the Editor Card (#228) …* feature: support pasting image in the textfield. * minor tweaks --------- Co-authored-by: Ahmad Mujahid <ahmad.h.mujahid@gmail.com> Co-authored-by: MohamedBassem <me@mbassem.com> |
Ahmad Mujahid | 2 | -2/+30 | |
| release(cli): Bump CLI version to 0.13.5 | MohamedBassem | 1 | -1/+1 | |
| release(cli): Bump CLI version to 0.13.4 | MohamedBassem | 1 | -1/+1 | |
fix(cli): Bookmark list output is not a valid JSON. Fixes #150 (#181) …* bookmark list output is not a valid JSON #150 Reworked the cli to switch over to json output * changed the logging to log created bookmarks as an array switch all log output that is just a status to stderr --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 7 | -78/+241 | |
| refactor: Extract the bookmark polling logic into a separate shared component | MohamedBassem | 5 | -113/+75 | |
fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210) …* re-index of database is not scanning all places when bookmark tags are changed. Manual indexing is working as workaround #208 introduced a new function to trigger a reindex to reduce copy/paste added missing reindexes when tags are deleted/bookmarks are updated * give functions a bit more descriptive name --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 6 | -55/+41 | |
feature(web): Add syntax highlighting to code blocks and a quick copy button.… …* Any plans to support copy to clipboard (markdown code) for notes? #195 added a button to copy the markdown and added code highlighting * Any plans to support copy to clipboard (markdown code) for notes? #195 Changed the copy-button to a generic one added a safeguard and a message to the copy button if copying is not possible * Some code cleanups --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 7 | -26/+280 | |
| fix(cli): Fix CLI version in help message. Fixes #139 | MohamedBassem | 4 | -2/+21 | |
feature(extension): Add a context menu to open your hoarder saves. Fixes #188… …* Feature request: Browser extension "Open your Hoarder saves" #188 Adds a context menu entry when a hoarder instance is configured and removes it again, if it is not configured anymore * Feature request: Browser extension "Open your Hoarder saves" #188 moved storage related functions to settings.ts fixed issues with context menu registration * only fire callback when the settings change --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 4 | -1/+66 | |
fix(web): Changed the toast to contain a more detailed error message in case… …Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 1 | -2/+2 | |
fix(workers): AI infered tags can contain " " at the beginning. Fixes #184… …added a trim to tags to prevent whitespaces at the beginning/end of tags Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 1 | -3/+5 | |
| fix(crawler): Only update the database if full page archival is enabled | MohamedBassem | 1 | -19/+19 | |
| feature: Full page archival with monolith. Fixes #132 | MohamedBassem | 14 | -7/+1259 | |
feature: Allow import Netscape HTML format (#163) …* [Feature request] Netscape HTML format import/export #96 added the possibility to add exported bookmarks via the webUI for ease of use * [Feature request] Netscape HTML format import/export #96 updated the documentation * Extract the parser into its own file and reuse the existing bookmark upload logic --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 5 | -30/+113 | |
| release(extension): Bump extension version to 1.2.1 | MohamedBassem | 1 | -1/+1 | |
fix(extension): Drop the https restriction in firefox. Fixes #23 …added csp rule to allow firefox to connect to http endpoints Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 1 | -0/+3 | |
fix(cli): Switched to cursorV2 to make use of the fix for #140 and prevent… …Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 1 | -0/+1 | |
| docs: Change references from the old repo URL to the new one | MohamedBassem | 9 | -21/+20 | |
| fix(web): Stop pre-loading all the bookmark lists in the bookmark grid | MohamedBassem | 1 | -33/+44 | |
| feature(web): Add an archive button to list management dialog | MohamedBassem | 3 | -1/+74 | |
| fix(web): Sort the tags in the TagsEditor of the preview dialog. Fixes #171 | MohamedBassem | 1 | -0/+2 | |
| fix: Fix missing bookmarks during pagination if they got created in the same… | MohamedBassem | 5 | -20/+120 | |
feature(web): Allow adding multiple URLs at once #158 (#167) …Added a reusable dialog opening a dialog that allows you to decide if you want to import multiple URLs at once if you provide only that Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 2 | -5/+129 |