rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
feat(web): Slightly nicer looking tags page Mohamed Bassem 3 -80/+94
feat: Add a proper reader mode Mohamed Bassem 10 -163/+583
fix: Clear search history on logout Mohamed Bassem 3 -15/+20
feat: Add stripe based subscriptions Mohamed Bassem 18 -60/+4351
feat: Add delete account support Mohamed Bassem 6 -2/+252
fix(web): Fix dark mode in auth pages Mohamed Bassem 6 -10/+10
feat: Support forget and reset password Mohamed Bassem 13 -47/+3170
feat(ui): Revamp the signin/signup page Mohamed Bassem 6 -238/+393
feat: Add invite user support Mohamed Bassem 18 -109/+3973
feat: Add support for email verification Mohamed Bassem 12 -157/+748
feat: Add a logout page Mohamed Bassem 1 -0/+18
feat: Add a new timezone user setting Mohamed Bassem 9 -27/+2189
fix: Fix i18n in the new stats page Mohamed Bassem 3 -37/+108
feat: Add new user stats page. Fixes #1523 Mohamed Bassem 6 -1/+1102
feat(workers): Allow custmoizing max parallelism for a bunch of workers. Fixes… Mohamed Bassem 9 -15/+45
refactor: Move the health endpoint to hono as well Mohamed Bassem 3 -8/+18
refactor: Move the trpc endpoint to hono Mohamed Bassem 5 -22/+46
chore: migrate away from eslint to oxlint (#1642)
* chore: migrate away from eslint to oxlint
* revert turbo task name lint
* it seems like we can remove the seemingly default globals
xuatz 70 -1695/+1174
feat(ui): Improve the look of the public bookmarks page Mohamed Bassem 4 -31/+77
fix: Use a new public list metadata endpoint for metadata generation Mohamed Bassem 6 -52/+126
feat(web): Redesign the user settings page Mohamed Bassem 4 -190/+302
feat: Add support for public lists (#1511)
* WIP: public lists
* Drop viewing modes
* Add the public endpoint for assets
* regen the openapi spec
* proper handling for different asset types
* Add num bookmarks and a no bookmark banner
* Correctly set page title
* Add a not-found page
* merge the RSS and public list endpoints
* Add e2e tests for the public endpoints
* Redesign the share list modal
* Make NEXTAUTH_SECRET not required
* propery render text bookmarks
* rebase migration
* fix public token tests
* Add more tests
Mohamed Bassem 36 -147/+3286
feat: add user customisable default archive display behaviour (#1505)
* fix typo
* implementation
* bug fix and refactoring
* Use nuqs for searchParam management
* remove the todo about the tests
* fix tests
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
xuatz 19 -24/+2226
refactor: Move bookmark utils from shared-react to shared Mohamed Bassem 20 -104/+100
feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662 Mohamed Bassem 16 -34/+2341
refactor: Migrate from NextJs's API routes to Hono based routes for the API…
* Setup Hono and migrate the highlights API there
* Implement the tags and lists endpoint
* Implement the bookmarks and users endpoints
* Add the trpc error code adapter
* Remove the old nextjs handlers
* fix api key not found handling
* Fix trpc error handling
* Fix 204 handling
* Fix search ordering
* Implement the singlefile endpoint
* Implement the asset serving endpoints
* Implement webauth
* Add hono as a catch all route under api
* fix tests
Mohamed Bassem 45 -1148/+982
feat(api): enable ?sortOrder= for relevant resources (#1398)
* feat(api): enable `?sortOrder=` for relevant resources
* fix tests
xuatz 14 -34/+126
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
feat: Add NETSCAPE-Bookmark-file-1 export format support (#1374)
* Add function to export bookmarks in NETSCAPE-Bookmark-file-1 format
* Update export endpoint to support NETSCAPE format
* Add format selection to export UI
* include tags in the export
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
Yuiki Saito 3 -16/+112
feat: Implement generic rule engine (#1318)
* Add schema for the new rule engine
* Add rule engine backend logic
* Implement the worker logic and event firing
* Implement the UI changesfor the rule engine
* Ensure that when a referenced list or tag are deleted, the corresponding event/action is
* Dont show smart lists in rule engine events
* Add privacy validations for attached tag and list ids
* Move the rules logic into a models
Mohamed Bassem 42 -40/+5787
chore: rename missing files/conf from Hoarder to Karakeep (#1280)
* refactor: Rename remaining project configuration from Hoarder to Karakeep
* some fixes
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
adripo 126 -5080/+5080
fix: Add includeContent to search endpoint and document it in the docs Mohamed Bassem 11 -22/+122
fix: Dont download html content by default in the bookmark grid. Fixes #1198 Mohamed Bassem 14 -36/+112
chore: Rename hoarder packages to karakeep MohamedBassem 230 -644/+654
chore: Hoarder to Karakeep rebranding (#1199)
* The new logo
* Changing hoarder.app to karakeep.app
* Adding the admin panel warning
* Update the readme
Mohamed Bassem 18 -52/+124
fix: Dont buffer uploaded files in memory. Fixes #1173 Mohamed Bassem 1 -37/+59
feat: Add endpoints for whoami and user stats. Fixes #1113 Mohamed Bassem 9 -9/+455
feat: Expose bookmark summarization in the API (#1088)
Proxy to the TRPC Summarize mutation for use in the public API
erik-nilcoast 3 -0/+121
feat: Move background jobs with the admin actions. Fixes #1083 Mohamed Bassem 8 -257/+284
fix: Add missing list to PWA. Fixes #884 Mohamed Bassem 1 -2/+18
feat: Add a setting page to manage assets. Fixes #730 Mohamed Bassem 16 -347/+630
feat(i18n): add Arabic language support (#983) Ahmad Mujahid 3 -1/+324
feat: Change webhooks to be configurable by users Mohamed Bassem 23 -28/+4272
feat: Add support for singlefile extension uploads. #172 Mohamed Bassem 14 -37/+275
refactor: Implement file streaming for asset route. Fixes #818 Mohamed Bassem (aider) 2 -23/+71
feat: Expose the search functionality in the REST API Mohamed Bassem 8 -20/+299
feat: Expose asset manipulation endpoints in the REST API Mohamed Bassem 6 -0/+630
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
fix(api): Return 201 from highlights creation and fix docs for PATCH… Mohamed Bassem 4 -21/+3
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 REST APIs for manipulating highlights. Fixes #620 Mohamed Bassem 11 -10/+448
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: Store crawling status code and allow users to find broken links. Fixes… Mohamed Bassem 9 -6/+1628
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
feature: Add support for subscribing to RSS feeds. Fixes #202 Mohamed Bassem 16 -3/+2280
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
ui: Redesign the settings page and move it to its own layout Mohamed Bassem 32 -1163/+1263
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(web): Fix settings tab overflow on mobile layouts MohamedBassem 1 -1/+1
feature: Allow importing hoarder's own bookmark file. Fixes #527 MohamedBassem 5 -46/+122
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
refactor: Start tracking bookmark assets in the assets table MohamedBassem 14 -175/+1581
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
fix(web): Change export format to have content as a top level key MohamedBassem 1 -8/+11
feature(web): Allow users to export their links and notes MohamedBassem 2 -4/+91
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
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
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
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
feature: Full page archival with monolith. Fixes #132 MohamedBassem 14 -7/+1259
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
fix: Ensure that downloaded asset images are from the allowed content types MohamedBassem 2 -8/+15
feature: Allow recrawling bookmarks without running inference jobs MohamedBassem 4 -9/+46
feature: Download images and screenshots MohamedBassem 22 -135/+1373
feature: Nested lists (#110). Fixes #62
* feature: Add support for nested lists
* prevent moving the parent to a subtree
Mohamed Bassem 25 -402/+2084
refactor: Move the shared types to the shared package MohamedBassem 53 -241/+260
feature(web): Allow changing the bookmark grid layout (#98) Mohamed Bassem 20 -268/+546
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: Add PDF support (#88)
* feature: Add PDF support
* fix: PDF feature enhancements
* fix: Freeze expo-share-intent version to prevent breaking changes
* fix: set endOfLine to auto for cross-platform development
* fix: Upgrading eslint/parser and eslint-plugin to 7.6.0 to solve the linting issues
* fix: enhancing PDF feature
* fix: Allowing null in fiename for backward compatibility
* fix: update pnpm file with pnpm 9.0.0-alpha-8
* fix:(web): PDF Preview for web
Ahmad Mujahid 24 -107/+2387
feature(web): Allow uploading directly into lists/tags. Fixes #69 MohamedBassem 19 -144/+258
next