rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
fix: fix move the admin route to the /v1 prefix Mohamed Bassem 1 -1/+1
fix(tests): Load plugins on API package entrypoint MohamedBassem 3 -0/+7
feat: Support NO_COLOR for logging. Fixes #1778 MohamedBassem 3 -3/+10
feat: Add stripe based subscriptions Mohamed Bassem 18 -60/+4351
feat(api): Expose the update user API in the openapi specs Mohamed Bassem 6 -0/+302
feat: Add support for email verification Mohamed Bassem 12 -157/+748
fix(api): Fix handling for CORS after the trpc move to hono. Fixes #1709 Mohamed Bassem 1 -0/+6
feat: Add prometheus monitoring. Fixes #758 Mohamed Bassem 10 -55/+331
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
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: Generate RSS feeds from lists (#1507)
* refactor: Move bookmark utils from shared-react to shared
* Expose RSS feeds for lists
* Add e2e tests
* Slightly improve the look of the share dialog
* allow specifying a limit in the rss endpoint
Mohamed Bassem 26 -293/+3131
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