| Age | Commit message | Author | Files | +/- |
|---|---|---|---|---|
| deps: Upgrade openai package | MohamedBassem | 2 | -23/+12 | |
feature(web): Add ability to manually trigger full page archives. Fixes #398… …* [Feature Request] Ability to select what to "crawl full page archive" #398 Added the ability to start a full page crawl for links and also in bulk operations added the ability to refresh links as a bulk operation as well * minor icon and wording changes --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 5 | -6/+89 | |
| feature(web): Add ability to rerun inference on all bookmarks. Fixes 443 | MohamedBassem | 2 | -0/+35 | |
| fix(web): Improve SidebarItem tap target accessibility (#409) | Shivam Dua | 2 | -12/+22 | |
| feature(web): Add the ability to customize the inference prompts. Fixes #170 | MohamedBassem | 13 | -39/+1764 | |
| fix(web): Fix another hydration error in copy to clipboard | MohamedBassem | 1 | -0/+3 | |
| feature(web): Add infinite scrolling support | MohamedBassem | 3 | -0/+28 | |
| fix(web): Fix some hydration errors in bulk actions | MohamedBassem | 2 | -3/+3 | |
| feature(web): Add a select all button to bulk actions | MohamedBassem | 3 | -6/+52 | |
feature(web): Add a bulk action to copy links into clipboard. Fixes #427 (#433) …added bulk copying for links |
kamtschatka | 1 | -1/+36 | |
fix(workers): Log stacktrace on worker error. #424 (#429) …extended logging when an exception occurrs, so it is possible to see the stacktrace of a failed execution |
kamtschatka | 3 | -3/+7 | |
| fix(web): Don't parse empty tags in netscape imports. Fixes #421 | MohamedBassem | 1 | -3/+5 | |
fix(web): Change names to be optional when signing up via SSO. #410 (#412) …using email address as fallback, if the name is not available |
kamtschatka | 1 | -2/+2 | |
fix(web): Show a scrollbar in the tag editor. Fixes #368 (#404) …readded the scrollbar again, so it is obvious that the list is scrollable |
kamtschatka | 1 | -1/+1 | |
| feature(web): Show attachments and allow users to manipulate them. | MohamedBassem | 9 | -12/+544 | |
| release: Release mobile and extension to include SSO changes | MohamedBassem | 2 | -4/+4 | |
| feature(mobile): Allow users to login with API keys in the mobile app | MohamedBassem | 5 | -75/+214 | |
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 |