| Age | Commit message | Author | Files | +/- |
|---|---|---|---|---|
fix(search): add new relevance sort order (#1392) …* fix(search): add new relevance sort order * address pr comments * some minor fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> |
xuatz | 7 | -16/+74 | |
| chore: Rename hoarder packages to karakeep | MohamedBassem | 230 | -644/+654 | |
| fix: Add missing list to PWA. Fixes #884 | Mohamed Bassem | 1 | -2/+18 | |
feat: Add support for smart lists (#802) …* feat: Add support for smart lists * i18n * Fix update list endpoint * Add a test for smart lists * Add header to the query explainer * Hide remove from lists in the smart context list * Add proper validation to list form --------- Co-authored-by: Deepak Kapoor <41769111+orthdron@users.noreply.github.com> |
Mohamed Bassem | 26 | -100/+2045 | |
| refactor: Refactor sidebar into a shared component | Mohamed Bassem | 15 | -372/+276 | |
| feat: Change the admin page to be tabbed similar to that of the settings page | Mohamed Bassem | 26 | -1029/+1152 | |
| feat: Implement the all highlights page. Fixes #620 | Mohamed Bassem | 13 | -85/+255 | |
| feat: Add basic pagination to searchBookmarks tRPC | Mohamed Bassem | 5 | -19/+75 | |
| feature: Add an admin notice about the usage of the legacy container images | Mohamed Bassem | 7 | -9/+229 | |
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 | |
| feature(web): Add the ability to view the bookmarks of a particular rss feed | Mohamed Bassem | 5 | -2/+77 | |
| ui: Redesign the settings page and move it to its own layout | Mohamed Bassem | 32 | -1163/+1263 | |
| fix(web): Fix settings tab overflow on mobile layouts | MohamedBassem | 1 | -1/+1 | |
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 | |
| feature(web): Async validate JWT account and sign out the user if they no… | MohamedBassem | 3 | -2/+39 | |
| feature(web): Change the settings page to be tabbed | MohamedBassem | 5 | -357/+379 | |
| fix(web): Simplify the language for inference settings | MohamedBassem | 3 | -330/+330 | |
| feature(web): Add the ability to customize the inference prompts. Fixes #170 | MohamedBassem | 13 | -39/+1764 | |
| feature(web): Move bookmark imports into settings | MohamedBassem | 4 | -27/+165 | |
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 | |
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 | |
| ui(web): move layout selector to main screen (#252) | Md Saban | 9 | -100/+99 | |
| docs: Change references from the old repo URL to the new one | MohamedBassem | 9 | -21/+20 | |
| feature: A new cleanups page to suggest ways to tidy up your bookmarks | MohamedBassem | 6 | -0/+324 | |
feature(web): Add ability to rename, merge and fast delete tags. Fixes #105… …* feature(web): Allow deleting tags from the all tags page * feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 |
Mohamed Bassem | 14 | -269/+835 | |
| ui(web): Show bookmark URL when maximizing a bookmark | MohamedBassem | 9 | -23/+82 | |
| feature: Allow recrawling bookmarks without running inference jobs | MohamedBassem | 4 | -9/+46 | |
feature: Nested lists (#110). Fixes #62 …* feature: Add support for nested lists * prevent moving the parent to a subtree |
Mohamed Bassem | 25 | -402/+2084 | |
| fix: Differentiate between pending in db and in redis in admin job stats | MohamedBassem | 3 | -26/+64 | |
feature: Recrawl failed links from admin UI (#95) …* feature: Retry failed crawling URLs * fix: Enhancing visuals and some minor changes. |
Ahmad Mujahid | 8 | -25/+1067 | |
| feature(web): Allow uploading directly into lists/tags. Fixes #69 | MohamedBassem | 19 | -144/+258 | |
| feature: Extract hook logic into separate package and add a new action bar in… | MohamedBassem | 23 | -330/+672 | |
| fix: Refresh the all tags page automatically when a tag is modified | MohamedBassem | 5 | -83/+103 | |
| ui(web): Add a tooltip explaining what archived means | MohamedBassem | 4 | -47/+60 | |
| feature: Change archived meaning to only mean removed from homepage | MohamedBassem | 7 | -16/+5 | |
| fix: Minor fixes to small screens to render admin panel and settings in full… | MohamedBassem | 2 | -8/+8 | |
| feature: Include server version in the admin UI. Fixes #66 | MohamedBassem | 8 | -14/+92 | |
| fix(web): Fix the color of the info pill in the all tags page | MohamedBassem | 1 | -2/+2 | |
| ui(web): Add a background to the all lists pane | MohamedBassem | 1 | -1/+1 | |
| feature: Split the tags in AllTags page by who used them | MohamedBassem | 2 | -40/+112 | |
| feature: Add support deleting tags | MohamedBassem | 4 | -14/+94 | |
| fix(web): Consistent spacing in the content container in all pages. Fixes #40 | MohamedBassem | 19 | -77/+60 | |
| feature(web): Add dark mode support | MohamedBassem | 31 | -39/+138 | |
| fix(web): Remove the custom tile from the bookmarks page | MohamedBassem | 1 | -5/+0 | |
| feature: A better looking bookmark preview page | MohamedBassem | 7 | -69/+244 | |
| fix(web): Remove editor card from tags page | MohamedBassem | 1 | -1/+0 | |
| feature(web): Add support for removing items from lists | MohamedBassem | 5 | -16/+96 | |
| ui(web): Show an overlay when dragging is active | MohamedBassem | 3 | -19/+41 | |
| fix(web): Greatly improve the search feeling by removing the flicker | MohamedBassem | 9 | -79/+93 | |
| fix(web): Only show demo mode banner in demo mode | MohamedBassem | 1 | -1/+3 | |
| feature(web): Add support for demo mode | MohamedBassem | 13 | -19/+89 | |
| fix: Remove flicker from search bar | MohamedBassem | 2 | -9/+4 | |
Feature: Add support for uploading images and automatically inferring their… …* feature: Experimental support for asset uploads * feature(web): Add new bookmark type asset * feature: Add support for automatically tagging images * fix: Add support for image assets in preview page * use next Image for fetching the images * Fix auth and error codes in the route handlers * Add support for image uploads on mobile * Fix typing of upload requests * Remove the ugly dragging box * Bump mobile version to 1.3 * Change the editor card placeholder to mention uploading images * Fix a typo * Change ios icon for photo library * Silence typescript error |
Mohamed Bassem | 31 | -79/+2736 | |
| feature(web): Add the ability to change passwords | MohamedBassem | 4 | -9/+182 | |
| feature(web): A better tags editor using react select with auto complete and… | MohamedBassem | 5 | -131/+348 | |
| feature: Implemente pagination support | MohamedBassem | 8 | -70/+143 | |
| refactor: Prepare for pagination by dropping querying bookmarks by id | MohamedBassem | 16 | -100/+155 | |
| ui(web): Add an editor card inline in the bookmark grid and remove the top nav… | MohamedBassem | 7 | -150/+123 | |
| refactor: Move tag fetching to trpc to reuse in the mobile app | MohamedBassem | 3 | -24/+113 | |
| lint: Lint and format the entire repo with the new configs | MohamedBassem | 122 | -411/+424 | |
| structure: Create apps dir and copy tooling dir from t3-turbo repo | MohamedBassem | 396 | -9511/+10350 |