| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | feature: Store crawling status code and allow users to find broken links. ↵ | Mohamed Bassem | 2024-12-08 | 1 | -0/+7 |
| | | | | | Fixes #169 | ||||
| * | i18n: Add zh-TW Traditional Chinese locale (#689) | Peter Dave Hello | 2024-11-23 | 1 | -0/+206 |
| | | |||||
| * | translations: Add german, french and chinese LLM translations | Mohamed Bassem | 2024-11-17 | 3 | -0/+618 |
| | | |||||
| * | feature: Add i18n support. Fixes #57 (#635) | Mohamed Bassem | 2024-11-17 | 9 | -9/+351 |
| | | | | | | | | | | | | | | * 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 | ||||
| * | feature: Add support for importing bookmarks from Omnivore. Fixes #602 | Mohamed Bassem | 2024-11-03 | 1 | -0/+31 |
| | | |||||
| * | fix: Adopt pocket's new export format. Fixes #570 | Mohamed Bassem | 2024-11-03 | 1 | -21/+18 |
| | | |||||
| * | fix: Add support for importing notes from the hoarder export | MohamedBassem | 2024-10-13 | 1 | -13/+28 |
| | | |||||
| * | feature: Allow importing hoarder's own bookmark file. Fixes #527 | MohamedBassem | 2024-10-13 | 2 | -0/+89 |
| | | |||||
| * | feature: Allow to disable default password login after SSO is configured. ↵ | kamtschatka | 2024-10-12 | 1 | -1/+1 |
| | | | | | | | | | | | Fixes #406 (#502) * [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 | ||||
| * | fix(web): Reset search query and bulk edit when navigating away from the ↵ | MohamedBassem | 2024-10-12 | 1 | -1/+3 |
| | | | | | current page | ||||
| * | feature: Allow disabling password signups (#413) | kamtschatka | 2024-10-06 | 1 | -0/+1 |
| | | | | | | | | | | | * [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> | ||||
| * | feature(web): Add the ability to customize the inference prompts. Fixes #170 | MohamedBassem | 2024-09-29 | 1 | -0/+3 |
| | | |||||
| * | feature(web): Add a select all button to bulk actions | MohamedBassem | 2024-09-27 | 1 | -0/+23 |
| | | |||||
| * | fix(web): Don't parse empty tags in netscape imports. Fixes #421 | MohamedBassem | 2024-09-26 | 1 | -3/+5 |
| | | |||||
| * | feature(web): Add support for importing bookmarks from Pocket | MohamedBassem | 2024-09-21 | 2 | -31/+68 |
| | | |||||
| * | feature(web): Preserve title, tags and createdAt when importing a netscape ↵ | MohamedBassem | 2024-09-21 | 1 | -12/+23 |
| | | | | | html. Fixes #401 | ||||
| * | refactor: Extract useUpload into its own reusable hook | MohamedBassem | 2024-09-21 | 1 | -0/+38 |
| | | |||||
| * | feature(web): Add a compact layout. Fixes #379 | MohamedBassem | 2024-09-15 | 1 | -1/+1 |
| | | |||||
| * | fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291) | kamtschatka | 2024-07-13 | 1 | -0/+1 |
| | | | | limiting the length of the URL for batched requests to prevent 431 errors | ||||
| * | feat: Add bulk edit option for bookmarks. Fixes #84 (#259) | Md Saban | 2024-07-01 | 1 | -0/+39 |
| | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | refactor: drag and drop improvements (#264) | kamtschatka | 2024-07-01 | 1 | -17/+38 |
| | | | | | | | | | | * [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 | ||||
| * | fix(web): Fix save action on empty card. Fixes #225 (#243) | Md Saban | 2024-06-22 | 1 | -0/+24 |
| | | | | | | | | * fix: Empty item save action * fix: resolve comments * chore: prettier | ||||
| * | feature: Allow import Netscape HTML format (#163) | kamtschatka | 2024-05-25 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | * [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> | ||||
| * | fix(web): Simplify the logic for tag drag and dropping | MohamedBassem | 2024-05-18 | 1 | -71/+30 |
| | | |||||
| * | feature(web): Improve merging of tags by simple drag and drop #144 (#154) | kamtschatka | 2024-05-18 | 1 | -0/+89 |
| | | | | | | | | | | | | | | | | | | | | | | | * Improve merging of tags by simple drag and drop #144 Added drag&drop functionality Allowing sorting the tags by name, as this is more intuitive * Improve merging of tags by simple drag and drop #144 minor renamings removed some unnecessary code * Improve merging of tags by simple drag and drop #144 extracted out the drag and drop functionality to be more encapsulated and reusable * Improve merging of tags by simple drag and drop #144 improved the usage sorter to additionally compare by name if the usage is the same * Improve merging of tags by simple drag and drop #144 replaced checkboxes with toggles floating on the right --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> | ||||
| * | feature: Download images and screenshots | MohamedBassem | 2024-04-20 | 1 | -22/+0 |
| | | |||||
| * | refactor: Move the shared types to the shared package | MohamedBassem | 2024-04-18 | 1 | -1/+1 |
| | | |||||
| * | fix: Fix user local settings cookie to have max age as by default it's a ↵ | MohamedBassem | 2024-04-16 | 1 | -4/+6 |
| | | | | | session cookie. Fix #104 | ||||
| * | feature(web): Allow changing the bookmark grid layout (#98) | Mohamed Bassem | 2024-04-14 | 4 | -14/+99 |
| | | |||||
| * | feature(web): Allow uploading directly into lists/tags. Fixes #69 | MohamedBassem | 2024-04-09 | 1 | -21/+0 |
| | | |||||
| * | refactor(web): Move the tooltip provider to the root of the app | MohamedBassem | 2024-04-07 | 1 | -1/+2 |
| | | |||||
| * | feature: Include server version in the admin UI. Fixes #66 | MohamedBassem | 2024-04-02 | 1 | -0/+2 |
| | | |||||
| * | fix: Allow setting demo mode creds when demo mode is enabled | MohamedBassem | 2024-03-26 | 1 | -1/+1 |
| | | |||||
| * | feature(web): Add dark mode support | MohamedBassem | 2024-03-23 | 1 | -1/+9 |
| | | |||||
| * | feature: Add an option to disable new signups | MohamedBassem | 2024-03-22 | 1 | -0/+3 |
| | | |||||
| * | feature(web): Add support for removing items from lists | MohamedBassem | 2024-03-20 | 1 | -0/+21 |
| | | |||||
| * | feature(web): Add support for demo mode | MohamedBassem | 2024-03-19 | 2 | -7/+25 |
| | | |||||
| * | ui(web): Reduce debounce duration to 10ms in search bar | MohamedBassem | 2024-03-16 | 1 | -1/+1 |
| | | |||||
| * | lint: Lint and format the entire repo with the new configs | MohamedBassem | 2024-03-14 | 5 | -11/+14 |
| | | |||||
| * | structure: Create apps dir and copy tooling dir from t3-turbo repo | MohamedBassem | 2024-03-14 | 5 | -0/+181 |
